| 1 | make -C prereqs clean
|
|---|
| 2 | make[1]: Entering directory '/home/goddard/ucsf/chimerax/prereqs'
|
|---|
| 3 | make -C win32 clean
|
|---|
| 4 | make[2]: Entering directory '/home/goddard/ucsf/chimerax/prereqs/win32'
|
|---|
| 5 | make[2]: Nothing to be done for 'clean'.
|
|---|
| 6 | make[2]: Leaving directory '/home/goddard/ucsf/chimerax/prereqs/win32'
|
|---|
| 7 | make -C ffmpeg clean
|
|---|
| 8 | make[2]: Entering directory '/home/goddard/ucsf/chimerax/prereqs/ffmpeg'
|
|---|
| 9 | rm -rf ffmpeg-3.2.4-Windows.exe ffmpeg-3.2.4-win64-static.zip
|
|---|
| 10 | make[2]: Leaving directory '/home/goddard/ucsf/chimerax/prereqs/ffmpeg'
|
|---|
| 11 | make -C ambertools clean
|
|---|
| 12 | make[2]: Entering directory '/home/goddard/ucsf/chimerax/prereqs/ambertools'
|
|---|
| 13 | rm -rf /home/goddard/ucsf/chimerax/build/tmp/AmberTools20 ambertools-20-Windows.tar.bz2
|
|---|
| 14 | make[2]: Leaving directory '/home/goddard/ucsf/chimerax/prereqs/ambertools'
|
|---|
| 15 | make -C pips clean
|
|---|
| 16 | make[2]: Entering directory '/home/goddard/ucsf/chimerax/prereqs/pips'
|
|---|
| 17 | rm -f pip.log
|
|---|
| 18 | rm -f app_requirements.txt
|
|---|
| 19 | make -C package_checker clean
|
|---|
| 20 | make[3]: Entering directory '/home/goddard/ucsf/chimerax/prereqs/pips/package_checker'
|
|---|
| 21 | rm -rf __pycache__
|
|---|
| 22 | make[3]: Leaving directory '/home/goddard/ucsf/chimerax/prereqs/pips/package_checker'
|
|---|
| 23 | make[2]: Leaving directory '/home/goddard/ucsf/chimerax/prereqs/pips'
|
|---|
| 24 | make -C PyQt clean
|
|---|
| 25 | make[2]: Entering directory '/home/goddard/ucsf/chimerax/prereqs/PyQt'
|
|---|
| 26 | make -f Makefile.wheel.qt6 BASE_VERSION=6.9 PYQT_MINOR_VERSION=1 QT_MINOR_VERSION=2 PYQTWE_MINOR_VERSION=0 PYQT_LICENSE=gpl clean
|
|---|
| 27 | make[3]: Entering directory '/home/goddard/ucsf/chimerax/prereqs/PyQt'
|
|---|
| 28 | rm -f pip.log
|
|---|
| 29 | make[3]: Leaving directory '/home/goddard/ucsf/chimerax/prereqs/PyQt'
|
|---|
| 30 | make[2]: Leaving directory '/home/goddard/ucsf/chimerax/prereqs/PyQt'
|
|---|
| 31 | make -C Python clean
|
|---|
| 32 | make[2]: Entering directory '/home/goddard/ucsf/chimerax/prereqs/Python'
|
|---|
| 33 | rm -rf python-3.11.9-win-amd64.tar.bz2
|
|---|
| 34 | make[2]: Leaving directory '/home/goddard/ucsf/chimerax/prereqs/Python'
|
|---|
| 35 | make[1]: Leaving directory '/home/goddard/ucsf/chimerax/prereqs'
|
|---|
| 36 | make -C src clean
|
|---|
| 37 | make[1]: Entering directory '/home/goddard/ucsf/chimerax/src'
|
|---|
| 38 | make -C bundles clean
|
|---|
| 39 | make[2]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles'
|
|---|
| 40 | make -C add_charge clean
|
|---|
| 41 | make[3]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/add_charge'
|
|---|
| 42 | rm -rf build dist *.egg-info src/__pycache__ src/*/__pycache__
|
|---|
| 43 | if [ -n "" ]; then \
|
|---|
| 44 | rm -rf ; \
|
|---|
| 45 | fi
|
|---|
| 46 | make[3]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/add_charge'
|
|---|
| 47 | make -C addh clean
|
|---|
| 48 | make[3]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/addh'
|
|---|
| 49 | rm -rf build dist *.egg-info src/__pycache__ src/*/__pycache__
|
|---|
| 50 | if [ -n "" ]; then \
|
|---|
| 51 | rm -rf ; \
|
|---|
| 52 | fi
|
|---|
| 53 | make[3]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/addh'
|
|---|
| 54 | make -C alignment_algs clean
|
|---|
| 55 | make[3]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/alignment_algs'
|
|---|
| 56 | rm -rf build dist *.egg-info src/__pycache__ src/*/__pycache__
|
|---|
| 57 | if [ -n "src/NeedlemanWunsch/__pycache__" ]; then \
|
|---|
| 58 | rm -rf src/NeedlemanWunsch/__pycache__; \
|
|---|
| 59 | fi
|
|---|
| 60 | make[3]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/alignment_algs'
|
|---|
| 61 | make -C alignment_headers clean
|
|---|
| 62 | make[3]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/alignment_headers'
|
|---|
| 63 | rm -rf build dist *.egg-info src/__pycache__ src/*/__pycache__
|
|---|
| 64 | if [ -n "al2co/al2co.obj al2co/al2co.o src/bin/al2co.exe src/bin/al2co" ]; then \
|
|---|
| 65 | rm -rf al2co/al2co.obj al2co/al2co.o src/bin/al2co.exe src/bin/al2co; \
|
|---|
| 66 | fi
|
|---|
| 67 | make[3]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/alignment_headers'
|
|---|
| 68 | make -C alphafold clean
|
|---|
| 69 | make[3]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/alphafold'
|
|---|
| 70 | rm -rf build dist *.egg-info src/__pycache__ src/*/__pycache__
|
|---|
| 71 | if [ -n "" ]; then \
|
|---|
| 72 | rm -rf ; \
|
|---|
| 73 | fi
|
|---|
| 74 | make[3]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/alphafold'
|
|---|
| 75 | make -C altloc_explorer clean
|
|---|
| 76 | make[3]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/altloc_explorer'
|
|---|
| 77 | rm -rf build dist *.egg-info src/__pycache__ src/*/__pycache__
|
|---|
| 78 | if [ -n "" ]; then \
|
|---|
| 79 | rm -rf ; \
|
|---|
| 80 | fi
|
|---|
| 81 | make[3]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/altloc_explorer'
|
|---|
| 82 | make -C amber_info clean
|
|---|
| 83 | make[3]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/amber_info'
|
|---|
| 84 | rm -rf build dist *.egg-info src/__pycache__ src/*/__pycache__
|
|---|
| 85 | if [ -n "" ]; then \
|
|---|
| 86 | rm -rf ; \
|
|---|
| 87 | fi
|
|---|
| 88 | make[3]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/amber_info'
|
|---|
| 89 | make -C aniso clean
|
|---|
| 90 | make[3]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/aniso'
|
|---|
| 91 | rm -rf build dist *.egg-info src/__pycache__ src/*/__pycache__
|
|---|
| 92 | if [ -n "" ]; then \
|
|---|
| 93 | rm -rf ; \
|
|---|
| 94 | fi
|
|---|
| 95 | make[3]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/aniso'
|
|---|
| 96 | make -C arrays clean
|
|---|
| 97 | make[3]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/arrays'
|
|---|
| 98 | rm -rf build dist *.egg-info src/__pycache__ src/*/__pycache__
|
|---|
| 99 | if [ -n "src/lib src/include _arrays/*.o" ]; then \
|
|---|
| 100 | rm -rf src/lib src/include _arrays/*.o; \
|
|---|
| 101 | fi
|
|---|
| 102 | make[3]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/arrays'
|
|---|
| 103 | make -C atom_search clean
|
|---|
| 104 | make[3]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/atom_search'
|
|---|
| 105 | rm -rf build dist *.egg-info src/__pycache__ src/*/__pycache__ src/*.pyd
|
|---|
| 106 | if [ -n "search_cpp/ast.cpp" ]; then \
|
|---|
| 107 | rm -rf search_cpp/ast.cpp; \
|
|---|
| 108 | fi
|
|---|
| 109 | make[3]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/atom_search'
|
|---|
| 110 | make -C atomic clean
|
|---|
| 111 | make[3]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/atomic'
|
|---|
| 112 | rm -rf build dist *.egg-info src/__pycache__ src/*/__pycache__
|
|---|
| 113 | if [ -n "" ]; then \
|
|---|
| 114 | rm -rf ; \
|
|---|
| 115 | fi
|
|---|
| 116 | make[3]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/atomic'
|
|---|
| 117 | make -C atomic_lib clean
|
|---|
| 118 | make[3]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/atomic_lib'
|
|---|
| 119 | rm -rf build dist *.egg-info src/__pycache__ src/*/__pycache__
|
|---|
| 120 | if [ -n "src/lib src/include src/data atomic_cpp/*/*.obj atomic_cpp/atomstruct_cpp/tmpl/*.obj" ]; then \
|
|---|
| 121 | rm -rf src/lib src/include src/data atomic_cpp/*/*.obj atomic_cpp/atomstruct_cpp/tmpl/*.obj; \
|
|---|
| 122 | fi
|
|---|
| 123 | make[3]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/atomic_lib'
|
|---|
| 124 | make -C axes_planes clean
|
|---|
| 125 | make[3]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/axes_planes'
|
|---|
| 126 | rm -rf build dist *.egg-info src/__pycache__ src/*/__pycache__
|
|---|
| 127 | if [ -n "" ]; then \
|
|---|
| 128 | rm -rf ; \
|
|---|
| 129 | fi
|
|---|
| 130 | make[3]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/axes_planes'
|
|---|
| 131 | make -C basic_actions clean
|
|---|
| 132 | make[3]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/basic_actions'
|
|---|
| 133 | rm -rf build dist *.egg-info src/__pycache__ src/*/__pycache__
|
|---|
| 134 | if [ -n "" ]; then \
|
|---|
| 135 | rm -rf ; \
|
|---|
| 136 | fi
|
|---|
| 137 | make[3]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/basic_actions'
|
|---|
| 138 | make -C bild clean
|
|---|
| 139 | make[3]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/bild'
|
|---|
| 140 | rm -rf build dist *.egg-info src/__pycache__ src/*/__pycache__
|
|---|
| 141 | if [ -n "" ]; then \
|
|---|
| 142 | rm -rf ; \
|
|---|
| 143 | fi
|
|---|
| 144 | make[3]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/bild'
|
|---|
| 145 | make -C blastprotein clean
|
|---|
| 146 | make[3]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/blastprotein'
|
|---|
| 147 | rm -rf build dist *.egg-info src/__pycache__ src/*/__pycache__
|
|---|
| 148 | if [ -n "" ]; then \
|
|---|
| 149 | rm -rf ; \
|
|---|
| 150 | fi
|
|---|
| 151 | make[3]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/blastprotein'
|
|---|
| 152 | make -C boltz clean
|
|---|
| 153 | make[3]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/boltz'
|
|---|
| 154 | rm -rf build dist *.egg-info src/__pycache__ src/*/__pycache__
|
|---|
| 155 | if [ -n "" ]; then \
|
|---|
| 156 | rm -rf ; \
|
|---|
| 157 | fi
|
|---|
| 158 | make[3]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/boltz'
|
|---|
| 159 | make -C bond_rot clean
|
|---|
| 160 | make[3]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/bond_rot'
|
|---|
| 161 | rm -rf build dist *.egg-info src/__pycache__ src/*/__pycache__
|
|---|
| 162 | if [ -n "" ]; then \
|
|---|
| 163 | rm -rf ; \
|
|---|
| 164 | fi
|
|---|
| 165 | make[3]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/bond_rot'
|
|---|
| 166 | make -C bug_reporter clean
|
|---|
| 167 | make[3]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/bug_reporter'
|
|---|
| 168 | rm -rf build dist *.egg-info src/__pycache__ src/*/__pycache__
|
|---|
| 169 | if [ -n "" ]; then \
|
|---|
| 170 | rm -rf ; \
|
|---|
| 171 | fi
|
|---|
| 172 | make[3]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/bug_reporter'
|
|---|
| 173 | make -C build_structure clean
|
|---|
| 174 | make[3]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/build_structure'
|
|---|
| 175 | rm -rf build dist *.egg-info src/__pycache__ src/*/__pycache__
|
|---|
| 176 | if [ -n "" ]; then \
|
|---|
| 177 | rm -rf ; \
|
|---|
| 178 | fi
|
|---|
| 179 | make[3]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/build_structure'
|
|---|
| 180 | make -C bumps clean
|
|---|
| 181 | make[3]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/bumps'
|
|---|
| 182 | rm -rf build dist *.egg-info src/__pycache__ src/*/__pycache__
|
|---|
| 183 | if [ -n "" ]; then \
|
|---|
| 184 | rm -rf ; \
|
|---|
| 185 | fi
|
|---|
| 186 | make[3]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/bumps'
|
|---|
| 187 | make -C buttons clean
|
|---|
| 188 | make[3]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/buttons'
|
|---|
| 189 | rm -rf build dist *.egg-info src/__pycache__ src/*/__pycache__
|
|---|
| 190 | if [ -n "" ]; then \
|
|---|
| 191 | rm -rf ; \
|
|---|
| 192 | fi
|
|---|
| 193 | make[3]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/buttons'
|
|---|
| 194 | make -C cage_builder clean
|
|---|
| 195 | make[3]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/cage_builder'
|
|---|
| 196 | rm -rf build dist *.egg-info src/__pycache__ src/*/__pycache__
|
|---|
| 197 | if [ -n "" ]; then \
|
|---|
| 198 | rm -rf ; \
|
|---|
| 199 | fi
|
|---|
| 200 | make[3]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/cage_builder'
|
|---|
| 201 | make -C cellpack clean
|
|---|
| 202 | make[3]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/cellpack'
|
|---|
| 203 | rm -rf build dist *.egg-info src/__pycache__ src/*/__pycache__
|
|---|
| 204 | if [ -n "" ]; then \
|
|---|
| 205 | rm -rf ; \
|
|---|
| 206 | fi
|
|---|
| 207 | make[3]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/cellpack'
|
|---|
| 208 | make -C centroids clean
|
|---|
| 209 | make[3]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/centroids'
|
|---|
| 210 | rm -rf build dist *.egg-info src/__pycache__ src/*/__pycache__
|
|---|
| 211 | if [ -n "" ]; then \
|
|---|
| 212 | rm -rf ; \
|
|---|
| 213 | fi
|
|---|
| 214 | make[3]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/centroids'
|
|---|
| 215 | make -C change_chains clean
|
|---|
| 216 | make[3]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/change_chains'
|
|---|
| 217 | rm -rf build dist *.egg-info src/__pycache__ src/*/__pycache__
|
|---|
| 218 | if [ -n "" ]; then \
|
|---|
| 219 | rm -rf ; \
|
|---|
| 220 | fi
|
|---|
| 221 | make[3]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/change_chains'
|
|---|
| 222 | make -C check_waters clean
|
|---|
| 223 | make[3]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/check_waters'
|
|---|
| 224 | rm -rf build dist *.egg-info src/__pycache__ src/*/__pycache__
|
|---|
| 225 | if [ -n "" ]; then \
|
|---|
| 226 | rm -rf ; \
|
|---|
| 227 | fi
|
|---|
| 228 | make[3]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/check_waters'
|
|---|
| 229 | make -C chem_group clean
|
|---|
| 230 | make[3]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/chem_group'
|
|---|
| 231 | rm -rf build dist *.egg-info src/__pycache__ src/*/__pycache__
|
|---|
| 232 | if [ -n "bundle_info.xml src/__init__.py src/_chem_group*.pyd" ]; then \
|
|---|
| 233 | rm -rf bundle_info.xml src/__init__.py src/_chem_group*.pyd; \
|
|---|
| 234 | fi
|
|---|
| 235 | make[3]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/chem_group'
|
|---|
| 236 | make -C clashes clean
|
|---|
| 237 | make[3]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/clashes'
|
|---|
| 238 | rm -rf build dist *.egg-info src/__pycache__ src/*/__pycache__
|
|---|
| 239 | if [ -n "" ]; then \
|
|---|
| 240 | rm -rf ; \
|
|---|
| 241 | fi
|
|---|
| 242 | make[3]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/clashes'
|
|---|
| 243 | make -C cmd_line clean
|
|---|
| 244 | make[3]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/cmd_line'
|
|---|
| 245 | rm -rf build dist *.egg-info src/__pycache__ src/*/__pycache__
|
|---|
| 246 | if [ -n "" ]; then \
|
|---|
| 247 | rm -rf ; \
|
|---|
| 248 | fi
|
|---|
| 249 | make[3]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/cmd_line'
|
|---|
| 250 | make -C color_actions clean
|
|---|
| 251 | make[3]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/color_actions'
|
|---|
| 252 | rm -rf build dist *.egg-info src/__pycache__ src/*/__pycache__
|
|---|
| 253 | if [ -n "" ]; then \
|
|---|
| 254 | rm -rf ; \
|
|---|
| 255 | fi
|
|---|
| 256 | make[3]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/color_actions'
|
|---|
| 257 | make -C color_globe clean
|
|---|
| 258 | make[3]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/color_globe'
|
|---|
| 259 | rm -rf build dist *.egg-info src/__pycache__ src/*/__pycache__
|
|---|
| 260 | if [ -n "" ]; then \
|
|---|
| 261 | rm -rf ; \
|
|---|
| 262 | fi
|
|---|
| 263 | make[3]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/color_globe'
|
|---|
| 264 | make -C color_key clean
|
|---|
| 265 | make[3]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/color_key'
|
|---|
| 266 | rm -rf build dist *.egg-info src/__pycache__ src/*/__pycache__
|
|---|
| 267 | if [ -n "" ]; then \
|
|---|
| 268 | rm -rf ; \
|
|---|
| 269 | fi
|
|---|
| 270 | make[3]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/color_key'
|
|---|
| 271 | make -C connect_structure clean
|
|---|
| 272 | make[3]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/connect_structure'
|
|---|
| 273 | rm -rf build dist *.egg-info src/__pycache__ src/*/__pycache__
|
|---|
| 274 | if [ -n "src/_cs.*" ]; then \
|
|---|
| 275 | rm -rf src/_cs.*; \
|
|---|
| 276 | fi
|
|---|
| 277 | make[3]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/connect_structure'
|
|---|
| 278 | make -C core_formats clean
|
|---|
| 279 | make[3]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/core_formats'
|
|---|
| 280 | rm -rf build dist *.egg-info src/__pycache__ src/*/__pycache__
|
|---|
| 281 | if [ -n "" ]; then \
|
|---|
| 282 | rm -rf ; \
|
|---|
| 283 | fi
|
|---|
| 284 | make[3]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/core_formats'
|
|---|
| 285 | make -C coulombic clean
|
|---|
| 286 | make[3]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/coulombic'
|
|---|
| 287 | rm -rf build dist *.egg-info src/__pycache__ src/*/__pycache__
|
|---|
| 288 | if [ -n "" ]; then \
|
|---|
| 289 | rm -rf ; \
|
|---|
| 290 | fi
|
|---|
| 291 | make[3]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/coulombic'
|
|---|
| 292 | make -C crosslinks clean
|
|---|
| 293 | make[3]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/crosslinks'
|
|---|
| 294 | rm -rf build dist *.egg-info src/__pycache__ src/*/__pycache__
|
|---|
| 295 | if [ -n "" ]; then \
|
|---|
| 296 | rm -rf ; \
|
|---|
| 297 | fi
|
|---|
| 298 | make[3]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/crosslinks'
|
|---|
| 299 | make -C crystal clean
|
|---|
| 300 | make[3]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/crystal'
|
|---|
| 301 | rm -rf build dist *.egg-info src/__pycache__ src/*/__pycache__
|
|---|
| 302 | if [ -n "" ]; then \
|
|---|
| 303 | rm -rf ; \
|
|---|
| 304 | fi
|
|---|
| 305 | make[3]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/crystal'
|
|---|
| 306 | make -C crystal_contacts clean
|
|---|
| 307 | make[3]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/crystal_contacts'
|
|---|
| 308 | rm -rf build dist *.egg-info src/__pycache__ src/*/__pycache__
|
|---|
| 309 | if [ -n "" ]; then \
|
|---|
| 310 | rm -rf ; \
|
|---|
| 311 | fi
|
|---|
| 312 | make[3]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/crystal_contacts'
|
|---|
| 313 | make -C data_formats clean
|
|---|
| 314 | make[3]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/data_formats'
|
|---|
| 315 | rm -rf build dist *.egg-info src/__pycache__ src/*/__pycache__
|
|---|
| 316 | if [ -n "" ]; then \
|
|---|
| 317 | rm -rf ; \
|
|---|
| 318 | fi
|
|---|
| 319 | make[3]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/data_formats'
|
|---|
| 320 | make -C dicom clean
|
|---|
| 321 | make[3]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/dicom'
|
|---|
| 322 | rm -rf build dist *.egg-info src/__pycache__ src/*/__pycache__
|
|---|
| 323 | if [ -n "" ]; then \
|
|---|
| 324 | rm -rf ; \
|
|---|
| 325 | fi
|
|---|
| 326 | make[3]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/dicom'
|
|---|
| 327 | make -C dist_monitor clean
|
|---|
| 328 | make[3]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/dist_monitor'
|
|---|
| 329 | rm -rf build dist *.egg-info src/__pycache__ src/*/__pycache__
|
|---|
| 330 | if [ -n "" ]; then \
|
|---|
| 331 | rm -rf ; \
|
|---|
| 332 | fi
|
|---|
| 333 | make[3]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/dist_monitor'
|
|---|
| 334 | make -C dock_prep clean
|
|---|
| 335 | make[3]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/dock_prep'
|
|---|
| 336 | rm -rf build dist *.egg-info src/__pycache__ src/*/__pycache__
|
|---|
| 337 | if [ -n "" ]; then \
|
|---|
| 338 | rm -rf ; \
|
|---|
| 339 | fi
|
|---|
| 340 | make[3]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/dock_prep'
|
|---|
| 341 | make -C dssp clean
|
|---|
| 342 | make[3]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/dssp'
|
|---|
| 343 | rm -rf build dist *.egg-info src/__pycache__ src/*/__pycache__
|
|---|
| 344 | if [ -n "" ]; then \
|
|---|
| 345 | rm -rf ; \
|
|---|
| 346 | fi
|
|---|
| 347 | make[3]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/dssp'
|
|---|
| 348 | make -C emdb_sff clean
|
|---|
| 349 | make[3]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/emdb_sff'
|
|---|
| 350 | rm -rf build dist *.egg-info src/__pycache__ src/*/__pycache__
|
|---|
| 351 | if [ -n "" ]; then \
|
|---|
| 352 | rm -rf ; \
|
|---|
| 353 | fi
|
|---|
| 354 | make[3]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/emdb_sff'
|
|---|
| 355 | make -C esmfold clean
|
|---|
| 356 | make[3]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/esmfold'
|
|---|
| 357 | rm -rf build dist *.egg-info src/__pycache__ src/*/__pycache__
|
|---|
| 358 | if [ -n "" ]; then \
|
|---|
| 359 | rm -rf ; \
|
|---|
| 360 | fi
|
|---|
| 361 | make[3]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/esmfold'
|
|---|
| 362 | make -C file_history clean
|
|---|
| 363 | make[3]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/file_history'
|
|---|
| 364 | rm -rf build dist *.egg-info src/__pycache__ src/*/__pycache__
|
|---|
| 365 | if [ -n "" ]; then \
|
|---|
| 366 | rm -rf ; \
|
|---|
| 367 | fi
|
|---|
| 368 | make[3]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/file_history'
|
|---|
| 369 | make -C function_key clean
|
|---|
| 370 | make[3]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/function_key'
|
|---|
| 371 | rm -rf build dist *.egg-info src/__pycache__ src/*/__pycache__
|
|---|
| 372 | if [ -n "" ]; then \
|
|---|
| 373 | rm -rf ; \
|
|---|
| 374 | fi
|
|---|
| 375 | make[3]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/function_key'
|
|---|
| 376 | make -C geometry clean
|
|---|
| 377 | make[3]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/geometry'
|
|---|
| 378 | rm -rf build dist *.egg-info src/__pycache__ src/*/__pycache__
|
|---|
| 379 | if [ -n "src/_geometry*.pyd" ]; then \
|
|---|
| 380 | rm -rf src/_geometry*.pyd; \
|
|---|
| 381 | fi
|
|---|
| 382 | make[3]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/geometry'
|
|---|
| 383 | make -C gltf clean
|
|---|
| 384 | make[3]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/gltf'
|
|---|
| 385 | rm -rf build dist *.egg-info src/__pycache__ src/*/__pycache__
|
|---|
| 386 | if [ -n "" ]; then \
|
|---|
| 387 | rm -rf ; \
|
|---|
| 388 | fi
|
|---|
| 389 | make[3]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/gltf'
|
|---|
| 390 | make -C graphics clean
|
|---|
| 391 | make[3]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/graphics'
|
|---|
| 392 | rm -rf build dist *.egg-info src/__pycache__ src/*/__pycache__
|
|---|
| 393 | if [ -n "" ]; then \
|
|---|
| 394 | rm -rf ; \
|
|---|
| 395 | fi
|
|---|
| 396 | make[3]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/graphics'
|
|---|
| 397 | make -C hbonds clean
|
|---|
| 398 | make[3]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/hbonds'
|
|---|
| 399 | rm -rf build dist *.egg-info src/__pycache__ src/*/__pycache__
|
|---|
| 400 | if [ -n "" ]; then \
|
|---|
| 401 | rm -rf ; \
|
|---|
| 402 | fi
|
|---|
| 403 | make[3]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/hbonds'
|
|---|
| 404 | make -C help_viewer clean
|
|---|
| 405 | make[3]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/help_viewer'
|
|---|
| 406 | rm -rf build dist *.egg-info src/__pycache__ src/*/__pycache__
|
|---|
| 407 | if [ -n "" ]; then \
|
|---|
| 408 | rm -rf ; \
|
|---|
| 409 | fi
|
|---|
| 410 | make[3]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/help_viewer'
|
|---|
| 411 | make -C hkcage clean
|
|---|
| 412 | make[3]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/hkcage'
|
|---|
| 413 | rm -rf build dist *.egg-info src/__pycache__ src/*/__pycache__
|
|---|
| 414 | if [ -n "" ]; then \
|
|---|
| 415 | rm -rf ; \
|
|---|
| 416 | fi
|
|---|
| 417 | make[3]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/hkcage'
|
|---|
| 418 | make -C ihm clean
|
|---|
| 419 | make[3]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/ihm'
|
|---|
| 420 | rm -rf build dist *.egg-info src/__pycache__ src/*/__pycache__
|
|---|
| 421 | if [ -n "" ]; then \
|
|---|
| 422 | rm -rf ; \
|
|---|
| 423 | fi
|
|---|
| 424 | make[3]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/ihm'
|
|---|
| 425 | make -C image_formats clean
|
|---|
| 426 | make[3]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/image_formats'
|
|---|
| 427 | rm -rf build dist *.egg-info src/__pycache__ src/*/__pycache__
|
|---|
| 428 | if [ -n "" ]; then \
|
|---|
| 429 | rm -rf ; \
|
|---|
| 430 | fi
|
|---|
| 431 | make[3]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/image_formats'
|
|---|
| 432 | make -C imod clean
|
|---|
| 433 | make[3]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/imod'
|
|---|
| 434 | rm -rf build dist *.egg-info src/__pycache__ src/*/__pycache__
|
|---|
| 435 | if [ -n "" ]; then \
|
|---|
| 436 | rm -rf ; \
|
|---|
| 437 | fi
|
|---|
| 438 | make[3]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/imod'
|
|---|
| 439 | make -C interfaces clean
|
|---|
| 440 | make[3]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/interfaces'
|
|---|
| 441 | rm -rf build dist *.egg-info src/__pycache__ src/*/__pycache__
|
|---|
| 442 | if [ -n "" ]; then \
|
|---|
| 443 | rm -rf ; \
|
|---|
| 444 | fi
|
|---|
| 445 | make[3]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/interfaces'
|
|---|
| 446 | make -C items_inspection clean
|
|---|
| 447 | make[3]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/items_inspection'
|
|---|
| 448 | rm -rf build dist *.egg-info src/__pycache__ src/*/__pycache__
|
|---|
| 449 | if [ -n "" ]; then \
|
|---|
| 450 | rm -rf ; \
|
|---|
| 451 | fi
|
|---|
| 452 | make[3]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/items_inspection'
|
|---|
| 453 | make -C io clean
|
|---|
| 454 | make[3]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/io'
|
|---|
| 455 | rm -rf build dist *.egg-info src/__pycache__ src/*/__pycache__
|
|---|
| 456 | if [ -n "" ]; then \
|
|---|
| 457 | rm -rf ; \
|
|---|
| 458 | fi
|
|---|
| 459 | make[3]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/io'
|
|---|
| 460 | make -C label clean
|
|---|
| 461 | make[3]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/label'
|
|---|
| 462 | rm -rf build dist *.egg-info src/__pycache__ src/*/__pycache__
|
|---|
| 463 | if [ -n "" ]; then \
|
|---|
| 464 | rm -rf ; \
|
|---|
| 465 | fi
|
|---|
| 466 | make[3]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/label'
|
|---|
| 467 | make -C iupac clean
|
|---|
| 468 | make[3]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/iupac'
|
|---|
| 469 | rm -rf build dist *.egg-info src/__pycache__ src/*/__pycache__
|
|---|
| 470 | if [ -n "" ]; then \
|
|---|
| 471 | rm -rf ; \
|
|---|
| 472 | fi
|
|---|
| 473 | make[3]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/iupac'
|
|---|
| 474 | make -C kvfinder clean
|
|---|
| 475 | make[3]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/kvfinder'
|
|---|
| 476 | rm -rf build dist *.egg-info src/__pycache__ src/*/__pycache__
|
|---|
| 477 | if [ -n "" ]; then \
|
|---|
| 478 | rm -rf ; \
|
|---|
| 479 | fi
|
|---|
| 480 | make[3]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/kvfinder'
|
|---|
| 481 | make -C list_info clean
|
|---|
| 482 | make[3]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/list_info'
|
|---|
| 483 | rm -rf build dist *.egg-info src/__pycache__ src/*/__pycache__
|
|---|
| 484 | if [ -n "" ]; then \
|
|---|
| 485 | rm -rf ; \
|
|---|
| 486 | fi
|
|---|
| 487 | make[3]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/list_info'
|
|---|
| 488 | make -C log clean
|
|---|
| 489 | make[3]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/log'
|
|---|
| 490 | rm -rf build dist *.egg-info src/__pycache__ src/*/__pycache__
|
|---|
| 491 | if [ -n "" ]; then \
|
|---|
| 492 | rm -rf ; \
|
|---|
| 493 | fi
|
|---|
| 494 | make[3]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/log'
|
|---|
| 495 | make -C looking_glass clean
|
|---|
| 496 | make[3]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/looking_glass'
|
|---|
| 497 | rm -rf build dist *.egg-info src/__pycache__ src/*/__pycache__
|
|---|
| 498 | if [ -n "src/lib" ]; then \
|
|---|
| 499 | rm -rf src/lib; \
|
|---|
| 500 | fi
|
|---|
| 501 | make[3]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/looking_glass'
|
|---|
| 502 | make -C maestro clean
|
|---|
| 503 | make[3]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/maestro'
|
|---|
| 504 | rm -rf build dist *.egg-info src/__pycache__ src/*/__pycache__
|
|---|
| 505 | if [ -n "" ]; then \
|
|---|
| 506 | rm -rf ; \
|
|---|
| 507 | fi
|
|---|
| 508 | make[3]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/maestro'
|
|---|
| 509 | make -C map clean
|
|---|
| 510 | make[3]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/map'
|
|---|
| 511 | rm -rf build dist *.egg-info src/__pycache__ src/*/__pycache__
|
|---|
| 512 | if [ -n "" ]; then \
|
|---|
| 513 | rm -rf ; \
|
|---|
| 514 | fi
|
|---|
| 515 | make[3]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/map'
|
|---|
| 516 | make -C map_data clean
|
|---|
| 517 | make[3]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/map_data'
|
|---|
| 518 | rm -rf build dist *.egg-info src/__pycache__ src/*/__pycache__
|
|---|
| 519 | if [ -n "" ]; then \
|
|---|
| 520 | rm -rf ; \
|
|---|
| 521 | fi
|
|---|
| 522 | make[3]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/map_data'
|
|---|
| 523 | make -C map_eraser clean
|
|---|
| 524 | make[3]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/map_eraser'
|
|---|
| 525 | rm -rf build dist *.egg-info src/__pycache__ src/*/__pycache__
|
|---|
| 526 | if [ -n "" ]; then \
|
|---|
| 527 | rm -rf ; \
|
|---|
| 528 | fi
|
|---|
| 529 | make[3]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/map_eraser'
|
|---|
| 530 | make -C map_filter clean
|
|---|
| 531 | make[3]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/map_filter'
|
|---|
| 532 | rm -rf build dist *.egg-info src/__pycache__ src/*/__pycache__
|
|---|
| 533 | if [ -n "" ]; then \
|
|---|
| 534 | rm -rf ; \
|
|---|
| 535 | fi
|
|---|
| 536 | make[3]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/map_filter'
|
|---|
| 537 | make -C map_fit clean
|
|---|
| 538 | make[3]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/map_fit'
|
|---|
| 539 | rm -rf build dist *.egg-info src/__pycache__ src/*/__pycache__
|
|---|
| 540 | if [ -n "" ]; then \
|
|---|
| 541 | rm -rf ; \
|
|---|
| 542 | fi
|
|---|
| 543 | make[3]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/map_fit'
|
|---|
| 544 | make -C map_series clean
|
|---|
| 545 | make[3]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/map_series'
|
|---|
| 546 | rm -rf build dist *.egg-info src/__pycache__ src/*/__pycache__
|
|---|
| 547 | if [ -n "" ]; then \
|
|---|
| 548 | rm -rf ; \
|
|---|
| 549 | fi
|
|---|
| 550 | make[3]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/map_series'
|
|---|
| 551 | make -C markers clean
|
|---|
| 552 | make[3]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/markers'
|
|---|
| 553 | rm -rf build dist *.egg-info src/__pycache__ src/*/__pycache__
|
|---|
| 554 | if [ -n "" ]; then \
|
|---|
| 555 | rm -rf ; \
|
|---|
| 556 | fi
|
|---|
| 557 | make[3]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/markers'
|
|---|
| 558 | make -C mask clean
|
|---|
| 559 | make[3]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/mask'
|
|---|
| 560 | rm -rf build dist *.egg-info src/__pycache__ src/*/__pycache__
|
|---|
| 561 | if [ -n "src/_mask*.pyd" ]; then \
|
|---|
| 562 | rm -rf src/_mask*.pyd; \
|
|---|
| 563 | fi
|
|---|
| 564 | make[3]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/mask'
|
|---|
| 565 | make -C match_maker clean
|
|---|
| 566 | make[3]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/match_maker'
|
|---|
| 567 | rm -rf build dist *.egg-info src/__pycache__ src/*/__pycache__
|
|---|
| 568 | if [ -n "" ]; then \
|
|---|
| 569 | rm -rf ; \
|
|---|
| 570 | fi
|
|---|
| 571 | make[3]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/match_maker'
|
|---|
| 572 | make -C mcopy clean
|
|---|
| 573 | make[3]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/mcopy'
|
|---|
| 574 | rm -rf build dist *.egg-info src/__pycache__ src/*/__pycache__
|
|---|
| 575 | if [ -n "" ]; then \
|
|---|
| 576 | rm -rf ; \
|
|---|
| 577 | fi
|
|---|
| 578 | make[3]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/mcopy'
|
|---|
| 579 | make -C md_crds clean
|
|---|
| 580 | make[3]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/md_crds'
|
|---|
| 581 | make -C gromacs clean
|
|---|
| 582 | make[4]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/md_crds/gromacs'
|
|---|
| 583 | rm -rf xdrfile-1.1.4
|
|---|
| 584 | make[4]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/md_crds/gromacs'
|
|---|
| 585 | rm -rf build dist *.egg-info src/__pycache__ src/*/__pycache__
|
|---|
| 586 | if [ -n "src/dcd/MDToolsMarch97/__pycache__ src/dcd/__pycache src/_gromacs*.pyd" ]; then \
|
|---|
| 587 | rm -rf src/dcd/MDToolsMarch97/__pycache__ src/dcd/__pycache src/_gromacs*.pyd; \
|
|---|
| 588 | fi
|
|---|
| 589 | make[3]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/md_crds'
|
|---|
| 590 | make -C medical_toolbar clean
|
|---|
| 591 | make[3]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/medical_toolbar'
|
|---|
| 592 | rm -rf build dist *.egg-info src/__pycache__ src/*/__pycache__
|
|---|
| 593 | if [ -n "" ]; then \
|
|---|
| 594 | rm -rf ; \
|
|---|
| 595 | fi
|
|---|
| 596 | make[3]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/medical_toolbar'
|
|---|
| 597 | make -C meeting clean
|
|---|
| 598 | make[3]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/meeting'
|
|---|
| 599 | rm -rf build dist *.egg-info src/__pycache__ src/*/__pycache__
|
|---|
| 600 | if [ -n "" ]; then \
|
|---|
| 601 | rm -rf ; \
|
|---|
| 602 | fi
|
|---|
| 603 | make[3]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/meeting'
|
|---|
| 604 | make -C minimize clean
|
|---|
| 605 | make[3]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/minimize'
|
|---|
| 606 | rm -rf build dist *.egg-info src/__pycache__ src/*/__pycache__
|
|---|
| 607 | if [ -n "" ]; then \
|
|---|
| 608 | rm -rf ; \
|
|---|
| 609 | fi
|
|---|
| 610 | make[3]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/minimize'
|
|---|
| 611 | make -C mlp clean
|
|---|
| 612 | make[3]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/mlp'
|
|---|
| 613 | rm -rf build dist *.egg-info src/__pycache__ src/*/__pycache__
|
|---|
| 614 | if [ -n "src/_mlp*.pyd" ]; then \
|
|---|
| 615 | rm -rf src/_mlp*.pyd; \
|
|---|
| 616 | fi
|
|---|
| 617 | make[3]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/mlp'
|
|---|
| 618 | make -C model_series clean
|
|---|
| 619 | make[3]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/model_series'
|
|---|
| 620 | rm -rf build dist *.egg-info src/__pycache__ src/*/__pycache__
|
|---|
| 621 | if [ -n "" ]; then \
|
|---|
| 622 | rm -rf ; \
|
|---|
| 623 | fi
|
|---|
| 624 | make[3]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/model_series'
|
|---|
| 625 | make -C mmcif clean
|
|---|
| 626 | make[3]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/mmcif'
|
|---|
| 627 | make -C mmcif_cpp clean
|
|---|
| 628 | make[4]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/mmcif/mmcif_cpp'
|
|---|
| 629 | cd readcif_cpp; make clean
|
|---|
| 630 | make[5]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/mmcif/mmcif_cpp/readcif_cpp'
|
|---|
| 631 | make -C cifgrep clean
|
|---|
| 632 | make[6]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/mmcif/mmcif_cpp/readcif_cpp/cifgrep'
|
|---|
| 633 | rm -f cifgrep.exe cifgrep.obj cifgrep.man
|
|---|
| 634 | make[6]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/mmcif/mmcif_cpp/readcif_cpp/cifgrep'
|
|---|
| 635 | rm -f libreadcif.lib readcif.obj
|
|---|
| 636 | rm -f libreadcif.pdb vc*.pdb
|
|---|
| 637 | make[5]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/mmcif/mmcif_cpp/readcif_cpp'
|
|---|
| 638 | rm -rf _mmcif.pyd mmcif.obj template.obj corecif.obj _mmcif.obj include lib
|
|---|
| 639 | rm -f _mmcif.pyd.manifest _mmcif.{lib,exp,ilk,pdb} vc*.pdb
|
|---|
| 640 | make[4]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/mmcif/mmcif_cpp'
|
|---|
| 641 | rm -rf build dist *.egg-info src/__pycache__ src/*/__pycache__
|
|---|
| 642 | if [ -n "" ]; then \
|
|---|
| 643 | rm -rf ; \
|
|---|
| 644 | fi
|
|---|
| 645 | make[3]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/mmcif'
|
|---|
| 646 | make -C mmtf clean
|
|---|
| 647 | make[3]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/mmtf'
|
|---|
| 648 | rm -rf mmtf-cpp-1.1.0 msgpack-c-cpp-4.1.2 build dist *.egg-info src/__pycache__ src/*/__pycache__
|
|---|
| 649 | if [ -n "" ]; then \
|
|---|
| 650 | rm -rf ; \
|
|---|
| 651 | fi
|
|---|
| 652 | make[3]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/mmtf'
|
|---|
| 653 | make -C model_archive clean
|
|---|
| 654 | make[3]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/model_archive'
|
|---|
| 655 | rm -rf build dist *.egg-info src/__pycache__ src/*/__pycache__
|
|---|
| 656 | if [ -n "" ]; then \
|
|---|
| 657 | rm -rf ; \
|
|---|
| 658 | fi
|
|---|
| 659 | make[3]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/model_archive'
|
|---|
| 660 | make -C model_panel clean
|
|---|
| 661 | make[3]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/model_panel'
|
|---|
| 662 | rm -rf build dist *.egg-info src/__pycache__ src/*/__pycache__
|
|---|
| 663 | if [ -n "" ]; then \
|
|---|
| 664 | rm -rf ; \
|
|---|
| 665 | fi
|
|---|
| 666 | make[3]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/model_panel'
|
|---|
| 667 | make -C modeller clean
|
|---|
| 668 | make[3]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/modeller'
|
|---|
| 669 | rm -rf build dist *.egg-info src/__pycache__ src/*/__pycache__
|
|---|
| 670 | if [ -n "" ]; then \
|
|---|
| 671 | rm -rf ; \
|
|---|
| 672 | fi
|
|---|
| 673 | make[3]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/modeller'
|
|---|
| 674 | make -C mol2 clean
|
|---|
| 675 | make[3]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/mol2'
|
|---|
| 676 | rm -rf build dist *.egg-info src/__pycache__ src/*/__pycache__
|
|---|
| 677 | if [ -n "" ]; then \
|
|---|
| 678 | rm -rf ; \
|
|---|
| 679 | fi
|
|---|
| 680 | make[3]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/mol2'
|
|---|
| 681 | make -C mole clean
|
|---|
| 682 | make[3]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/mole'
|
|---|
| 683 | rm -rf build dist *.egg-info src/__pycache__ src/*/__pycache__
|
|---|
| 684 | if [ -n "" ]; then \
|
|---|
| 685 | rm -rf ; \
|
|---|
| 686 | fi
|
|---|
| 687 | make[3]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/mole'
|
|---|
| 688 | make -C morph clean
|
|---|
| 689 | make[3]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/morph'
|
|---|
| 690 | rm -rf build dist *.egg-info src/__pycache__ src/*/__pycache__
|
|---|
| 691 | if [ -n "src/_morph*.pyd" ]; then \
|
|---|
| 692 | rm -rf src/_morph*.pyd; \
|
|---|
| 693 | fi
|
|---|
| 694 | make[3]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/morph'
|
|---|
| 695 | make -C mouse_modes clean
|
|---|
| 696 | make[3]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/mouse_modes'
|
|---|
| 697 | rm -rf build dist *.egg-info src/__pycache__ src/*/__pycache__
|
|---|
| 698 | if [ -n "" ]; then \
|
|---|
| 699 | rm -rf ; \
|
|---|
| 700 | fi
|
|---|
| 701 | make[3]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/mouse_modes'
|
|---|
| 702 | make -C movie clean
|
|---|
| 703 | make[3]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/movie'
|
|---|
| 704 | rm -rf build dist *.egg-info src/__pycache__ src/*/__pycache__
|
|---|
| 705 | if [ -n "" ]; then \
|
|---|
| 706 | rm -rf ; \
|
|---|
| 707 | fi
|
|---|
| 708 | make[3]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/movie'
|
|---|
| 709 | make -C mutation_scores clean
|
|---|
| 710 | make[3]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/mutation_scores'
|
|---|
| 711 | rm -rf build dist *.egg-info src/__pycache__ src/*/__pycache__
|
|---|
| 712 | if [ -n "" ]; then \
|
|---|
| 713 | rm -rf ; \
|
|---|
| 714 | fi
|
|---|
| 715 | make[3]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/mutation_scores'
|
|---|
| 716 | make -C nmrstar clean
|
|---|
| 717 | make[3]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/nmrstar'
|
|---|
| 718 | rm -rf build dist *.egg-info src/__pycache__ src/*/__pycache__
|
|---|
| 719 | if [ -n "" ]; then \
|
|---|
| 720 | rm -rf ; \
|
|---|
| 721 | fi
|
|---|
| 722 | make[3]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/nmrstar'
|
|---|
| 723 | make -C neuron clean
|
|---|
| 724 | make[3]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/neuron'
|
|---|
| 725 | rm -rf build dist *.egg-info src/__pycache__ src/*/__pycache__
|
|---|
| 726 | if [ -n "src/_stl*.pyd" ]; then \
|
|---|
| 727 | rm -rf src/_stl*.pyd; \
|
|---|
| 728 | fi
|
|---|
| 729 | make[3]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/neuron'
|
|---|
| 730 | make -C nifti clean
|
|---|
| 731 | make[3]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/nifti'
|
|---|
| 732 | rm -rf build dist *.egg-info src/__pycache__ src/*/__pycache__
|
|---|
| 733 | if [ -n "" ]; then \
|
|---|
| 734 | rm -rf ; \
|
|---|
| 735 | fi
|
|---|
| 736 | make[3]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/nifti'
|
|---|
| 737 | make -C nrrd clean
|
|---|
| 738 | make[3]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/nrrd'
|
|---|
| 739 | rm -rf build dist *.egg-info src/__pycache__ src/*/__pycache__
|
|---|
| 740 | if [ -n "" ]; then \
|
|---|
| 741 | rm -rf ; \
|
|---|
| 742 | fi
|
|---|
| 743 | make[3]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/nrrd'
|
|---|
| 744 | make -C nucleotides clean
|
|---|
| 745 | make[3]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/nucleotides'
|
|---|
| 746 | rm -rf build dist *.egg-info src/__pycache__ src/*/__pycache__
|
|---|
| 747 | if [ -n "" ]; then \
|
|---|
| 748 | rm -rf ; \
|
|---|
| 749 | fi
|
|---|
| 750 | make[3]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/nucleotides'
|
|---|
| 751 | make -C open_command clean
|
|---|
| 752 | make[3]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/open_command'
|
|---|
| 753 | rm -rf build dist *.egg-info src/__pycache__ src/*/__pycache__
|
|---|
| 754 | if [ -n "" ]; then \
|
|---|
| 755 | rm -rf ; \
|
|---|
| 756 | fi
|
|---|
| 757 | make[3]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/open_command'
|
|---|
| 758 | make -C orthopick clean
|
|---|
| 759 | make[3]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/orthopick'
|
|---|
| 760 | rm -rf build dist *.egg-info src/__pycache__ src/*/__pycache__
|
|---|
| 761 | if [ -n "" ]; then \
|
|---|
| 762 | rm -rf ; \
|
|---|
| 763 | fi
|
|---|
| 764 | make[3]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/orthopick'
|
|---|
| 765 | make -C pdb clean
|
|---|
| 766 | make[3]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/pdb'
|
|---|
| 767 | rm -rf build dist *.egg-info src/__pycache__ src/*/__pycache__
|
|---|
| 768 | if [ -n "src/*.pyd pdbio_cpp/PDBio.o* src/*.a" ]; then \
|
|---|
| 769 | rm -rf src/*.pyd pdbio_cpp/PDBio.o* src/*.a; \
|
|---|
| 770 | fi
|
|---|
| 771 | make[3]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/pdb'
|
|---|
| 772 | make -C pdb_bio clean
|
|---|
| 773 | make[3]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/pdb_bio'
|
|---|
| 774 | rm -rf build dist *.egg-info src/__pycache__ src/*/__pycache__
|
|---|
| 775 | if [ -n "" ]; then \
|
|---|
| 776 | rm -rf ; \
|
|---|
| 777 | fi
|
|---|
| 778 | make[3]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/pdb_bio'
|
|---|
| 779 | make -C pdb_lib clean
|
|---|
| 780 | make[3]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/pdb_lib'
|
|---|
| 781 | rm -rf build dist *.egg-info src/__pycache__ src/*/__pycache__
|
|---|
| 782 | if [ -n "src/lib src/include src/*.pyd connect_cpp/connect.o* " ]; then \
|
|---|
| 783 | rm -rf src/lib src/include src/*.pyd connect_cpp/connect.o* ; \
|
|---|
| 784 | fi
|
|---|
| 785 | make[3]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/pdb_lib'
|
|---|
| 786 | make -C pdb_matrices clean
|
|---|
| 787 | make[3]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/pdb_matrices'
|
|---|
| 788 | rm -rf build dist *.egg-info src/__pycache__ src/*/__pycache__
|
|---|
| 789 | if [ -n "" ]; then \
|
|---|
| 790 | rm -rf ; \
|
|---|
| 791 | fi
|
|---|
| 792 | make[3]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/pdb_matrices'
|
|---|
| 793 | make -C pick_blobs clean
|
|---|
| 794 | make[3]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/pick_blobs'
|
|---|
| 795 | rm -rf build dist *.egg-info src/__pycache__ src/*/__pycache__
|
|---|
| 796 | if [ -n "" ]; then \
|
|---|
| 797 | rm -rf ; \
|
|---|
| 798 | fi
|
|---|
| 799 | make[3]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/pick_blobs'
|
|---|
| 800 | make -C positions clean
|
|---|
| 801 | make[3]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/positions'
|
|---|
| 802 | rm -rf build dist *.egg-info src/__pycache__ src/*/__pycache__
|
|---|
| 803 | if [ -n "" ]; then \
|
|---|
| 804 | rm -rf ; \
|
|---|
| 805 | fi
|
|---|
| 806 | make[3]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/positions'
|
|---|
| 807 | make -C preset_mgr clean
|
|---|
| 808 | make[3]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/preset_mgr'
|
|---|
| 809 | rm -rf build dist *.egg-info src/__pycache__ src/*/__pycache__
|
|---|
| 810 | if [ -n "" ]; then \
|
|---|
| 811 | rm -rf ; \
|
|---|
| 812 | fi
|
|---|
| 813 | make[3]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/preset_mgr'
|
|---|
| 814 | make -C profile_grids clean
|
|---|
| 815 | make[3]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/profile_grids'
|
|---|
| 816 | rm -rf build dist *.egg-info src/__pycache__ src/*/__pycache__
|
|---|
| 817 | if [ -n "" ]; then \
|
|---|
| 818 | rm -rf ; \
|
|---|
| 819 | fi
|
|---|
| 820 | make[3]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/profile_grids'
|
|---|
| 821 | make -C pubchem clean
|
|---|
| 822 | make[3]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/pubchem'
|
|---|
| 823 | rm -rf build dist *.egg-info src/__pycache__ src/*/__pycache__
|
|---|
| 824 | if [ -n "" ]; then \
|
|---|
| 825 | rm -rf ; \
|
|---|
| 826 | fi
|
|---|
| 827 | make[3]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/pubchem'
|
|---|
| 828 | make -C read_pbonds clean
|
|---|
| 829 | make[3]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/read_pbonds'
|
|---|
| 830 | rm -rf build dist *.egg-info src/__pycache__ src/*/__pycache__
|
|---|
| 831 | if [ -n "" ]; then \
|
|---|
| 832 | rm -rf ; \
|
|---|
| 833 | fi
|
|---|
| 834 | make[3]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/read_pbonds'
|
|---|
| 835 | make -C registration clean
|
|---|
| 836 | make[3]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/registration'
|
|---|
| 837 | rm -rf build dist *.egg-info src/__pycache__ src/*/__pycache__
|
|---|
| 838 | if [ -n "" ]; then \
|
|---|
| 839 | rm -rf ; \
|
|---|
| 840 | fi
|
|---|
| 841 | make[3]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/registration'
|
|---|
| 842 | make -C remote_control clean
|
|---|
| 843 | make[3]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/remote_control'
|
|---|
| 844 | rm -rf build dist *.egg-info src/__pycache__ src/*/__pycache__
|
|---|
| 845 | if [ -n "" ]; then \
|
|---|
| 846 | rm -rf ; \
|
|---|
| 847 | fi
|
|---|
| 848 | make[3]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/remote_control'
|
|---|
| 849 | make -C render_by_attr clean
|
|---|
| 850 | make[3]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/render_by_attr'
|
|---|
| 851 | rm -rf build dist *.egg-info src/__pycache__ src/*/__pycache__
|
|---|
| 852 | if [ -n "" ]; then \
|
|---|
| 853 | rm -rf ; \
|
|---|
| 854 | fi
|
|---|
| 855 | make[3]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/render_by_attr'
|
|---|
| 856 | make -C renumber_residues clean
|
|---|
| 857 | make[3]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/renumber_residues'
|
|---|
| 858 | rm -rf build dist *.egg-info src/__pycache__ src/*/__pycache__
|
|---|
| 859 | if [ -n "" ]; then \
|
|---|
| 860 | rm -rf ; \
|
|---|
| 861 | fi
|
|---|
| 862 | make[3]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/renumber_residues'
|
|---|
| 863 | make -C rest_server clean
|
|---|
| 864 | make[3]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/rest_server'
|
|---|
| 865 | rm -rf src/server.pem
|
|---|
| 866 | rm -rf build dist *.egg-info src/__pycache__ src/*/__pycache__
|
|---|
| 867 | if [ -n "" ]; then \
|
|---|
| 868 | rm -rf ; \
|
|---|
| 869 | fi
|
|---|
| 870 | make[3]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/rest_server'
|
|---|
| 871 | make -C residue_fit clean
|
|---|
| 872 | make[3]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/residue_fit'
|
|---|
| 873 | rm -rf build dist *.egg-info src/__pycache__ src/*/__pycache__
|
|---|
| 874 | if [ -n "" ]; then \
|
|---|
| 875 | rm -rf ; \
|
|---|
| 876 | fi
|
|---|
| 877 | make[3]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/residue_fit'
|
|---|
| 878 | make -C rna_layout clean
|
|---|
| 879 | make[3]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/rna_layout'
|
|---|
| 880 | rm -rf build dist *.egg-info src/__pycache__ src/*/__pycache__
|
|---|
| 881 | if [ -n "" ]; then \
|
|---|
| 882 | rm -rf ; \
|
|---|
| 883 | fi
|
|---|
| 884 | make[3]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/rna_layout'
|
|---|
| 885 | make -C rotamers clean
|
|---|
| 886 | make[3]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/rotamers'
|
|---|
| 887 | rm -rf build dist *.egg-info src/__pycache__ src/*/__pycache__
|
|---|
| 888 | if [ -n "" ]; then \
|
|---|
| 889 | rm -rf ; \
|
|---|
| 890 | fi
|
|---|
| 891 | make[3]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/rotamers'
|
|---|
| 892 | make -C rotamer_libs clean
|
|---|
| 893 | make[3]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/rotamer_libs'
|
|---|
| 894 | make -C Dunbrack clean
|
|---|
| 895 | make[4]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/rotamer_libs/Dunbrack'
|
|---|
| 896 | rm -rf build dist *.egg-info src/__pycache__ src/*/__pycache__
|
|---|
| 897 | if [ -n "" ]; then \
|
|---|
| 898 | rm -rf ; \
|
|---|
| 899 | fi
|
|---|
| 900 | make[4]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/rotamer_libs/Dunbrack'
|
|---|
| 901 | make -C Dynameomics clean
|
|---|
| 902 | make[4]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/rotamer_libs/Dynameomics'
|
|---|
| 903 | rm -rf build dist *.egg-info src/__pycache__ src/*/__pycache__
|
|---|
| 904 | if [ -n "" ]; then \
|
|---|
| 905 | rm -rf ; \
|
|---|
| 906 | fi
|
|---|
| 907 | make[4]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/rotamer_libs/Dynameomics'
|
|---|
| 908 | make -C Richardson clean
|
|---|
| 909 | make[4]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/rotamer_libs/Richardson'
|
|---|
| 910 | rm -rf build dist *.egg-info src/__pycache__ src/*/__pycache__
|
|---|
| 911 | if [ -n "" ]; then \
|
|---|
| 912 | rm -rf ; \
|
|---|
| 913 | fi
|
|---|
| 914 | make[4]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/rotamer_libs/Richardson'
|
|---|
| 915 | make[3]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/rotamer_libs'
|
|---|
| 916 | make -C save_command clean
|
|---|
| 917 | make[3]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/save_command'
|
|---|
| 918 | rm -rf build dist *.egg-info src/__pycache__ src/*/__pycache__
|
|---|
| 919 | if [ -n "" ]; then \
|
|---|
| 920 | rm -rf ; \
|
|---|
| 921 | fi
|
|---|
| 922 | make[3]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/save_command'
|
|---|
| 923 | make -C scenes clean
|
|---|
| 924 | make[3]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/scenes'
|
|---|
| 925 | rm -rf build dist *.egg-info src/__pycache__ src/*/__pycache__
|
|---|
| 926 | if [ -n "" ]; then \
|
|---|
| 927 | rm -rf ; \
|
|---|
| 928 | fi
|
|---|
| 929 | make[3]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/scenes'
|
|---|
| 930 | make -C scheme_mgr clean
|
|---|
| 931 | make[3]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/scheme_mgr'
|
|---|
| 932 | rm -rf build dist *.egg-info src/__pycache__ src/*/__pycache__
|
|---|
| 933 | if [ -n "" ]; then \
|
|---|
| 934 | rm -rf ; \
|
|---|
| 935 | fi
|
|---|
| 936 | make[3]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/scheme_mgr'
|
|---|
| 937 | make -C sdf clean
|
|---|
| 938 | make[3]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/sdf'
|
|---|
| 939 | rm -rf build dist *.egg-info src/__pycache__ src/*/__pycache__
|
|---|
| 940 | if [ -n "" ]; then \
|
|---|
| 941 | rm -rf ; \
|
|---|
| 942 | fi
|
|---|
| 943 | make[3]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/sdf'
|
|---|
| 944 | make -C sel_inspector clean
|
|---|
| 945 | make[3]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/sel_inspector'
|
|---|
| 946 | rm -rf build dist *.egg-info src/__pycache__ src/*/__pycache__
|
|---|
| 947 | if [ -n "" ]; then \
|
|---|
| 948 | rm -rf ; \
|
|---|
| 949 | fi
|
|---|
| 950 | make[3]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/sel_inspector'
|
|---|
| 951 | make -C segger clean
|
|---|
| 952 | make[3]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/segger'
|
|---|
| 953 | rm -rf seggerx
|
|---|
| 954 | make[3]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/segger'
|
|---|
| 955 | make -C segment clean
|
|---|
| 956 | make[3]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/segment'
|
|---|
| 957 | rm -rf build dist *.egg-info src/__pycache__ src/*/__pycache__
|
|---|
| 958 | if [ -n "src/_segment*.pyd" ]; then \
|
|---|
| 959 | rm -rf src/_segment*.pyd; \
|
|---|
| 960 | fi
|
|---|
| 961 | make[3]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/segment'
|
|---|
| 962 | make -C segmentations clean
|
|---|
| 963 | make[3]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/segmentations'
|
|---|
| 964 | rm -rf build dist *.egg-info src/__pycache__ src/*/__pycache__
|
|---|
| 965 | if [ -n "" ]; then \
|
|---|
| 966 | rm -rf ; \
|
|---|
| 967 | fi
|
|---|
| 968 | make[3]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/segmentations'
|
|---|
| 969 | make -C seqalign clean
|
|---|
| 970 | make[3]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/seqalign'
|
|---|
| 971 | rm -rf build dist *.egg-info src/__pycache__ src/*/__pycache__
|
|---|
| 972 | if [ -n "src/io/__pycache__" ]; then \
|
|---|
| 973 | rm -rf src/io/__pycache__; \
|
|---|
| 974 | fi
|
|---|
| 975 | make[3]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/seqalign'
|
|---|
| 976 | make -C seq_view clean
|
|---|
| 977 | make[3]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/seq_view'
|
|---|
| 978 | rm -rf build dist *.egg-info src/__pycache__ src/*/__pycache__
|
|---|
| 979 | if [ -n "" ]; then \
|
|---|
| 980 | rm -rf ; \
|
|---|
| 981 | fi
|
|---|
| 982 | make[3]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/seq_view'
|
|---|
| 983 | make -C shape clean
|
|---|
| 984 | make[3]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/shape'
|
|---|
| 985 | rm -rf build dist *.egg-info src/__pycache__ src/*/__pycache__
|
|---|
| 986 | if [ -n "" ]; then \
|
|---|
| 987 | rm -rf ; \
|
|---|
| 988 | fi
|
|---|
| 989 | make[3]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/shape'
|
|---|
| 990 | make -C shell clean
|
|---|
| 991 | make[3]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/shell'
|
|---|
| 992 | rm -rf build dist *.egg-info src/__pycache__ src/*/__pycache__
|
|---|
| 993 | if [ -n "" ]; then \
|
|---|
| 994 | rm -rf ; \
|
|---|
| 995 | fi
|
|---|
| 996 | make[3]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/shell'
|
|---|
| 997 | make -C shortcuts clean
|
|---|
| 998 | make[3]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/shortcuts'
|
|---|
| 999 | rm -rf build dist *.egg-info src/__pycache__ src/*/__pycache__
|
|---|
| 1000 | if [ -n "" ]; then \
|
|---|
| 1001 | rm -rf ; \
|
|---|
| 1002 | fi
|
|---|
| 1003 | make[3]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/shortcuts'
|
|---|
| 1004 | make -C show_sequences clean
|
|---|
| 1005 | make[3]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/show_sequences'
|
|---|
| 1006 | rm -rf build dist *.egg-info src/__pycache__ src/*/__pycache__
|
|---|
| 1007 | if [ -n "" ]; then \
|
|---|
| 1008 | rm -rf ; \
|
|---|
| 1009 | fi
|
|---|
| 1010 | make[3]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/show_sequences'
|
|---|
| 1011 | make -C sideview clean
|
|---|
| 1012 | make[3]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/sideview'
|
|---|
| 1013 | rm -rf build dist *.egg-info src/__pycache__ src/*/__pycache__
|
|---|
| 1014 | if [ -n "" ]; then \
|
|---|
| 1015 | rm -rf ; \
|
|---|
| 1016 | fi
|
|---|
| 1017 | make[3]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/sideview'
|
|---|
| 1018 | make -C sim_matrices clean
|
|---|
| 1019 | make[3]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/sim_matrices'
|
|---|
| 1020 | rm -rf build dist *.egg-info src/__pycache__ src/*/__pycache__
|
|---|
| 1021 | if [ -n "" ]; then \
|
|---|
| 1022 | rm -rf ; \
|
|---|
| 1023 | fi
|
|---|
| 1024 | make[3]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/sim_matrices'
|
|---|
| 1025 | make -C similarstructures clean
|
|---|
| 1026 | make[3]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/similarstructures'
|
|---|
| 1027 | rm -rf build dist *.egg-info src/__pycache__ src/*/__pycache__
|
|---|
| 1028 | if [ -n "" ]; then \
|
|---|
| 1029 | rm -rf ; \
|
|---|
| 1030 | fi
|
|---|
| 1031 | make[3]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/similarstructures'
|
|---|
| 1032 | make -C smiles clean
|
|---|
| 1033 | make[3]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/smiles'
|
|---|
| 1034 | rm -rf build dist *.egg-info src/__pycache__ src/*/__pycache__
|
|---|
| 1035 | if [ -n "" ]; then \
|
|---|
| 1036 | rm -rf ; \
|
|---|
| 1037 | fi
|
|---|
| 1038 | make[3]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/smiles'
|
|---|
| 1039 | make -C smooth_lines clean
|
|---|
| 1040 | make[3]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/smooth_lines'
|
|---|
| 1041 | rm -rf build dist *.egg-info src/__pycache__ src/*/__pycache__
|
|---|
| 1042 | if [ -n "" ]; then \
|
|---|
| 1043 | rm -rf ; \
|
|---|
| 1044 | fi
|
|---|
| 1045 | make[3]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/smooth_lines'
|
|---|
| 1046 | make -C spacenavigator clean
|
|---|
| 1047 | make[3]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/spacenavigator'
|
|---|
| 1048 | rm -rf build dist *.egg-info src/__pycache__ src/*/__pycache__
|
|---|
| 1049 | if [ -n "" ]; then \
|
|---|
| 1050 | rm -rf ; \
|
|---|
| 1051 | fi
|
|---|
| 1052 | make[3]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/spacenavigator'
|
|---|
| 1053 | make -C std_commands clean
|
|---|
| 1054 | make[3]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/std_commands'
|
|---|
| 1055 | rm -rf build dist *.egg-info src/__pycache__ src/*/__pycache__
|
|---|
| 1056 | if [ -n "" ]; then \
|
|---|
| 1057 | rm -rf ; \
|
|---|
| 1058 | fi
|
|---|
| 1059 | make[3]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/std_commands'
|
|---|
| 1060 | make -C stl clean
|
|---|
| 1061 | make[3]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/stl'
|
|---|
| 1062 | rm -rf build dist *.egg-info src/__pycache__ src/*/__pycache__
|
|---|
| 1063 | if [ -n "src/_stl*.pyd" ]; then \
|
|---|
| 1064 | rm -rf src/_stl*.pyd; \
|
|---|
| 1065 | fi
|
|---|
| 1066 | make[3]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/stl'
|
|---|
| 1067 | make -C storm clean
|
|---|
| 1068 | make[3]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/storm'
|
|---|
| 1069 | rm -rf build dist *.egg-info src/__pycache__ src/*/__pycache__
|
|---|
| 1070 | if [ -n "" ]; then \
|
|---|
| 1071 | rm -rf ; \
|
|---|
| 1072 | fi
|
|---|
| 1073 | make[3]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/storm'
|
|---|
| 1074 | make -C struct_measure clean
|
|---|
| 1075 | make[3]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/struct_measure'
|
|---|
| 1076 | rm -rf build dist *.egg-info src/__pycache__ src/*/__pycache__
|
|---|
| 1077 | if [ -n "" ]; then \
|
|---|
| 1078 | rm -rf ; \
|
|---|
| 1079 | fi
|
|---|
| 1080 | make[3]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/struct_measure'
|
|---|
| 1081 | make -C struts clean
|
|---|
| 1082 | make[3]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/struts'
|
|---|
| 1083 | rm -rf build dist *.egg-info src/__pycache__ src/*/__pycache__
|
|---|
| 1084 | if [ -n "" ]; then \
|
|---|
| 1085 | rm -rf ; \
|
|---|
| 1086 | fi
|
|---|
| 1087 | make[3]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/struts'
|
|---|
| 1088 | make -C surface clean
|
|---|
| 1089 | make[3]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/surface'
|
|---|
| 1090 | rm -rf build dist *.egg-info src/__pycache__ src/*/__pycache__
|
|---|
| 1091 | if [ -n "" ]; then \
|
|---|
| 1092 | rm -rf ; \
|
|---|
| 1093 | fi
|
|---|
| 1094 | make[3]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/surface'
|
|---|
| 1095 | make -C swapaa clean
|
|---|
| 1096 | make[3]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/swapaa'
|
|---|
| 1097 | rm -rf build dist *.egg-info src/__pycache__ src/*/__pycache__
|
|---|
| 1098 | if [ -n "" ]; then \
|
|---|
| 1099 | rm -rf ; \
|
|---|
| 1100 | fi
|
|---|
| 1101 | make[3]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/swapaa'
|
|---|
| 1102 | make -C swap_res clean
|
|---|
| 1103 | make[3]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/swap_res'
|
|---|
| 1104 | rm -rf build dist *.egg-info src/__pycache__ src/*/__pycache__
|
|---|
| 1105 | if [ -n "" ]; then \
|
|---|
| 1106 | rm -rf ; \
|
|---|
| 1107 | fi
|
|---|
| 1108 | make[3]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/swap_res'
|
|---|
| 1109 | make -C tape_measure clean
|
|---|
| 1110 | make[3]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/tape_measure'
|
|---|
| 1111 | rm -rf build dist *.egg-info src/__pycache__ src/*/__pycache__
|
|---|
| 1112 | if [ -n "" ]; then \
|
|---|
| 1113 | rm -rf ; \
|
|---|
| 1114 | fi
|
|---|
| 1115 | make[3]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/tape_measure'
|
|---|
| 1116 | make -C task_manager clean
|
|---|
| 1117 | make[3]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/task_manager'
|
|---|
| 1118 | rm -rf build dist *.egg-info src/__pycache__ src/*/__pycache__
|
|---|
| 1119 | if [ -n "" ]; then \
|
|---|
| 1120 | rm -rf ; \
|
|---|
| 1121 | fi
|
|---|
| 1122 | make[3]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/task_manager'
|
|---|
| 1123 | make -C test clean
|
|---|
| 1124 | make[3]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/test'
|
|---|
| 1125 | rm -rf build dist *.egg-info src/__pycache__ src/*/__pycache__
|
|---|
| 1126 | if [ -n "exectest/exectest.o exectest/exectest.obj src/bin/exectest*" ]; then \
|
|---|
| 1127 | rm -rf exectest/exectest.o exectest/exectest.obj src/bin/exectest*; \
|
|---|
| 1128 | fi
|
|---|
| 1129 | make[3]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/test'
|
|---|
| 1130 | make -C toolbar clean
|
|---|
| 1131 | make[3]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/toolbar'
|
|---|
| 1132 | rm -rf build dist *.egg-info src/__pycache__ src/*/__pycache__
|
|---|
| 1133 | if [ -n "" ]; then \
|
|---|
| 1134 | rm -rf ; \
|
|---|
| 1135 | fi
|
|---|
| 1136 | make[3]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/toolbar'
|
|---|
| 1137 | make -C topography clean
|
|---|
| 1138 | make[3]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/topography'
|
|---|
| 1139 | rm -rf build dist *.egg-info src/__pycache__ src/*/__pycache__
|
|---|
| 1140 | if [ -n "" ]; then \
|
|---|
| 1141 | rm -rf ; \
|
|---|
| 1142 | fi
|
|---|
| 1143 | make[3]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/topography'
|
|---|
| 1144 | make -C to_quest clean
|
|---|
| 1145 | make[3]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/to_quest'
|
|---|
| 1146 | rm -rf build dist *.egg-info src/__pycache__ src/*/__pycache__
|
|---|
| 1147 | if [ -n "" ]; then \
|
|---|
| 1148 | rm -rf ; \
|
|---|
| 1149 | fi
|
|---|
| 1150 | make[3]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/to_quest'
|
|---|
| 1151 | make -C tug clean
|
|---|
| 1152 | make[3]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/tug'
|
|---|
| 1153 | rm -rf build dist *.egg-info src/__pycache__ src/*/__pycache__
|
|---|
| 1154 | if [ -n "" ]; then \
|
|---|
| 1155 | rm -rf ; \
|
|---|
| 1156 | fi
|
|---|
| 1157 | make[3]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/tug'
|
|---|
| 1158 | make -C ui clean
|
|---|
| 1159 | make[3]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/ui'
|
|---|
| 1160 | rm -rf build dist *.egg-info src/__pycache__ src/*/__pycache__
|
|---|
| 1161 | if [ -n "src/about.html src/*/__pycache__" ]; then \
|
|---|
| 1162 | rm -rf src/about.html src/*/__pycache__; \
|
|---|
| 1163 | fi
|
|---|
| 1164 | make[3]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/ui'
|
|---|
| 1165 | make -C umap clean
|
|---|
| 1166 | make[3]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/umap'
|
|---|
| 1167 | rm -rf build dist *.egg-info src/__pycache__ src/*/__pycache__
|
|---|
| 1168 | if [ -n "" ]; then \
|
|---|
| 1169 | rm -rf ; \
|
|---|
| 1170 | fi
|
|---|
| 1171 | make[3]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/umap'
|
|---|
| 1172 | make -C uniprot clean
|
|---|
| 1173 | make[3]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/uniprot'
|
|---|
| 1174 | rm -rf build dist *.egg-info src/__pycache__ src/*/__pycache__
|
|---|
| 1175 | if [ -n "" ]; then \
|
|---|
| 1176 | rm -rf ; \
|
|---|
| 1177 | fi
|
|---|
| 1178 | make[3]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/uniprot'
|
|---|
| 1179 | make -C unit_cell clean
|
|---|
| 1180 | make[3]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/unit_cell'
|
|---|
| 1181 | rm -rf build dist *.egg-info src/__pycache__ src/*/__pycache__
|
|---|
| 1182 | if [ -n "" ]; then \
|
|---|
| 1183 | rm -rf ; \
|
|---|
| 1184 | fi
|
|---|
| 1185 | make[3]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/unit_cell'
|
|---|
| 1186 | make -C viewdock clean
|
|---|
| 1187 | make[3]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/viewdock'
|
|---|
| 1188 | rm -rf build dist *.egg-info src/__pycache__ src/*/__pycache__
|
|---|
| 1189 | if [ -n "" ]; then \
|
|---|
| 1190 | rm -rf ; \
|
|---|
| 1191 | fi
|
|---|
| 1192 | make[3]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/viewdock'
|
|---|
| 1193 | make -C viperdb clean
|
|---|
| 1194 | make[3]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/viperdb'
|
|---|
| 1195 | rm -rf build dist *.egg-info src/__pycache__ src/*/__pycache__
|
|---|
| 1196 | if [ -n "" ]; then \
|
|---|
| 1197 | rm -rf ; \
|
|---|
| 1198 | fi
|
|---|
| 1199 | make[3]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/viperdb'
|
|---|
| 1200 | make -C vive clean
|
|---|
| 1201 | make[3]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/vive'
|
|---|
| 1202 | rm -rf build dist *.egg-info src/__pycache__ src/*/__pycache__
|
|---|
| 1203 | if [ -n "" ]; then \
|
|---|
| 1204 | rm -rf ; \
|
|---|
| 1205 | fi
|
|---|
| 1206 | make[3]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/vive'
|
|---|
| 1207 | make -C volume_menu clean
|
|---|
| 1208 | make[3]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/volume_menu'
|
|---|
| 1209 | rm -rf build dist *.egg-info src/__pycache__ src/*/__pycache__
|
|---|
| 1210 | if [ -n "" ]; then \
|
|---|
| 1211 | rm -rf ; \
|
|---|
| 1212 | fi
|
|---|
| 1213 | make[3]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/volume_menu'
|
|---|
| 1214 | make -C vrml clean
|
|---|
| 1215 | make[3]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/vrml'
|
|---|
| 1216 | rm -rf build dist *.egg-info src/__pycache__ src/*/__pycache__
|
|---|
| 1217 | if [ -n "" ]; then \
|
|---|
| 1218 | rm -rf ; \
|
|---|
| 1219 | fi
|
|---|
| 1220 | make[3]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/vrml'
|
|---|
| 1221 | make -C vtk clean
|
|---|
| 1222 | make[3]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/vtk'
|
|---|
| 1223 | rm -rf build dist *.egg-info src/__pycache__ src/*/__pycache__
|
|---|
| 1224 | if [ -n "" ]; then \
|
|---|
| 1225 | rm -rf ; \
|
|---|
| 1226 | fi
|
|---|
| 1227 | make[3]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/vtk'
|
|---|
| 1228 | make -C wavefront_obj clean
|
|---|
| 1229 | make[3]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/wavefront_obj'
|
|---|
| 1230 | rm -rf build dist *.egg-info src/__pycache__ src/*/__pycache__
|
|---|
| 1231 | if [ -n "" ]; then \
|
|---|
| 1232 | rm -rf ; \
|
|---|
| 1233 | fi
|
|---|
| 1234 | make[3]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/wavefront_obj'
|
|---|
| 1235 | make -C webcam clean
|
|---|
| 1236 | make[3]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/webcam'
|
|---|
| 1237 | rm -rf build dist *.egg-info src/__pycache__ src/*/__pycache__
|
|---|
| 1238 | if [ -n "src/_webcam*.pyd" ]; then \
|
|---|
| 1239 | rm -rf src/_webcam*.pyd; \
|
|---|
| 1240 | fi
|
|---|
| 1241 | make[3]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/webcam'
|
|---|
| 1242 | make -C webservices clean
|
|---|
| 1243 | make[3]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/webservices'
|
|---|
| 1244 | rm -rf build dist *.egg-info src/__pycache__ src/*/__pycache__
|
|---|
| 1245 | if [ -n "" ]; then \
|
|---|
| 1246 | rm -rf ; \
|
|---|
| 1247 | fi
|
|---|
| 1248 | make[3]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/webservices'
|
|---|
| 1249 | make -C zone clean
|
|---|
| 1250 | make[3]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/zone'
|
|---|
| 1251 | rm -rf build dist *.egg-info src/__pycache__ src/*/__pycache__
|
|---|
| 1252 | if [ -n "" ]; then \
|
|---|
| 1253 | rm -rf ; \
|
|---|
| 1254 | fi
|
|---|
| 1255 | make[3]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/zone'
|
|---|
| 1256 | make -C core clean
|
|---|
| 1257 | make[3]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/core'
|
|---|
| 1258 | /bin/bash: line 1: /home/goddard/ucsf/chimerax/ChimeraX.app/bin/python.exe: No such file or directory
|
|---|
| 1259 | rm -rf __pycache__ src/__pycache__ build dist *.egg-info src/_serialize.cpp \
|
|---|
| 1260 | src/buildinfo.py src/commands/_atomspec.py src/toolshed/__pycache__ \
|
|---|
| 1261 | src/lib/* core_cpp/*/*.a core_cpp/*/*.o src/include src/*.so \
|
|---|
| 1262 | chutil_cpp logger_cpp ioutil_cpp mac_util_cpp toolshed commands \
|
|---|
| 1263 | _serialize.cpp buildinfo.py setup.py
|
|---|
| 1264 | make[3]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/core'
|
|---|
| 1265 | make -C bundle_builder clean
|
|---|
| 1266 | make[3]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/bundle_builder'
|
|---|
| 1267 | rm -rf src/__pycache__ build dist *.egg-info
|
|---|
| 1268 | make[3]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/bundle_builder'
|
|---|
| 1269 | make -C toolshed_utils clean
|
|---|
| 1270 | make[3]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/toolshed_utils'
|
|---|
| 1271 | rm -rf src/__pycache__ build dist *.egg-info
|
|---|
| 1272 | make[3]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/toolshed_utils'
|
|---|
| 1273 | rm -rf __pycache__ Makefile.dependencies
|
|---|
| 1274 | make[2]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles'
|
|---|
| 1275 | make -C apps clean
|
|---|
| 1276 | make[2]: Entering directory '/home/goddard/ucsf/chimerax/src/apps'
|
|---|
| 1277 | make -C ChimeraX clean
|
|---|
| 1278 | make[3]: Entering directory '/home/goddard/ucsf/chimerax/src/apps/ChimeraX'
|
|---|
| 1279 | /bin/bash: line 1: /home/goddard/ucsf/chimerax/ChimeraX.app/bin/python.exe: No such file or directory
|
|---|
| 1280 | rm -f ChimeraX-console.exe launcher.obj main_console.obj icon.obj Info.plist chimerax-icon.icns
|
|---|
| 1281 | rm -f ChimeraX.ico icon.rc ChimeraX-console.exe.manifest ChimeraX.pdb vc*.pdb \
|
|---|
| 1282 | ChimeraX-console.exp ChimeraX-console.lib main_desktop.obj
|
|---|
| 1283 | make clean DESKTOP=1
|
|---|
| 1284 | make[4]: Entering directory '/home/goddard/ucsf/chimerax/src/apps/ChimeraX'
|
|---|
| 1285 | /bin/bash: line 1: /home/goddard/ucsf/chimerax/ChimeraX.app/bin/python.exe: No such file or directory
|
|---|
| 1286 | rm -f ChimeraX.exe launcher.obj main_desktop.obj icon.obj Info.plist chimerax-icon.icns
|
|---|
| 1287 | rm -f ChimeraX.ico icon.rc ChimeraX.exe.manifest ChimeraX.pdb vc*.pdb \
|
|---|
| 1288 | ChimeraX.exp ChimeraX.lib main_desktop.obj
|
|---|
| 1289 | make[4]: Leaving directory '/home/goddard/ucsf/chimerax/src/apps/ChimeraX'
|
|---|
| 1290 | make[3]: Leaving directory '/home/goddard/ucsf/chimerax/src/apps/ChimeraX'
|
|---|
| 1291 | make -C structcomp clean
|
|---|
| 1292 | make[3]: Entering directory '/home/goddard/ucsf/chimerax/src/apps/structcomp'
|
|---|
| 1293 | rm -f structcomp.sh
|
|---|
| 1294 | make[3]: Leaving directory '/home/goddard/ucsf/chimerax/src/apps/structcomp'
|
|---|
| 1295 | make[2]: Leaving directory '/home/goddard/ucsf/chimerax/src/apps'
|
|---|
| 1296 | make -C examples clean
|
|---|
| 1297 | make[2]: Entering directory '/home/goddard/ucsf/chimerax/src/examples'
|
|---|
| 1298 | make[2]: Nothing to be done for 'clean'.
|
|---|
| 1299 | make[2]: Leaving directory '/home/goddard/ucsf/chimerax/src/examples'
|
|---|
| 1300 | make[1]: Leaving directory '/home/goddard/ucsf/chimerax/src'
|
|---|
| 1301 | rm -rf ChimeraX.app
|
|---|
| 1302 | rm -rf /home/goddard/ucsf/chimerax/build
|
|---|
| 1303 | rm -rf build
|
|---|
| 1304 | make -C src clean
|
|---|
| 1305 | make[1]: Entering directory '/home/goddard/ucsf/chimerax/src'
|
|---|
| 1306 | make -C bundles clean
|
|---|
| 1307 | make[2]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles'
|
|---|
| 1308 | make -C add_charge clean
|
|---|
| 1309 | make[3]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/add_charge'
|
|---|
| 1310 | rm -rf build dist *.egg-info src/__pycache__ src/*/__pycache__
|
|---|
| 1311 | if [ -n "" ]; then \
|
|---|
| 1312 | rm -rf ; \
|
|---|
| 1313 | fi
|
|---|
| 1314 | make[3]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/add_charge'
|
|---|
| 1315 | make -C addh clean
|
|---|
| 1316 | make[3]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/addh'
|
|---|
| 1317 | rm -rf build dist *.egg-info src/__pycache__ src/*/__pycache__
|
|---|
| 1318 | if [ -n "" ]; then \
|
|---|
| 1319 | rm -rf ; \
|
|---|
| 1320 | fi
|
|---|
| 1321 | make[3]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/addh'
|
|---|
| 1322 | make -C alignment_algs clean
|
|---|
| 1323 | make[3]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/alignment_algs'
|
|---|
| 1324 | rm -rf build dist *.egg-info src/__pycache__ src/*/__pycache__
|
|---|
| 1325 | if [ -n "src/NeedlemanWunsch/__pycache__" ]; then \
|
|---|
| 1326 | rm -rf src/NeedlemanWunsch/__pycache__; \
|
|---|
| 1327 | fi
|
|---|
| 1328 | make[3]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/alignment_algs'
|
|---|
| 1329 | make -C alignment_headers clean
|
|---|
| 1330 | make[3]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/alignment_headers'
|
|---|
| 1331 | rm -rf build dist *.egg-info src/__pycache__ src/*/__pycache__
|
|---|
| 1332 | if [ -n "al2co/al2co.obj al2co/al2co.o src/bin/al2co.exe src/bin/al2co" ]; then \
|
|---|
| 1333 | rm -rf al2co/al2co.obj al2co/al2co.o src/bin/al2co.exe src/bin/al2co; \
|
|---|
| 1334 | fi
|
|---|
| 1335 | make[3]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/alignment_headers'
|
|---|
| 1336 | make -C alphafold clean
|
|---|
| 1337 | make[3]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/alphafold'
|
|---|
| 1338 | rm -rf build dist *.egg-info src/__pycache__ src/*/__pycache__
|
|---|
| 1339 | if [ -n "" ]; then \
|
|---|
| 1340 | rm -rf ; \
|
|---|
| 1341 | fi
|
|---|
| 1342 | make[3]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/alphafold'
|
|---|
| 1343 | make -C altloc_explorer clean
|
|---|
| 1344 | make[3]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/altloc_explorer'
|
|---|
| 1345 | rm -rf build dist *.egg-info src/__pycache__ src/*/__pycache__
|
|---|
| 1346 | if [ -n "" ]; then \
|
|---|
| 1347 | rm -rf ; \
|
|---|
| 1348 | fi
|
|---|
| 1349 | make[3]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/altloc_explorer'
|
|---|
| 1350 | make -C amber_info clean
|
|---|
| 1351 | make[3]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/amber_info'
|
|---|
| 1352 | rm -rf build dist *.egg-info src/__pycache__ src/*/__pycache__
|
|---|
| 1353 | if [ -n "" ]; then \
|
|---|
| 1354 | rm -rf ; \
|
|---|
| 1355 | fi
|
|---|
| 1356 | make[3]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/amber_info'
|
|---|
| 1357 | make -C aniso clean
|
|---|
| 1358 | make[3]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/aniso'
|
|---|
| 1359 | rm -rf build dist *.egg-info src/__pycache__ src/*/__pycache__
|
|---|
| 1360 | if [ -n "" ]; then \
|
|---|
| 1361 | rm -rf ; \
|
|---|
| 1362 | fi
|
|---|
| 1363 | make[3]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/aniso'
|
|---|
| 1364 | make -C arrays clean
|
|---|
| 1365 | make[3]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/arrays'
|
|---|
| 1366 | rm -rf build dist *.egg-info src/__pycache__ src/*/__pycache__
|
|---|
| 1367 | if [ -n "src/lib src/include _arrays/*.o" ]; then \
|
|---|
| 1368 | rm -rf src/lib src/include _arrays/*.o; \
|
|---|
| 1369 | fi
|
|---|
| 1370 | make[3]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/arrays'
|
|---|
| 1371 | make -C atom_search clean
|
|---|
| 1372 | make[3]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/atom_search'
|
|---|
| 1373 | rm -rf build dist *.egg-info src/__pycache__ src/*/__pycache__ src/*.pyd
|
|---|
| 1374 | if [ -n "search_cpp/ast.cpp" ]; then \
|
|---|
| 1375 | rm -rf search_cpp/ast.cpp; \
|
|---|
| 1376 | fi
|
|---|
| 1377 | make[3]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/atom_search'
|
|---|
| 1378 | make -C atomic clean
|
|---|
| 1379 | make[3]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/atomic'
|
|---|
| 1380 | rm -rf build dist *.egg-info src/__pycache__ src/*/__pycache__
|
|---|
| 1381 | if [ -n "" ]; then \
|
|---|
| 1382 | rm -rf ; \
|
|---|
| 1383 | fi
|
|---|
| 1384 | make[3]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/atomic'
|
|---|
| 1385 | make -C atomic_lib clean
|
|---|
| 1386 | make[3]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/atomic_lib'
|
|---|
| 1387 | rm -rf build dist *.egg-info src/__pycache__ src/*/__pycache__
|
|---|
| 1388 | if [ -n "src/lib src/include src/data atomic_cpp/*/*.obj atomic_cpp/atomstruct_cpp/tmpl/*.obj" ]; then \
|
|---|
| 1389 | rm -rf src/lib src/include src/data atomic_cpp/*/*.obj atomic_cpp/atomstruct_cpp/tmpl/*.obj; \
|
|---|
| 1390 | fi
|
|---|
| 1391 | make[3]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/atomic_lib'
|
|---|
| 1392 | make -C axes_planes clean
|
|---|
| 1393 | make[3]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/axes_planes'
|
|---|
| 1394 | rm -rf build dist *.egg-info src/__pycache__ src/*/__pycache__
|
|---|
| 1395 | if [ -n "" ]; then \
|
|---|
| 1396 | rm -rf ; \
|
|---|
| 1397 | fi
|
|---|
| 1398 | make[3]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/axes_planes'
|
|---|
| 1399 | make -C basic_actions clean
|
|---|
| 1400 | make[3]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/basic_actions'
|
|---|
| 1401 | rm -rf build dist *.egg-info src/__pycache__ src/*/__pycache__
|
|---|
| 1402 | if [ -n "" ]; then \
|
|---|
| 1403 | rm -rf ; \
|
|---|
| 1404 | fi
|
|---|
| 1405 | make[3]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/basic_actions'
|
|---|
| 1406 | make -C bild clean
|
|---|
| 1407 | make[3]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/bild'
|
|---|
| 1408 | rm -rf build dist *.egg-info src/__pycache__ src/*/__pycache__
|
|---|
| 1409 | if [ -n "" ]; then \
|
|---|
| 1410 | rm -rf ; \
|
|---|
| 1411 | fi
|
|---|
| 1412 | make[3]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/bild'
|
|---|
| 1413 | make -C blastprotein clean
|
|---|
| 1414 | make[3]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/blastprotein'
|
|---|
| 1415 | rm -rf build dist *.egg-info src/__pycache__ src/*/__pycache__
|
|---|
| 1416 | if [ -n "" ]; then \
|
|---|
| 1417 | rm -rf ; \
|
|---|
| 1418 | fi
|
|---|
| 1419 | make[3]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/blastprotein'
|
|---|
| 1420 | make -C boltz clean
|
|---|
| 1421 | make[3]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/boltz'
|
|---|
| 1422 | rm -rf build dist *.egg-info src/__pycache__ src/*/__pycache__
|
|---|
| 1423 | if [ -n "" ]; then \
|
|---|
| 1424 | rm -rf ; \
|
|---|
| 1425 | fi
|
|---|
| 1426 | make[3]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/boltz'
|
|---|
| 1427 | make -C bond_rot clean
|
|---|
| 1428 | make[3]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/bond_rot'
|
|---|
| 1429 | rm -rf build dist *.egg-info src/__pycache__ src/*/__pycache__
|
|---|
| 1430 | if [ -n "" ]; then \
|
|---|
| 1431 | rm -rf ; \
|
|---|
| 1432 | fi
|
|---|
| 1433 | make[3]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/bond_rot'
|
|---|
| 1434 | make -C bug_reporter clean
|
|---|
| 1435 | make[3]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/bug_reporter'
|
|---|
| 1436 | rm -rf build dist *.egg-info src/__pycache__ src/*/__pycache__
|
|---|
| 1437 | if [ -n "" ]; then \
|
|---|
| 1438 | rm -rf ; \
|
|---|
| 1439 | fi
|
|---|
| 1440 | make[3]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/bug_reporter'
|
|---|
| 1441 | make -C build_structure clean
|
|---|
| 1442 | make[3]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/build_structure'
|
|---|
| 1443 | rm -rf build dist *.egg-info src/__pycache__ src/*/__pycache__
|
|---|
| 1444 | if [ -n "" ]; then \
|
|---|
| 1445 | rm -rf ; \
|
|---|
| 1446 | fi
|
|---|
| 1447 | make[3]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/build_structure'
|
|---|
| 1448 | make -C bumps clean
|
|---|
| 1449 | make[3]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/bumps'
|
|---|
| 1450 | rm -rf build dist *.egg-info src/__pycache__ src/*/__pycache__
|
|---|
| 1451 | if [ -n "" ]; then \
|
|---|
| 1452 | rm -rf ; \
|
|---|
| 1453 | fi
|
|---|
| 1454 | make[3]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/bumps'
|
|---|
| 1455 | make -C buttons clean
|
|---|
| 1456 | make[3]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/buttons'
|
|---|
| 1457 | rm -rf build dist *.egg-info src/__pycache__ src/*/__pycache__
|
|---|
| 1458 | if [ -n "" ]; then \
|
|---|
| 1459 | rm -rf ; \
|
|---|
| 1460 | fi
|
|---|
| 1461 | make[3]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/buttons'
|
|---|
| 1462 | make -C cage_builder clean
|
|---|
| 1463 | make[3]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/cage_builder'
|
|---|
| 1464 | rm -rf build dist *.egg-info src/__pycache__ src/*/__pycache__
|
|---|
| 1465 | if [ -n "" ]; then \
|
|---|
| 1466 | rm -rf ; \
|
|---|
| 1467 | fi
|
|---|
| 1468 | make[3]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/cage_builder'
|
|---|
| 1469 | make -C cellpack clean
|
|---|
| 1470 | make[3]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/cellpack'
|
|---|
| 1471 | rm -rf build dist *.egg-info src/__pycache__ src/*/__pycache__
|
|---|
| 1472 | if [ -n "" ]; then \
|
|---|
| 1473 | rm -rf ; \
|
|---|
| 1474 | fi
|
|---|
| 1475 | make[3]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/cellpack'
|
|---|
| 1476 | make -C centroids clean
|
|---|
| 1477 | make[3]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/centroids'
|
|---|
| 1478 | rm -rf build dist *.egg-info src/__pycache__ src/*/__pycache__
|
|---|
| 1479 | if [ -n "" ]; then \
|
|---|
| 1480 | rm -rf ; \
|
|---|
| 1481 | fi
|
|---|
| 1482 | make[3]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/centroids'
|
|---|
| 1483 | make -C change_chains clean
|
|---|
| 1484 | make[3]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/change_chains'
|
|---|
| 1485 | rm -rf build dist *.egg-info src/__pycache__ src/*/__pycache__
|
|---|
| 1486 | if [ -n "" ]; then \
|
|---|
| 1487 | rm -rf ; \
|
|---|
| 1488 | fi
|
|---|
| 1489 | make[3]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/change_chains'
|
|---|
| 1490 | make -C check_waters clean
|
|---|
| 1491 | make[3]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/check_waters'
|
|---|
| 1492 | rm -rf build dist *.egg-info src/__pycache__ src/*/__pycache__
|
|---|
| 1493 | if [ -n "" ]; then \
|
|---|
| 1494 | rm -rf ; \
|
|---|
| 1495 | fi
|
|---|
| 1496 | make[3]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/check_waters'
|
|---|
| 1497 | make -C chem_group clean
|
|---|
| 1498 | make[3]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/chem_group'
|
|---|
| 1499 | rm -rf build dist *.egg-info src/__pycache__ src/*/__pycache__
|
|---|
| 1500 | if [ -n "bundle_info.xml src/__init__.py src/_chem_group*.pyd" ]; then \
|
|---|
| 1501 | rm -rf bundle_info.xml src/__init__.py src/_chem_group*.pyd; \
|
|---|
| 1502 | fi
|
|---|
| 1503 | make[3]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/chem_group'
|
|---|
| 1504 | make -C clashes clean
|
|---|
| 1505 | make[3]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/clashes'
|
|---|
| 1506 | rm -rf build dist *.egg-info src/__pycache__ src/*/__pycache__
|
|---|
| 1507 | if [ -n "" ]; then \
|
|---|
| 1508 | rm -rf ; \
|
|---|
| 1509 | fi
|
|---|
| 1510 | make[3]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/clashes'
|
|---|
| 1511 | make -C cmd_line clean
|
|---|
| 1512 | make[3]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/cmd_line'
|
|---|
| 1513 | rm -rf build dist *.egg-info src/__pycache__ src/*/__pycache__
|
|---|
| 1514 | if [ -n "" ]; then \
|
|---|
| 1515 | rm -rf ; \
|
|---|
| 1516 | fi
|
|---|
| 1517 | make[3]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/cmd_line'
|
|---|
| 1518 | make -C color_actions clean
|
|---|
| 1519 | make[3]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/color_actions'
|
|---|
| 1520 | rm -rf build dist *.egg-info src/__pycache__ src/*/__pycache__
|
|---|
| 1521 | if [ -n "" ]; then \
|
|---|
| 1522 | rm -rf ; \
|
|---|
| 1523 | fi
|
|---|
| 1524 | make[3]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/color_actions'
|
|---|
| 1525 | make -C color_globe clean
|
|---|
| 1526 | make[3]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/color_globe'
|
|---|
| 1527 | rm -rf build dist *.egg-info src/__pycache__ src/*/__pycache__
|
|---|
| 1528 | if [ -n "" ]; then \
|
|---|
| 1529 | rm -rf ; \
|
|---|
| 1530 | fi
|
|---|
| 1531 | make[3]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/color_globe'
|
|---|
| 1532 | make -C color_key clean
|
|---|
| 1533 | make[3]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/color_key'
|
|---|
| 1534 | rm -rf build dist *.egg-info src/__pycache__ src/*/__pycache__
|
|---|
| 1535 | if [ -n "" ]; then \
|
|---|
| 1536 | rm -rf ; \
|
|---|
| 1537 | fi
|
|---|
| 1538 | make[3]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/color_key'
|
|---|
| 1539 | make -C connect_structure clean
|
|---|
| 1540 | make[3]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/connect_structure'
|
|---|
| 1541 | rm -rf build dist *.egg-info src/__pycache__ src/*/__pycache__
|
|---|
| 1542 | if [ -n "src/_cs.*" ]; then \
|
|---|
| 1543 | rm -rf src/_cs.*; \
|
|---|
| 1544 | fi
|
|---|
| 1545 | make[3]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/connect_structure'
|
|---|
| 1546 | make -C core_formats clean
|
|---|
| 1547 | make[3]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/core_formats'
|
|---|
| 1548 | rm -rf build dist *.egg-info src/__pycache__ src/*/__pycache__
|
|---|
| 1549 | if [ -n "" ]; then \
|
|---|
| 1550 | rm -rf ; \
|
|---|
| 1551 | fi
|
|---|
| 1552 | make[3]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/core_formats'
|
|---|
| 1553 | make -C coulombic clean
|
|---|
| 1554 | make[3]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/coulombic'
|
|---|
| 1555 | rm -rf build dist *.egg-info src/__pycache__ src/*/__pycache__
|
|---|
| 1556 | if [ -n "" ]; then \
|
|---|
| 1557 | rm -rf ; \
|
|---|
| 1558 | fi
|
|---|
| 1559 | make[3]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/coulombic'
|
|---|
| 1560 | make -C crosslinks clean
|
|---|
| 1561 | make[3]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/crosslinks'
|
|---|
| 1562 | rm -rf build dist *.egg-info src/__pycache__ src/*/__pycache__
|
|---|
| 1563 | if [ -n "" ]; then \
|
|---|
| 1564 | rm -rf ; \
|
|---|
| 1565 | fi
|
|---|
| 1566 | make[3]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/crosslinks'
|
|---|
| 1567 | make -C crystal clean
|
|---|
| 1568 | make[3]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/crystal'
|
|---|
| 1569 | rm -rf build dist *.egg-info src/__pycache__ src/*/__pycache__
|
|---|
| 1570 | if [ -n "" ]; then \
|
|---|
| 1571 | rm -rf ; \
|
|---|
| 1572 | fi
|
|---|
| 1573 | make[3]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/crystal'
|
|---|
| 1574 | make -C crystal_contacts clean
|
|---|
| 1575 | make[3]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/crystal_contacts'
|
|---|
| 1576 | rm -rf build dist *.egg-info src/__pycache__ src/*/__pycache__
|
|---|
| 1577 | if [ -n "" ]; then \
|
|---|
| 1578 | rm -rf ; \
|
|---|
| 1579 | fi
|
|---|
| 1580 | make[3]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/crystal_contacts'
|
|---|
| 1581 | make -C data_formats clean
|
|---|
| 1582 | make[3]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/data_formats'
|
|---|
| 1583 | rm -rf build dist *.egg-info src/__pycache__ src/*/__pycache__
|
|---|
| 1584 | if [ -n "" ]; then \
|
|---|
| 1585 | rm -rf ; \
|
|---|
| 1586 | fi
|
|---|
| 1587 | make[3]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/data_formats'
|
|---|
| 1588 | make -C dicom clean
|
|---|
| 1589 | make[3]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/dicom'
|
|---|
| 1590 | rm -rf build dist *.egg-info src/__pycache__ src/*/__pycache__
|
|---|
| 1591 | if [ -n "" ]; then \
|
|---|
| 1592 | rm -rf ; \
|
|---|
| 1593 | fi
|
|---|
| 1594 | make[3]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/dicom'
|
|---|
| 1595 | make -C dist_monitor clean
|
|---|
| 1596 | make[3]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/dist_monitor'
|
|---|
| 1597 | rm -rf build dist *.egg-info src/__pycache__ src/*/__pycache__
|
|---|
| 1598 | if [ -n "" ]; then \
|
|---|
| 1599 | rm -rf ; \
|
|---|
| 1600 | fi
|
|---|
| 1601 | make[3]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/dist_monitor'
|
|---|
| 1602 | make -C dock_prep clean
|
|---|
| 1603 | make[3]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/dock_prep'
|
|---|
| 1604 | rm -rf build dist *.egg-info src/__pycache__ src/*/__pycache__
|
|---|
| 1605 | if [ -n "" ]; then \
|
|---|
| 1606 | rm -rf ; \
|
|---|
| 1607 | fi
|
|---|
| 1608 | make[3]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/dock_prep'
|
|---|
| 1609 | make -C dssp clean
|
|---|
| 1610 | make[3]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/dssp'
|
|---|
| 1611 | rm -rf build dist *.egg-info src/__pycache__ src/*/__pycache__
|
|---|
| 1612 | if [ -n "" ]; then \
|
|---|
| 1613 | rm -rf ; \
|
|---|
| 1614 | fi
|
|---|
| 1615 | make[3]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/dssp'
|
|---|
| 1616 | make -C emdb_sff clean
|
|---|
| 1617 | make[3]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/emdb_sff'
|
|---|
| 1618 | rm -rf build dist *.egg-info src/__pycache__ src/*/__pycache__
|
|---|
| 1619 | if [ -n "" ]; then \
|
|---|
| 1620 | rm -rf ; \
|
|---|
| 1621 | fi
|
|---|
| 1622 | make[3]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/emdb_sff'
|
|---|
| 1623 | make -C esmfold clean
|
|---|
| 1624 | make[3]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/esmfold'
|
|---|
| 1625 | rm -rf build dist *.egg-info src/__pycache__ src/*/__pycache__
|
|---|
| 1626 | if [ -n "" ]; then \
|
|---|
| 1627 | rm -rf ; \
|
|---|
| 1628 | fi
|
|---|
| 1629 | make[3]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/esmfold'
|
|---|
| 1630 | make -C file_history clean
|
|---|
| 1631 | make[3]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/file_history'
|
|---|
| 1632 | rm -rf build dist *.egg-info src/__pycache__ src/*/__pycache__
|
|---|
| 1633 | if [ -n "" ]; then \
|
|---|
| 1634 | rm -rf ; \
|
|---|
| 1635 | fi
|
|---|
| 1636 | make[3]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/file_history'
|
|---|
| 1637 | make -C function_key clean
|
|---|
| 1638 | make[3]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/function_key'
|
|---|
| 1639 | rm -rf build dist *.egg-info src/__pycache__ src/*/__pycache__
|
|---|
| 1640 | if [ -n "" ]; then \
|
|---|
| 1641 | rm -rf ; \
|
|---|
| 1642 | fi
|
|---|
| 1643 | make[3]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/function_key'
|
|---|
| 1644 | make -C geometry clean
|
|---|
| 1645 | make[3]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/geometry'
|
|---|
| 1646 | rm -rf build dist *.egg-info src/__pycache__ src/*/__pycache__
|
|---|
| 1647 | if [ -n "src/_geometry*.pyd" ]; then \
|
|---|
| 1648 | rm -rf src/_geometry*.pyd; \
|
|---|
| 1649 | fi
|
|---|
| 1650 | make[3]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/geometry'
|
|---|
| 1651 | make -C gltf clean
|
|---|
| 1652 | make[3]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/gltf'
|
|---|
| 1653 | rm -rf build dist *.egg-info src/__pycache__ src/*/__pycache__
|
|---|
| 1654 | if [ -n "" ]; then \
|
|---|
| 1655 | rm -rf ; \
|
|---|
| 1656 | fi
|
|---|
| 1657 | make[3]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/gltf'
|
|---|
| 1658 | make -C graphics clean
|
|---|
| 1659 | make[3]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/graphics'
|
|---|
| 1660 | rm -rf build dist *.egg-info src/__pycache__ src/*/__pycache__
|
|---|
| 1661 | if [ -n "" ]; then \
|
|---|
| 1662 | rm -rf ; \
|
|---|
| 1663 | fi
|
|---|
| 1664 | make[3]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/graphics'
|
|---|
| 1665 | make -C hbonds clean
|
|---|
| 1666 | make[3]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/hbonds'
|
|---|
| 1667 | rm -rf build dist *.egg-info src/__pycache__ src/*/__pycache__
|
|---|
| 1668 | if [ -n "" ]; then \
|
|---|
| 1669 | rm -rf ; \
|
|---|
| 1670 | fi
|
|---|
| 1671 | make[3]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/hbonds'
|
|---|
| 1672 | make -C help_viewer clean
|
|---|
| 1673 | make[3]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/help_viewer'
|
|---|
| 1674 | rm -rf build dist *.egg-info src/__pycache__ src/*/__pycache__
|
|---|
| 1675 | if [ -n "" ]; then \
|
|---|
| 1676 | rm -rf ; \
|
|---|
| 1677 | fi
|
|---|
| 1678 | make[3]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/help_viewer'
|
|---|
| 1679 | make -C hkcage clean
|
|---|
| 1680 | make[3]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/hkcage'
|
|---|
| 1681 | rm -rf build dist *.egg-info src/__pycache__ src/*/__pycache__
|
|---|
| 1682 | if [ -n "" ]; then \
|
|---|
| 1683 | rm -rf ; \
|
|---|
| 1684 | fi
|
|---|
| 1685 | make[3]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/hkcage'
|
|---|
| 1686 | make -C ihm clean
|
|---|
| 1687 | make[3]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/ihm'
|
|---|
| 1688 | rm -rf build dist *.egg-info src/__pycache__ src/*/__pycache__
|
|---|
| 1689 | if [ -n "" ]; then \
|
|---|
| 1690 | rm -rf ; \
|
|---|
| 1691 | fi
|
|---|
| 1692 | make[3]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/ihm'
|
|---|
| 1693 | make -C image_formats clean
|
|---|
| 1694 | make[3]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/image_formats'
|
|---|
| 1695 | rm -rf build dist *.egg-info src/__pycache__ src/*/__pycache__
|
|---|
| 1696 | if [ -n "" ]; then \
|
|---|
| 1697 | rm -rf ; \
|
|---|
| 1698 | fi
|
|---|
| 1699 | make[3]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/image_formats'
|
|---|
| 1700 | make -C imod clean
|
|---|
| 1701 | make[3]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/imod'
|
|---|
| 1702 | rm -rf build dist *.egg-info src/__pycache__ src/*/__pycache__
|
|---|
| 1703 | if [ -n "" ]; then \
|
|---|
| 1704 | rm -rf ; \
|
|---|
| 1705 | fi
|
|---|
| 1706 | make[3]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/imod'
|
|---|
| 1707 | make -C interfaces clean
|
|---|
| 1708 | make[3]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/interfaces'
|
|---|
| 1709 | rm -rf build dist *.egg-info src/__pycache__ src/*/__pycache__
|
|---|
| 1710 | if [ -n "" ]; then \
|
|---|
| 1711 | rm -rf ; \
|
|---|
| 1712 | fi
|
|---|
| 1713 | make[3]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/interfaces'
|
|---|
| 1714 | make -C items_inspection clean
|
|---|
| 1715 | make[3]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/items_inspection'
|
|---|
| 1716 | rm -rf build dist *.egg-info src/__pycache__ src/*/__pycache__
|
|---|
| 1717 | if [ -n "" ]; then \
|
|---|
| 1718 | rm -rf ; \
|
|---|
| 1719 | fi
|
|---|
| 1720 | make[3]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/items_inspection'
|
|---|
| 1721 | make -C io clean
|
|---|
| 1722 | make[3]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/io'
|
|---|
| 1723 | rm -rf build dist *.egg-info src/__pycache__ src/*/__pycache__
|
|---|
| 1724 | if [ -n "" ]; then \
|
|---|
| 1725 | rm -rf ; \
|
|---|
| 1726 | fi
|
|---|
| 1727 | make[3]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/io'
|
|---|
| 1728 | make -C label clean
|
|---|
| 1729 | make[3]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/label'
|
|---|
| 1730 | rm -rf build dist *.egg-info src/__pycache__ src/*/__pycache__
|
|---|
| 1731 | if [ -n "" ]; then \
|
|---|
| 1732 | rm -rf ; \
|
|---|
| 1733 | fi
|
|---|
| 1734 | make[3]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/label'
|
|---|
| 1735 | make -C iupac clean
|
|---|
| 1736 | make[3]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/iupac'
|
|---|
| 1737 | rm -rf build dist *.egg-info src/__pycache__ src/*/__pycache__
|
|---|
| 1738 | if [ -n "" ]; then \
|
|---|
| 1739 | rm -rf ; \
|
|---|
| 1740 | fi
|
|---|
| 1741 | make[3]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/iupac'
|
|---|
| 1742 | make -C kvfinder clean
|
|---|
| 1743 | make[3]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/kvfinder'
|
|---|
| 1744 | rm -rf build dist *.egg-info src/__pycache__ src/*/__pycache__
|
|---|
| 1745 | if [ -n "" ]; then \
|
|---|
| 1746 | rm -rf ; \
|
|---|
| 1747 | fi
|
|---|
| 1748 | make[3]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/kvfinder'
|
|---|
| 1749 | make -C list_info clean
|
|---|
| 1750 | make[3]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/list_info'
|
|---|
| 1751 | rm -rf build dist *.egg-info src/__pycache__ src/*/__pycache__
|
|---|
| 1752 | if [ -n "" ]; then \
|
|---|
| 1753 | rm -rf ; \
|
|---|
| 1754 | fi
|
|---|
| 1755 | make[3]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/list_info'
|
|---|
| 1756 | make -C log clean
|
|---|
| 1757 | make[3]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/log'
|
|---|
| 1758 | rm -rf build dist *.egg-info src/__pycache__ src/*/__pycache__
|
|---|
| 1759 | if [ -n "" ]; then \
|
|---|
| 1760 | rm -rf ; \
|
|---|
| 1761 | fi
|
|---|
| 1762 | make[3]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/log'
|
|---|
| 1763 | make -C looking_glass clean
|
|---|
| 1764 | make[3]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/looking_glass'
|
|---|
| 1765 | rm -rf build dist *.egg-info src/__pycache__ src/*/__pycache__
|
|---|
| 1766 | if [ -n "src/lib" ]; then \
|
|---|
| 1767 | rm -rf src/lib; \
|
|---|
| 1768 | fi
|
|---|
| 1769 | make[3]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/looking_glass'
|
|---|
| 1770 | make -C maestro clean
|
|---|
| 1771 | make[3]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/maestro'
|
|---|
| 1772 | rm -rf build dist *.egg-info src/__pycache__ src/*/__pycache__
|
|---|
| 1773 | if [ -n "" ]; then \
|
|---|
| 1774 | rm -rf ; \
|
|---|
| 1775 | fi
|
|---|
| 1776 | make[3]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/maestro'
|
|---|
| 1777 | make -C map clean
|
|---|
| 1778 | make[3]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/map'
|
|---|
| 1779 | rm -rf build dist *.egg-info src/__pycache__ src/*/__pycache__
|
|---|
| 1780 | if [ -n "" ]; then \
|
|---|
| 1781 | rm -rf ; \
|
|---|
| 1782 | fi
|
|---|
| 1783 | make[3]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/map'
|
|---|
| 1784 | make -C map_data clean
|
|---|
| 1785 | make[3]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/map_data'
|
|---|
| 1786 | rm -rf build dist *.egg-info src/__pycache__ src/*/__pycache__
|
|---|
| 1787 | if [ -n "" ]; then \
|
|---|
| 1788 | rm -rf ; \
|
|---|
| 1789 | fi
|
|---|
| 1790 | make[3]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/map_data'
|
|---|
| 1791 | make -C map_eraser clean
|
|---|
| 1792 | make[3]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/map_eraser'
|
|---|
| 1793 | rm -rf build dist *.egg-info src/__pycache__ src/*/__pycache__
|
|---|
| 1794 | if [ -n "" ]; then \
|
|---|
| 1795 | rm -rf ; \
|
|---|
| 1796 | fi
|
|---|
| 1797 | make[3]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/map_eraser'
|
|---|
| 1798 | make -C map_filter clean
|
|---|
| 1799 | make[3]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/map_filter'
|
|---|
| 1800 | rm -rf build dist *.egg-info src/__pycache__ src/*/__pycache__
|
|---|
| 1801 | if [ -n "" ]; then \
|
|---|
| 1802 | rm -rf ; \
|
|---|
| 1803 | fi
|
|---|
| 1804 | make[3]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/map_filter'
|
|---|
| 1805 | make -C map_fit clean
|
|---|
| 1806 | make[3]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/map_fit'
|
|---|
| 1807 | rm -rf build dist *.egg-info src/__pycache__ src/*/__pycache__
|
|---|
| 1808 | if [ -n "" ]; then \
|
|---|
| 1809 | rm -rf ; \
|
|---|
| 1810 | fi
|
|---|
| 1811 | make[3]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/map_fit'
|
|---|
| 1812 | make -C map_series clean
|
|---|
| 1813 | make[3]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/map_series'
|
|---|
| 1814 | rm -rf build dist *.egg-info src/__pycache__ src/*/__pycache__
|
|---|
| 1815 | if [ -n "" ]; then \
|
|---|
| 1816 | rm -rf ; \
|
|---|
| 1817 | fi
|
|---|
| 1818 | make[3]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/map_series'
|
|---|
| 1819 | make -C markers clean
|
|---|
| 1820 | make[3]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/markers'
|
|---|
| 1821 | rm -rf build dist *.egg-info src/__pycache__ src/*/__pycache__
|
|---|
| 1822 | if [ -n "" ]; then \
|
|---|
| 1823 | rm -rf ; \
|
|---|
| 1824 | fi
|
|---|
| 1825 | make[3]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/markers'
|
|---|
| 1826 | make -C mask clean
|
|---|
| 1827 | make[3]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/mask'
|
|---|
| 1828 | rm -rf build dist *.egg-info src/__pycache__ src/*/__pycache__
|
|---|
| 1829 | if [ -n "src/_mask*.pyd" ]; then \
|
|---|
| 1830 | rm -rf src/_mask*.pyd; \
|
|---|
| 1831 | fi
|
|---|
| 1832 | make[3]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/mask'
|
|---|
| 1833 | make -C match_maker clean
|
|---|
| 1834 | make[3]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/match_maker'
|
|---|
| 1835 | rm -rf build dist *.egg-info src/__pycache__ src/*/__pycache__
|
|---|
| 1836 | if [ -n "" ]; then \
|
|---|
| 1837 | rm -rf ; \
|
|---|
| 1838 | fi
|
|---|
| 1839 | make[3]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/match_maker'
|
|---|
| 1840 | make -C mcopy clean
|
|---|
| 1841 | make[3]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/mcopy'
|
|---|
| 1842 | rm -rf build dist *.egg-info src/__pycache__ src/*/__pycache__
|
|---|
| 1843 | if [ -n "" ]; then \
|
|---|
| 1844 | rm -rf ; \
|
|---|
| 1845 | fi
|
|---|
| 1846 | make[3]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/mcopy'
|
|---|
| 1847 | make -C md_crds clean
|
|---|
| 1848 | make[3]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/md_crds'
|
|---|
| 1849 | make -C gromacs clean
|
|---|
| 1850 | make[4]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/md_crds/gromacs'
|
|---|
| 1851 | rm -rf xdrfile-1.1.4
|
|---|
| 1852 | make[4]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/md_crds/gromacs'
|
|---|
| 1853 | rm -rf build dist *.egg-info src/__pycache__ src/*/__pycache__
|
|---|
| 1854 | if [ -n "src/dcd/MDToolsMarch97/__pycache__ src/dcd/__pycache src/_gromacs*.pyd" ]; then \
|
|---|
| 1855 | rm -rf src/dcd/MDToolsMarch97/__pycache__ src/dcd/__pycache src/_gromacs*.pyd; \
|
|---|
| 1856 | fi
|
|---|
| 1857 | make[3]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/md_crds'
|
|---|
| 1858 | make -C medical_toolbar clean
|
|---|
| 1859 | make[3]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/medical_toolbar'
|
|---|
| 1860 | rm -rf build dist *.egg-info src/__pycache__ src/*/__pycache__
|
|---|
| 1861 | if [ -n "" ]; then \
|
|---|
| 1862 | rm -rf ; \
|
|---|
| 1863 | fi
|
|---|
| 1864 | make[3]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/medical_toolbar'
|
|---|
| 1865 | make -C meeting clean
|
|---|
| 1866 | make[3]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/meeting'
|
|---|
| 1867 | rm -rf build dist *.egg-info src/__pycache__ src/*/__pycache__
|
|---|
| 1868 | if [ -n "" ]; then \
|
|---|
| 1869 | rm -rf ; \
|
|---|
| 1870 | fi
|
|---|
| 1871 | make[3]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/meeting'
|
|---|
| 1872 | make -C minimize clean
|
|---|
| 1873 | make[3]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/minimize'
|
|---|
| 1874 | rm -rf build dist *.egg-info src/__pycache__ src/*/__pycache__
|
|---|
| 1875 | if [ -n "" ]; then \
|
|---|
| 1876 | rm -rf ; \
|
|---|
| 1877 | fi
|
|---|
| 1878 | make[3]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/minimize'
|
|---|
| 1879 | make -C mlp clean
|
|---|
| 1880 | make[3]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/mlp'
|
|---|
| 1881 | rm -rf build dist *.egg-info src/__pycache__ src/*/__pycache__
|
|---|
| 1882 | if [ -n "src/_mlp*.pyd" ]; then \
|
|---|
| 1883 | rm -rf src/_mlp*.pyd; \
|
|---|
| 1884 | fi
|
|---|
| 1885 | make[3]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/mlp'
|
|---|
| 1886 | make -C model_series clean
|
|---|
| 1887 | make[3]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/model_series'
|
|---|
| 1888 | rm -rf build dist *.egg-info src/__pycache__ src/*/__pycache__
|
|---|
| 1889 | if [ -n "" ]; then \
|
|---|
| 1890 | rm -rf ; \
|
|---|
| 1891 | fi
|
|---|
| 1892 | make[3]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/model_series'
|
|---|
| 1893 | make -C mmcif clean
|
|---|
| 1894 | make[3]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/mmcif'
|
|---|
| 1895 | make -C mmcif_cpp clean
|
|---|
| 1896 | make[4]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/mmcif/mmcif_cpp'
|
|---|
| 1897 | cd readcif_cpp; make clean
|
|---|
| 1898 | make[5]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/mmcif/mmcif_cpp/readcif_cpp'
|
|---|
| 1899 | make -C cifgrep clean
|
|---|
| 1900 | make[6]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/mmcif/mmcif_cpp/readcif_cpp/cifgrep'
|
|---|
| 1901 | rm -f cifgrep.exe cifgrep.obj cifgrep.man
|
|---|
| 1902 | make[6]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/mmcif/mmcif_cpp/readcif_cpp/cifgrep'
|
|---|
| 1903 | rm -f libreadcif.lib readcif.obj
|
|---|
| 1904 | rm -f libreadcif.pdb vc*.pdb
|
|---|
| 1905 | make[5]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/mmcif/mmcif_cpp/readcif_cpp'
|
|---|
| 1906 | rm -rf _mmcif.pyd mmcif.obj template.obj corecif.obj _mmcif.obj include lib
|
|---|
| 1907 | rm -f _mmcif.pyd.manifest _mmcif.{lib,exp,ilk,pdb} vc*.pdb
|
|---|
| 1908 | make[4]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/mmcif/mmcif_cpp'
|
|---|
| 1909 | rm -rf build dist *.egg-info src/__pycache__ src/*/__pycache__
|
|---|
| 1910 | if [ -n "" ]; then \
|
|---|
| 1911 | rm -rf ; \
|
|---|
| 1912 | fi
|
|---|
| 1913 | make[3]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/mmcif'
|
|---|
| 1914 | make -C mmtf clean
|
|---|
| 1915 | make[3]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/mmtf'
|
|---|
| 1916 | rm -rf mmtf-cpp-1.1.0 msgpack-c-cpp-4.1.2 build dist *.egg-info src/__pycache__ src/*/__pycache__
|
|---|
| 1917 | if [ -n "" ]; then \
|
|---|
| 1918 | rm -rf ; \
|
|---|
| 1919 | fi
|
|---|
| 1920 | make[3]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/mmtf'
|
|---|
| 1921 | make -C model_archive clean
|
|---|
| 1922 | make[3]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/model_archive'
|
|---|
| 1923 | rm -rf build dist *.egg-info src/__pycache__ src/*/__pycache__
|
|---|
| 1924 | if [ -n "" ]; then \
|
|---|
| 1925 | rm -rf ; \
|
|---|
| 1926 | fi
|
|---|
| 1927 | make[3]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/model_archive'
|
|---|
| 1928 | make -C model_panel clean
|
|---|
| 1929 | make[3]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/model_panel'
|
|---|
| 1930 | rm -rf build dist *.egg-info src/__pycache__ src/*/__pycache__
|
|---|
| 1931 | if [ -n "" ]; then \
|
|---|
| 1932 | rm -rf ; \
|
|---|
| 1933 | fi
|
|---|
| 1934 | make[3]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/model_panel'
|
|---|
| 1935 | make -C modeller clean
|
|---|
| 1936 | make[3]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/modeller'
|
|---|
| 1937 | rm -rf build dist *.egg-info src/__pycache__ src/*/__pycache__
|
|---|
| 1938 | if [ -n "" ]; then \
|
|---|
| 1939 | rm -rf ; \
|
|---|
| 1940 | fi
|
|---|
| 1941 | make[3]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/modeller'
|
|---|
| 1942 | make -C mol2 clean
|
|---|
| 1943 | make[3]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/mol2'
|
|---|
| 1944 | rm -rf build dist *.egg-info src/__pycache__ src/*/__pycache__
|
|---|
| 1945 | if [ -n "" ]; then \
|
|---|
| 1946 | rm -rf ; \
|
|---|
| 1947 | fi
|
|---|
| 1948 | make[3]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/mol2'
|
|---|
| 1949 | make -C mole clean
|
|---|
| 1950 | make[3]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/mole'
|
|---|
| 1951 | rm -rf build dist *.egg-info src/__pycache__ src/*/__pycache__
|
|---|
| 1952 | if [ -n "" ]; then \
|
|---|
| 1953 | rm -rf ; \
|
|---|
| 1954 | fi
|
|---|
| 1955 | make[3]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/mole'
|
|---|
| 1956 | make -C morph clean
|
|---|
| 1957 | make[3]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/morph'
|
|---|
| 1958 | rm -rf build dist *.egg-info src/__pycache__ src/*/__pycache__
|
|---|
| 1959 | if [ -n "src/_morph*.pyd" ]; then \
|
|---|
| 1960 | rm -rf src/_morph*.pyd; \
|
|---|
| 1961 | fi
|
|---|
| 1962 | make[3]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/morph'
|
|---|
| 1963 | make -C mouse_modes clean
|
|---|
| 1964 | make[3]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/mouse_modes'
|
|---|
| 1965 | rm -rf build dist *.egg-info src/__pycache__ src/*/__pycache__
|
|---|
| 1966 | if [ -n "" ]; then \
|
|---|
| 1967 | rm -rf ; \
|
|---|
| 1968 | fi
|
|---|
| 1969 | make[3]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/mouse_modes'
|
|---|
| 1970 | make -C movie clean
|
|---|
| 1971 | make[3]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/movie'
|
|---|
| 1972 | rm -rf build dist *.egg-info src/__pycache__ src/*/__pycache__
|
|---|
| 1973 | if [ -n "" ]; then \
|
|---|
| 1974 | rm -rf ; \
|
|---|
| 1975 | fi
|
|---|
| 1976 | make[3]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/movie'
|
|---|
| 1977 | make -C mutation_scores clean
|
|---|
| 1978 | make[3]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/mutation_scores'
|
|---|
| 1979 | rm -rf build dist *.egg-info src/__pycache__ src/*/__pycache__
|
|---|
| 1980 | if [ -n "" ]; then \
|
|---|
| 1981 | rm -rf ; \
|
|---|
| 1982 | fi
|
|---|
| 1983 | make[3]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/mutation_scores'
|
|---|
| 1984 | make -C nmrstar clean
|
|---|
| 1985 | make[3]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/nmrstar'
|
|---|
| 1986 | rm -rf build dist *.egg-info src/__pycache__ src/*/__pycache__
|
|---|
| 1987 | if [ -n "" ]; then \
|
|---|
| 1988 | rm -rf ; \
|
|---|
| 1989 | fi
|
|---|
| 1990 | make[3]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/nmrstar'
|
|---|
| 1991 | make -C neuron clean
|
|---|
| 1992 | make[3]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/neuron'
|
|---|
| 1993 | rm -rf build dist *.egg-info src/__pycache__ src/*/__pycache__
|
|---|
| 1994 | if [ -n "src/_stl*.pyd" ]; then \
|
|---|
| 1995 | rm -rf src/_stl*.pyd; \
|
|---|
| 1996 | fi
|
|---|
| 1997 | make[3]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/neuron'
|
|---|
| 1998 | make -C nifti clean
|
|---|
| 1999 | make[3]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/nifti'
|
|---|
| 2000 | rm -rf build dist *.egg-info src/__pycache__ src/*/__pycache__
|
|---|
| 2001 | if [ -n "" ]; then \
|
|---|
| 2002 | rm -rf ; \
|
|---|
| 2003 | fi
|
|---|
| 2004 | make[3]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/nifti'
|
|---|
| 2005 | make -C nrrd clean
|
|---|
| 2006 | make[3]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/nrrd'
|
|---|
| 2007 | rm -rf build dist *.egg-info src/__pycache__ src/*/__pycache__
|
|---|
| 2008 | if [ -n "" ]; then \
|
|---|
| 2009 | rm -rf ; \
|
|---|
| 2010 | fi
|
|---|
| 2011 | make[3]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/nrrd'
|
|---|
| 2012 | make -C nucleotides clean
|
|---|
| 2013 | make[3]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/nucleotides'
|
|---|
| 2014 | rm -rf build dist *.egg-info src/__pycache__ src/*/__pycache__
|
|---|
| 2015 | if [ -n "" ]; then \
|
|---|
| 2016 | rm -rf ; \
|
|---|
| 2017 | fi
|
|---|
| 2018 | make[3]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/nucleotides'
|
|---|
| 2019 | make -C open_command clean
|
|---|
| 2020 | make[3]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/open_command'
|
|---|
| 2021 | rm -rf build dist *.egg-info src/__pycache__ src/*/__pycache__
|
|---|
| 2022 | if [ -n "" ]; then \
|
|---|
| 2023 | rm -rf ; \
|
|---|
| 2024 | fi
|
|---|
| 2025 | make[3]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/open_command'
|
|---|
| 2026 | make -C orthopick clean
|
|---|
| 2027 | make[3]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/orthopick'
|
|---|
| 2028 | rm -rf build dist *.egg-info src/__pycache__ src/*/__pycache__
|
|---|
| 2029 | if [ -n "" ]; then \
|
|---|
| 2030 | rm -rf ; \
|
|---|
| 2031 | fi
|
|---|
| 2032 | make[3]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/orthopick'
|
|---|
| 2033 | make -C pdb clean
|
|---|
| 2034 | make[3]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/pdb'
|
|---|
| 2035 | rm -rf build dist *.egg-info src/__pycache__ src/*/__pycache__
|
|---|
| 2036 | if [ -n "src/*.pyd pdbio_cpp/PDBio.o* src/*.a" ]; then \
|
|---|
| 2037 | rm -rf src/*.pyd pdbio_cpp/PDBio.o* src/*.a; \
|
|---|
| 2038 | fi
|
|---|
| 2039 | make[3]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/pdb'
|
|---|
| 2040 | make -C pdb_bio clean
|
|---|
| 2041 | make[3]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/pdb_bio'
|
|---|
| 2042 | rm -rf build dist *.egg-info src/__pycache__ src/*/__pycache__
|
|---|
| 2043 | if [ -n "" ]; then \
|
|---|
| 2044 | rm -rf ; \
|
|---|
| 2045 | fi
|
|---|
| 2046 | make[3]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/pdb_bio'
|
|---|
| 2047 | make -C pdb_lib clean
|
|---|
| 2048 | make[3]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/pdb_lib'
|
|---|
| 2049 | rm -rf build dist *.egg-info src/__pycache__ src/*/__pycache__
|
|---|
| 2050 | if [ -n "src/lib src/include src/*.pyd connect_cpp/connect.o* " ]; then \
|
|---|
| 2051 | rm -rf src/lib src/include src/*.pyd connect_cpp/connect.o* ; \
|
|---|
| 2052 | fi
|
|---|
| 2053 | make[3]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/pdb_lib'
|
|---|
| 2054 | make -C pdb_matrices clean
|
|---|
| 2055 | make[3]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/pdb_matrices'
|
|---|
| 2056 | rm -rf build dist *.egg-info src/__pycache__ src/*/__pycache__
|
|---|
| 2057 | if [ -n "" ]; then \
|
|---|
| 2058 | rm -rf ; \
|
|---|
| 2059 | fi
|
|---|
| 2060 | make[3]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/pdb_matrices'
|
|---|
| 2061 | make -C pick_blobs clean
|
|---|
| 2062 | make[3]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/pick_blobs'
|
|---|
| 2063 | rm -rf build dist *.egg-info src/__pycache__ src/*/__pycache__
|
|---|
| 2064 | if [ -n "" ]; then \
|
|---|
| 2065 | rm -rf ; \
|
|---|
| 2066 | fi
|
|---|
| 2067 | make[3]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/pick_blobs'
|
|---|
| 2068 | make -C positions clean
|
|---|
| 2069 | make[3]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/positions'
|
|---|
| 2070 | rm -rf build dist *.egg-info src/__pycache__ src/*/__pycache__
|
|---|
| 2071 | if [ -n "" ]; then \
|
|---|
| 2072 | rm -rf ; \
|
|---|
| 2073 | fi
|
|---|
| 2074 | make[3]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/positions'
|
|---|
| 2075 | make -C preset_mgr clean
|
|---|
| 2076 | make[3]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/preset_mgr'
|
|---|
| 2077 | rm -rf build dist *.egg-info src/__pycache__ src/*/__pycache__
|
|---|
| 2078 | if [ -n "" ]; then \
|
|---|
| 2079 | rm -rf ; \
|
|---|
| 2080 | fi
|
|---|
| 2081 | make[3]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/preset_mgr'
|
|---|
| 2082 | make -C profile_grids clean
|
|---|
| 2083 | make[3]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/profile_grids'
|
|---|
| 2084 | rm -rf build dist *.egg-info src/__pycache__ src/*/__pycache__
|
|---|
| 2085 | if [ -n "" ]; then \
|
|---|
| 2086 | rm -rf ; \
|
|---|
| 2087 | fi
|
|---|
| 2088 | make[3]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/profile_grids'
|
|---|
| 2089 | make -C pubchem clean
|
|---|
| 2090 | make[3]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/pubchem'
|
|---|
| 2091 | rm -rf build dist *.egg-info src/__pycache__ src/*/__pycache__
|
|---|
| 2092 | if [ -n "" ]; then \
|
|---|
| 2093 | rm -rf ; \
|
|---|
| 2094 | fi
|
|---|
| 2095 | make[3]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/pubchem'
|
|---|
| 2096 | make -C read_pbonds clean
|
|---|
| 2097 | make[3]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/read_pbonds'
|
|---|
| 2098 | rm -rf build dist *.egg-info src/__pycache__ src/*/__pycache__
|
|---|
| 2099 | if [ -n "" ]; then \
|
|---|
| 2100 | rm -rf ; \
|
|---|
| 2101 | fi
|
|---|
| 2102 | make[3]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/read_pbonds'
|
|---|
| 2103 | make -C registration clean
|
|---|
| 2104 | make[3]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/registration'
|
|---|
| 2105 | rm -rf build dist *.egg-info src/__pycache__ src/*/__pycache__
|
|---|
| 2106 | if [ -n "" ]; then \
|
|---|
| 2107 | rm -rf ; \
|
|---|
| 2108 | fi
|
|---|
| 2109 | make[3]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/registration'
|
|---|
| 2110 | make -C remote_control clean
|
|---|
| 2111 | make[3]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/remote_control'
|
|---|
| 2112 | rm -rf build dist *.egg-info src/__pycache__ src/*/__pycache__
|
|---|
| 2113 | if [ -n "" ]; then \
|
|---|
| 2114 | rm -rf ; \
|
|---|
| 2115 | fi
|
|---|
| 2116 | make[3]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/remote_control'
|
|---|
| 2117 | make -C render_by_attr clean
|
|---|
| 2118 | make[3]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/render_by_attr'
|
|---|
| 2119 | rm -rf build dist *.egg-info src/__pycache__ src/*/__pycache__
|
|---|
| 2120 | if [ -n "" ]; then \
|
|---|
| 2121 | rm -rf ; \
|
|---|
| 2122 | fi
|
|---|
| 2123 | make[3]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/render_by_attr'
|
|---|
| 2124 | make -C renumber_residues clean
|
|---|
| 2125 | make[3]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/renumber_residues'
|
|---|
| 2126 | rm -rf build dist *.egg-info src/__pycache__ src/*/__pycache__
|
|---|
| 2127 | if [ -n "" ]; then \
|
|---|
| 2128 | rm -rf ; \
|
|---|
| 2129 | fi
|
|---|
| 2130 | make[3]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/renumber_residues'
|
|---|
| 2131 | make -C rest_server clean
|
|---|
| 2132 | make[3]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/rest_server'
|
|---|
| 2133 | rm -rf src/server.pem
|
|---|
| 2134 | rm -rf build dist *.egg-info src/__pycache__ src/*/__pycache__
|
|---|
| 2135 | if [ -n "" ]; then \
|
|---|
| 2136 | rm -rf ; \
|
|---|
| 2137 | fi
|
|---|
| 2138 | make[3]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/rest_server'
|
|---|
| 2139 | make -C residue_fit clean
|
|---|
| 2140 | make[3]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/residue_fit'
|
|---|
| 2141 | rm -rf build dist *.egg-info src/__pycache__ src/*/__pycache__
|
|---|
| 2142 | if [ -n "" ]; then \
|
|---|
| 2143 | rm -rf ; \
|
|---|
| 2144 | fi
|
|---|
| 2145 | make[3]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/residue_fit'
|
|---|
| 2146 | make -C rna_layout clean
|
|---|
| 2147 | make[3]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/rna_layout'
|
|---|
| 2148 | rm -rf build dist *.egg-info src/__pycache__ src/*/__pycache__
|
|---|
| 2149 | if [ -n "" ]; then \
|
|---|
| 2150 | rm -rf ; \
|
|---|
| 2151 | fi
|
|---|
| 2152 | make[3]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/rna_layout'
|
|---|
| 2153 | make -C rotamers clean
|
|---|
| 2154 | make[3]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/rotamers'
|
|---|
| 2155 | rm -rf build dist *.egg-info src/__pycache__ src/*/__pycache__
|
|---|
| 2156 | if [ -n "" ]; then \
|
|---|
| 2157 | rm -rf ; \
|
|---|
| 2158 | fi
|
|---|
| 2159 | make[3]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/rotamers'
|
|---|
| 2160 | make -C rotamer_libs clean
|
|---|
| 2161 | make[3]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/rotamer_libs'
|
|---|
| 2162 | make -C Dunbrack clean
|
|---|
| 2163 | make[4]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/rotamer_libs/Dunbrack'
|
|---|
| 2164 | rm -rf build dist *.egg-info src/__pycache__ src/*/__pycache__
|
|---|
| 2165 | if [ -n "" ]; then \
|
|---|
| 2166 | rm -rf ; \
|
|---|
| 2167 | fi
|
|---|
| 2168 | make[4]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/rotamer_libs/Dunbrack'
|
|---|
| 2169 | make -C Dynameomics clean
|
|---|
| 2170 | make[4]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/rotamer_libs/Dynameomics'
|
|---|
| 2171 | rm -rf build dist *.egg-info src/__pycache__ src/*/__pycache__
|
|---|
| 2172 | if [ -n "" ]; then \
|
|---|
| 2173 | rm -rf ; \
|
|---|
| 2174 | fi
|
|---|
| 2175 | make[4]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/rotamer_libs/Dynameomics'
|
|---|
| 2176 | make -C Richardson clean
|
|---|
| 2177 | make[4]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/rotamer_libs/Richardson'
|
|---|
| 2178 | rm -rf build dist *.egg-info src/__pycache__ src/*/__pycache__
|
|---|
| 2179 | if [ -n "" ]; then \
|
|---|
| 2180 | rm -rf ; \
|
|---|
| 2181 | fi
|
|---|
| 2182 | make[4]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/rotamer_libs/Richardson'
|
|---|
| 2183 | make[3]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/rotamer_libs'
|
|---|
| 2184 | make -C save_command clean
|
|---|
| 2185 | make[3]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/save_command'
|
|---|
| 2186 | rm -rf build dist *.egg-info src/__pycache__ src/*/__pycache__
|
|---|
| 2187 | if [ -n "" ]; then \
|
|---|
| 2188 | rm -rf ; \
|
|---|
| 2189 | fi
|
|---|
| 2190 | make[3]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/save_command'
|
|---|
| 2191 | make -C scenes clean
|
|---|
| 2192 | make[3]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/scenes'
|
|---|
| 2193 | rm -rf build dist *.egg-info src/__pycache__ src/*/__pycache__
|
|---|
| 2194 | if [ -n "" ]; then \
|
|---|
| 2195 | rm -rf ; \
|
|---|
| 2196 | fi
|
|---|
| 2197 | make[3]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/scenes'
|
|---|
| 2198 | make -C scheme_mgr clean
|
|---|
| 2199 | make[3]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/scheme_mgr'
|
|---|
| 2200 | rm -rf build dist *.egg-info src/__pycache__ src/*/__pycache__
|
|---|
| 2201 | if [ -n "" ]; then \
|
|---|
| 2202 | rm -rf ; \
|
|---|
| 2203 | fi
|
|---|
| 2204 | make[3]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/scheme_mgr'
|
|---|
| 2205 | make -C sdf clean
|
|---|
| 2206 | make[3]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/sdf'
|
|---|
| 2207 | rm -rf build dist *.egg-info src/__pycache__ src/*/__pycache__
|
|---|
| 2208 | if [ -n "" ]; then \
|
|---|
| 2209 | rm -rf ; \
|
|---|
| 2210 | fi
|
|---|
| 2211 | make[3]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/sdf'
|
|---|
| 2212 | make -C sel_inspector clean
|
|---|
| 2213 | make[3]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/sel_inspector'
|
|---|
| 2214 | rm -rf build dist *.egg-info src/__pycache__ src/*/__pycache__
|
|---|
| 2215 | if [ -n "" ]; then \
|
|---|
| 2216 | rm -rf ; \
|
|---|
| 2217 | fi
|
|---|
| 2218 | make[3]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/sel_inspector'
|
|---|
| 2219 | make -C segger clean
|
|---|
| 2220 | make[3]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/segger'
|
|---|
| 2221 | rm -rf seggerx
|
|---|
| 2222 | make[3]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/segger'
|
|---|
| 2223 | make -C segment clean
|
|---|
| 2224 | make[3]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/segment'
|
|---|
| 2225 | rm -rf build dist *.egg-info src/__pycache__ src/*/__pycache__
|
|---|
| 2226 | if [ -n "src/_segment*.pyd" ]; then \
|
|---|
| 2227 | rm -rf src/_segment*.pyd; \
|
|---|
| 2228 | fi
|
|---|
| 2229 | make[3]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/segment'
|
|---|
| 2230 | make -C segmentations clean
|
|---|
| 2231 | make[3]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/segmentations'
|
|---|
| 2232 | rm -rf build dist *.egg-info src/__pycache__ src/*/__pycache__
|
|---|
| 2233 | if [ -n "" ]; then \
|
|---|
| 2234 | rm -rf ; \
|
|---|
| 2235 | fi
|
|---|
| 2236 | make[3]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/segmentations'
|
|---|
| 2237 | make -C seqalign clean
|
|---|
| 2238 | make[3]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/seqalign'
|
|---|
| 2239 | rm -rf build dist *.egg-info src/__pycache__ src/*/__pycache__
|
|---|
| 2240 | if [ -n "src/io/__pycache__" ]; then \
|
|---|
| 2241 | rm -rf src/io/__pycache__; \
|
|---|
| 2242 | fi
|
|---|
| 2243 | make[3]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/seqalign'
|
|---|
| 2244 | make -C seq_view clean
|
|---|
| 2245 | make[3]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/seq_view'
|
|---|
| 2246 | rm -rf build dist *.egg-info src/__pycache__ src/*/__pycache__
|
|---|
| 2247 | if [ -n "" ]; then \
|
|---|
| 2248 | rm -rf ; \
|
|---|
| 2249 | fi
|
|---|
| 2250 | make[3]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/seq_view'
|
|---|
| 2251 | make -C shape clean
|
|---|
| 2252 | make[3]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/shape'
|
|---|
| 2253 | rm -rf build dist *.egg-info src/__pycache__ src/*/__pycache__
|
|---|
| 2254 | if [ -n "" ]; then \
|
|---|
| 2255 | rm -rf ; \
|
|---|
| 2256 | fi
|
|---|
| 2257 | make[3]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/shape'
|
|---|
| 2258 | make -C shell clean
|
|---|
| 2259 | make[3]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/shell'
|
|---|
| 2260 | rm -rf build dist *.egg-info src/__pycache__ src/*/__pycache__
|
|---|
| 2261 | if [ -n "" ]; then \
|
|---|
| 2262 | rm -rf ; \
|
|---|
| 2263 | fi
|
|---|
| 2264 | make[3]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/shell'
|
|---|
| 2265 | make -C shortcuts clean
|
|---|
| 2266 | make[3]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/shortcuts'
|
|---|
| 2267 | rm -rf build dist *.egg-info src/__pycache__ src/*/__pycache__
|
|---|
| 2268 | if [ -n "" ]; then \
|
|---|
| 2269 | rm -rf ; \
|
|---|
| 2270 | fi
|
|---|
| 2271 | make[3]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/shortcuts'
|
|---|
| 2272 | make -C show_sequences clean
|
|---|
| 2273 | make[3]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/show_sequences'
|
|---|
| 2274 | rm -rf build dist *.egg-info src/__pycache__ src/*/__pycache__
|
|---|
| 2275 | if [ -n "" ]; then \
|
|---|
| 2276 | rm -rf ; \
|
|---|
| 2277 | fi
|
|---|
| 2278 | make[3]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/show_sequences'
|
|---|
| 2279 | make -C sideview clean
|
|---|
| 2280 | make[3]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/sideview'
|
|---|
| 2281 | rm -rf build dist *.egg-info src/__pycache__ src/*/__pycache__
|
|---|
| 2282 | if [ -n "" ]; then \
|
|---|
| 2283 | rm -rf ; \
|
|---|
| 2284 | fi
|
|---|
| 2285 | make[3]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/sideview'
|
|---|
| 2286 | make -C sim_matrices clean
|
|---|
| 2287 | make[3]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/sim_matrices'
|
|---|
| 2288 | rm -rf build dist *.egg-info src/__pycache__ src/*/__pycache__
|
|---|
| 2289 | if [ -n "" ]; then \
|
|---|
| 2290 | rm -rf ; \
|
|---|
| 2291 | fi
|
|---|
| 2292 | make[3]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/sim_matrices'
|
|---|
| 2293 | make -C similarstructures clean
|
|---|
| 2294 | make[3]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/similarstructures'
|
|---|
| 2295 | rm -rf build dist *.egg-info src/__pycache__ src/*/__pycache__
|
|---|
| 2296 | if [ -n "" ]; then \
|
|---|
| 2297 | rm -rf ; \
|
|---|
| 2298 | fi
|
|---|
| 2299 | make[3]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/similarstructures'
|
|---|
| 2300 | make -C smiles clean
|
|---|
| 2301 | make[3]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/smiles'
|
|---|
| 2302 | rm -rf build dist *.egg-info src/__pycache__ src/*/__pycache__
|
|---|
| 2303 | if [ -n "" ]; then \
|
|---|
| 2304 | rm -rf ; \
|
|---|
| 2305 | fi
|
|---|
| 2306 | make[3]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/smiles'
|
|---|
| 2307 | make -C smooth_lines clean
|
|---|
| 2308 | make[3]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/smooth_lines'
|
|---|
| 2309 | rm -rf build dist *.egg-info src/__pycache__ src/*/__pycache__
|
|---|
| 2310 | if [ -n "" ]; then \
|
|---|
| 2311 | rm -rf ; \
|
|---|
| 2312 | fi
|
|---|
| 2313 | make[3]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/smooth_lines'
|
|---|
| 2314 | make -C spacenavigator clean
|
|---|
| 2315 | make[3]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/spacenavigator'
|
|---|
| 2316 | rm -rf build dist *.egg-info src/__pycache__ src/*/__pycache__
|
|---|
| 2317 | if [ -n "" ]; then \
|
|---|
| 2318 | rm -rf ; \
|
|---|
| 2319 | fi
|
|---|
| 2320 | make[3]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/spacenavigator'
|
|---|
| 2321 | make -C std_commands clean
|
|---|
| 2322 | make[3]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/std_commands'
|
|---|
| 2323 | rm -rf build dist *.egg-info src/__pycache__ src/*/__pycache__
|
|---|
| 2324 | if [ -n "" ]; then \
|
|---|
| 2325 | rm -rf ; \
|
|---|
| 2326 | fi
|
|---|
| 2327 | make[3]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/std_commands'
|
|---|
| 2328 | make -C stl clean
|
|---|
| 2329 | make[3]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/stl'
|
|---|
| 2330 | rm -rf build dist *.egg-info src/__pycache__ src/*/__pycache__
|
|---|
| 2331 | if [ -n "src/_stl*.pyd" ]; then \
|
|---|
| 2332 | rm -rf src/_stl*.pyd; \
|
|---|
| 2333 | fi
|
|---|
| 2334 | make[3]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/stl'
|
|---|
| 2335 | make -C storm clean
|
|---|
| 2336 | make[3]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/storm'
|
|---|
| 2337 | rm -rf build dist *.egg-info src/__pycache__ src/*/__pycache__
|
|---|
| 2338 | if [ -n "" ]; then \
|
|---|
| 2339 | rm -rf ; \
|
|---|
| 2340 | fi
|
|---|
| 2341 | make[3]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/storm'
|
|---|
| 2342 | make -C struct_measure clean
|
|---|
| 2343 | make[3]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/struct_measure'
|
|---|
| 2344 | rm -rf build dist *.egg-info src/__pycache__ src/*/__pycache__
|
|---|
| 2345 | if [ -n "" ]; then \
|
|---|
| 2346 | rm -rf ; \
|
|---|
| 2347 | fi
|
|---|
| 2348 | make[3]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/struct_measure'
|
|---|
| 2349 | make -C struts clean
|
|---|
| 2350 | make[3]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/struts'
|
|---|
| 2351 | rm -rf build dist *.egg-info src/__pycache__ src/*/__pycache__
|
|---|
| 2352 | if [ -n "" ]; then \
|
|---|
| 2353 | rm -rf ; \
|
|---|
| 2354 | fi
|
|---|
| 2355 | make[3]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/struts'
|
|---|
| 2356 | make -C surface clean
|
|---|
| 2357 | make[3]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/surface'
|
|---|
| 2358 | rm -rf build dist *.egg-info src/__pycache__ src/*/__pycache__
|
|---|
| 2359 | if [ -n "" ]; then \
|
|---|
| 2360 | rm -rf ; \
|
|---|
| 2361 | fi
|
|---|
| 2362 | make[3]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/surface'
|
|---|
| 2363 | make -C swapaa clean
|
|---|
| 2364 | make[3]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/swapaa'
|
|---|
| 2365 | rm -rf build dist *.egg-info src/__pycache__ src/*/__pycache__
|
|---|
| 2366 | if [ -n "" ]; then \
|
|---|
| 2367 | rm -rf ; \
|
|---|
| 2368 | fi
|
|---|
| 2369 | make[3]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/swapaa'
|
|---|
| 2370 | make -C swap_res clean
|
|---|
| 2371 | make[3]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/swap_res'
|
|---|
| 2372 | rm -rf build dist *.egg-info src/__pycache__ src/*/__pycache__
|
|---|
| 2373 | if [ -n "" ]; then \
|
|---|
| 2374 | rm -rf ; \
|
|---|
| 2375 | fi
|
|---|
| 2376 | make[3]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/swap_res'
|
|---|
| 2377 | make -C tape_measure clean
|
|---|
| 2378 | make[3]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/tape_measure'
|
|---|
| 2379 | rm -rf build dist *.egg-info src/__pycache__ src/*/__pycache__
|
|---|
| 2380 | if [ -n "" ]; then \
|
|---|
| 2381 | rm -rf ; \
|
|---|
| 2382 | fi
|
|---|
| 2383 | make[3]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/tape_measure'
|
|---|
| 2384 | make -C task_manager clean
|
|---|
| 2385 | make[3]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/task_manager'
|
|---|
| 2386 | rm -rf build dist *.egg-info src/__pycache__ src/*/__pycache__
|
|---|
| 2387 | if [ -n "" ]; then \
|
|---|
| 2388 | rm -rf ; \
|
|---|
| 2389 | fi
|
|---|
| 2390 | make[3]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/task_manager'
|
|---|
| 2391 | make -C test clean
|
|---|
| 2392 | make[3]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/test'
|
|---|
| 2393 | rm -rf build dist *.egg-info src/__pycache__ src/*/__pycache__
|
|---|
| 2394 | if [ -n "exectest/exectest.o exectest/exectest.obj src/bin/exectest*" ]; then \
|
|---|
| 2395 | rm -rf exectest/exectest.o exectest/exectest.obj src/bin/exectest*; \
|
|---|
| 2396 | fi
|
|---|
| 2397 | make[3]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/test'
|
|---|
| 2398 | make -C toolbar clean
|
|---|
| 2399 | make[3]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/toolbar'
|
|---|
| 2400 | rm -rf build dist *.egg-info src/__pycache__ src/*/__pycache__
|
|---|
| 2401 | if [ -n "" ]; then \
|
|---|
| 2402 | rm -rf ; \
|
|---|
| 2403 | fi
|
|---|
| 2404 | make[3]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/toolbar'
|
|---|
| 2405 | make -C topography clean
|
|---|
| 2406 | make[3]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/topography'
|
|---|
| 2407 | rm -rf build dist *.egg-info src/__pycache__ src/*/__pycache__
|
|---|
| 2408 | if [ -n "" ]; then \
|
|---|
| 2409 | rm -rf ; \
|
|---|
| 2410 | fi
|
|---|
| 2411 | make[3]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/topography'
|
|---|
| 2412 | make -C to_quest clean
|
|---|
| 2413 | make[3]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/to_quest'
|
|---|
| 2414 | rm -rf build dist *.egg-info src/__pycache__ src/*/__pycache__
|
|---|
| 2415 | if [ -n "" ]; then \
|
|---|
| 2416 | rm -rf ; \
|
|---|
| 2417 | fi
|
|---|
| 2418 | make[3]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/to_quest'
|
|---|
| 2419 | make -C tug clean
|
|---|
| 2420 | make[3]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/tug'
|
|---|
| 2421 | rm -rf build dist *.egg-info src/__pycache__ src/*/__pycache__
|
|---|
| 2422 | if [ -n "" ]; then \
|
|---|
| 2423 | rm -rf ; \
|
|---|
| 2424 | fi
|
|---|
| 2425 | make[3]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/tug'
|
|---|
| 2426 | make -C ui clean
|
|---|
| 2427 | make[3]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/ui'
|
|---|
| 2428 | rm -rf build dist *.egg-info src/__pycache__ src/*/__pycache__
|
|---|
| 2429 | if [ -n "src/about.html src/*/__pycache__" ]; then \
|
|---|
| 2430 | rm -rf src/about.html src/*/__pycache__; \
|
|---|
| 2431 | fi
|
|---|
| 2432 | make[3]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/ui'
|
|---|
| 2433 | make -C umap clean
|
|---|
| 2434 | make[3]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/umap'
|
|---|
| 2435 | rm -rf build dist *.egg-info src/__pycache__ src/*/__pycache__
|
|---|
| 2436 | if [ -n "" ]; then \
|
|---|
| 2437 | rm -rf ; \
|
|---|
| 2438 | fi
|
|---|
| 2439 | make[3]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/umap'
|
|---|
| 2440 | make -C uniprot clean
|
|---|
| 2441 | make[3]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/uniprot'
|
|---|
| 2442 | rm -rf build dist *.egg-info src/__pycache__ src/*/__pycache__
|
|---|
| 2443 | if [ -n "" ]; then \
|
|---|
| 2444 | rm -rf ; \
|
|---|
| 2445 | fi
|
|---|
| 2446 | make[3]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/uniprot'
|
|---|
| 2447 | make -C unit_cell clean
|
|---|
| 2448 | make[3]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/unit_cell'
|
|---|
| 2449 | rm -rf build dist *.egg-info src/__pycache__ src/*/__pycache__
|
|---|
| 2450 | if [ -n "" ]; then \
|
|---|
| 2451 | rm -rf ; \
|
|---|
| 2452 | fi
|
|---|
| 2453 | make[3]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/unit_cell'
|
|---|
| 2454 | make -C viewdock clean
|
|---|
| 2455 | make[3]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/viewdock'
|
|---|
| 2456 | rm -rf build dist *.egg-info src/__pycache__ src/*/__pycache__
|
|---|
| 2457 | if [ -n "" ]; then \
|
|---|
| 2458 | rm -rf ; \
|
|---|
| 2459 | fi
|
|---|
| 2460 | make[3]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/viewdock'
|
|---|
| 2461 | make -C viperdb clean
|
|---|
| 2462 | make[3]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/viperdb'
|
|---|
| 2463 | rm -rf build dist *.egg-info src/__pycache__ src/*/__pycache__
|
|---|
| 2464 | if [ -n "" ]; then \
|
|---|
| 2465 | rm -rf ; \
|
|---|
| 2466 | fi
|
|---|
| 2467 | make[3]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/viperdb'
|
|---|
| 2468 | make -C vive clean
|
|---|
| 2469 | make[3]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/vive'
|
|---|
| 2470 | rm -rf build dist *.egg-info src/__pycache__ src/*/__pycache__
|
|---|
| 2471 | if [ -n "" ]; then \
|
|---|
| 2472 | rm -rf ; \
|
|---|
| 2473 | fi
|
|---|
| 2474 | make[3]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/vive'
|
|---|
| 2475 | make -C volume_menu clean
|
|---|
| 2476 | make[3]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/volume_menu'
|
|---|
| 2477 | rm -rf build dist *.egg-info src/__pycache__ src/*/__pycache__
|
|---|
| 2478 | if [ -n "" ]; then \
|
|---|
| 2479 | rm -rf ; \
|
|---|
| 2480 | fi
|
|---|
| 2481 | make[3]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/volume_menu'
|
|---|
| 2482 | make -C vrml clean
|
|---|
| 2483 | make[3]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/vrml'
|
|---|
| 2484 | rm -rf build dist *.egg-info src/__pycache__ src/*/__pycache__
|
|---|
| 2485 | if [ -n "" ]; then \
|
|---|
| 2486 | rm -rf ; \
|
|---|
| 2487 | fi
|
|---|
| 2488 | make[3]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/vrml'
|
|---|
| 2489 | make -C vtk clean
|
|---|
| 2490 | make[3]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/vtk'
|
|---|
| 2491 | rm -rf build dist *.egg-info src/__pycache__ src/*/__pycache__
|
|---|
| 2492 | if [ -n "" ]; then \
|
|---|
| 2493 | rm -rf ; \
|
|---|
| 2494 | fi
|
|---|
| 2495 | make[3]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/vtk'
|
|---|
| 2496 | make -C wavefront_obj clean
|
|---|
| 2497 | make[3]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/wavefront_obj'
|
|---|
| 2498 | rm -rf build dist *.egg-info src/__pycache__ src/*/__pycache__
|
|---|
| 2499 | if [ -n "" ]; then \
|
|---|
| 2500 | rm -rf ; \
|
|---|
| 2501 | fi
|
|---|
| 2502 | make[3]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/wavefront_obj'
|
|---|
| 2503 | make -C webcam clean
|
|---|
| 2504 | make[3]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/webcam'
|
|---|
| 2505 | rm -rf build dist *.egg-info src/__pycache__ src/*/__pycache__
|
|---|
| 2506 | if [ -n "src/_webcam*.pyd" ]; then \
|
|---|
| 2507 | rm -rf src/_webcam*.pyd; \
|
|---|
| 2508 | fi
|
|---|
| 2509 | make[3]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/webcam'
|
|---|
| 2510 | make -C webservices clean
|
|---|
| 2511 | make[3]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/webservices'
|
|---|
| 2512 | rm -rf build dist *.egg-info src/__pycache__ src/*/__pycache__
|
|---|
| 2513 | if [ -n "" ]; then \
|
|---|
| 2514 | rm -rf ; \
|
|---|
| 2515 | fi
|
|---|
| 2516 | make[3]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/webservices'
|
|---|
| 2517 | make -C zone clean
|
|---|
| 2518 | make[3]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/zone'
|
|---|
| 2519 | rm -rf build dist *.egg-info src/__pycache__ src/*/__pycache__
|
|---|
| 2520 | if [ -n "" ]; then \
|
|---|
| 2521 | rm -rf ; \
|
|---|
| 2522 | fi
|
|---|
| 2523 | make[3]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/zone'
|
|---|
| 2524 | make -C core clean
|
|---|
| 2525 | make[3]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/core'
|
|---|
| 2526 | /bin/bash: line 1: /home/goddard/ucsf/chimerax/ChimeraX.app/bin/python.exe: No such file or directory
|
|---|
| 2527 | rm -rf __pycache__ src/__pycache__ build dist *.egg-info src/_serialize.cpp \
|
|---|
| 2528 | src/buildinfo.py src/commands/_atomspec.py src/toolshed/__pycache__ \
|
|---|
| 2529 | src/lib/* core_cpp/*/*.a core_cpp/*/*.o src/include src/*.so \
|
|---|
| 2530 | chutil_cpp logger_cpp ioutil_cpp mac_util_cpp toolshed commands \
|
|---|
| 2531 | _serialize.cpp buildinfo.py setup.py
|
|---|
| 2532 | make[3]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/core'
|
|---|
| 2533 | make -C bundle_builder clean
|
|---|
| 2534 | make[3]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/bundle_builder'
|
|---|
| 2535 | rm -rf src/__pycache__ build dist *.egg-info
|
|---|
| 2536 | make[3]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/bundle_builder'
|
|---|
| 2537 | make -C toolshed_utils clean
|
|---|
| 2538 | make[3]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/toolshed_utils'
|
|---|
| 2539 | rm -rf src/__pycache__ build dist *.egg-info
|
|---|
| 2540 | make[3]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/toolshed_utils'
|
|---|
| 2541 | rm -rf __pycache__ Makefile.dependencies
|
|---|
| 2542 | make[2]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles'
|
|---|
| 2543 | make -C apps clean
|
|---|
| 2544 | make[2]: Entering directory '/home/goddard/ucsf/chimerax/src/apps'
|
|---|
| 2545 | make -C ChimeraX clean
|
|---|
| 2546 | make[3]: Entering directory '/home/goddard/ucsf/chimerax/src/apps/ChimeraX'
|
|---|
| 2547 | /bin/bash: line 1: /home/goddard/ucsf/chimerax/ChimeraX.app/bin/python.exe: No such file or directory
|
|---|
| 2548 | rm -f ChimeraX-console.exe launcher.obj main_console.obj icon.obj Info.plist chimerax-icon.icns
|
|---|
| 2549 | rm -f ChimeraX.ico icon.rc ChimeraX-console.exe.manifest ChimeraX.pdb vc*.pdb \
|
|---|
| 2550 | ChimeraX-console.exp ChimeraX-console.lib main_desktop.obj
|
|---|
| 2551 | make clean DESKTOP=1
|
|---|
| 2552 | make[4]: Entering directory '/home/goddard/ucsf/chimerax/src/apps/ChimeraX'
|
|---|
| 2553 | /bin/bash: line 1: /home/goddard/ucsf/chimerax/ChimeraX.app/bin/python.exe: No such file or directory
|
|---|
| 2554 | rm -f ChimeraX.exe launcher.obj main_desktop.obj icon.obj Info.plist chimerax-icon.icns
|
|---|
| 2555 | rm -f ChimeraX.ico icon.rc ChimeraX.exe.manifest ChimeraX.pdb vc*.pdb \
|
|---|
| 2556 | ChimeraX.exp ChimeraX.lib main_desktop.obj
|
|---|
| 2557 | make[4]: Leaving directory '/home/goddard/ucsf/chimerax/src/apps/ChimeraX'
|
|---|
| 2558 | make[3]: Leaving directory '/home/goddard/ucsf/chimerax/src/apps/ChimeraX'
|
|---|
| 2559 | make -C structcomp clean
|
|---|
| 2560 | make[3]: Entering directory '/home/goddard/ucsf/chimerax/src/apps/structcomp'
|
|---|
| 2561 | rm -f structcomp.sh
|
|---|
| 2562 | make[3]: Leaving directory '/home/goddard/ucsf/chimerax/src/apps/structcomp'
|
|---|
| 2563 | make[2]: Leaving directory '/home/goddard/ucsf/chimerax/src/apps'
|
|---|
| 2564 | make -C examples clean
|
|---|
| 2565 | make[2]: Entering directory '/home/goddard/ucsf/chimerax/src/examples'
|
|---|
| 2566 | make[2]: Nothing to be done for 'clean'.
|
|---|
| 2567 | make[2]: Leaving directory '/home/goddard/ucsf/chimerax/src/examples'
|
|---|
| 2568 | make[1]: Leaving directory '/home/goddard/ucsf/chimerax/src'
|
|---|
| 2569 | make -C docs clean
|
|---|
| 2570 | make[1]: Entering directory '/home/goddard/ucsf/chimerax/docs'
|
|---|
| 2571 | make -C devel clean
|
|---|
| 2572 | make[2]: Entering directory '/home/goddard/ucsf/chimerax/docs/devel'
|
|---|
| 2573 | rm -rf _build/* conf.py index.rst _static/cxlinks.js __pycache__ _static/devdocs.css \
|
|---|
| 2574 | apps chimerax modules
|
|---|
| 2575 | make[2]: Leaving directory '/home/goddard/ucsf/chimerax/docs/devel'
|
|---|
| 2576 | make -C pdbimages clean
|
|---|
| 2577 | make[2]: Entering directory '/home/goddard/ucsf/chimerax/docs/pdbimages'
|
|---|
| 2578 | make[2]: Nothing to be done for 'clean'.
|
|---|
| 2579 | make[2]: Leaving directory '/home/goddard/ucsf/chimerax/docs/pdbimages'
|
|---|
| 2580 | make -C quickstart clean
|
|---|
| 2581 | make[2]: Entering directory '/home/goddard/ucsf/chimerax/docs/quickstart'
|
|---|
| 2582 | make[2]: Nothing to be done for 'clean'.
|
|---|
| 2583 | make[2]: Leaving directory '/home/goddard/ucsf/chimerax/docs/quickstart'
|
|---|
| 2584 | make -C user clean
|
|---|
| 2585 | make[2]: Entering directory '/home/goddard/ucsf/chimerax/docs/user'
|
|---|
| 2586 | make -C tools clean
|
|---|
| 2587 | make[3]: Entering directory '/home/goddard/ucsf/chimerax/docs/user/tools'
|
|---|
| 2588 | make[3]: Nothing to be done for 'clean'.
|
|---|
| 2589 | make[3]: Leaving directory '/home/goddard/ucsf/chimerax/docs/user/tools'
|
|---|
| 2590 | make -C dicom clean
|
|---|
| 2591 | make[3]: Entering directory '/home/goddard/ucsf/chimerax/docs/user/dicom'
|
|---|
| 2592 | make[3]: Nothing to be done for 'clean'.
|
|---|
| 2593 | make[3]: Leaving directory '/home/goddard/ucsf/chimerax/docs/user/dicom'
|
|---|
| 2594 | make -C tutorials clean
|
|---|
| 2595 | make[3]: Entering directory '/home/goddard/ucsf/chimerax/docs/user/tutorials'
|
|---|
| 2596 | make[3]: Nothing to be done for 'clean'.
|
|---|
| 2597 | make[3]: Leaving directory '/home/goddard/ucsf/chimerax/docs/user/tutorials'
|
|---|
| 2598 | make[2]: Leaving directory '/home/goddard/ucsf/chimerax/docs/user'
|
|---|
| 2599 | make -C js clean
|
|---|
| 2600 | make[2]: Entering directory '/home/goddard/ucsf/chimerax/docs/js'
|
|---|
| 2601 | make[2]: Nothing to be done for 'clean'.
|
|---|
| 2602 | make[2]: Leaving directory '/home/goddard/ucsf/chimerax/docs/js'
|
|---|
| 2603 | rm -f license.html license.txt embedded.html
|
|---|
| 2604 | rm -rf licenses
|
|---|
| 2605 | make[1]: Leaving directory '/home/goddard/ucsf/chimerax/docs'
|
|---|
| 2606 | make -C vdocs clean
|
|---|
| 2607 | make[1]: Entering directory '/home/goddard/ucsf/chimerax/vdocs'
|
|---|
| 2608 | rm -rf user
|
|---|
| 2609 | make[1]: Leaving directory '/home/goddard/ucsf/chimerax/vdocs'
|
|---|
| 2610 | rm -rf prereqs/prebuilt-*.tar.bz2
|
|---|
| 2611 | make install
|
|---|
| 2612 | make[1]: Entering directory '/home/goddard/ucsf/chimerax'
|
|---|
| 2613 | Started install at Tue Sep 23 11:48:09 PDT 2025 on vizvault
|
|---|
| 2614 | make build-dirs
|
|---|
| 2615 | make[2]: Entering directory '/home/goddard/ucsf/chimerax'
|
|---|
| 2616 | mkdir -p /home/goddard/ucsf/chimerax/build /home/goddard/ucsf/chimerax/build/bin /home/goddard/ucsf/chimerax/build/lib /home/goddard/ucsf/chimerax/build/include /home/goddard/ucsf/chimerax/build/bin/share \
|
|---|
| 2617 | /home/goddard/ucsf/chimerax/build/sync/ /home/goddard/ucsf/chimerax/build/tmp
|
|---|
| 2618 | mkdir /home/goddard/ucsf/chimerax/build/bin
|
|---|
| 2619 | mkdir: cannot create directory '/home/goddard/ucsf/chimerax/build/bin': File exists
|
|---|
| 2620 | make[2]: [Makefile:195: build-dirs] Error 1 (ignored)
|
|---|
| 2621 | make[2]: Leaving directory '/home/goddard/ucsf/chimerax'
|
|---|
| 2622 | make -C prereqs install-prebuilt
|
|---|
| 2623 | make[2]: Entering directory '/home/goddard/ucsf/chimerax/prereqs'
|
|---|
| 2624 | Started prereq install at Tue Sep 23 11:48:10 PDT 2025 on vizvault
|
|---|
| 2625 | if [ -e prebuilt-Windows64.tar.bz2 ]; then \
|
|---|
| 2626 | make build-dirs ; \
|
|---|
| 2627 | prebuilt=`pwd`/prebuilt-Windows64.tar.bz2 && cd /home/goddard/ucsf/chimerax/build && tar xjf $prebuilt ; \
|
|---|
| 2628 | else \
|
|---|
| 2629 | make install && make prebuilt; \
|
|---|
| 2630 | fi
|
|---|
| 2631 | make[3]: Entering directory '/home/goddard/ucsf/chimerax/prereqs'
|
|---|
| 2632 | make -C /home/goddard/ucsf/chimerax build-dirs
|
|---|
| 2633 | make[4]: Entering directory '/home/goddard/ucsf/chimerax'
|
|---|
| 2634 | mkdir -p /home/goddard/ucsf/chimerax/build /home/goddard/ucsf/chimerax/build/bin /home/goddard/ucsf/chimerax/build/lib /home/goddard/ucsf/chimerax/build/include /home/goddard/ucsf/chimerax/build/bin/share \
|
|---|
| 2635 | /home/goddard/ucsf/chimerax/build/sync/ /home/goddard/ucsf/chimerax/build/tmp
|
|---|
| 2636 | mkdir /home/goddard/ucsf/chimerax/build/bin
|
|---|
| 2637 | mkdir: cannot create directory '/home/goddard/ucsf/chimerax/build/bin': File exists
|
|---|
| 2638 | make[4]: [Makefile:195: build-dirs] Error 1 (ignored)
|
|---|
| 2639 | make[4]: Leaving directory '/home/goddard/ucsf/chimerax'
|
|---|
| 2640 | make -C win32 install
|
|---|
| 2641 | make[4]: Entering directory '/home/goddard/ucsf/chimerax/prereqs/win32'
|
|---|
| 2642 | if [ -d '/cygdrive/c/Program Files (x86)/Microsoft Visual Studio/2019/Community/VC/Redist/MSVC/14.24.28127'/x64/Microsoft.VC142.CRT ]; then /home/goddard/ucsf/chimerax/prereqs/win32/rsync.convert -rlptWv '/cygdrive/c/Program Files (x86)/Microsoft Visual Studio/2019/Community/VC/Redist/MSVC/14.24.28127'/x64/Microsoft.VC142.CRT/*.dll /home/goddard/ucsf/chimerax/build/bin; fi
|
|---|
| 2643 | make[4]: Leaving directory '/home/goddard/ucsf/chimerax/prereqs/win32'
|
|---|
| 2644 | make -C ffmpeg install
|
|---|
| 2645 | make[4]: Entering directory '/home/goddard/ucsf/chimerax/prereqs/ffmpeg'
|
|---|
| 2646 | curl --silent --show-error --fail --insecure -O https://cxtoolshed.rbvi.ucsf.edu/prereqs/ffmpeg/ffmpeg-3.2.4-Windows.exe
|
|---|
| 2647 | chmod a+x ffmpeg-3.2.4-Windows.exe
|
|---|
| 2648 | /home/goddard/ucsf/chimerax/prereqs/win32/rsync.convert -rlptWv ffmpeg-3.2.4-Windows.exe /home/goddard/ucsf/chimerax/build/bin/ffmpeg.exe
|
|---|
| 2649 | sending incremental file list
|
|---|
| 2650 | ffmpeg-3.2.4-Windows.exe
|
|---|
| 2651 |
|
|---|
| 2652 | sent 40,349,922 bytes received 35 bytes 80,699,914.00 bytes/sec
|
|---|
| 2653 | total size is 40,339,968 speedup is 1.00
|
|---|
| 2654 | make[4]: Leaving directory '/home/goddard/ucsf/chimerax/prereqs/ffmpeg'
|
|---|
| 2655 | make -C ambertools install
|
|---|
| 2656 | make[4]: Entering directory '/home/goddard/ucsf/chimerax/prereqs/ambertools'
|
|---|
| 2657 | make[4]: Nothing to be done for 'install'.
|
|---|
| 2658 | make[4]: Leaving directory '/home/goddard/ucsf/chimerax/prereqs/ambertools'
|
|---|
| 2659 | make -C Python install
|
|---|
| 2660 | make[4]: Entering directory '/home/goddard/ucsf/chimerax/prereqs/Python'
|
|---|
| 2661 | curl --silent --show-error --fail --insecure -O https://cxtoolshed.rbvi.ucsf.edu/prereqs/python/python-3.11.9-win-amd64.tar.bz2
|
|---|
| 2662 | tar xf python-3.11.9-win-amd64.tar.bz2 -C /home/goddard/ucsf/chimerax/build/tmp --no-same-owner
|
|---|
| 2663 | /home/goddard/ucsf/chimerax/prereqs/win32/rsync.convert -rlptWv --exclude='site-packages/*' --exclude='test/*' --exclude=__pycache__ --delete\
|
|---|
| 2664 | '/home/goddard/ucsf/chimerax/build/tmp/python-3.11.9-win-amd64'/DLLs \
|
|---|
| 2665 | '/home/goddard/ucsf/chimerax/build/tmp/python-3.11.9-win-amd64'/Lib \
|
|---|
| 2666 | '/home/goddard/ucsf/chimerax/build/tmp/python-3.11.9-win-amd64'/include \
|
|---|
| 2667 | '/home/goddard/ucsf/chimerax/build/tmp/python-3.11.9-win-amd64'/libs \
|
|---|
| 2668 | '/home/goddard/ucsf/chimerax/build/tmp/python-3.11.9-win-amd64'/python.exe \
|
|---|
| 2669 | '/home/goddard/ucsf/chimerax/build/tmp/python-3.11.9-win-amd64'/pythonw.exe \
|
|---|
| 2670 | '/home/goddard/ucsf/chimerax/build/tmp/python-3.11.9-win-amd64'/*.dll \
|
|---|
| 2671 | '/home/goddard/ucsf/chimerax/build/bin'
|
|---|
| 2672 | sending incremental file list
|
|---|
| 2673 | python.exe
|
|---|
| 2674 | python3.dll
|
|---|
| 2675 | python311.dll
|
|---|
| 2676 | pythonw.exe
|
|---|
| 2677 | vcruntime140.dll
|
|---|
| 2678 | vcruntime140_1.dll
|
|---|
| 2679 | DLLs/
|
|---|
| 2680 | DLLs/_asyncio.pyd
|
|---|
| 2681 | DLLs/_bz2.pyd
|
|---|
| 2682 | DLLs/_ctypes.pyd
|
|---|
| 2683 | DLLs/_ctypes_test.pyd
|
|---|
| 2684 | DLLs/_decimal.pyd
|
|---|
| 2685 | DLLs/_elementtree.pyd
|
|---|
| 2686 | DLLs/_hashlib.pyd
|
|---|
| 2687 | DLLs/_lzma.pyd
|
|---|
| 2688 | DLLs/_msi.pyd
|
|---|
| 2689 | DLLs/_multiprocessing.pyd
|
|---|
| 2690 | DLLs/_overlapped.pyd
|
|---|
| 2691 | DLLs/_queue.pyd
|
|---|
| 2692 | DLLs/_socket.pyd
|
|---|
| 2693 | DLLs/_sqlite3.pyd
|
|---|
| 2694 | DLLs/_ssl.pyd
|
|---|
| 2695 | DLLs/_testbuffer.pyd
|
|---|
| 2696 | DLLs/_testcapi.pyd
|
|---|
| 2697 | DLLs/_testconsole.pyd
|
|---|
| 2698 | DLLs/_testimportmultiple.pyd
|
|---|
| 2699 | DLLs/_testinternalcapi.pyd
|
|---|
| 2700 | DLLs/_testmultiphase.pyd
|
|---|
| 2701 | DLLs/_tkinter.pyd
|
|---|
| 2702 | DLLs/_uuid.pyd
|
|---|
| 2703 | DLLs/_zoneinfo.pyd
|
|---|
| 2704 | DLLs/libcrypto-3.dll
|
|---|
| 2705 | DLLs/libffi-8.dll
|
|---|
| 2706 | DLLs/libssl-3.dll
|
|---|
| 2707 | DLLs/py.ico
|
|---|
| 2708 | DLLs/pyc.ico
|
|---|
| 2709 | DLLs/pyd.ico
|
|---|
| 2710 | DLLs/pyexpat.pyd
|
|---|
| 2711 | DLLs/python_lib.cat
|
|---|
| 2712 | DLLs/python_tools.cat
|
|---|
| 2713 | DLLs/select.pyd
|
|---|
| 2714 | DLLs/sqlite3.dll
|
|---|
| 2715 | DLLs/tcl86t.dll
|
|---|
| 2716 | DLLs/tk86t.dll
|
|---|
| 2717 | DLLs/unicodedata.pyd
|
|---|
| 2718 | DLLs/winsound.pyd
|
|---|
| 2719 | Lib/
|
|---|
| 2720 | Lib/__future__.py
|
|---|
| 2721 | Lib/__hello__.py
|
|---|
| 2722 | Lib/_aix_support.py
|
|---|
| 2723 | Lib/_bootsubprocess.py
|
|---|
| 2724 | Lib/_collections_abc.py
|
|---|
| 2725 | Lib/_compat_pickle.py
|
|---|
| 2726 | Lib/_compression.py
|
|---|
| 2727 | Lib/_markupbase.py
|
|---|
| 2728 | Lib/_osx_support.py
|
|---|
| 2729 | Lib/_py_abc.py
|
|---|
| 2730 | Lib/_pydecimal.py
|
|---|
| 2731 | Lib/_pyio.py
|
|---|
| 2732 | Lib/_sitebuiltins.py
|
|---|
| 2733 | Lib/_strptime.py
|
|---|
| 2734 | Lib/_threading_local.py
|
|---|
| 2735 | Lib/_weakrefset.py
|
|---|
| 2736 | Lib/abc.py
|
|---|
| 2737 | Lib/aifc.py
|
|---|
| 2738 | Lib/antigravity.py
|
|---|
| 2739 | Lib/argparse.py
|
|---|
| 2740 | Lib/ast.py
|
|---|
| 2741 | Lib/asynchat.py
|
|---|
| 2742 | Lib/asyncore.py
|
|---|
| 2743 | Lib/base64.py
|
|---|
| 2744 | Lib/bdb.py
|
|---|
| 2745 | Lib/bisect.py
|
|---|
| 2746 | Lib/bz2.py
|
|---|
| 2747 | Lib/cProfile.py
|
|---|
| 2748 | Lib/calendar.py
|
|---|
| 2749 | Lib/cgi.py
|
|---|
| 2750 | Lib/cgitb.py
|
|---|
| 2751 | Lib/chunk.py
|
|---|
| 2752 | Lib/cmd.py
|
|---|
| 2753 | Lib/code.py
|
|---|
| 2754 | Lib/codecs.py
|
|---|
| 2755 | Lib/codeop.py
|
|---|
| 2756 | Lib/colorsys.py
|
|---|
| 2757 | Lib/compileall.py
|
|---|
| 2758 | Lib/configparser.py
|
|---|
| 2759 | Lib/contextlib.py
|
|---|
| 2760 | Lib/contextvars.py
|
|---|
| 2761 | Lib/copy.py
|
|---|
| 2762 | Lib/copyreg.py
|
|---|
| 2763 | Lib/crypt.py
|
|---|
| 2764 | Lib/csv.py
|
|---|
| 2765 | Lib/dataclasses.py
|
|---|
| 2766 | Lib/datetime.py
|
|---|
| 2767 | Lib/decimal.py
|
|---|
| 2768 | Lib/difflib.py
|
|---|
| 2769 | Lib/dis.py
|
|---|
| 2770 | Lib/doctest.py
|
|---|
| 2771 | Lib/enum.py
|
|---|
| 2772 | Lib/filecmp.py
|
|---|
| 2773 | Lib/fileinput.py
|
|---|
| 2774 | Lib/fnmatch.py
|
|---|
| 2775 | Lib/fractions.py
|
|---|
| 2776 | Lib/ftplib.py
|
|---|
| 2777 | Lib/functools.py
|
|---|
| 2778 | Lib/genericpath.py
|
|---|
| 2779 | Lib/getopt.py
|
|---|
| 2780 | Lib/getpass.py
|
|---|
| 2781 | Lib/gettext.py
|
|---|
| 2782 | Lib/glob.py
|
|---|
| 2783 | Lib/graphlib.py
|
|---|
| 2784 | Lib/gzip.py
|
|---|
| 2785 | Lib/hashlib.py
|
|---|
| 2786 | Lib/heapq.py
|
|---|
| 2787 | Lib/hmac.py
|
|---|
| 2788 | Lib/imaplib.py
|
|---|
| 2789 | Lib/imghdr.py
|
|---|
| 2790 | Lib/imp.py
|
|---|
| 2791 | Lib/inspect.py
|
|---|
| 2792 | Lib/io.py
|
|---|
| 2793 | Lib/ipaddress.py
|
|---|
| 2794 | Lib/keyword.py
|
|---|
| 2795 | Lib/linecache.py
|
|---|
| 2796 | Lib/locale.py
|
|---|
| 2797 | Lib/lzma.py
|
|---|
| 2798 | Lib/mailbox.py
|
|---|
| 2799 | Lib/mailcap.py
|
|---|
| 2800 | Lib/mimetypes.py
|
|---|
| 2801 | Lib/modulefinder.py
|
|---|
| 2802 | Lib/netrc.py
|
|---|
| 2803 | Lib/nntplib.py
|
|---|
| 2804 | Lib/ntpath.py
|
|---|
| 2805 | Lib/nturl2path.py
|
|---|
| 2806 | Lib/numbers.py
|
|---|
| 2807 | Lib/opcode.py
|
|---|
| 2808 | Lib/operator.py
|
|---|
| 2809 | Lib/optparse.py
|
|---|
| 2810 | Lib/os.py
|
|---|
| 2811 | Lib/pathlib.py
|
|---|
| 2812 | Lib/pdb.py
|
|---|
| 2813 | Lib/pickle.py
|
|---|
| 2814 | Lib/pickletools.py
|
|---|
| 2815 | Lib/pipes.py
|
|---|
| 2816 | Lib/pkgutil.py
|
|---|
| 2817 | Lib/platform.py
|
|---|
| 2818 | Lib/plistlib.py
|
|---|
| 2819 | Lib/poplib.py
|
|---|
| 2820 | Lib/posixpath.py
|
|---|
| 2821 | Lib/pprint.py
|
|---|
| 2822 | Lib/profile.py
|
|---|
| 2823 | Lib/pstats.py
|
|---|
| 2824 | Lib/pty.py
|
|---|
| 2825 | Lib/py_compile.py
|
|---|
| 2826 | Lib/pyclbr.py
|
|---|
| 2827 | Lib/pydoc.py
|
|---|
| 2828 | Lib/queue.py
|
|---|
| 2829 | Lib/quopri.py
|
|---|
| 2830 | Lib/random.py
|
|---|
| 2831 | Lib/reprlib.py
|
|---|
| 2832 | Lib/rlcompleter.py
|
|---|
| 2833 | Lib/runpy.py
|
|---|
| 2834 | Lib/sched.py
|
|---|
| 2835 | Lib/secrets.py
|
|---|
| 2836 | Lib/selectors.py
|
|---|
| 2837 | Lib/shelve.py
|
|---|
| 2838 | Lib/shlex.py
|
|---|
| 2839 | Lib/shutil.py
|
|---|
| 2840 | Lib/signal.py
|
|---|
| 2841 | Lib/site.py
|
|---|
| 2842 | Lib/smtpd.py
|
|---|
| 2843 | Lib/smtplib.py
|
|---|
| 2844 | Lib/sndhdr.py
|
|---|
| 2845 | Lib/socket.py
|
|---|
| 2846 | Lib/socketserver.py
|
|---|
| 2847 | Lib/sre_compile.py
|
|---|
| 2848 | Lib/sre_constants.py
|
|---|
| 2849 | Lib/sre_parse.py
|
|---|
| 2850 | Lib/ssl.py
|
|---|
| 2851 | Lib/stat.py
|
|---|
| 2852 | Lib/statistics.py
|
|---|
| 2853 | Lib/string.py
|
|---|
| 2854 | Lib/stringprep.py
|
|---|
| 2855 | Lib/struct.py
|
|---|
| 2856 | Lib/subprocess.py
|
|---|
| 2857 | Lib/sunau.py
|
|---|
| 2858 | Lib/symtable.py
|
|---|
| 2859 | Lib/sysconfig.py
|
|---|
| 2860 | Lib/tabnanny.py
|
|---|
| 2861 | Lib/tarfile.py
|
|---|
| 2862 | Lib/telnetlib.py
|
|---|
| 2863 | Lib/tempfile.py
|
|---|
| 2864 | Lib/textwrap.py
|
|---|
| 2865 | Lib/this.py
|
|---|
| 2866 | Lib/threading.py
|
|---|
| 2867 | Lib/timeit.py
|
|---|
| 2868 | Lib/token.py
|
|---|
| 2869 | Lib/tokenize.py
|
|---|
| 2870 | Lib/trace.py
|
|---|
| 2871 | Lib/traceback.py
|
|---|
| 2872 | Lib/tracemalloc.py
|
|---|
| 2873 | Lib/tty.py
|
|---|
| 2874 | Lib/turtle.py
|
|---|
| 2875 | Lib/types.py
|
|---|
| 2876 | Lib/typing.py
|
|---|
| 2877 | Lib/uu.py
|
|---|
| 2878 | Lib/uuid.py
|
|---|
| 2879 | Lib/warnings.py
|
|---|
| 2880 | Lib/wave.py
|
|---|
| 2881 | Lib/weakref.py
|
|---|
| 2882 | Lib/webbrowser.py
|
|---|
| 2883 | Lib/xdrlib.py
|
|---|
| 2884 | Lib/zipapp.py
|
|---|
| 2885 | Lib/zipfile.py
|
|---|
| 2886 | Lib/zipimport.py
|
|---|
| 2887 | Lib/__phello__/
|
|---|
| 2888 | Lib/__phello__/__init__.py
|
|---|
| 2889 | Lib/__phello__/spam.py
|
|---|
| 2890 | Lib/__phello__/ham/
|
|---|
| 2891 | Lib/__phello__/ham/__init__.py
|
|---|
| 2892 | Lib/__phello__/ham/eggs.py
|
|---|
| 2893 | Lib/asyncio/
|
|---|
| 2894 | Lib/asyncio/__init__.py
|
|---|
| 2895 | Lib/asyncio/__main__.py
|
|---|
| 2896 | Lib/asyncio/base_events.py
|
|---|
| 2897 | Lib/asyncio/base_futures.py
|
|---|
| 2898 | Lib/asyncio/base_subprocess.py
|
|---|
| 2899 | Lib/asyncio/base_tasks.py
|
|---|
| 2900 | Lib/asyncio/constants.py
|
|---|
| 2901 | Lib/asyncio/coroutines.py
|
|---|
| 2902 | Lib/asyncio/events.py
|
|---|
| 2903 | Lib/asyncio/exceptions.py
|
|---|
| 2904 | Lib/asyncio/format_helpers.py
|
|---|
| 2905 | Lib/asyncio/futures.py
|
|---|
| 2906 | Lib/asyncio/locks.py
|
|---|
| 2907 | Lib/asyncio/log.py
|
|---|
| 2908 | Lib/asyncio/mixins.py
|
|---|
| 2909 | Lib/asyncio/proactor_events.py
|
|---|
| 2910 | Lib/asyncio/protocols.py
|
|---|
| 2911 | Lib/asyncio/queues.py
|
|---|
| 2912 | Lib/asyncio/runners.py
|
|---|
| 2913 | Lib/asyncio/selector_events.py
|
|---|
| 2914 | Lib/asyncio/sslproto.py
|
|---|
| 2915 | Lib/asyncio/staggered.py
|
|---|
| 2916 | Lib/asyncio/streams.py
|
|---|
| 2917 | Lib/asyncio/subprocess.py
|
|---|
| 2918 | Lib/asyncio/taskgroups.py
|
|---|
| 2919 | Lib/asyncio/tasks.py
|
|---|
| 2920 | Lib/asyncio/threads.py
|
|---|
| 2921 | Lib/asyncio/timeouts.py
|
|---|
| 2922 | Lib/asyncio/transports.py
|
|---|
| 2923 | Lib/asyncio/trsock.py
|
|---|
| 2924 | Lib/asyncio/unix_events.py
|
|---|
| 2925 | Lib/asyncio/windows_events.py
|
|---|
| 2926 | Lib/asyncio/windows_utils.py
|
|---|
| 2927 | Lib/collections/
|
|---|
| 2928 | Lib/collections/__init__.py
|
|---|
| 2929 | Lib/collections/abc.py
|
|---|
| 2930 | Lib/concurrent/
|
|---|
| 2931 | Lib/concurrent/__init__.py
|
|---|
| 2932 | Lib/concurrent/futures/
|
|---|
| 2933 | Lib/concurrent/futures/__init__.py
|
|---|
| 2934 | Lib/concurrent/futures/_base.py
|
|---|
| 2935 | Lib/concurrent/futures/process.py
|
|---|
| 2936 | Lib/concurrent/futures/thread.py
|
|---|
| 2937 | Lib/ctypes/
|
|---|
| 2938 | Lib/ctypes/__init__.py
|
|---|
| 2939 | Lib/ctypes/_aix.py
|
|---|
| 2940 | Lib/ctypes/_endian.py
|
|---|
| 2941 | Lib/ctypes/util.py
|
|---|
| 2942 | Lib/ctypes/wintypes.py
|
|---|
| 2943 | Lib/ctypes/macholib/
|
|---|
| 2944 | Lib/ctypes/macholib/README.ctypes
|
|---|
| 2945 | Lib/ctypes/macholib/__init__.py
|
|---|
| 2946 | Lib/ctypes/macholib/dyld.py
|
|---|
| 2947 | Lib/ctypes/macholib/dylib.py
|
|---|
| 2948 | Lib/ctypes/macholib/fetch_macholib
|
|---|
| 2949 | Lib/ctypes/macholib/fetch_macholib.bat
|
|---|
| 2950 | Lib/ctypes/macholib/framework.py
|
|---|
| 2951 | Lib/ctypes/test/
|
|---|
| 2952 | Lib/curses/
|
|---|
| 2953 | Lib/curses/__init__.py
|
|---|
| 2954 | Lib/curses/ascii.py
|
|---|
| 2955 | Lib/curses/has_key.py
|
|---|
| 2956 | Lib/curses/panel.py
|
|---|
| 2957 | Lib/curses/textpad.py
|
|---|
| 2958 | Lib/dbm/
|
|---|
| 2959 | Lib/dbm/__init__.py
|
|---|
| 2960 | Lib/dbm/dumb.py
|
|---|
| 2961 | Lib/dbm/gnu.py
|
|---|
| 2962 | Lib/dbm/ndbm.py
|
|---|
| 2963 | Lib/distutils/
|
|---|
| 2964 | Lib/distutils/README
|
|---|
| 2965 | Lib/distutils/__init__.py
|
|---|
| 2966 | Lib/distutils/_msvccompiler.py
|
|---|
| 2967 | Lib/distutils/archive_util.py
|
|---|
| 2968 | Lib/distutils/bcppcompiler.py
|
|---|
| 2969 | Lib/distutils/ccompiler.py
|
|---|
| 2970 | Lib/distutils/cmd.py
|
|---|
| 2971 | Lib/distutils/config.py
|
|---|
| 2972 | Lib/distutils/core.py
|
|---|
| 2973 | Lib/distutils/cygwinccompiler.py
|
|---|
| 2974 | Lib/distutils/debug.py
|
|---|
| 2975 | Lib/distutils/dep_util.py
|
|---|
| 2976 | Lib/distutils/dir_util.py
|
|---|
| 2977 | Lib/distutils/dist.py
|
|---|
| 2978 | Lib/distutils/errors.py
|
|---|
| 2979 | Lib/distutils/extension.py
|
|---|
| 2980 | Lib/distutils/fancy_getopt.py
|
|---|
| 2981 | Lib/distutils/file_util.py
|
|---|
| 2982 | Lib/distutils/filelist.py
|
|---|
| 2983 | Lib/distutils/log.py
|
|---|
| 2984 | Lib/distutils/msvc9compiler.py
|
|---|
| 2985 | Lib/distutils/msvccompiler.py
|
|---|
| 2986 | Lib/distutils/spawn.py
|
|---|
| 2987 | Lib/distutils/sysconfig.py
|
|---|
| 2988 | Lib/distutils/text_file.py
|
|---|
| 2989 | Lib/distutils/unixccompiler.py
|
|---|
| 2990 | Lib/distutils/util.py
|
|---|
| 2991 | Lib/distutils/version.py
|
|---|
| 2992 | Lib/distutils/versionpredicate.py
|
|---|
| 2993 | Lib/distutils/command/
|
|---|
| 2994 | Lib/distutils/command/__init__.py
|
|---|
| 2995 | Lib/distutils/command/bdist.py
|
|---|
| 2996 | Lib/distutils/command/bdist_dumb.py
|
|---|
| 2997 | Lib/distutils/command/bdist_rpm.py
|
|---|
| 2998 | Lib/distutils/command/build.py
|
|---|
| 2999 | Lib/distutils/command/build_clib.py
|
|---|
| 3000 | Lib/distutils/command/build_ext.py
|
|---|
| 3001 | Lib/distutils/command/build_py.py
|
|---|
| 3002 | Lib/distutils/command/build_scripts.py
|
|---|
| 3003 | Lib/distutils/command/check.py
|
|---|
| 3004 | Lib/distutils/command/clean.py
|
|---|
| 3005 | Lib/distutils/command/command_template
|
|---|
| 3006 | Lib/distutils/command/config.py
|
|---|
| 3007 | Lib/distutils/command/install.py
|
|---|
| 3008 | Lib/distutils/command/install_data.py
|
|---|
| 3009 | Lib/distutils/command/install_egg_info.py
|
|---|
| 3010 | Lib/distutils/command/install_headers.py
|
|---|
| 3011 | Lib/distutils/command/install_lib.py
|
|---|
| 3012 | Lib/distutils/command/install_scripts.py
|
|---|
| 3013 | Lib/distutils/command/register.py
|
|---|
| 3014 | Lib/distutils/command/sdist.py
|
|---|
| 3015 | Lib/distutils/command/upload.py
|
|---|
| 3016 | Lib/distutils/tests/
|
|---|
| 3017 | Lib/distutils/tests/Setup.sample
|
|---|
| 3018 | Lib/distutils/tests/__init__.py
|
|---|
| 3019 | Lib/distutils/tests/includetest.rst
|
|---|
| 3020 | Lib/distutils/tests/support.py
|
|---|
| 3021 | Lib/distutils/tests/test_archive_util.py
|
|---|
| 3022 | Lib/distutils/tests/test_bdist.py
|
|---|
| 3023 | Lib/distutils/tests/test_bdist_dumb.py
|
|---|
| 3024 | Lib/distutils/tests/test_bdist_rpm.py
|
|---|
| 3025 | Lib/distutils/tests/test_build.py
|
|---|
| 3026 | Lib/distutils/tests/test_build_clib.py
|
|---|
| 3027 | Lib/distutils/tests/test_build_ext.py
|
|---|
| 3028 | Lib/distutils/tests/test_build_py.py
|
|---|
| 3029 | Lib/distutils/tests/test_build_scripts.py
|
|---|
| 3030 | Lib/distutils/tests/test_check.py
|
|---|
| 3031 | Lib/distutils/tests/test_clean.py
|
|---|
| 3032 | Lib/distutils/tests/test_cmd.py
|
|---|
| 3033 | Lib/distutils/tests/test_config.py
|
|---|
| 3034 | Lib/distutils/tests/test_config_cmd.py
|
|---|
| 3035 | Lib/distutils/tests/test_core.py
|
|---|
| 3036 | Lib/distutils/tests/test_cygwinccompiler.py
|
|---|
| 3037 | Lib/distutils/tests/test_dep_util.py
|
|---|
| 3038 | Lib/distutils/tests/test_dir_util.py
|
|---|
| 3039 | Lib/distutils/tests/test_dist.py
|
|---|
| 3040 | Lib/distutils/tests/test_extension.py
|
|---|
| 3041 | Lib/distutils/tests/test_file_util.py
|
|---|
| 3042 | Lib/distutils/tests/test_filelist.py
|
|---|
| 3043 | Lib/distutils/tests/test_install.py
|
|---|
| 3044 | Lib/distutils/tests/test_install_data.py
|
|---|
| 3045 | Lib/distutils/tests/test_install_headers.py
|
|---|
| 3046 | Lib/distutils/tests/test_install_lib.py
|
|---|
| 3047 | Lib/distutils/tests/test_install_scripts.py
|
|---|
| 3048 | Lib/distutils/tests/test_log.py
|
|---|
| 3049 | Lib/distutils/tests/test_msvc9compiler.py
|
|---|
| 3050 | Lib/distutils/tests/test_msvccompiler.py
|
|---|
| 3051 | Lib/distutils/tests/test_register.py
|
|---|
| 3052 | Lib/distutils/tests/test_sdist.py
|
|---|
| 3053 | Lib/distutils/tests/test_spawn.py
|
|---|
| 3054 | Lib/distutils/tests/test_sysconfig.py
|
|---|
| 3055 | Lib/distutils/tests/test_text_file.py
|
|---|
| 3056 | Lib/distutils/tests/test_unixccompiler.py
|
|---|
| 3057 | Lib/distutils/tests/test_upload.py
|
|---|
| 3058 | Lib/distutils/tests/test_util.py
|
|---|
| 3059 | Lib/distutils/tests/test_version.py
|
|---|
| 3060 | Lib/distutils/tests/test_versionpredicate.py
|
|---|
| 3061 | Lib/email/
|
|---|
| 3062 | Lib/email/__init__.py
|
|---|
| 3063 | Lib/email/_encoded_words.py
|
|---|
| 3064 | Lib/email/_header_value_parser.py
|
|---|
| 3065 | Lib/email/_parseaddr.py
|
|---|
| 3066 | Lib/email/_policybase.py
|
|---|
| 3067 | Lib/email/architecture.rst
|
|---|
| 3068 | Lib/email/base64mime.py
|
|---|
| 3069 | Lib/email/charset.py
|
|---|
| 3070 | Lib/email/contentmanager.py
|
|---|
| 3071 | Lib/email/encoders.py
|
|---|
| 3072 | Lib/email/errors.py
|
|---|
| 3073 | Lib/email/feedparser.py
|
|---|
| 3074 | Lib/email/generator.py
|
|---|
| 3075 | Lib/email/header.py
|
|---|
| 3076 | Lib/email/headerregistry.py
|
|---|
| 3077 | Lib/email/iterators.py
|
|---|
| 3078 | Lib/email/message.py
|
|---|
| 3079 | Lib/email/parser.py
|
|---|
| 3080 | Lib/email/policy.py
|
|---|
| 3081 | Lib/email/quoprimime.py
|
|---|
| 3082 | Lib/email/utils.py
|
|---|
| 3083 | Lib/email/mime/
|
|---|
| 3084 | Lib/email/mime/__init__.py
|
|---|
| 3085 | Lib/email/mime/application.py
|
|---|
| 3086 | Lib/email/mime/audio.py
|
|---|
| 3087 | Lib/email/mime/base.py
|
|---|
| 3088 | Lib/email/mime/image.py
|
|---|
| 3089 | Lib/email/mime/message.py
|
|---|
| 3090 | Lib/email/mime/multipart.py
|
|---|
| 3091 | Lib/email/mime/nonmultipart.py
|
|---|
| 3092 | Lib/email/mime/text.py
|
|---|
| 3093 | Lib/encodings/
|
|---|
| 3094 | Lib/encodings/__init__.py
|
|---|
| 3095 | Lib/encodings/aliases.py
|
|---|
| 3096 | Lib/encodings/ascii.py
|
|---|
| 3097 | Lib/encodings/base64_codec.py
|
|---|
| 3098 | Lib/encodings/big5.py
|
|---|
| 3099 | Lib/encodings/big5hkscs.py
|
|---|
| 3100 | Lib/encodings/bz2_codec.py
|
|---|
| 3101 | Lib/encodings/charmap.py
|
|---|
| 3102 | Lib/encodings/cp037.py
|
|---|
| 3103 | Lib/encodings/cp1006.py
|
|---|
| 3104 | Lib/encodings/cp1026.py
|
|---|
| 3105 | Lib/encodings/cp1125.py
|
|---|
| 3106 | Lib/encodings/cp1140.py
|
|---|
| 3107 | Lib/encodings/cp1250.py
|
|---|
| 3108 | Lib/encodings/cp1251.py
|
|---|
| 3109 | Lib/encodings/cp1252.py
|
|---|
| 3110 | Lib/encodings/cp1253.py
|
|---|
| 3111 | Lib/encodings/cp1254.py
|
|---|
| 3112 | Lib/encodings/cp1255.py
|
|---|
| 3113 | Lib/encodings/cp1256.py
|
|---|
| 3114 | Lib/encodings/cp1257.py
|
|---|
| 3115 | Lib/encodings/cp1258.py
|
|---|
| 3116 | Lib/encodings/cp273.py
|
|---|
| 3117 | Lib/encodings/cp424.py
|
|---|
| 3118 | Lib/encodings/cp437.py
|
|---|
| 3119 | Lib/encodings/cp500.py
|
|---|
| 3120 | Lib/encodings/cp720.py
|
|---|
| 3121 | Lib/encodings/cp737.py
|
|---|
| 3122 | Lib/encodings/cp775.py
|
|---|
| 3123 | Lib/encodings/cp850.py
|
|---|
| 3124 | Lib/encodings/cp852.py
|
|---|
| 3125 | Lib/encodings/cp855.py
|
|---|
| 3126 | Lib/encodings/cp856.py
|
|---|
| 3127 | Lib/encodings/cp857.py
|
|---|
| 3128 | Lib/encodings/cp858.py
|
|---|
| 3129 | Lib/encodings/cp860.py
|
|---|
| 3130 | Lib/encodings/cp861.py
|
|---|
| 3131 | Lib/encodings/cp862.py
|
|---|
| 3132 | Lib/encodings/cp863.py
|
|---|
| 3133 | Lib/encodings/cp864.py
|
|---|
| 3134 | Lib/encodings/cp865.py
|
|---|
| 3135 | Lib/encodings/cp866.py
|
|---|
| 3136 | Lib/encodings/cp869.py
|
|---|
| 3137 | Lib/encodings/cp874.py
|
|---|
| 3138 | Lib/encodings/cp875.py
|
|---|
| 3139 | Lib/encodings/cp932.py
|
|---|
| 3140 | Lib/encodings/cp949.py
|
|---|
| 3141 | Lib/encodings/cp950.py
|
|---|
| 3142 | Lib/encodings/euc_jis_2004.py
|
|---|
| 3143 | Lib/encodings/euc_jisx0213.py
|
|---|
| 3144 | Lib/encodings/euc_jp.py
|
|---|
| 3145 | Lib/encodings/euc_kr.py
|
|---|
| 3146 | Lib/encodings/gb18030.py
|
|---|
| 3147 | Lib/encodings/gb2312.py
|
|---|
| 3148 | Lib/encodings/gbk.py
|
|---|
| 3149 | Lib/encodings/hex_codec.py
|
|---|
| 3150 | Lib/encodings/hp_roman8.py
|
|---|
| 3151 | Lib/encodings/hz.py
|
|---|
| 3152 | Lib/encodings/idna.py
|
|---|
| 3153 | Lib/encodings/iso2022_jp.py
|
|---|
| 3154 | Lib/encodings/iso2022_jp_1.py
|
|---|
| 3155 | Lib/encodings/iso2022_jp_2.py
|
|---|
| 3156 | Lib/encodings/iso2022_jp_2004.py
|
|---|
| 3157 | Lib/encodings/iso2022_jp_3.py
|
|---|
| 3158 | Lib/encodings/iso2022_jp_ext.py
|
|---|
| 3159 | Lib/encodings/iso2022_kr.py
|
|---|
| 3160 | Lib/encodings/iso8859_1.py
|
|---|
| 3161 | Lib/encodings/iso8859_10.py
|
|---|
| 3162 | Lib/encodings/iso8859_11.py
|
|---|
| 3163 | Lib/encodings/iso8859_13.py
|
|---|
| 3164 | Lib/encodings/iso8859_14.py
|
|---|
| 3165 | Lib/encodings/iso8859_15.py
|
|---|
| 3166 | Lib/encodings/iso8859_16.py
|
|---|
| 3167 | Lib/encodings/iso8859_2.py
|
|---|
| 3168 | Lib/encodings/iso8859_3.py
|
|---|
| 3169 | Lib/encodings/iso8859_4.py
|
|---|
| 3170 | Lib/encodings/iso8859_5.py
|
|---|
| 3171 | Lib/encodings/iso8859_6.py
|
|---|
| 3172 | Lib/encodings/iso8859_7.py
|
|---|
| 3173 | Lib/encodings/iso8859_8.py
|
|---|
| 3174 | Lib/encodings/iso8859_9.py
|
|---|
| 3175 | Lib/encodings/johab.py
|
|---|
| 3176 | Lib/encodings/koi8_r.py
|
|---|
| 3177 | Lib/encodings/koi8_t.py
|
|---|
| 3178 | Lib/encodings/koi8_u.py
|
|---|
| 3179 | Lib/encodings/kz1048.py
|
|---|
| 3180 | Lib/encodings/latin_1.py
|
|---|
| 3181 | Lib/encodings/mac_arabic.py
|
|---|
| 3182 | Lib/encodings/mac_croatian.py
|
|---|
| 3183 | Lib/encodings/mac_cyrillic.py
|
|---|
| 3184 | Lib/encodings/mac_farsi.py
|
|---|
| 3185 | Lib/encodings/mac_greek.py
|
|---|
| 3186 | Lib/encodings/mac_iceland.py
|
|---|
| 3187 | Lib/encodings/mac_latin2.py
|
|---|
| 3188 | Lib/encodings/mac_roman.py
|
|---|
| 3189 | Lib/encodings/mac_romanian.py
|
|---|
| 3190 | Lib/encodings/mac_turkish.py
|
|---|
| 3191 | Lib/encodings/mbcs.py
|
|---|
| 3192 | Lib/encodings/oem.py
|
|---|
| 3193 | Lib/encodings/palmos.py
|
|---|
| 3194 | Lib/encodings/ptcp154.py
|
|---|
| 3195 | Lib/encodings/punycode.py
|
|---|
| 3196 | Lib/encodings/quopri_codec.py
|
|---|
| 3197 | Lib/encodings/raw_unicode_escape.py
|
|---|
| 3198 | Lib/encodings/rot_13.py
|
|---|
| 3199 | Lib/encodings/shift_jis.py
|
|---|
| 3200 | Lib/encodings/shift_jis_2004.py
|
|---|
| 3201 | Lib/encodings/shift_jisx0213.py
|
|---|
| 3202 | Lib/encodings/tis_620.py
|
|---|
| 3203 | Lib/encodings/undefined.py
|
|---|
| 3204 | Lib/encodings/unicode_escape.py
|
|---|
| 3205 | Lib/encodings/utf_16.py
|
|---|
| 3206 | Lib/encodings/utf_16_be.py
|
|---|
| 3207 | Lib/encodings/utf_16_le.py
|
|---|
| 3208 | Lib/encodings/utf_32.py
|
|---|
| 3209 | Lib/encodings/utf_32_be.py
|
|---|
| 3210 | Lib/encodings/utf_32_le.py
|
|---|
| 3211 | Lib/encodings/utf_7.py
|
|---|
| 3212 | Lib/encodings/utf_8.py
|
|---|
| 3213 | Lib/encodings/utf_8_sig.py
|
|---|
| 3214 | Lib/encodings/uu_codec.py
|
|---|
| 3215 | Lib/encodings/zlib_codec.py
|
|---|
| 3216 | Lib/ensurepip/
|
|---|
| 3217 | Lib/ensurepip/__init__.py
|
|---|
| 3218 | Lib/ensurepip/__main__.py
|
|---|
| 3219 | Lib/ensurepip/_uninstall.py
|
|---|
| 3220 | Lib/ensurepip/_bundled/
|
|---|
| 3221 | Lib/ensurepip/_bundled/pip-24.0-py3-none-any.whl
|
|---|
| 3222 | Lib/ensurepip/_bundled/setuptools-65.5.0-py3-none-any.whl
|
|---|
| 3223 | Lib/html/
|
|---|
| 3224 | Lib/html/__init__.py
|
|---|
| 3225 | Lib/html/entities.py
|
|---|
| 3226 | Lib/html/parser.py
|
|---|
| 3227 | Lib/http/
|
|---|
| 3228 | Lib/http/__init__.py
|
|---|
| 3229 | Lib/http/client.py
|
|---|
| 3230 | Lib/http/cookiejar.py
|
|---|
| 3231 | Lib/http/cookies.py
|
|---|
| 3232 | Lib/http/server.py
|
|---|
| 3233 | Lib/idlelib/
|
|---|
| 3234 | Lib/idlelib/CREDITS.txt
|
|---|
| 3235 | Lib/idlelib/ChangeLog
|
|---|
| 3236 | Lib/idlelib/HISTORY.txt
|
|---|
| 3237 | Lib/idlelib/NEWS2x.txt
|
|---|
| 3238 | Lib/idlelib/News3.txt
|
|---|
| 3239 | Lib/idlelib/README.txt
|
|---|
| 3240 | Lib/idlelib/TODO.txt
|
|---|
| 3241 | Lib/idlelib/__init__.py
|
|---|
| 3242 | Lib/idlelib/__main__.py
|
|---|
| 3243 | Lib/idlelib/autocomplete.py
|
|---|
| 3244 | Lib/idlelib/autocomplete_w.py
|
|---|
| 3245 | Lib/idlelib/autoexpand.py
|
|---|
| 3246 | Lib/idlelib/browser.py
|
|---|
| 3247 | Lib/idlelib/calltip.py
|
|---|
| 3248 | Lib/idlelib/calltip_w.py
|
|---|
| 3249 | Lib/idlelib/codecontext.py
|
|---|
| 3250 | Lib/idlelib/colorizer.py
|
|---|
| 3251 | Lib/idlelib/config-extensions.def
|
|---|
| 3252 | Lib/idlelib/config-highlight.def
|
|---|
| 3253 | Lib/idlelib/config-keys.def
|
|---|
| 3254 | Lib/idlelib/config-main.def
|
|---|
| 3255 | Lib/idlelib/config.py
|
|---|
| 3256 | Lib/idlelib/config_key.py
|
|---|
| 3257 | Lib/idlelib/configdialog.py
|
|---|
| 3258 | Lib/idlelib/debugger.py
|
|---|
| 3259 | Lib/idlelib/debugger_r.py
|
|---|
| 3260 | Lib/idlelib/debugobj.py
|
|---|
| 3261 | Lib/idlelib/debugobj_r.py
|
|---|
| 3262 | Lib/idlelib/delegator.py
|
|---|
| 3263 | Lib/idlelib/dynoption.py
|
|---|
| 3264 | Lib/idlelib/editor.py
|
|---|
| 3265 | Lib/idlelib/extend.txt
|
|---|
| 3266 | Lib/idlelib/filelist.py
|
|---|
| 3267 | Lib/idlelib/format.py
|
|---|
| 3268 | Lib/idlelib/grep.py
|
|---|
| 3269 | Lib/idlelib/help.html
|
|---|
| 3270 | Lib/idlelib/help.py
|
|---|
| 3271 | Lib/idlelib/help_about.py
|
|---|
| 3272 | Lib/idlelib/history.py
|
|---|
| 3273 | Lib/idlelib/hyperparser.py
|
|---|
| 3274 | Lib/idlelib/idle.bat
|
|---|
| 3275 | Lib/idlelib/idle.py
|
|---|
| 3276 | Lib/idlelib/idle.pyw
|
|---|
| 3277 | Lib/idlelib/iomenu.py
|
|---|
| 3278 | Lib/idlelib/macosx.py
|
|---|
| 3279 | Lib/idlelib/mainmenu.py
|
|---|
| 3280 | Lib/idlelib/multicall.py
|
|---|
| 3281 | Lib/idlelib/outwin.py
|
|---|
| 3282 | Lib/idlelib/parenmatch.py
|
|---|
| 3283 | Lib/idlelib/pathbrowser.py
|
|---|
| 3284 | Lib/idlelib/percolator.py
|
|---|
| 3285 | Lib/idlelib/pyparse.py
|
|---|
| 3286 | Lib/idlelib/pyshell.py
|
|---|
| 3287 | Lib/idlelib/query.py
|
|---|
| 3288 | Lib/idlelib/redirector.py
|
|---|
| 3289 | Lib/idlelib/replace.py
|
|---|
| 3290 | Lib/idlelib/rpc.py
|
|---|
| 3291 | Lib/idlelib/run.py
|
|---|
| 3292 | Lib/idlelib/runscript.py
|
|---|
| 3293 | Lib/idlelib/scrolledlist.py
|
|---|
| 3294 | Lib/idlelib/search.py
|
|---|
| 3295 | Lib/idlelib/searchbase.py
|
|---|
| 3296 | Lib/idlelib/searchengine.py
|
|---|
| 3297 | Lib/idlelib/sidebar.py
|
|---|
| 3298 | Lib/idlelib/squeezer.py
|
|---|
| 3299 | Lib/idlelib/stackviewer.py
|
|---|
| 3300 | Lib/idlelib/statusbar.py
|
|---|
| 3301 | Lib/idlelib/textview.py
|
|---|
| 3302 | Lib/idlelib/tooltip.py
|
|---|
| 3303 | Lib/idlelib/tree.py
|
|---|
| 3304 | Lib/idlelib/undo.py
|
|---|
| 3305 | Lib/idlelib/util.py
|
|---|
| 3306 | Lib/idlelib/window.py
|
|---|
| 3307 | Lib/idlelib/zoomheight.py
|
|---|
| 3308 | Lib/idlelib/zzdummy.py
|
|---|
| 3309 | Lib/idlelib/Icons/
|
|---|
| 3310 | Lib/idlelib/Icons/README.txt
|
|---|
| 3311 | Lib/idlelib/Icons/folder.gif
|
|---|
| 3312 | Lib/idlelib/Icons/idle.ico
|
|---|
| 3313 | Lib/idlelib/Icons/idle_16.gif
|
|---|
| 3314 | Lib/idlelib/Icons/idle_16.png
|
|---|
| 3315 | Lib/idlelib/Icons/idle_256.png
|
|---|
| 3316 | Lib/idlelib/Icons/idle_32.gif
|
|---|
| 3317 | Lib/idlelib/Icons/idle_32.png
|
|---|
| 3318 | Lib/idlelib/Icons/idle_48.gif
|
|---|
| 3319 | Lib/idlelib/Icons/idle_48.png
|
|---|
| 3320 | Lib/idlelib/Icons/minusnode.gif
|
|---|
| 3321 | Lib/idlelib/Icons/openfolder.gif
|
|---|
| 3322 | Lib/idlelib/Icons/plusnode.gif
|
|---|
| 3323 | Lib/idlelib/Icons/python.gif
|
|---|
| 3324 | Lib/idlelib/Icons/tk.gif
|
|---|
| 3325 | Lib/idlelib/idle_test/
|
|---|
| 3326 | Lib/idlelib/idle_test/README.txt
|
|---|
| 3327 | Lib/idlelib/idle_test/__init__.py
|
|---|
| 3328 | Lib/idlelib/idle_test/example_noext
|
|---|
| 3329 | Lib/idlelib/idle_test/example_stub.pyi
|
|---|
| 3330 | Lib/idlelib/idle_test/htest.py
|
|---|
| 3331 | Lib/idlelib/idle_test/mock_idle.py
|
|---|
| 3332 | Lib/idlelib/idle_test/mock_tk.py
|
|---|
| 3333 | Lib/idlelib/idle_test/template.py
|
|---|
| 3334 | Lib/idlelib/idle_test/test_autocomplete.py
|
|---|
| 3335 | Lib/idlelib/idle_test/test_autocomplete_w.py
|
|---|
| 3336 | Lib/idlelib/idle_test/test_autoexpand.py
|
|---|
| 3337 | Lib/idlelib/idle_test/test_browser.py
|
|---|
| 3338 | Lib/idlelib/idle_test/test_calltip.py
|
|---|
| 3339 | Lib/idlelib/idle_test/test_calltip_w.py
|
|---|
| 3340 | Lib/idlelib/idle_test/test_codecontext.py
|
|---|
| 3341 | Lib/idlelib/idle_test/test_colorizer.py
|
|---|
| 3342 | Lib/idlelib/idle_test/test_config.py
|
|---|
| 3343 | Lib/idlelib/idle_test/test_config_key.py
|
|---|
| 3344 | Lib/idlelib/idle_test/test_configdialog.py
|
|---|
| 3345 | Lib/idlelib/idle_test/test_debugger.py
|
|---|
| 3346 | Lib/idlelib/idle_test/test_debugger_r.py
|
|---|
| 3347 | Lib/idlelib/idle_test/test_debugobj.py
|
|---|
| 3348 | Lib/idlelib/idle_test/test_debugobj_r.py
|
|---|
| 3349 | Lib/idlelib/idle_test/test_delegator.py
|
|---|
| 3350 | Lib/idlelib/idle_test/test_editmenu.py
|
|---|
| 3351 | Lib/idlelib/idle_test/test_editor.py
|
|---|
| 3352 | Lib/idlelib/idle_test/test_filelist.py
|
|---|
| 3353 | Lib/idlelib/idle_test/test_format.py
|
|---|
| 3354 | Lib/idlelib/idle_test/test_grep.py
|
|---|
| 3355 | Lib/idlelib/idle_test/test_help.py
|
|---|
| 3356 | Lib/idlelib/idle_test/test_help_about.py
|
|---|
| 3357 | Lib/idlelib/idle_test/test_history.py
|
|---|
| 3358 | Lib/idlelib/idle_test/test_hyperparser.py
|
|---|
| 3359 | Lib/idlelib/idle_test/test_iomenu.py
|
|---|
| 3360 | Lib/idlelib/idle_test/test_macosx.py
|
|---|
| 3361 | Lib/idlelib/idle_test/test_mainmenu.py
|
|---|
| 3362 | Lib/idlelib/idle_test/test_multicall.py
|
|---|
| 3363 | Lib/idlelib/idle_test/test_outwin.py
|
|---|
| 3364 | Lib/idlelib/idle_test/test_parenmatch.py
|
|---|
| 3365 | Lib/idlelib/idle_test/test_pathbrowser.py
|
|---|
| 3366 | Lib/idlelib/idle_test/test_percolator.py
|
|---|
| 3367 | Lib/idlelib/idle_test/test_pyparse.py
|
|---|
| 3368 | Lib/idlelib/idle_test/test_pyshell.py
|
|---|
| 3369 | Lib/idlelib/idle_test/test_query.py
|
|---|
| 3370 | Lib/idlelib/idle_test/test_redirector.py
|
|---|
| 3371 | Lib/idlelib/idle_test/test_replace.py
|
|---|
| 3372 | Lib/idlelib/idle_test/test_rpc.py
|
|---|
| 3373 | Lib/idlelib/idle_test/test_run.py
|
|---|
| 3374 | Lib/idlelib/idle_test/test_runscript.py
|
|---|
| 3375 | Lib/idlelib/idle_test/test_scrolledlist.py
|
|---|
| 3376 | Lib/idlelib/idle_test/test_search.py
|
|---|
| 3377 | Lib/idlelib/idle_test/test_searchbase.py
|
|---|
| 3378 | Lib/idlelib/idle_test/test_searchengine.py
|
|---|
| 3379 | Lib/idlelib/idle_test/test_sidebar.py
|
|---|
| 3380 | Lib/idlelib/idle_test/test_squeezer.py
|
|---|
| 3381 | Lib/idlelib/idle_test/test_stackviewer.py
|
|---|
| 3382 | Lib/idlelib/idle_test/test_statusbar.py
|
|---|
| 3383 | Lib/idlelib/idle_test/test_text.py
|
|---|
| 3384 | Lib/idlelib/idle_test/test_textview.py
|
|---|
| 3385 | Lib/idlelib/idle_test/test_tooltip.py
|
|---|
| 3386 | Lib/idlelib/idle_test/test_tree.py
|
|---|
| 3387 | Lib/idlelib/idle_test/test_undo.py
|
|---|
| 3388 | Lib/idlelib/idle_test/test_util.py
|
|---|
| 3389 | Lib/idlelib/idle_test/test_warning.py
|
|---|
| 3390 | Lib/idlelib/idle_test/test_window.py
|
|---|
| 3391 | Lib/idlelib/idle_test/test_zoomheight.py
|
|---|
| 3392 | Lib/idlelib/idle_test/test_zzdummy.py
|
|---|
| 3393 | Lib/idlelib/idle_test/tkinter_testing_utils.py
|
|---|
| 3394 | Lib/importlib/
|
|---|
| 3395 | Lib/importlib/__init__.py
|
|---|
| 3396 | Lib/importlib/_abc.py
|
|---|
| 3397 | Lib/importlib/_bootstrap.py
|
|---|
| 3398 | Lib/importlib/_bootstrap_external.py
|
|---|
| 3399 | Lib/importlib/abc.py
|
|---|
| 3400 | Lib/importlib/machinery.py
|
|---|
| 3401 | Lib/importlib/readers.py
|
|---|
| 3402 | Lib/importlib/simple.py
|
|---|
| 3403 | Lib/importlib/util.py
|
|---|
| 3404 | Lib/importlib/metadata/
|
|---|
| 3405 | Lib/importlib/metadata/__init__.py
|
|---|
| 3406 | Lib/importlib/metadata/_adapters.py
|
|---|
| 3407 | Lib/importlib/metadata/_collections.py
|
|---|
| 3408 | Lib/importlib/metadata/_functools.py
|
|---|
| 3409 | Lib/importlib/metadata/_itertools.py
|
|---|
| 3410 | Lib/importlib/metadata/_meta.py
|
|---|
| 3411 | Lib/importlib/metadata/_text.py
|
|---|
| 3412 | Lib/importlib/resources/
|
|---|
| 3413 | Lib/importlib/resources/__init__.py
|
|---|
| 3414 | Lib/importlib/resources/_adapters.py
|
|---|
| 3415 | Lib/importlib/resources/_common.py
|
|---|
| 3416 | Lib/importlib/resources/_itertools.py
|
|---|
| 3417 | Lib/importlib/resources/_legacy.py
|
|---|
| 3418 | Lib/importlib/resources/abc.py
|
|---|
| 3419 | Lib/importlib/resources/readers.py
|
|---|
| 3420 | Lib/importlib/resources/simple.py
|
|---|
| 3421 | Lib/json/
|
|---|
| 3422 | Lib/json/__init__.py
|
|---|
| 3423 | Lib/json/decoder.py
|
|---|
| 3424 | Lib/json/encoder.py
|
|---|
| 3425 | Lib/json/scanner.py
|
|---|
| 3426 | Lib/json/tool.py
|
|---|
| 3427 | Lib/lib2to3/
|
|---|
| 3428 | Lib/lib2to3/Grammar.txt
|
|---|
| 3429 | Lib/lib2to3/PatternGrammar.txt
|
|---|
| 3430 | Lib/lib2to3/__init__.py
|
|---|
| 3431 | Lib/lib2to3/__main__.py
|
|---|
| 3432 | Lib/lib2to3/btm_matcher.py
|
|---|
| 3433 | Lib/lib2to3/btm_utils.py
|
|---|
| 3434 | Lib/lib2to3/fixer_base.py
|
|---|
| 3435 | Lib/lib2to3/fixer_util.py
|
|---|
| 3436 | Lib/lib2to3/main.py
|
|---|
| 3437 | Lib/lib2to3/patcomp.py
|
|---|
| 3438 | Lib/lib2to3/pygram.py
|
|---|
| 3439 | Lib/lib2to3/pytree.py
|
|---|
| 3440 | Lib/lib2to3/refactor.py
|
|---|
| 3441 | Lib/lib2to3/fixes/
|
|---|
| 3442 | Lib/lib2to3/fixes/__init__.py
|
|---|
| 3443 | Lib/lib2to3/fixes/fix_apply.py
|
|---|
| 3444 | Lib/lib2to3/fixes/fix_asserts.py
|
|---|
| 3445 | Lib/lib2to3/fixes/fix_basestring.py
|
|---|
| 3446 | Lib/lib2to3/fixes/fix_buffer.py
|
|---|
| 3447 | Lib/lib2to3/fixes/fix_dict.py
|
|---|
| 3448 | Lib/lib2to3/fixes/fix_except.py
|
|---|
| 3449 | Lib/lib2to3/fixes/fix_exec.py
|
|---|
| 3450 | Lib/lib2to3/fixes/fix_execfile.py
|
|---|
| 3451 | Lib/lib2to3/fixes/fix_exitfunc.py
|
|---|
| 3452 | Lib/lib2to3/fixes/fix_filter.py
|
|---|
| 3453 | Lib/lib2to3/fixes/fix_funcattrs.py
|
|---|
| 3454 | Lib/lib2to3/fixes/fix_future.py
|
|---|
| 3455 | Lib/lib2to3/fixes/fix_getcwdu.py
|
|---|
| 3456 | Lib/lib2to3/fixes/fix_has_key.py
|
|---|
| 3457 | Lib/lib2to3/fixes/fix_idioms.py
|
|---|
| 3458 | Lib/lib2to3/fixes/fix_import.py
|
|---|
| 3459 | Lib/lib2to3/fixes/fix_imports.py
|
|---|
| 3460 | Lib/lib2to3/fixes/fix_imports2.py
|
|---|
| 3461 | Lib/lib2to3/fixes/fix_input.py
|
|---|
| 3462 | Lib/lib2to3/fixes/fix_intern.py
|
|---|
| 3463 | Lib/lib2to3/fixes/fix_isinstance.py
|
|---|
| 3464 | Lib/lib2to3/fixes/fix_itertools.py
|
|---|
| 3465 | Lib/lib2to3/fixes/fix_itertools_imports.py
|
|---|
| 3466 | Lib/lib2to3/fixes/fix_long.py
|
|---|
| 3467 | Lib/lib2to3/fixes/fix_map.py
|
|---|
| 3468 | Lib/lib2to3/fixes/fix_metaclass.py
|
|---|
| 3469 | Lib/lib2to3/fixes/fix_methodattrs.py
|
|---|
| 3470 | Lib/lib2to3/fixes/fix_ne.py
|
|---|
| 3471 | Lib/lib2to3/fixes/fix_next.py
|
|---|
| 3472 | Lib/lib2to3/fixes/fix_nonzero.py
|
|---|
| 3473 | Lib/lib2to3/fixes/fix_numliterals.py
|
|---|
| 3474 | Lib/lib2to3/fixes/fix_operator.py
|
|---|
| 3475 | Lib/lib2to3/fixes/fix_paren.py
|
|---|
| 3476 | Lib/lib2to3/fixes/fix_print.py
|
|---|
| 3477 | Lib/lib2to3/fixes/fix_raise.py
|
|---|
| 3478 | Lib/lib2to3/fixes/fix_raw_input.py
|
|---|
| 3479 | Lib/lib2to3/fixes/fix_reduce.py
|
|---|
| 3480 | Lib/lib2to3/fixes/fix_reload.py
|
|---|
| 3481 | Lib/lib2to3/fixes/fix_renames.py
|
|---|
| 3482 | Lib/lib2to3/fixes/fix_repr.py
|
|---|
| 3483 | Lib/lib2to3/fixes/fix_set_literal.py
|
|---|
| 3484 | Lib/lib2to3/fixes/fix_standarderror.py
|
|---|
| 3485 | Lib/lib2to3/fixes/fix_sys_exc.py
|
|---|
| 3486 | Lib/lib2to3/fixes/fix_throw.py
|
|---|
| 3487 | Lib/lib2to3/fixes/fix_tuple_params.py
|
|---|
| 3488 | Lib/lib2to3/fixes/fix_types.py
|
|---|
| 3489 | Lib/lib2to3/fixes/fix_unicode.py
|
|---|
| 3490 | Lib/lib2to3/fixes/fix_urllib.py
|
|---|
| 3491 | Lib/lib2to3/fixes/fix_ws_comma.py
|
|---|
| 3492 | Lib/lib2to3/fixes/fix_xrange.py
|
|---|
| 3493 | Lib/lib2to3/fixes/fix_xreadlines.py
|
|---|
| 3494 | Lib/lib2to3/fixes/fix_zip.py
|
|---|
| 3495 | Lib/lib2to3/pgen2/
|
|---|
| 3496 | Lib/lib2to3/pgen2/__init__.py
|
|---|
| 3497 | Lib/lib2to3/pgen2/conv.py
|
|---|
| 3498 | Lib/lib2to3/pgen2/driver.py
|
|---|
| 3499 | Lib/lib2to3/pgen2/grammar.py
|
|---|
| 3500 | Lib/lib2to3/pgen2/literals.py
|
|---|
| 3501 | Lib/lib2to3/pgen2/parse.py
|
|---|
| 3502 | Lib/lib2to3/pgen2/pgen.py
|
|---|
| 3503 | Lib/lib2to3/pgen2/token.py
|
|---|
| 3504 | Lib/lib2to3/pgen2/tokenize.py
|
|---|
| 3505 | Lib/lib2to3/tests/
|
|---|
| 3506 | Lib/lib2to3/tests/__init__.py
|
|---|
| 3507 | Lib/lib2to3/tests/__main__.py
|
|---|
| 3508 | Lib/lib2to3/tests/pytree_idempotency.py
|
|---|
| 3509 | Lib/lib2to3/tests/support.py
|
|---|
| 3510 | Lib/lib2to3/tests/test_all_fixers.py
|
|---|
| 3511 | Lib/lib2to3/tests/test_fixers.py
|
|---|
| 3512 | Lib/lib2to3/tests/test_main.py
|
|---|
| 3513 | Lib/lib2to3/tests/test_parser.py
|
|---|
| 3514 | Lib/lib2to3/tests/test_pytree.py
|
|---|
| 3515 | Lib/lib2to3/tests/test_refactor.py
|
|---|
| 3516 | Lib/lib2to3/tests/test_util.py
|
|---|
| 3517 | Lib/lib2to3/tests/data/
|
|---|
| 3518 | Lib/lib2to3/tests/data/README
|
|---|
| 3519 | Lib/lib2to3/tests/data/bom.py
|
|---|
| 3520 | Lib/lib2to3/tests/data/crlf.py
|
|---|
| 3521 | Lib/lib2to3/tests/data/different_encoding.py
|
|---|
| 3522 | Lib/lib2to3/tests/data/false_encoding.py
|
|---|
| 3523 | Lib/lib2to3/tests/data/infinite_recursion.py
|
|---|
| 3524 | Lib/lib2to3/tests/data/py2_test_grammar.py
|
|---|
| 3525 | Lib/lib2to3/tests/data/py3_test_grammar.py
|
|---|
| 3526 | Lib/lib2to3/tests/data/fixers/
|
|---|
| 3527 | Lib/lib2to3/tests/data/fixers/bad_order.py
|
|---|
| 3528 | Lib/lib2to3/tests/data/fixers/no_fixer_cls.py
|
|---|
| 3529 | Lib/lib2to3/tests/data/fixers/parrot_example.py
|
|---|
| 3530 | Lib/lib2to3/tests/data/fixers/myfixes/
|
|---|
| 3531 | Lib/lib2to3/tests/data/fixers/myfixes/__init__.py
|
|---|
| 3532 | Lib/lib2to3/tests/data/fixers/myfixes/fix_explicit.py
|
|---|
| 3533 | Lib/lib2to3/tests/data/fixers/myfixes/fix_first.py
|
|---|
| 3534 | Lib/lib2to3/tests/data/fixers/myfixes/fix_last.py
|
|---|
| 3535 | Lib/lib2to3/tests/data/fixers/myfixes/fix_parrot.py
|
|---|
| 3536 | Lib/lib2to3/tests/data/fixers/myfixes/fix_preorder.py
|
|---|
| 3537 | Lib/logging/
|
|---|
| 3538 | Lib/logging/__init__.py
|
|---|
| 3539 | Lib/logging/config.py
|
|---|
| 3540 | Lib/logging/handlers.py
|
|---|
| 3541 | Lib/msilib/
|
|---|
| 3542 | Lib/msilib/__init__.py
|
|---|
| 3543 | Lib/msilib/schema.py
|
|---|
| 3544 | Lib/msilib/sequence.py
|
|---|
| 3545 | Lib/msilib/text.py
|
|---|
| 3546 | Lib/multiprocessing/
|
|---|
| 3547 | Lib/multiprocessing/__init__.py
|
|---|
| 3548 | Lib/multiprocessing/connection.py
|
|---|
| 3549 | Lib/multiprocessing/context.py
|
|---|
| 3550 | Lib/multiprocessing/forkserver.py
|
|---|
| 3551 | Lib/multiprocessing/heap.py
|
|---|
| 3552 | Lib/multiprocessing/managers.py
|
|---|
| 3553 | Lib/multiprocessing/pool.py
|
|---|
| 3554 | Lib/multiprocessing/popen_fork.py
|
|---|
| 3555 | Lib/multiprocessing/popen_forkserver.py
|
|---|
| 3556 | Lib/multiprocessing/popen_spawn_posix.py
|
|---|
| 3557 | Lib/multiprocessing/popen_spawn_win32.py
|
|---|
| 3558 | Lib/multiprocessing/process.py
|
|---|
| 3559 | Lib/multiprocessing/queues.py
|
|---|
| 3560 | Lib/multiprocessing/reduction.py
|
|---|
| 3561 | Lib/multiprocessing/resource_sharer.py
|
|---|
| 3562 | Lib/multiprocessing/resource_tracker.py
|
|---|
| 3563 | Lib/multiprocessing/shared_memory.py
|
|---|
| 3564 | Lib/multiprocessing/sharedctypes.py
|
|---|
| 3565 | Lib/multiprocessing/spawn.py
|
|---|
| 3566 | Lib/multiprocessing/synchronize.py
|
|---|
| 3567 | Lib/multiprocessing/util.py
|
|---|
| 3568 | Lib/multiprocessing/dummy/
|
|---|
| 3569 | Lib/multiprocessing/dummy/__init__.py
|
|---|
| 3570 | Lib/multiprocessing/dummy/connection.py
|
|---|
| 3571 | Lib/pydoc_data/
|
|---|
| 3572 | Lib/pydoc_data/__init__.py
|
|---|
| 3573 | Lib/pydoc_data/_pydoc.css
|
|---|
| 3574 | Lib/pydoc_data/topics.py
|
|---|
| 3575 | Lib/re/
|
|---|
| 3576 | Lib/re/__init__.py
|
|---|
| 3577 | Lib/re/_casefix.py
|
|---|
| 3578 | Lib/re/_compiler.py
|
|---|
| 3579 | Lib/re/_constants.py
|
|---|
| 3580 | Lib/re/_parser.py
|
|---|
| 3581 | Lib/site-packages/
|
|---|
| 3582 | Lib/sqlite3/
|
|---|
| 3583 | Lib/sqlite3/__init__.py
|
|---|
| 3584 | Lib/sqlite3/dbapi2.py
|
|---|
| 3585 | Lib/sqlite3/dump.py
|
|---|
| 3586 | Lib/test/
|
|---|
| 3587 | Lib/tkinter/
|
|---|
| 3588 | Lib/tkinter/__init__.py
|
|---|
| 3589 | Lib/tkinter/__main__.py
|
|---|
| 3590 | Lib/tkinter/colorchooser.py
|
|---|
| 3591 | Lib/tkinter/commondialog.py
|
|---|
| 3592 | Lib/tkinter/constants.py
|
|---|
| 3593 | Lib/tkinter/dialog.py
|
|---|
| 3594 | Lib/tkinter/dnd.py
|
|---|
| 3595 | Lib/tkinter/filedialog.py
|
|---|
| 3596 | Lib/tkinter/font.py
|
|---|
| 3597 | Lib/tkinter/messagebox.py
|
|---|
| 3598 | Lib/tkinter/scrolledtext.py
|
|---|
| 3599 | Lib/tkinter/simpledialog.py
|
|---|
| 3600 | Lib/tkinter/tix.py
|
|---|
| 3601 | Lib/tkinter/ttk.py
|
|---|
| 3602 | Lib/tkinter/test/
|
|---|
| 3603 | Lib/tomllib/
|
|---|
| 3604 | Lib/tomllib/__init__.py
|
|---|
| 3605 | Lib/tomllib/_parser.py
|
|---|
| 3606 | Lib/tomllib/_re.py
|
|---|
| 3607 | Lib/tomllib/_types.py
|
|---|
| 3608 | Lib/turtledemo/
|
|---|
| 3609 | Lib/turtledemo/__init__.py
|
|---|
| 3610 | Lib/turtledemo/__main__.py
|
|---|
| 3611 | Lib/turtledemo/bytedesign.py
|
|---|
| 3612 | Lib/turtledemo/chaos.py
|
|---|
| 3613 | Lib/turtledemo/clock.py
|
|---|
| 3614 | Lib/turtledemo/colormixer.py
|
|---|
| 3615 | Lib/turtledemo/forest.py
|
|---|
| 3616 | Lib/turtledemo/fractalcurves.py
|
|---|
| 3617 | Lib/turtledemo/lindenmayer.py
|
|---|
| 3618 | Lib/turtledemo/minimal_hanoi.py
|
|---|
| 3619 | Lib/turtledemo/nim.py
|
|---|
| 3620 | Lib/turtledemo/paint.py
|
|---|
| 3621 | Lib/turtledemo/peace.py
|
|---|
| 3622 | Lib/turtledemo/penrose.py
|
|---|
| 3623 | Lib/turtledemo/planet_and_moon.py
|
|---|
| 3624 | Lib/turtledemo/rosette.py
|
|---|
| 3625 | Lib/turtledemo/round_dance.py
|
|---|
| 3626 | Lib/turtledemo/sorting_animate.py
|
|---|
| 3627 | Lib/turtledemo/tree.py
|
|---|
| 3628 | Lib/turtledemo/turtle.cfg
|
|---|
| 3629 | Lib/turtledemo/two_canvases.py
|
|---|
| 3630 | Lib/turtledemo/yinyang.py
|
|---|
| 3631 | Lib/unittest/
|
|---|
| 3632 | Lib/unittest/__init__.py
|
|---|
| 3633 | Lib/unittest/__main__.py
|
|---|
| 3634 | Lib/unittest/_log.py
|
|---|
| 3635 | Lib/unittest/async_case.py
|
|---|
| 3636 | Lib/unittest/case.py
|
|---|
| 3637 | Lib/unittest/loader.py
|
|---|
| 3638 | Lib/unittest/main.py
|
|---|
| 3639 | Lib/unittest/mock.py
|
|---|
| 3640 | Lib/unittest/result.py
|
|---|
| 3641 | Lib/unittest/runner.py
|
|---|
| 3642 | Lib/unittest/signals.py
|
|---|
| 3643 | Lib/unittest/suite.py
|
|---|
| 3644 | Lib/unittest/util.py
|
|---|
| 3645 | Lib/unittest/test/
|
|---|
| 3646 | Lib/urllib/
|
|---|
| 3647 | Lib/urllib/__init__.py
|
|---|
| 3648 | Lib/urllib/error.py
|
|---|
| 3649 | Lib/urllib/parse.py
|
|---|
| 3650 | Lib/urllib/request.py
|
|---|
| 3651 | Lib/urllib/response.py
|
|---|
| 3652 | Lib/urllib/robotparser.py
|
|---|
| 3653 | Lib/venv/
|
|---|
| 3654 | Lib/venv/__init__.py
|
|---|
| 3655 | Lib/venv/__main__.py
|
|---|
| 3656 | Lib/venv/scripts/
|
|---|
| 3657 | Lib/venv/scripts/common/
|
|---|
| 3658 | Lib/venv/scripts/common/Activate.ps1
|
|---|
| 3659 | Lib/venv/scripts/common/activate
|
|---|
| 3660 | Lib/venv/scripts/nt/
|
|---|
| 3661 | Lib/venv/scripts/nt/activate.bat
|
|---|
| 3662 | Lib/venv/scripts/nt/deactivate.bat
|
|---|
| 3663 | Lib/venv/scripts/nt/python.exe
|
|---|
| 3664 | Lib/venv/scripts/nt/pythonw.exe
|
|---|
| 3665 | Lib/venv/scripts/posix/
|
|---|
| 3666 | Lib/venv/scripts/posix/activate.csh
|
|---|
| 3667 | Lib/venv/scripts/posix/activate.fish
|
|---|
| 3668 | Lib/wsgiref/
|
|---|
| 3669 | Lib/wsgiref/__init__.py
|
|---|
| 3670 | Lib/wsgiref/handlers.py
|
|---|
| 3671 | Lib/wsgiref/headers.py
|
|---|
| 3672 | Lib/wsgiref/simple_server.py
|
|---|
| 3673 | Lib/wsgiref/types.py
|
|---|
| 3674 | Lib/wsgiref/util.py
|
|---|
| 3675 | Lib/wsgiref/validate.py
|
|---|
| 3676 | Lib/xml/
|
|---|
| 3677 | Lib/xml/__init__.py
|
|---|
| 3678 | Lib/xml/dom/
|
|---|
| 3679 | Lib/xml/dom/NodeFilter.py
|
|---|
| 3680 | Lib/xml/dom/__init__.py
|
|---|
| 3681 | Lib/xml/dom/domreg.py
|
|---|
| 3682 | Lib/xml/dom/expatbuilder.py
|
|---|
| 3683 | Lib/xml/dom/minicompat.py
|
|---|
| 3684 | Lib/xml/dom/minidom.py
|
|---|
| 3685 | Lib/xml/dom/pulldom.py
|
|---|
| 3686 | Lib/xml/dom/xmlbuilder.py
|
|---|
| 3687 | Lib/xml/etree/
|
|---|
| 3688 | Lib/xml/etree/ElementInclude.py
|
|---|
| 3689 | Lib/xml/etree/ElementPath.py
|
|---|
| 3690 | Lib/xml/etree/ElementTree.py
|
|---|
| 3691 | Lib/xml/etree/__init__.py
|
|---|
| 3692 | Lib/xml/etree/cElementTree.py
|
|---|
| 3693 | Lib/xml/parsers/
|
|---|
| 3694 | Lib/xml/parsers/__init__.py
|
|---|
| 3695 | Lib/xml/parsers/expat.py
|
|---|
| 3696 | Lib/xml/sax/
|
|---|
| 3697 | Lib/xml/sax/__init__.py
|
|---|
| 3698 | Lib/xml/sax/_exceptions.py
|
|---|
| 3699 | Lib/xml/sax/expatreader.py
|
|---|
| 3700 | Lib/xml/sax/handler.py
|
|---|
| 3701 | Lib/xml/sax/saxutils.py
|
|---|
| 3702 | Lib/xml/sax/xmlreader.py
|
|---|
| 3703 | Lib/xmlrpc/
|
|---|
| 3704 | Lib/xmlrpc/__init__.py
|
|---|
| 3705 | Lib/xmlrpc/client.py
|
|---|
| 3706 | Lib/xmlrpc/server.py
|
|---|
| 3707 | Lib/zoneinfo/
|
|---|
| 3708 | Lib/zoneinfo/__init__.py
|
|---|
| 3709 | Lib/zoneinfo/_common.py
|
|---|
| 3710 | Lib/zoneinfo/_tzpath.py
|
|---|
| 3711 | Lib/zoneinfo/_zoneinfo.py
|
|---|
| 3712 | include/
|
|---|
| 3713 | include/Python.h
|
|---|
| 3714 | include/abstract.h
|
|---|
| 3715 | include/bltinmodule.h
|
|---|
| 3716 | include/boolobject.h
|
|---|
| 3717 | include/bytearrayobject.h
|
|---|
| 3718 | include/bytesobject.h
|
|---|
| 3719 | include/ceval.h
|
|---|
| 3720 | include/codecs.h
|
|---|
| 3721 | include/compile.h
|
|---|
| 3722 | include/complexobject.h
|
|---|
| 3723 | include/datetime.h
|
|---|
| 3724 | include/descrobject.h
|
|---|
| 3725 | include/dictobject.h
|
|---|
| 3726 | include/dynamic_annotations.h
|
|---|
| 3727 | include/enumobject.h
|
|---|
| 3728 | include/errcode.h
|
|---|
| 3729 | include/exports.h
|
|---|
| 3730 | include/fileobject.h
|
|---|
| 3731 | include/fileutils.h
|
|---|
| 3732 | include/floatobject.h
|
|---|
| 3733 | include/frameobject.h
|
|---|
| 3734 | include/genericaliasobject.h
|
|---|
| 3735 | include/import.h
|
|---|
| 3736 | include/intrcheck.h
|
|---|
| 3737 | include/iterobject.h
|
|---|
| 3738 | include/listobject.h
|
|---|
| 3739 | include/longobject.h
|
|---|
| 3740 | include/marshal.h
|
|---|
| 3741 | include/memoryobject.h
|
|---|
| 3742 | include/methodobject.h
|
|---|
| 3743 | include/modsupport.h
|
|---|
| 3744 | include/moduleobject.h
|
|---|
| 3745 | include/object.h
|
|---|
| 3746 | include/objimpl.h
|
|---|
| 3747 | include/opcode.h
|
|---|
| 3748 | include/osdefs.h
|
|---|
| 3749 | include/osmodule.h
|
|---|
| 3750 | include/patchlevel.h
|
|---|
| 3751 | include/py_curses.h
|
|---|
| 3752 | include/pybuffer.h
|
|---|
| 3753 | include/pycapsule.h
|
|---|
| 3754 | include/pyconfig.h
|
|---|
| 3755 | include/pydtrace.h
|
|---|
| 3756 | include/pyerrors.h
|
|---|
| 3757 | include/pyexpat.h
|
|---|
| 3758 | include/pyframe.h
|
|---|
| 3759 | include/pyhash.h
|
|---|
| 3760 | include/pylifecycle.h
|
|---|
| 3761 | include/pymacconfig.h
|
|---|
| 3762 | include/pymacro.h
|
|---|
| 3763 | include/pymath.h
|
|---|
| 3764 | include/pymem.h
|
|---|
| 3765 | include/pyport.h
|
|---|
| 3766 | include/pystate.h
|
|---|
| 3767 | include/pystrcmp.h
|
|---|
| 3768 | include/pystrtod.h
|
|---|
| 3769 | include/pythonrun.h
|
|---|
| 3770 | include/pythread.h
|
|---|
| 3771 | include/pytypedefs.h
|
|---|
| 3772 | include/rangeobject.h
|
|---|
| 3773 | include/setobject.h
|
|---|
| 3774 | include/sliceobject.h
|
|---|
| 3775 | include/structmember.h
|
|---|
| 3776 | include/structseq.h
|
|---|
| 3777 | include/sysmodule.h
|
|---|
| 3778 | include/token.h
|
|---|
| 3779 | include/traceback.h
|
|---|
| 3780 | include/tracemalloc.h
|
|---|
| 3781 | include/tupleobject.h
|
|---|
| 3782 | include/typeslots.h
|
|---|
| 3783 | include/unicodeobject.h
|
|---|
| 3784 | include/warnings.h
|
|---|
| 3785 | include/weakrefobject.h
|
|---|
| 3786 | include/cpython/
|
|---|
| 3787 | include/cpython/abstract.h
|
|---|
| 3788 | include/cpython/bytearrayobject.h
|
|---|
| 3789 | include/cpython/bytesobject.h
|
|---|
| 3790 | include/cpython/cellobject.h
|
|---|
| 3791 | include/cpython/ceval.h
|
|---|
| 3792 | include/cpython/classobject.h
|
|---|
| 3793 | include/cpython/code.h
|
|---|
| 3794 | include/cpython/compile.h
|
|---|
| 3795 | include/cpython/complexobject.h
|
|---|
| 3796 | include/cpython/context.h
|
|---|
| 3797 | include/cpython/descrobject.h
|
|---|
| 3798 | include/cpython/dictobject.h
|
|---|
| 3799 | include/cpython/fileobject.h
|
|---|
| 3800 | include/cpython/fileutils.h
|
|---|
| 3801 | include/cpython/floatobject.h
|
|---|
| 3802 | include/cpython/frameobject.h
|
|---|
| 3803 | include/cpython/funcobject.h
|
|---|
| 3804 | include/cpython/genobject.h
|
|---|
| 3805 | include/cpython/import.h
|
|---|
| 3806 | include/cpython/initconfig.h
|
|---|
| 3807 | include/cpython/listobject.h
|
|---|
| 3808 | include/cpython/longintrepr.h
|
|---|
| 3809 | include/cpython/longobject.h
|
|---|
| 3810 | include/cpython/methodobject.h
|
|---|
| 3811 | include/cpython/modsupport.h
|
|---|
| 3812 | include/cpython/object.h
|
|---|
| 3813 | include/cpython/objimpl.h
|
|---|
| 3814 | include/cpython/odictobject.h
|
|---|
| 3815 | include/cpython/picklebufobject.h
|
|---|
| 3816 | include/cpython/pthread_stubs.h
|
|---|
| 3817 | include/cpython/pyctype.h
|
|---|
| 3818 | include/cpython/pydebug.h
|
|---|
| 3819 | include/cpython/pyerrors.h
|
|---|
| 3820 | include/cpython/pyfpe.h
|
|---|
| 3821 | include/cpython/pyframe.h
|
|---|
| 3822 | include/cpython/pylifecycle.h
|
|---|
| 3823 | include/cpython/pymem.h
|
|---|
| 3824 | include/cpython/pystate.h
|
|---|
| 3825 | include/cpython/pythonrun.h
|
|---|
| 3826 | include/cpython/pythread.h
|
|---|
| 3827 | include/cpython/pytime.h
|
|---|
| 3828 | include/cpython/setobject.h
|
|---|
| 3829 | include/cpython/sysmodule.h
|
|---|
| 3830 | include/cpython/traceback.h
|
|---|
| 3831 | include/cpython/tupleobject.h
|
|---|
| 3832 | include/cpython/unicodeobject.h
|
|---|
| 3833 | include/cpython/warnings.h
|
|---|
| 3834 | include/cpython/weakrefobject.h
|
|---|
| 3835 | include/internal/
|
|---|
| 3836 | include/internal/pycore_abstract.h
|
|---|
| 3837 | include/internal/pycore_accu.h
|
|---|
| 3838 | include/internal/pycore_asdl.h
|
|---|
| 3839 | include/internal/pycore_ast.h
|
|---|
| 3840 | include/internal/pycore_ast_state.h
|
|---|
| 3841 | include/internal/pycore_atomic.h
|
|---|
| 3842 | include/internal/pycore_atomic_funcs.h
|
|---|
| 3843 | include/internal/pycore_bitutils.h
|
|---|
| 3844 | include/internal/pycore_blocks_output_buffer.h
|
|---|
| 3845 | include/internal/pycore_bytes_methods.h
|
|---|
| 3846 | include/internal/pycore_bytesobject.h
|
|---|
| 3847 | include/internal/pycore_call.h
|
|---|
| 3848 | include/internal/pycore_ceval.h
|
|---|
| 3849 | include/internal/pycore_code.h
|
|---|
| 3850 | include/internal/pycore_compile.h
|
|---|
| 3851 | include/internal/pycore_condvar.h
|
|---|
| 3852 | include/internal/pycore_context.h
|
|---|
| 3853 | include/internal/pycore_dict.h
|
|---|
| 3854 | include/internal/pycore_dtoa.h
|
|---|
| 3855 | include/internal/pycore_emscripten_signal.h
|
|---|
| 3856 | include/internal/pycore_exceptions.h
|
|---|
| 3857 | include/internal/pycore_fileutils.h
|
|---|
| 3858 | include/internal/pycore_floatobject.h
|
|---|
| 3859 | include/internal/pycore_format.h
|
|---|
| 3860 | include/internal/pycore_frame.h
|
|---|
| 3861 | include/internal/pycore_function.h
|
|---|
| 3862 | include/internal/pycore_gc.h
|
|---|
| 3863 | include/internal/pycore_genobject.h
|
|---|
| 3864 | include/internal/pycore_getopt.h
|
|---|
| 3865 | include/internal/pycore_gil.h
|
|---|
| 3866 | include/internal/pycore_global_objects.h
|
|---|
| 3867 | include/internal/pycore_global_strings.h
|
|---|
| 3868 | include/internal/pycore_hamt.h
|
|---|
| 3869 | include/internal/pycore_hashtable.h
|
|---|
| 3870 | include/internal/pycore_import.h
|
|---|
| 3871 | include/internal/pycore_initconfig.h
|
|---|
| 3872 | include/internal/pycore_interp.h
|
|---|
| 3873 | include/internal/pycore_interpreteridobject.h
|
|---|
| 3874 | include/internal/pycore_list.h
|
|---|
| 3875 | include/internal/pycore_long.h
|
|---|
| 3876 | include/internal/pycore_moduleobject.h
|
|---|
| 3877 | include/internal/pycore_namespace.h
|
|---|
| 3878 | include/internal/pycore_object.h
|
|---|
| 3879 | include/internal/pycore_opcode.h
|
|---|
| 3880 | include/internal/pycore_parser.h
|
|---|
| 3881 | include/internal/pycore_pathconfig.h
|
|---|
| 3882 | include/internal/pycore_pyarena.h
|
|---|
| 3883 | include/internal/pycore_pyerrors.h
|
|---|
| 3884 | include/internal/pycore_pyhash.h
|
|---|
| 3885 | include/internal/pycore_pylifecycle.h
|
|---|
| 3886 | include/internal/pycore_pymath.h
|
|---|
| 3887 | include/internal/pycore_pymem.h
|
|---|
| 3888 | include/internal/pycore_pystate.h
|
|---|
| 3889 | include/internal/pycore_runtime.h
|
|---|
| 3890 | include/internal/pycore_runtime_init.h
|
|---|
| 3891 | include/internal/pycore_signal.h
|
|---|
| 3892 | include/internal/pycore_sliceobject.h
|
|---|
| 3893 | include/internal/pycore_strhex.h
|
|---|
| 3894 | include/internal/pycore_structseq.h
|
|---|
| 3895 | include/internal/pycore_symtable.h
|
|---|
| 3896 | include/internal/pycore_sysmodule.h
|
|---|
| 3897 | include/internal/pycore_traceback.h
|
|---|
| 3898 | include/internal/pycore_tuple.h
|
|---|
| 3899 | include/internal/pycore_typeobject.h
|
|---|
| 3900 | include/internal/pycore_ucnhash.h
|
|---|
| 3901 | include/internal/pycore_unicodeobject.h
|
|---|
| 3902 | include/internal/pycore_unionobject.h
|
|---|
| 3903 | include/internal/pycore_warnings.h
|
|---|
| 3904 | libs/
|
|---|
| 3905 | libs/_tkinter.lib
|
|---|
| 3906 | libs/python3.lib
|
|---|
| 3907 | libs/python311.lib
|
|---|
| 3908 |
|
|---|
| 3909 | sent 40,511,696 bytes received 22,655 bytes 4,768,747.18 bytes/sec
|
|---|
| 3910 | total size is 40,431,724 speedup is 1.00
|
|---|
| 3911 | # Leave include and libs in bindir so pip/setuptools will work.
|
|---|
| 3912 | # Also copy include and lib directories to common locations for
|
|---|
| 3913 | # our source code.
|
|---|
| 3914 | /home/goddard/ucsf/chimerax/prereqs/win32/rsync.convert -rlptWv --delete '/home/goddard/ucsf/chimerax/build/tmp/python-3.11.9-win-amd64'/include/* \
|
|---|
| 3915 | /home/goddard/ucsf/chimerax/build/include/python3.11
|
|---|
| 3916 | sending incremental file list
|
|---|
| 3917 | created directory /home/goddard/ucsf/chimerax/build/include/python3.11
|
|---|
| 3918 | Python.h
|
|---|
| 3919 | abstract.h
|
|---|
| 3920 | bltinmodule.h
|
|---|
| 3921 | boolobject.h
|
|---|
| 3922 | bytearrayobject.h
|
|---|
| 3923 | bytesobject.h
|
|---|
| 3924 | ceval.h
|
|---|
| 3925 | codecs.h
|
|---|
| 3926 | compile.h
|
|---|
| 3927 | complexobject.h
|
|---|
| 3928 | datetime.h
|
|---|
| 3929 | descrobject.h
|
|---|
| 3930 | dictobject.h
|
|---|
| 3931 | dynamic_annotations.h
|
|---|
| 3932 | enumobject.h
|
|---|
| 3933 | errcode.h
|
|---|
| 3934 | exports.h
|
|---|
| 3935 | fileobject.h
|
|---|
| 3936 | fileutils.h
|
|---|
| 3937 | floatobject.h
|
|---|
| 3938 | frameobject.h
|
|---|
| 3939 | genericaliasobject.h
|
|---|
| 3940 | import.h
|
|---|
| 3941 | intrcheck.h
|
|---|
| 3942 | iterobject.h
|
|---|
| 3943 | listobject.h
|
|---|
| 3944 | longobject.h
|
|---|
| 3945 | marshal.h
|
|---|
| 3946 | memoryobject.h
|
|---|
| 3947 | methodobject.h
|
|---|
| 3948 | modsupport.h
|
|---|
| 3949 | moduleobject.h
|
|---|
| 3950 | object.h
|
|---|
| 3951 | objimpl.h
|
|---|
| 3952 | opcode.h
|
|---|
| 3953 | osdefs.h
|
|---|
| 3954 | osmodule.h
|
|---|
| 3955 | patchlevel.h
|
|---|
| 3956 | py_curses.h
|
|---|
| 3957 | pybuffer.h
|
|---|
| 3958 | pycapsule.h
|
|---|
| 3959 | pyconfig.h
|
|---|
| 3960 | pydtrace.h
|
|---|
| 3961 | pyerrors.h
|
|---|
| 3962 | pyexpat.h
|
|---|
| 3963 | pyframe.h
|
|---|
| 3964 | pyhash.h
|
|---|
| 3965 | pylifecycle.h
|
|---|
| 3966 | pymacconfig.h
|
|---|
| 3967 | pymacro.h
|
|---|
| 3968 | pymath.h
|
|---|
| 3969 | pymem.h
|
|---|
| 3970 | pyport.h
|
|---|
| 3971 | pystate.h
|
|---|
| 3972 | pystrcmp.h
|
|---|
| 3973 | pystrtod.h
|
|---|
| 3974 | pythonrun.h
|
|---|
| 3975 | pythread.h
|
|---|
| 3976 | pytypedefs.h
|
|---|
| 3977 | rangeobject.h
|
|---|
| 3978 | setobject.h
|
|---|
| 3979 | sliceobject.h
|
|---|
| 3980 | structmember.h
|
|---|
| 3981 | structseq.h
|
|---|
| 3982 | sysmodule.h
|
|---|
| 3983 | token.h
|
|---|
| 3984 | traceback.h
|
|---|
| 3985 | tracemalloc.h
|
|---|
| 3986 | tupleobject.h
|
|---|
| 3987 | typeslots.h
|
|---|
| 3988 | unicodeobject.h
|
|---|
| 3989 | warnings.h
|
|---|
| 3990 | weakrefobject.h
|
|---|
| 3991 | cpython/
|
|---|
| 3992 | cpython/abstract.h
|
|---|
| 3993 | cpython/bytearrayobject.h
|
|---|
| 3994 | cpython/bytesobject.h
|
|---|
| 3995 | cpython/cellobject.h
|
|---|
| 3996 | cpython/ceval.h
|
|---|
| 3997 | cpython/classobject.h
|
|---|
| 3998 | cpython/code.h
|
|---|
| 3999 | cpython/compile.h
|
|---|
| 4000 | cpython/complexobject.h
|
|---|
| 4001 | cpython/context.h
|
|---|
| 4002 | cpython/descrobject.h
|
|---|
| 4003 | cpython/dictobject.h
|
|---|
| 4004 | cpython/fileobject.h
|
|---|
| 4005 | cpython/fileutils.h
|
|---|
| 4006 | cpython/floatobject.h
|
|---|
| 4007 | cpython/frameobject.h
|
|---|
| 4008 | cpython/funcobject.h
|
|---|
| 4009 | cpython/genobject.h
|
|---|
| 4010 | cpython/import.h
|
|---|
| 4011 | cpython/initconfig.h
|
|---|
| 4012 | cpython/listobject.h
|
|---|
| 4013 | cpython/longintrepr.h
|
|---|
| 4014 | cpython/longobject.h
|
|---|
| 4015 | cpython/methodobject.h
|
|---|
| 4016 | cpython/modsupport.h
|
|---|
| 4017 | cpython/object.h
|
|---|
| 4018 | cpython/objimpl.h
|
|---|
| 4019 | cpython/odictobject.h
|
|---|
| 4020 | cpython/picklebufobject.h
|
|---|
| 4021 | cpython/pthread_stubs.h
|
|---|
| 4022 | cpython/pyctype.h
|
|---|
| 4023 | cpython/pydebug.h
|
|---|
| 4024 | cpython/pyerrors.h
|
|---|
| 4025 | cpython/pyfpe.h
|
|---|
| 4026 | cpython/pyframe.h
|
|---|
| 4027 | cpython/pylifecycle.h
|
|---|
| 4028 | cpython/pymem.h
|
|---|
| 4029 | cpython/pystate.h
|
|---|
| 4030 | cpython/pythonrun.h
|
|---|
| 4031 | cpython/pythread.h
|
|---|
| 4032 | cpython/pytime.h
|
|---|
| 4033 | cpython/setobject.h
|
|---|
| 4034 | cpython/sysmodule.h
|
|---|
| 4035 | cpython/traceback.h
|
|---|
| 4036 | cpython/tupleobject.h
|
|---|
| 4037 | cpython/unicodeobject.h
|
|---|
| 4038 | cpython/warnings.h
|
|---|
| 4039 | cpython/weakrefobject.h
|
|---|
| 4040 | internal/
|
|---|
| 4041 | internal/pycore_abstract.h
|
|---|
| 4042 | internal/pycore_accu.h
|
|---|
| 4043 | internal/pycore_asdl.h
|
|---|
| 4044 | internal/pycore_ast.h
|
|---|
| 4045 | internal/pycore_ast_state.h
|
|---|
| 4046 | internal/pycore_atomic.h
|
|---|
| 4047 | internal/pycore_atomic_funcs.h
|
|---|
| 4048 | internal/pycore_bitutils.h
|
|---|
| 4049 | internal/pycore_blocks_output_buffer.h
|
|---|
| 4050 | internal/pycore_bytes_methods.h
|
|---|
| 4051 | internal/pycore_bytesobject.h
|
|---|
| 4052 | internal/pycore_call.h
|
|---|
| 4053 | internal/pycore_ceval.h
|
|---|
| 4054 | internal/pycore_code.h
|
|---|
| 4055 | internal/pycore_compile.h
|
|---|
| 4056 | internal/pycore_condvar.h
|
|---|
| 4057 | internal/pycore_context.h
|
|---|
| 4058 | internal/pycore_dict.h
|
|---|
| 4059 | internal/pycore_dtoa.h
|
|---|
| 4060 | internal/pycore_emscripten_signal.h
|
|---|
| 4061 | internal/pycore_exceptions.h
|
|---|
| 4062 | internal/pycore_fileutils.h
|
|---|
| 4063 | internal/pycore_floatobject.h
|
|---|
| 4064 | internal/pycore_format.h
|
|---|
| 4065 | internal/pycore_frame.h
|
|---|
| 4066 | internal/pycore_function.h
|
|---|
| 4067 | internal/pycore_gc.h
|
|---|
| 4068 | internal/pycore_genobject.h
|
|---|
| 4069 | internal/pycore_getopt.h
|
|---|
| 4070 | internal/pycore_gil.h
|
|---|
| 4071 | internal/pycore_global_objects.h
|
|---|
| 4072 | internal/pycore_global_strings.h
|
|---|
| 4073 | internal/pycore_hamt.h
|
|---|
| 4074 | internal/pycore_hashtable.h
|
|---|
| 4075 | internal/pycore_import.h
|
|---|
| 4076 | internal/pycore_initconfig.h
|
|---|
| 4077 | internal/pycore_interp.h
|
|---|
| 4078 | internal/pycore_interpreteridobject.h
|
|---|
| 4079 | internal/pycore_list.h
|
|---|
| 4080 | internal/pycore_long.h
|
|---|
| 4081 | internal/pycore_moduleobject.h
|
|---|
| 4082 | internal/pycore_namespace.h
|
|---|
| 4083 | internal/pycore_object.h
|
|---|
| 4084 | internal/pycore_opcode.h
|
|---|
| 4085 | internal/pycore_parser.h
|
|---|
| 4086 | internal/pycore_pathconfig.h
|
|---|
| 4087 | internal/pycore_pyarena.h
|
|---|
| 4088 | internal/pycore_pyerrors.h
|
|---|
| 4089 | internal/pycore_pyhash.h
|
|---|
| 4090 | internal/pycore_pylifecycle.h
|
|---|
| 4091 | internal/pycore_pymath.h
|
|---|
| 4092 | internal/pycore_pymem.h
|
|---|
| 4093 | internal/pycore_pystate.h
|
|---|
| 4094 | internal/pycore_runtime.h
|
|---|
| 4095 | internal/pycore_runtime_init.h
|
|---|
| 4096 | internal/pycore_signal.h
|
|---|
| 4097 | internal/pycore_sliceobject.h
|
|---|
| 4098 | internal/pycore_strhex.h
|
|---|
| 4099 | internal/pycore_structseq.h
|
|---|
| 4100 | internal/pycore_symtable.h
|
|---|
| 4101 | internal/pycore_sysmodule.h
|
|---|
| 4102 | internal/pycore_traceback.h
|
|---|
| 4103 | internal/pycore_tuple.h
|
|---|
| 4104 | internal/pycore_typeobject.h
|
|---|
| 4105 | internal/pycore_ucnhash.h
|
|---|
| 4106 | internal/pycore_unicodeobject.h
|
|---|
| 4107 | internal/pycore_unionobject.h
|
|---|
| 4108 | internal/pycore_warnings.h
|
|---|
| 4109 |
|
|---|
| 4110 | sent 895,489 bytes received 3,702 bytes 1,798,382.00 bytes/sec
|
|---|
| 4111 | total size is 884,089 speedup is 0.98
|
|---|
| 4112 | /home/goddard/ucsf/chimerax/prereqs/win32/rsync.convert -rlptWv '/home/goddard/ucsf/chimerax/build/tmp/python-3.11.9-win-amd64'/libs/* /home/goddard/ucsf/chimerax/build/lib
|
|---|
| 4113 | sending incremental file list
|
|---|
| 4114 | _tkinter.lib
|
|---|
| 4115 | python3.lib
|
|---|
| 4116 | python311.lib
|
|---|
| 4117 |
|
|---|
| 4118 | sent 546,257 bytes received 73 bytes 1,092,660.00 bytes/sec
|
|---|
| 4119 | total size is 545,926 speedup is 1.00
|
|---|
| 4120 | # remove unused libraries
|
|---|
| 4121 | rm -rf /home/goddard/ucsf/chimerax/build/bin/Lib/config-*/*.{a,dylib}
|
|---|
| 4122 | # Since pip comes with Python 3.5, update it now so installs on
|
|---|
| 4123 | # Windows will work. Wheel is needed so bdist_wheel will work.
|
|---|
| 4124 | /home/goddard/ucsf/chimerax/build/bin/python.exe -I -m ensurepip --upgrade
|
|---|
| 4125 | Looking in links: c:\Users\goddard\AppData\Local\Temp\tmpdhxlp9wv
|
|---|
| 4126 | Processing c:\users\goddard\appdata\local\temp\tmpdhxlp9wv\setuptools-65.5.0-py3-none-any.whl
|
|---|
| 4127 | Processing c:\users\goddard\appdata\local\temp\tmpdhxlp9wv\pip-24.0-py3-none-any.whl
|
|---|
| 4128 | Installing collected packages: setuptools, pip
|
|---|
| 4129 | WARNING: The scripts pip3.11.exe and pip3.exe are installed in 'C:\cygwin64\home\goddard\ucsf\chimerax\build\bin\Scripts' which is not on PATH.
|
|---|
| 4130 | Consider adding this directory to PATH or, if you prefer to suppress this warning, use --no-warn-script-location.
|
|---|
| 4131 | Successfully installed pip-24.0 setuptools-65.5.0
|
|---|
| 4132 | /home/goddard/ucsf/chimerax/build/bin/python.exe -I -m pip install --upgrade pip==25.2
|
|---|
| 4133 | Collecting pip==25.2
|
|---|
| 4134 | Downloading pip-25.2-py3-none-any.whl.metadata (4.7 kB)
|
|---|
| 4135 | Downloading pip-25.2-py3-none-any.whl (1.8 MB)
|
|---|
| 4136 | ---------------------------------------- 1.8/1.8 MB 5.9 MB/s eta 0:00:00
|
|---|
| 4137 | Installing collected packages: pip
|
|---|
| 4138 | Attempting uninstall: pip
|
|---|
| 4139 | Found existing installation: pip 24.0
|
|---|
| 4140 | Uninstalling pip-24.0:
|
|---|
| 4141 | Successfully uninstalled pip-24.0
|
|---|
| 4142 | WARNING: The scripts pip.exe, pip3.11.exe and pip3.exe are installed in 'C:\cygwin64\home\goddard\ucsf\chimerax\build\bin\Scripts' which is not on PATH.
|
|---|
| 4143 | Consider adding this directory to PATH or, if you prefer to suppress this warning, use --no-warn-script-location.
|
|---|
| 4144 | Successfully installed pip-25.2
|
|---|
| 4145 | /home/goddard/ucsf/chimerax/build/bin/python.exe -I -m pip install --upgrade setuptools==80.9.0
|
|---|
| 4146 | Collecting setuptools==80.9.0
|
|---|
| 4147 | Downloading setuptools-80.9.0-py3-none-any.whl.metadata (6.6 kB)
|
|---|
| 4148 | Downloading setuptools-80.9.0-py3-none-any.whl (1.2 MB)
|
|---|
| 4149 | ---------------------------------------- 1.2/1.2 MB 8.6 MB/s 0:00:00
|
|---|
| 4150 | Installing collected packages: setuptools
|
|---|
| 4151 | Attempting uninstall: setuptools
|
|---|
| 4152 | Found existing installation: setuptools 65.5.0
|
|---|
| 4153 | Uninstalling setuptools-65.5.0:
|
|---|
| 4154 | Successfully uninstalled setuptools-65.5.0
|
|---|
| 4155 | Successfully installed setuptools-80.9.0
|
|---|
| 4156 | /home/goddard/ucsf/chimerax/build/bin/python.exe -I -m pip install --upgrade wheel==0.45.1
|
|---|
| 4157 | Collecting wheel==0.45.1
|
|---|
| 4158 | Using cached wheel-0.45.1-py3-none-any.whl.metadata (2.3 kB)
|
|---|
| 4159 | Using cached wheel-0.45.1-py3-none-any.whl (72 kB)
|
|---|
| 4160 | Installing collected packages: wheel
|
|---|
| 4161 | WARNING: The script wheel.exe is installed in 'C:\cygwin64\home\goddard\ucsf\chimerax\build\bin\Scripts' which is not on PATH.
|
|---|
| 4162 | Consider adding this directory to PATH or, if you prefer to suppress this warning, use --no-warn-script-location.
|
|---|
| 4163 | Successfully installed wheel-0.45.1
|
|---|
| 4164 | /home/goddard/ucsf/chimerax/build/bin/python.exe -I -m pip install --upgrade build==1.3.0
|
|---|
| 4165 | Collecting build==1.3.0
|
|---|
| 4166 | Downloading build-1.3.0-py3-none-any.whl.metadata (5.6 kB)
|
|---|
| 4167 | Collecting packaging>=19.1 (from build==1.3.0)
|
|---|
| 4168 | Using cached packaging-25.0-py3-none-any.whl.metadata (3.3 kB)
|
|---|
| 4169 | Collecting pyproject_hooks (from build==1.3.0)
|
|---|
| 4170 | Using cached pyproject_hooks-1.2.0-py3-none-any.whl.metadata (1.3 kB)
|
|---|
| 4171 | Collecting colorama (from build==1.3.0)
|
|---|
| 4172 | Using cached colorama-0.4.6-py2.py3-none-any.whl.metadata (17 kB)
|
|---|
| 4173 | Downloading build-1.3.0-py3-none-any.whl (23 kB)
|
|---|
| 4174 | Using cached packaging-25.0-py3-none-any.whl (66 kB)
|
|---|
| 4175 | Using cached colorama-0.4.6-py2.py3-none-any.whl (25 kB)
|
|---|
| 4176 | Using cached pyproject_hooks-1.2.0-py3-none-any.whl (10 kB)
|
|---|
| 4177 | Installing collected packages: pyproject_hooks, packaging, colorama, build
|
|---|
| 4178 | WARNING: The script pyproject-build.exe is installed in 'C:\cygwin64\home\goddard\ucsf\chimerax\build\bin\Scripts' which is not on PATH.
|
|---|
| 4179 | Consider adding this directory to PATH or, if you prefer to suppress this warning, use --no-warn-script-location.
|
|---|
| 4180 |
|
|---|
| 4181 | Successfully installed build-1.3.0 colorama-0.4.6 packaging-25.0 pyproject_hooks-1.2.0
|
|---|
| 4182 | # double check that _ssl was successfully made
|
|---|
| 4183 | test -f /home/goddard/ucsf/chimerax/build/bin/DLLs/_ssl.*pyd
|
|---|
| 4184 | # double check that pyexpat was successfully made
|
|---|
| 4185 | test -f /home/goddard/ucsf/chimerax/build/bin/DLLs/pyexpat.*pyd
|
|---|
| 4186 | make[4]: Leaving directory '/home/goddard/ucsf/chimerax/prereqs/Python'
|
|---|
| 4187 | make -C pips install
|
|---|
| 4188 | make[4]: Entering directory '/home/goddard/ucsf/chimerax/prereqs/pips'
|
|---|
| 4189 | make[4]: Nothing to be done for 'install'.
|
|---|
| 4190 | make[4]: Leaving directory '/home/goddard/ucsf/chimerax/prereqs/pips'
|
|---|
| 4191 | make -C PyQt install
|
|---|
| 4192 | make[4]: Entering directory '/home/goddard/ucsf/chimerax/prereqs/PyQt'
|
|---|
| 4193 | make -f Makefile.wheel.qt6 BASE_VERSION=6.9 PYQT_MINOR_VERSION=1 QT_MINOR_VERSION=2 PYQTWE_MINOR_VERSION=0 PYQT_LICENSE=gpl install
|
|---|
| 4194 | make[5]: Entering directory '/home/goddard/ucsf/chimerax/prereqs/PyQt'
|
|---|
| 4195 | /home/goddard/ucsf/chimerax/build/bin/python.exe -I -m pip install -U PyQt6-sip==13.10.2 PyQt6==6.9.1 PyQt6-Qt6==6.9.2 PyQt6_WebEngine==6.9.0 PyQt6-WebEngine-Qt6==6.9.2
|
|---|
| 4196 | Collecting PyQt6-sip==13.10.2
|
|---|
| 4197 | Downloading pyqt6_sip-13.10.2-cp311-cp311-win_amd64.whl.metadata (515 bytes)
|
|---|
| 4198 | Collecting PyQt6==6.9.1
|
|---|
| 4199 | Downloading pyqt6-6.9.1-cp39-abi3-win_amd64.whl.metadata (2.2 kB)
|
|---|
| 4200 | Collecting PyQt6-Qt6==6.9.2
|
|---|
| 4201 | Downloading pyqt6_qt6-6.9.2-py3-none-win_amd64.whl.metadata (551 bytes)
|
|---|
| 4202 | Collecting PyQt6_WebEngine==6.9.0
|
|---|
| 4203 | Downloading PyQt6_WebEngine-6.9.0-cp39-abi3-win_amd64.whl.metadata (1.9 kB)
|
|---|
| 4204 | Collecting PyQt6-WebEngine-Qt6==6.9.2
|
|---|
| 4205 | Downloading pyqt6_webengine_qt6-6.9.2-py3-none-win_amd64.whl.metadata (591 bytes)
|
|---|
| 4206 | Downloading pyqt6_sip-13.10.2-cp311-cp311-win_amd64.whl (53 kB)
|
|---|
| 4207 | Downloading pyqt6-6.9.1-cp39-abi3-win_amd64.whl (25.7 MB)
|
|---|
| 4208 | ---------------------------------------- 25.7/25.7 MB 5.3 MB/s 0:00:04
|
|---|
| 4209 | Downloading pyqt6_qt6-6.9.2-py3-none-win_amd64.whl (74.1 MB)
|
|---|
| 4210 | ---------------------------------------- 74.1/74.1 MB 5.0 MB/s 0:00:14
|
|---|
| 4211 | Downloading PyQt6_WebEngine-6.9.0-cp39-abi3-win_amd64.whl (237 kB)
|
|---|
| 4212 | Downloading pyqt6_webengine_qt6-6.9.2-py3-none-win_amd64.whl (127.0 MB)
|
|---|
| 4213 | ---------------------------------------- 127.0/127.0 MB 5.1 MB/s 0:00:25
|
|---|
| 4214 | Installing collected packages: PyQt6-WebEngine-Qt6, PyQt6-Qt6, PyQt6-sip, PyQt6, PyQt6_WebEngine
|
|---|
| 4215 | WARNING: The scripts pylupdate6.exe and pyuic6.exe are installed in 'C:\cygwin64\home\goddard\ucsf\chimerax\build\bin\Scripts' which is not on PATH.
|
|---|
| 4216 | Consider adding this directory to PATH or, if you prefer to suppress this warning, use --no-warn-script-location.
|
|---|
| 4217 |
|
|---|
| 4218 | Successfully installed PyQt6-6.9.1 PyQt6-Qt6-6.9.2 PyQt6-WebEngine-Qt6-6.9.2 PyQt6-sip-13.10.2 PyQt6_WebEngine-6.9.0
|
|---|
| 4219 | make[5]: Leaving directory '/home/goddard/ucsf/chimerax/prereqs/PyQt'
|
|---|
| 4220 | make[4]: Leaving directory '/home/goddard/ucsf/chimerax/prereqs/PyQt'
|
|---|
| 4221 | make[3]: Leaving directory '/home/goddard/ucsf/chimerax/prereqs'
|
|---|
| 4222 | make[3]: Entering directory '/home/goddard/ucsf/chimerax/prereqs'
|
|---|
| 4223 | prebuilt=`pwd`/prebuilt-Windows64.tar.bz2 && cd /home/goddard/ucsf/chimerax/build && tar --exclude ./tmp -cjf $prebuilt .
|
|---|
| 4224 | make[3]: Leaving directory '/home/goddard/ucsf/chimerax/prereqs'
|
|---|
| 4225 | Finished prereq install at Tue Sep 23 11:50:41 PDT 2025
|
|---|
| 4226 | make[2]: Leaving directory '/home/goddard/ucsf/chimerax/prereqs'
|
|---|
| 4227 | make -C prereqs app-install
|
|---|
| 4228 | make[2]: Entering directory '/home/goddard/ucsf/chimerax/prereqs'
|
|---|
| 4229 | make -C /home/goddard/ucsf/chimerax build-app-dirs
|
|---|
| 4230 | make[3]: Entering directory '/home/goddard/ucsf/chimerax'
|
|---|
| 4231 | mkdir -p /home/goddard/ucsf/chimerax/ChimeraX.app /home/goddard/ucsf/chimerax/ChimeraX.app/bin /home/goddard/ucsf/chimerax/ChimeraX.app/bin/share
|
|---|
| 4232 | mkdir -p /home/goddard/ucsf/chimerax/ChimeraX.app/bin/Lib/site-packages
|
|---|
| 4233 | make[3]: Leaving directory '/home/goddard/ucsf/chimerax'
|
|---|
| 4234 | make -C win32 app-install
|
|---|
| 4235 | make[3]: Entering directory '/home/goddard/ucsf/chimerax/prereqs/win32'
|
|---|
| 4236 | if [ -d '/cygdrive/c/Program Files (x86)/Microsoft Visual Studio/2019/Community/VC/Redist/MSVC/14.24.28127'/x64/Microsoft.VC142.CRT ]; then /home/goddard/ucsf/chimerax/prereqs/win32/rsync.convert -rlptWv '/cygdrive/c/Program Files (x86)/Microsoft Visual Studio/2019/Community/VC/Redist/MSVC/14.24.28127'/x64/Microsoft.VC142.CRT/*.dll /home/goddard/ucsf/chimerax/build/bin; fi
|
|---|
| 4237 | make[3]: Leaving directory '/home/goddard/ucsf/chimerax/prereqs/win32'
|
|---|
| 4238 | make -C ffmpeg app-install
|
|---|
| 4239 | make[3]: Entering directory '/home/goddard/ucsf/chimerax/prereqs/ffmpeg'
|
|---|
| 4240 | /home/goddard/ucsf/chimerax/prereqs/win32/rsync.convert -rlptWv ffmpeg-3.2.4-Windows.exe /home/goddard/ucsf/chimerax/ChimeraX.app/bin/ffmpeg.exe
|
|---|
| 4241 | sending incremental file list
|
|---|
| 4242 | ffmpeg-3.2.4-Windows.exe
|
|---|
| 4243 |
|
|---|
| 4244 | sent 40,349,922 bytes received 35 bytes 80,699,914.00 bytes/sec
|
|---|
| 4245 | total size is 40,339,968 speedup is 1.00
|
|---|
| 4246 | make[3]: Leaving directory '/home/goddard/ucsf/chimerax/prereqs/ffmpeg'
|
|---|
| 4247 | make -C ambertools app-install
|
|---|
| 4248 | make[3]: Entering directory '/home/goddard/ucsf/chimerax/prereqs/ambertools'
|
|---|
| 4249 | curl --silent --show-error --fail --insecure -O https://cxtoolshed.rbvi.ucsf.edu/prereqs/ambertools/ambertools-20-Windows.tar.bz2
|
|---|
| 4250 | mkdir -p /home/goddard/ucsf/chimerax/ChimeraX.app/bin/amber20
|
|---|
| 4251 | # Antechamber complains bitterly about a missing tmp directory otherwise
|
|---|
| 4252 | mkdir -p /home/goddard/ucsf/chimerax/ChimeraX.app/bin/amber20/tmp
|
|---|
| 4253 | tar xf ambertools-20-Windows.tar.bz2 -C /home/goddard/ucsf/chimerax/ChimeraX.app/bin/amber20 --no-same-owner
|
|---|
| 4254 | make[3]: Leaving directory '/home/goddard/ucsf/chimerax/prereqs/ambertools'
|
|---|
| 4255 | make -C Python app-install
|
|---|
| 4256 | make[3]: Entering directory '/home/goddard/ucsf/chimerax/prereqs/Python'
|
|---|
| 4257 | tar xf python-3.11.9-win-amd64.tar.bz2 -C /home/goddard/ucsf/chimerax/build/tmp --no-same-owner
|
|---|
| 4258 | /home/goddard/ucsf/chimerax/prereqs/win32/rsync.convert -rlptWv /home/goddard/ucsf/chimerax/build/bin/python.exe /home/goddard/ucsf/chimerax/ChimeraX.app/bin
|
|---|
| 4259 | sending incremental file list
|
|---|
| 4260 | python.exe
|
|---|
| 4261 |
|
|---|
| 4262 | sent 103,301 bytes received 35 bytes 206,672.00 bytes/sec
|
|---|
| 4263 | total size is 103,192 speedup is 1.00
|
|---|
| 4264 | # need include and libs so pip install will work
|
|---|
| 4265 | /home/goddard/ucsf/chimerax/prereqs/win32/rsync.convert -rlptWv --exclude='site-packages/*' --exclude='test/*' --exclude=__pycache__ --delete\
|
|---|
| 4266 | '/home/goddard/ucsf/chimerax/build/tmp/python-3.11.9-win-amd64'/DLLs \
|
|---|
| 4267 | '/home/goddard/ucsf/chimerax/build/tmp/python-3.11.9-win-amd64'/Lib \
|
|---|
| 4268 | '/home/goddard/ucsf/chimerax/build/tmp/python-3.11.9-win-amd64'/include \
|
|---|
| 4269 | '/home/goddard/ucsf/chimerax/build/tmp/python-3.11.9-win-amd64'/libs \
|
|---|
| 4270 | '/home/goddard/ucsf/chimerax/build/tmp/python-3.11.9-win-amd64'/*.dll \
|
|---|
| 4271 | /home/goddard/ucsf/chimerax/ChimeraX.app/bin
|
|---|
| 4272 | sending incremental file list
|
|---|
| 4273 | python3.dll
|
|---|
| 4274 | python311.dll
|
|---|
| 4275 | vcruntime140.dll
|
|---|
| 4276 | vcruntime140_1.dll
|
|---|
| 4277 | DLLs/
|
|---|
| 4278 | DLLs/_asyncio.pyd
|
|---|
| 4279 | DLLs/_bz2.pyd
|
|---|
| 4280 | DLLs/_ctypes.pyd
|
|---|
| 4281 | DLLs/_ctypes_test.pyd
|
|---|
| 4282 | DLLs/_decimal.pyd
|
|---|
| 4283 | DLLs/_elementtree.pyd
|
|---|
| 4284 | DLLs/_hashlib.pyd
|
|---|
| 4285 | DLLs/_lzma.pyd
|
|---|
| 4286 | DLLs/_msi.pyd
|
|---|
| 4287 | DLLs/_multiprocessing.pyd
|
|---|
| 4288 | DLLs/_overlapped.pyd
|
|---|
| 4289 | DLLs/_queue.pyd
|
|---|
| 4290 | DLLs/_socket.pyd
|
|---|
| 4291 | DLLs/_sqlite3.pyd
|
|---|
| 4292 | DLLs/_ssl.pyd
|
|---|
| 4293 | DLLs/_testbuffer.pyd
|
|---|
| 4294 | DLLs/_testcapi.pyd
|
|---|
| 4295 | DLLs/_testconsole.pyd
|
|---|
| 4296 | DLLs/_testimportmultiple.pyd
|
|---|
| 4297 | DLLs/_testinternalcapi.pyd
|
|---|
| 4298 | DLLs/_testmultiphase.pyd
|
|---|
| 4299 | DLLs/_tkinter.pyd
|
|---|
| 4300 | DLLs/_uuid.pyd
|
|---|
| 4301 | DLLs/_zoneinfo.pyd
|
|---|
| 4302 | DLLs/libcrypto-3.dll
|
|---|
| 4303 | DLLs/libffi-8.dll
|
|---|
| 4304 | DLLs/libssl-3.dll
|
|---|
| 4305 | DLLs/py.ico
|
|---|
| 4306 | DLLs/pyc.ico
|
|---|
| 4307 | DLLs/pyd.ico
|
|---|
| 4308 | DLLs/pyexpat.pyd
|
|---|
| 4309 | DLLs/python_lib.cat
|
|---|
| 4310 | DLLs/python_tools.cat
|
|---|
| 4311 | DLLs/select.pyd
|
|---|
| 4312 | DLLs/sqlite3.dll
|
|---|
| 4313 | DLLs/tcl86t.dll
|
|---|
| 4314 | DLLs/tk86t.dll
|
|---|
| 4315 | DLLs/unicodedata.pyd
|
|---|
| 4316 | DLLs/winsound.pyd
|
|---|
| 4317 | Lib/
|
|---|
| 4318 | Lib/__future__.py
|
|---|
| 4319 | Lib/__hello__.py
|
|---|
| 4320 | Lib/_aix_support.py
|
|---|
| 4321 | Lib/_bootsubprocess.py
|
|---|
| 4322 | Lib/_collections_abc.py
|
|---|
| 4323 | Lib/_compat_pickle.py
|
|---|
| 4324 | Lib/_compression.py
|
|---|
| 4325 | Lib/_markupbase.py
|
|---|
| 4326 | Lib/_osx_support.py
|
|---|
| 4327 | Lib/_py_abc.py
|
|---|
| 4328 | Lib/_pydecimal.py
|
|---|
| 4329 | Lib/_pyio.py
|
|---|
| 4330 | Lib/_sitebuiltins.py
|
|---|
| 4331 | Lib/_strptime.py
|
|---|
| 4332 | Lib/_threading_local.py
|
|---|
| 4333 | Lib/_weakrefset.py
|
|---|
| 4334 | Lib/abc.py
|
|---|
| 4335 | Lib/aifc.py
|
|---|
| 4336 | Lib/antigravity.py
|
|---|
| 4337 | Lib/argparse.py
|
|---|
| 4338 | Lib/ast.py
|
|---|
| 4339 | Lib/asynchat.py
|
|---|
| 4340 | Lib/asyncore.py
|
|---|
| 4341 | Lib/base64.py
|
|---|
| 4342 | Lib/bdb.py
|
|---|
| 4343 | Lib/bisect.py
|
|---|
| 4344 | Lib/bz2.py
|
|---|
| 4345 | Lib/cProfile.py
|
|---|
| 4346 | Lib/calendar.py
|
|---|
| 4347 | Lib/cgi.py
|
|---|
| 4348 | Lib/cgitb.py
|
|---|
| 4349 | Lib/chunk.py
|
|---|
| 4350 | Lib/cmd.py
|
|---|
| 4351 | Lib/code.py
|
|---|
| 4352 | Lib/codecs.py
|
|---|
| 4353 | Lib/codeop.py
|
|---|
| 4354 | Lib/colorsys.py
|
|---|
| 4355 | Lib/compileall.py
|
|---|
| 4356 | Lib/configparser.py
|
|---|
| 4357 | Lib/contextlib.py
|
|---|
| 4358 | Lib/contextvars.py
|
|---|
| 4359 | Lib/copy.py
|
|---|
| 4360 | Lib/copyreg.py
|
|---|
| 4361 | Lib/crypt.py
|
|---|
| 4362 | Lib/csv.py
|
|---|
| 4363 | Lib/dataclasses.py
|
|---|
| 4364 | Lib/datetime.py
|
|---|
| 4365 | Lib/decimal.py
|
|---|
| 4366 | Lib/difflib.py
|
|---|
| 4367 | Lib/dis.py
|
|---|
| 4368 | Lib/doctest.py
|
|---|
| 4369 | Lib/enum.py
|
|---|
| 4370 | Lib/filecmp.py
|
|---|
| 4371 | Lib/fileinput.py
|
|---|
| 4372 | Lib/fnmatch.py
|
|---|
| 4373 | Lib/fractions.py
|
|---|
| 4374 | Lib/ftplib.py
|
|---|
| 4375 | Lib/functools.py
|
|---|
| 4376 | Lib/genericpath.py
|
|---|
| 4377 | Lib/getopt.py
|
|---|
| 4378 | Lib/getpass.py
|
|---|
| 4379 | Lib/gettext.py
|
|---|
| 4380 | Lib/glob.py
|
|---|
| 4381 | Lib/graphlib.py
|
|---|
| 4382 | Lib/gzip.py
|
|---|
| 4383 | Lib/hashlib.py
|
|---|
| 4384 | Lib/heapq.py
|
|---|
| 4385 | Lib/hmac.py
|
|---|
| 4386 | Lib/imaplib.py
|
|---|
| 4387 | Lib/imghdr.py
|
|---|
| 4388 | Lib/imp.py
|
|---|
| 4389 | Lib/inspect.py
|
|---|
| 4390 | Lib/io.py
|
|---|
| 4391 | Lib/ipaddress.py
|
|---|
| 4392 | Lib/keyword.py
|
|---|
| 4393 | Lib/linecache.py
|
|---|
| 4394 | Lib/locale.py
|
|---|
| 4395 | Lib/lzma.py
|
|---|
| 4396 | Lib/mailbox.py
|
|---|
| 4397 | Lib/mailcap.py
|
|---|
| 4398 | Lib/mimetypes.py
|
|---|
| 4399 | Lib/modulefinder.py
|
|---|
| 4400 | Lib/netrc.py
|
|---|
| 4401 | Lib/nntplib.py
|
|---|
| 4402 | Lib/ntpath.py
|
|---|
| 4403 | Lib/nturl2path.py
|
|---|
| 4404 | Lib/numbers.py
|
|---|
| 4405 | Lib/opcode.py
|
|---|
| 4406 | Lib/operator.py
|
|---|
| 4407 | Lib/optparse.py
|
|---|
| 4408 | Lib/os.py
|
|---|
| 4409 | Lib/pathlib.py
|
|---|
| 4410 | Lib/pdb.py
|
|---|
| 4411 | Lib/pickle.py
|
|---|
| 4412 | Lib/pickletools.py
|
|---|
| 4413 | Lib/pipes.py
|
|---|
| 4414 | Lib/pkgutil.py
|
|---|
| 4415 | Lib/platform.py
|
|---|
| 4416 | Lib/plistlib.py
|
|---|
| 4417 | Lib/poplib.py
|
|---|
| 4418 | Lib/posixpath.py
|
|---|
| 4419 | Lib/pprint.py
|
|---|
| 4420 | Lib/profile.py
|
|---|
| 4421 | Lib/pstats.py
|
|---|
| 4422 | Lib/pty.py
|
|---|
| 4423 | Lib/py_compile.py
|
|---|
| 4424 | Lib/pyclbr.py
|
|---|
| 4425 | Lib/pydoc.py
|
|---|
| 4426 | Lib/queue.py
|
|---|
| 4427 | Lib/quopri.py
|
|---|
| 4428 | Lib/random.py
|
|---|
| 4429 | Lib/reprlib.py
|
|---|
| 4430 | Lib/rlcompleter.py
|
|---|
| 4431 | Lib/runpy.py
|
|---|
| 4432 | Lib/sched.py
|
|---|
| 4433 | Lib/secrets.py
|
|---|
| 4434 | Lib/selectors.py
|
|---|
| 4435 | Lib/shelve.py
|
|---|
| 4436 | Lib/shlex.py
|
|---|
| 4437 | Lib/shutil.py
|
|---|
| 4438 | Lib/signal.py
|
|---|
| 4439 | Lib/site.py
|
|---|
| 4440 | Lib/smtpd.py
|
|---|
| 4441 | Lib/smtplib.py
|
|---|
| 4442 | Lib/sndhdr.py
|
|---|
| 4443 | Lib/socket.py
|
|---|
| 4444 | Lib/socketserver.py
|
|---|
| 4445 | Lib/sre_compile.py
|
|---|
| 4446 | Lib/sre_constants.py
|
|---|
| 4447 | Lib/sre_parse.py
|
|---|
| 4448 | Lib/ssl.py
|
|---|
| 4449 | Lib/stat.py
|
|---|
| 4450 | Lib/statistics.py
|
|---|
| 4451 | Lib/string.py
|
|---|
| 4452 | Lib/stringprep.py
|
|---|
| 4453 | Lib/struct.py
|
|---|
| 4454 | Lib/subprocess.py
|
|---|
| 4455 | Lib/sunau.py
|
|---|
| 4456 | Lib/symtable.py
|
|---|
| 4457 | Lib/sysconfig.py
|
|---|
| 4458 | Lib/tabnanny.py
|
|---|
| 4459 | Lib/tarfile.py
|
|---|
| 4460 | Lib/telnetlib.py
|
|---|
| 4461 | Lib/tempfile.py
|
|---|
| 4462 | Lib/textwrap.py
|
|---|
| 4463 | Lib/this.py
|
|---|
| 4464 | Lib/threading.py
|
|---|
| 4465 | Lib/timeit.py
|
|---|
| 4466 | Lib/token.py
|
|---|
| 4467 | Lib/tokenize.py
|
|---|
| 4468 | Lib/trace.py
|
|---|
| 4469 | Lib/traceback.py
|
|---|
| 4470 | Lib/tracemalloc.py
|
|---|
| 4471 | Lib/tty.py
|
|---|
| 4472 | Lib/turtle.py
|
|---|
| 4473 | Lib/types.py
|
|---|
| 4474 | Lib/typing.py
|
|---|
| 4475 | Lib/uu.py
|
|---|
| 4476 | Lib/uuid.py
|
|---|
| 4477 | Lib/warnings.py
|
|---|
| 4478 | Lib/wave.py
|
|---|
| 4479 | Lib/weakref.py
|
|---|
| 4480 | Lib/webbrowser.py
|
|---|
| 4481 | Lib/xdrlib.py
|
|---|
| 4482 | Lib/zipapp.py
|
|---|
| 4483 | Lib/zipfile.py
|
|---|
| 4484 | Lib/zipimport.py
|
|---|
| 4485 | Lib/__phello__/
|
|---|
| 4486 | Lib/__phello__/__init__.py
|
|---|
| 4487 | Lib/__phello__/spam.py
|
|---|
| 4488 | Lib/__phello__/ham/
|
|---|
| 4489 | Lib/__phello__/ham/__init__.py
|
|---|
| 4490 | Lib/__phello__/ham/eggs.py
|
|---|
| 4491 | Lib/asyncio/
|
|---|
| 4492 | Lib/asyncio/__init__.py
|
|---|
| 4493 | Lib/asyncio/__main__.py
|
|---|
| 4494 | Lib/asyncio/base_events.py
|
|---|
| 4495 | Lib/asyncio/base_futures.py
|
|---|
| 4496 | Lib/asyncio/base_subprocess.py
|
|---|
| 4497 | Lib/asyncio/base_tasks.py
|
|---|
| 4498 | Lib/asyncio/constants.py
|
|---|
| 4499 | Lib/asyncio/coroutines.py
|
|---|
| 4500 | Lib/asyncio/events.py
|
|---|
| 4501 | Lib/asyncio/exceptions.py
|
|---|
| 4502 | Lib/asyncio/format_helpers.py
|
|---|
| 4503 | Lib/asyncio/futures.py
|
|---|
| 4504 | Lib/asyncio/locks.py
|
|---|
| 4505 | Lib/asyncio/log.py
|
|---|
| 4506 | Lib/asyncio/mixins.py
|
|---|
| 4507 | Lib/asyncio/proactor_events.py
|
|---|
| 4508 | Lib/asyncio/protocols.py
|
|---|
| 4509 | Lib/asyncio/queues.py
|
|---|
| 4510 | Lib/asyncio/runners.py
|
|---|
| 4511 | Lib/asyncio/selector_events.py
|
|---|
| 4512 | Lib/asyncio/sslproto.py
|
|---|
| 4513 | Lib/asyncio/staggered.py
|
|---|
| 4514 | Lib/asyncio/streams.py
|
|---|
| 4515 | Lib/asyncio/subprocess.py
|
|---|
| 4516 | Lib/asyncio/taskgroups.py
|
|---|
| 4517 | Lib/asyncio/tasks.py
|
|---|
| 4518 | Lib/asyncio/threads.py
|
|---|
| 4519 | Lib/asyncio/timeouts.py
|
|---|
| 4520 | Lib/asyncio/transports.py
|
|---|
| 4521 | Lib/asyncio/trsock.py
|
|---|
| 4522 | Lib/asyncio/unix_events.py
|
|---|
| 4523 | Lib/asyncio/windows_events.py
|
|---|
| 4524 | Lib/asyncio/windows_utils.py
|
|---|
| 4525 | Lib/collections/
|
|---|
| 4526 | Lib/collections/__init__.py
|
|---|
| 4527 | Lib/collections/abc.py
|
|---|
| 4528 | Lib/concurrent/
|
|---|
| 4529 | Lib/concurrent/__init__.py
|
|---|
| 4530 | Lib/concurrent/futures/
|
|---|
| 4531 | Lib/concurrent/futures/__init__.py
|
|---|
| 4532 | Lib/concurrent/futures/_base.py
|
|---|
| 4533 | Lib/concurrent/futures/process.py
|
|---|
| 4534 | Lib/concurrent/futures/thread.py
|
|---|
| 4535 | Lib/ctypes/
|
|---|
| 4536 | Lib/ctypes/__init__.py
|
|---|
| 4537 | Lib/ctypes/_aix.py
|
|---|
| 4538 | Lib/ctypes/_endian.py
|
|---|
| 4539 | Lib/ctypes/util.py
|
|---|
| 4540 | Lib/ctypes/wintypes.py
|
|---|
| 4541 | Lib/ctypes/macholib/
|
|---|
| 4542 | Lib/ctypes/macholib/README.ctypes
|
|---|
| 4543 | Lib/ctypes/macholib/__init__.py
|
|---|
| 4544 | Lib/ctypes/macholib/dyld.py
|
|---|
| 4545 | Lib/ctypes/macholib/dylib.py
|
|---|
| 4546 | Lib/ctypes/macholib/fetch_macholib
|
|---|
| 4547 | Lib/ctypes/macholib/fetch_macholib.bat
|
|---|
| 4548 | Lib/ctypes/macholib/framework.py
|
|---|
| 4549 | Lib/ctypes/test/
|
|---|
| 4550 | Lib/curses/
|
|---|
| 4551 | Lib/curses/__init__.py
|
|---|
| 4552 | Lib/curses/ascii.py
|
|---|
| 4553 | Lib/curses/has_key.py
|
|---|
| 4554 | Lib/curses/panel.py
|
|---|
| 4555 | Lib/curses/textpad.py
|
|---|
| 4556 | Lib/dbm/
|
|---|
| 4557 | Lib/dbm/__init__.py
|
|---|
| 4558 | Lib/dbm/dumb.py
|
|---|
| 4559 | Lib/dbm/gnu.py
|
|---|
| 4560 | Lib/dbm/ndbm.py
|
|---|
| 4561 | Lib/distutils/
|
|---|
| 4562 | Lib/distutils/README
|
|---|
| 4563 | Lib/distutils/__init__.py
|
|---|
| 4564 | Lib/distutils/_msvccompiler.py
|
|---|
| 4565 | Lib/distutils/archive_util.py
|
|---|
| 4566 | Lib/distutils/bcppcompiler.py
|
|---|
| 4567 | Lib/distutils/ccompiler.py
|
|---|
| 4568 | Lib/distutils/cmd.py
|
|---|
| 4569 | Lib/distutils/config.py
|
|---|
| 4570 | Lib/distutils/core.py
|
|---|
| 4571 | Lib/distutils/cygwinccompiler.py
|
|---|
| 4572 | Lib/distutils/debug.py
|
|---|
| 4573 | Lib/distutils/dep_util.py
|
|---|
| 4574 | Lib/distutils/dir_util.py
|
|---|
| 4575 | Lib/distutils/dist.py
|
|---|
| 4576 | Lib/distutils/errors.py
|
|---|
| 4577 | Lib/distutils/extension.py
|
|---|
| 4578 | Lib/distutils/fancy_getopt.py
|
|---|
| 4579 | Lib/distutils/file_util.py
|
|---|
| 4580 | Lib/distutils/filelist.py
|
|---|
| 4581 | Lib/distutils/log.py
|
|---|
| 4582 | Lib/distutils/msvc9compiler.py
|
|---|
| 4583 | Lib/distutils/msvccompiler.py
|
|---|
| 4584 | Lib/distutils/spawn.py
|
|---|
| 4585 | Lib/distutils/sysconfig.py
|
|---|
| 4586 | Lib/distutils/text_file.py
|
|---|
| 4587 | Lib/distutils/unixccompiler.py
|
|---|
| 4588 | Lib/distutils/util.py
|
|---|
| 4589 | Lib/distutils/version.py
|
|---|
| 4590 | Lib/distutils/versionpredicate.py
|
|---|
| 4591 | Lib/distutils/command/
|
|---|
| 4592 | Lib/distutils/command/__init__.py
|
|---|
| 4593 | Lib/distutils/command/bdist.py
|
|---|
| 4594 | Lib/distutils/command/bdist_dumb.py
|
|---|
| 4595 | Lib/distutils/command/bdist_rpm.py
|
|---|
| 4596 | Lib/distutils/command/build.py
|
|---|
| 4597 | Lib/distutils/command/build_clib.py
|
|---|
| 4598 | Lib/distutils/command/build_ext.py
|
|---|
| 4599 | Lib/distutils/command/build_py.py
|
|---|
| 4600 | Lib/distutils/command/build_scripts.py
|
|---|
| 4601 | Lib/distutils/command/check.py
|
|---|
| 4602 | Lib/distutils/command/clean.py
|
|---|
| 4603 | Lib/distutils/command/command_template
|
|---|
| 4604 | Lib/distutils/command/config.py
|
|---|
| 4605 | Lib/distutils/command/install.py
|
|---|
| 4606 | Lib/distutils/command/install_data.py
|
|---|
| 4607 | Lib/distutils/command/install_egg_info.py
|
|---|
| 4608 | Lib/distutils/command/install_headers.py
|
|---|
| 4609 | Lib/distutils/command/install_lib.py
|
|---|
| 4610 | Lib/distutils/command/install_scripts.py
|
|---|
| 4611 | Lib/distutils/command/register.py
|
|---|
| 4612 | Lib/distutils/command/sdist.py
|
|---|
| 4613 | Lib/distutils/command/upload.py
|
|---|
| 4614 | Lib/distutils/tests/
|
|---|
| 4615 | Lib/distutils/tests/Setup.sample
|
|---|
| 4616 | Lib/distutils/tests/__init__.py
|
|---|
| 4617 | Lib/distutils/tests/includetest.rst
|
|---|
| 4618 | Lib/distutils/tests/support.py
|
|---|
| 4619 | Lib/distutils/tests/test_archive_util.py
|
|---|
| 4620 | Lib/distutils/tests/test_bdist.py
|
|---|
| 4621 | Lib/distutils/tests/test_bdist_dumb.py
|
|---|
| 4622 | Lib/distutils/tests/test_bdist_rpm.py
|
|---|
| 4623 | Lib/distutils/tests/test_build.py
|
|---|
| 4624 | Lib/distutils/tests/test_build_clib.py
|
|---|
| 4625 | Lib/distutils/tests/test_build_ext.py
|
|---|
| 4626 | Lib/distutils/tests/test_build_py.py
|
|---|
| 4627 | Lib/distutils/tests/test_build_scripts.py
|
|---|
| 4628 | Lib/distutils/tests/test_check.py
|
|---|
| 4629 | Lib/distutils/tests/test_clean.py
|
|---|
| 4630 | Lib/distutils/tests/test_cmd.py
|
|---|
| 4631 | Lib/distutils/tests/test_config.py
|
|---|
| 4632 | Lib/distutils/tests/test_config_cmd.py
|
|---|
| 4633 | Lib/distutils/tests/test_core.py
|
|---|
| 4634 | Lib/distutils/tests/test_cygwinccompiler.py
|
|---|
| 4635 | Lib/distutils/tests/test_dep_util.py
|
|---|
| 4636 | Lib/distutils/tests/test_dir_util.py
|
|---|
| 4637 | Lib/distutils/tests/test_dist.py
|
|---|
| 4638 | Lib/distutils/tests/test_extension.py
|
|---|
| 4639 | Lib/distutils/tests/test_file_util.py
|
|---|
| 4640 | Lib/distutils/tests/test_filelist.py
|
|---|
| 4641 | Lib/distutils/tests/test_install.py
|
|---|
| 4642 | Lib/distutils/tests/test_install_data.py
|
|---|
| 4643 | Lib/distutils/tests/test_install_headers.py
|
|---|
| 4644 | Lib/distutils/tests/test_install_lib.py
|
|---|
| 4645 | Lib/distutils/tests/test_install_scripts.py
|
|---|
| 4646 | Lib/distutils/tests/test_log.py
|
|---|
| 4647 | Lib/distutils/tests/test_msvc9compiler.py
|
|---|
| 4648 | Lib/distutils/tests/test_msvccompiler.py
|
|---|
| 4649 | Lib/distutils/tests/test_register.py
|
|---|
| 4650 | Lib/distutils/tests/test_sdist.py
|
|---|
| 4651 | Lib/distutils/tests/test_spawn.py
|
|---|
| 4652 | Lib/distutils/tests/test_sysconfig.py
|
|---|
| 4653 | Lib/distutils/tests/test_text_file.py
|
|---|
| 4654 | Lib/distutils/tests/test_unixccompiler.py
|
|---|
| 4655 | Lib/distutils/tests/test_upload.py
|
|---|
| 4656 | Lib/distutils/tests/test_util.py
|
|---|
| 4657 | Lib/distutils/tests/test_version.py
|
|---|
| 4658 | Lib/distutils/tests/test_versionpredicate.py
|
|---|
| 4659 | Lib/email/
|
|---|
| 4660 | Lib/email/__init__.py
|
|---|
| 4661 | Lib/email/_encoded_words.py
|
|---|
| 4662 | Lib/email/_header_value_parser.py
|
|---|
| 4663 | Lib/email/_parseaddr.py
|
|---|
| 4664 | Lib/email/_policybase.py
|
|---|
| 4665 | Lib/email/architecture.rst
|
|---|
| 4666 | Lib/email/base64mime.py
|
|---|
| 4667 | Lib/email/charset.py
|
|---|
| 4668 | Lib/email/contentmanager.py
|
|---|
| 4669 | Lib/email/encoders.py
|
|---|
| 4670 | Lib/email/errors.py
|
|---|
| 4671 | Lib/email/feedparser.py
|
|---|
| 4672 | Lib/email/generator.py
|
|---|
| 4673 | Lib/email/header.py
|
|---|
| 4674 | Lib/email/headerregistry.py
|
|---|
| 4675 | Lib/email/iterators.py
|
|---|
| 4676 | Lib/email/message.py
|
|---|
| 4677 | Lib/email/parser.py
|
|---|
| 4678 | Lib/email/policy.py
|
|---|
| 4679 | Lib/email/quoprimime.py
|
|---|
| 4680 | Lib/email/utils.py
|
|---|
| 4681 | Lib/email/mime/
|
|---|
| 4682 | Lib/email/mime/__init__.py
|
|---|
| 4683 | Lib/email/mime/application.py
|
|---|
| 4684 | Lib/email/mime/audio.py
|
|---|
| 4685 | Lib/email/mime/base.py
|
|---|
| 4686 | Lib/email/mime/image.py
|
|---|
| 4687 | Lib/email/mime/message.py
|
|---|
| 4688 | Lib/email/mime/multipart.py
|
|---|
| 4689 | Lib/email/mime/nonmultipart.py
|
|---|
| 4690 | Lib/email/mime/text.py
|
|---|
| 4691 | Lib/encodings/
|
|---|
| 4692 | Lib/encodings/__init__.py
|
|---|
| 4693 | Lib/encodings/aliases.py
|
|---|
| 4694 | Lib/encodings/ascii.py
|
|---|
| 4695 | Lib/encodings/base64_codec.py
|
|---|
| 4696 | Lib/encodings/big5.py
|
|---|
| 4697 | Lib/encodings/big5hkscs.py
|
|---|
| 4698 | Lib/encodings/bz2_codec.py
|
|---|
| 4699 | Lib/encodings/charmap.py
|
|---|
| 4700 | Lib/encodings/cp037.py
|
|---|
| 4701 | Lib/encodings/cp1006.py
|
|---|
| 4702 | Lib/encodings/cp1026.py
|
|---|
| 4703 | Lib/encodings/cp1125.py
|
|---|
| 4704 | Lib/encodings/cp1140.py
|
|---|
| 4705 | Lib/encodings/cp1250.py
|
|---|
| 4706 | Lib/encodings/cp1251.py
|
|---|
| 4707 | Lib/encodings/cp1252.py
|
|---|
| 4708 | Lib/encodings/cp1253.py
|
|---|
| 4709 | Lib/encodings/cp1254.py
|
|---|
| 4710 | Lib/encodings/cp1255.py
|
|---|
| 4711 | Lib/encodings/cp1256.py
|
|---|
| 4712 | Lib/encodings/cp1257.py
|
|---|
| 4713 | Lib/encodings/cp1258.py
|
|---|
| 4714 | Lib/encodings/cp273.py
|
|---|
| 4715 | Lib/encodings/cp424.py
|
|---|
| 4716 | Lib/encodings/cp437.py
|
|---|
| 4717 | Lib/encodings/cp500.py
|
|---|
| 4718 | Lib/encodings/cp720.py
|
|---|
| 4719 | Lib/encodings/cp737.py
|
|---|
| 4720 | Lib/encodings/cp775.py
|
|---|
| 4721 | Lib/encodings/cp850.py
|
|---|
| 4722 | Lib/encodings/cp852.py
|
|---|
| 4723 | Lib/encodings/cp855.py
|
|---|
| 4724 | Lib/encodings/cp856.py
|
|---|
| 4725 | Lib/encodings/cp857.py
|
|---|
| 4726 | Lib/encodings/cp858.py
|
|---|
| 4727 | Lib/encodings/cp860.py
|
|---|
| 4728 | Lib/encodings/cp861.py
|
|---|
| 4729 | Lib/encodings/cp862.py
|
|---|
| 4730 | Lib/encodings/cp863.py
|
|---|
| 4731 | Lib/encodings/cp864.py
|
|---|
| 4732 | Lib/encodings/cp865.py
|
|---|
| 4733 | Lib/encodings/cp866.py
|
|---|
| 4734 | Lib/encodings/cp869.py
|
|---|
| 4735 | Lib/encodings/cp874.py
|
|---|
| 4736 | Lib/encodings/cp875.py
|
|---|
| 4737 | Lib/encodings/cp932.py
|
|---|
| 4738 | Lib/encodings/cp949.py
|
|---|
| 4739 | Lib/encodings/cp950.py
|
|---|
| 4740 | Lib/encodings/euc_jis_2004.py
|
|---|
| 4741 | Lib/encodings/euc_jisx0213.py
|
|---|
| 4742 | Lib/encodings/euc_jp.py
|
|---|
| 4743 | Lib/encodings/euc_kr.py
|
|---|
| 4744 | Lib/encodings/gb18030.py
|
|---|
| 4745 | Lib/encodings/gb2312.py
|
|---|
| 4746 | Lib/encodings/gbk.py
|
|---|
| 4747 | Lib/encodings/hex_codec.py
|
|---|
| 4748 | Lib/encodings/hp_roman8.py
|
|---|
| 4749 | Lib/encodings/hz.py
|
|---|
| 4750 | Lib/encodings/idna.py
|
|---|
| 4751 | Lib/encodings/iso2022_jp.py
|
|---|
| 4752 | Lib/encodings/iso2022_jp_1.py
|
|---|
| 4753 | Lib/encodings/iso2022_jp_2.py
|
|---|
| 4754 | Lib/encodings/iso2022_jp_2004.py
|
|---|
| 4755 | Lib/encodings/iso2022_jp_3.py
|
|---|
| 4756 | Lib/encodings/iso2022_jp_ext.py
|
|---|
| 4757 | Lib/encodings/iso2022_kr.py
|
|---|
| 4758 | Lib/encodings/iso8859_1.py
|
|---|
| 4759 | Lib/encodings/iso8859_10.py
|
|---|
| 4760 | Lib/encodings/iso8859_11.py
|
|---|
| 4761 | Lib/encodings/iso8859_13.py
|
|---|
| 4762 | Lib/encodings/iso8859_14.py
|
|---|
| 4763 | Lib/encodings/iso8859_15.py
|
|---|
| 4764 | Lib/encodings/iso8859_16.py
|
|---|
| 4765 | Lib/encodings/iso8859_2.py
|
|---|
| 4766 | Lib/encodings/iso8859_3.py
|
|---|
| 4767 | Lib/encodings/iso8859_4.py
|
|---|
| 4768 | Lib/encodings/iso8859_5.py
|
|---|
| 4769 | Lib/encodings/iso8859_6.py
|
|---|
| 4770 | Lib/encodings/iso8859_7.py
|
|---|
| 4771 | Lib/encodings/iso8859_8.py
|
|---|
| 4772 | Lib/encodings/iso8859_9.py
|
|---|
| 4773 | Lib/encodings/johab.py
|
|---|
| 4774 | Lib/encodings/koi8_r.py
|
|---|
| 4775 | Lib/encodings/koi8_t.py
|
|---|
| 4776 | Lib/encodings/koi8_u.py
|
|---|
| 4777 | Lib/encodings/kz1048.py
|
|---|
| 4778 | Lib/encodings/latin_1.py
|
|---|
| 4779 | Lib/encodings/mac_arabic.py
|
|---|
| 4780 | Lib/encodings/mac_croatian.py
|
|---|
| 4781 | Lib/encodings/mac_cyrillic.py
|
|---|
| 4782 | Lib/encodings/mac_farsi.py
|
|---|
| 4783 | Lib/encodings/mac_greek.py
|
|---|
| 4784 | Lib/encodings/mac_iceland.py
|
|---|
| 4785 | Lib/encodings/mac_latin2.py
|
|---|
| 4786 | Lib/encodings/mac_roman.py
|
|---|
| 4787 | Lib/encodings/mac_romanian.py
|
|---|
| 4788 | Lib/encodings/mac_turkish.py
|
|---|
| 4789 | Lib/encodings/mbcs.py
|
|---|
| 4790 | Lib/encodings/oem.py
|
|---|
| 4791 | Lib/encodings/palmos.py
|
|---|
| 4792 | Lib/encodings/ptcp154.py
|
|---|
| 4793 | Lib/encodings/punycode.py
|
|---|
| 4794 | Lib/encodings/quopri_codec.py
|
|---|
| 4795 | Lib/encodings/raw_unicode_escape.py
|
|---|
| 4796 | Lib/encodings/rot_13.py
|
|---|
| 4797 | Lib/encodings/shift_jis.py
|
|---|
| 4798 | Lib/encodings/shift_jis_2004.py
|
|---|
| 4799 | Lib/encodings/shift_jisx0213.py
|
|---|
| 4800 | Lib/encodings/tis_620.py
|
|---|
| 4801 | Lib/encodings/undefined.py
|
|---|
| 4802 | Lib/encodings/unicode_escape.py
|
|---|
| 4803 | Lib/encodings/utf_16.py
|
|---|
| 4804 | Lib/encodings/utf_16_be.py
|
|---|
| 4805 | Lib/encodings/utf_16_le.py
|
|---|
| 4806 | Lib/encodings/utf_32.py
|
|---|
| 4807 | Lib/encodings/utf_32_be.py
|
|---|
| 4808 | Lib/encodings/utf_32_le.py
|
|---|
| 4809 | Lib/encodings/utf_7.py
|
|---|
| 4810 | Lib/encodings/utf_8.py
|
|---|
| 4811 | Lib/encodings/utf_8_sig.py
|
|---|
| 4812 | Lib/encodings/uu_codec.py
|
|---|
| 4813 | Lib/encodings/zlib_codec.py
|
|---|
| 4814 | Lib/ensurepip/
|
|---|
| 4815 | Lib/ensurepip/__init__.py
|
|---|
| 4816 | Lib/ensurepip/__main__.py
|
|---|
| 4817 | Lib/ensurepip/_uninstall.py
|
|---|
| 4818 | Lib/ensurepip/_bundled/
|
|---|
| 4819 | Lib/ensurepip/_bundled/pip-24.0-py3-none-any.whl
|
|---|
| 4820 | Lib/ensurepip/_bundled/setuptools-65.5.0-py3-none-any.whl
|
|---|
| 4821 | Lib/html/
|
|---|
| 4822 | Lib/html/__init__.py
|
|---|
| 4823 | Lib/html/entities.py
|
|---|
| 4824 | Lib/html/parser.py
|
|---|
| 4825 | Lib/http/
|
|---|
| 4826 | Lib/http/__init__.py
|
|---|
| 4827 | Lib/http/client.py
|
|---|
| 4828 | Lib/http/cookiejar.py
|
|---|
| 4829 | Lib/http/cookies.py
|
|---|
| 4830 | Lib/http/server.py
|
|---|
| 4831 | Lib/idlelib/
|
|---|
| 4832 | Lib/idlelib/CREDITS.txt
|
|---|
| 4833 | Lib/idlelib/ChangeLog
|
|---|
| 4834 | Lib/idlelib/HISTORY.txt
|
|---|
| 4835 | Lib/idlelib/NEWS2x.txt
|
|---|
| 4836 | Lib/idlelib/News3.txt
|
|---|
| 4837 | Lib/idlelib/README.txt
|
|---|
| 4838 | Lib/idlelib/TODO.txt
|
|---|
| 4839 | Lib/idlelib/__init__.py
|
|---|
| 4840 | Lib/idlelib/__main__.py
|
|---|
| 4841 | Lib/idlelib/autocomplete.py
|
|---|
| 4842 | Lib/idlelib/autocomplete_w.py
|
|---|
| 4843 | Lib/idlelib/autoexpand.py
|
|---|
| 4844 | Lib/idlelib/browser.py
|
|---|
| 4845 | Lib/idlelib/calltip.py
|
|---|
| 4846 | Lib/idlelib/calltip_w.py
|
|---|
| 4847 | Lib/idlelib/codecontext.py
|
|---|
| 4848 | Lib/idlelib/colorizer.py
|
|---|
| 4849 | Lib/idlelib/config-extensions.def
|
|---|
| 4850 | Lib/idlelib/config-highlight.def
|
|---|
| 4851 | Lib/idlelib/config-keys.def
|
|---|
| 4852 | Lib/idlelib/config-main.def
|
|---|
| 4853 | Lib/idlelib/config.py
|
|---|
| 4854 | Lib/idlelib/config_key.py
|
|---|
| 4855 | Lib/idlelib/configdialog.py
|
|---|
| 4856 | Lib/idlelib/debugger.py
|
|---|
| 4857 | Lib/idlelib/debugger_r.py
|
|---|
| 4858 | Lib/idlelib/debugobj.py
|
|---|
| 4859 | Lib/idlelib/debugobj_r.py
|
|---|
| 4860 | Lib/idlelib/delegator.py
|
|---|
| 4861 | Lib/idlelib/dynoption.py
|
|---|
| 4862 | Lib/idlelib/editor.py
|
|---|
| 4863 | Lib/idlelib/extend.txt
|
|---|
| 4864 | Lib/idlelib/filelist.py
|
|---|
| 4865 | Lib/idlelib/format.py
|
|---|
| 4866 | Lib/idlelib/grep.py
|
|---|
| 4867 | Lib/idlelib/help.html
|
|---|
| 4868 | Lib/idlelib/help.py
|
|---|
| 4869 | Lib/idlelib/help_about.py
|
|---|
| 4870 | Lib/idlelib/history.py
|
|---|
| 4871 | Lib/idlelib/hyperparser.py
|
|---|
| 4872 | Lib/idlelib/idle.bat
|
|---|
| 4873 | Lib/idlelib/idle.py
|
|---|
| 4874 | Lib/idlelib/idle.pyw
|
|---|
| 4875 | Lib/idlelib/iomenu.py
|
|---|
| 4876 | Lib/idlelib/macosx.py
|
|---|
| 4877 | Lib/idlelib/mainmenu.py
|
|---|
| 4878 | Lib/idlelib/multicall.py
|
|---|
| 4879 | Lib/idlelib/outwin.py
|
|---|
| 4880 | Lib/idlelib/parenmatch.py
|
|---|
| 4881 | Lib/idlelib/pathbrowser.py
|
|---|
| 4882 | Lib/idlelib/percolator.py
|
|---|
| 4883 | Lib/idlelib/pyparse.py
|
|---|
| 4884 | Lib/idlelib/pyshell.py
|
|---|
| 4885 | Lib/idlelib/query.py
|
|---|
| 4886 | Lib/idlelib/redirector.py
|
|---|
| 4887 | Lib/idlelib/replace.py
|
|---|
| 4888 | Lib/idlelib/rpc.py
|
|---|
| 4889 | Lib/idlelib/run.py
|
|---|
| 4890 | Lib/idlelib/runscript.py
|
|---|
| 4891 | Lib/idlelib/scrolledlist.py
|
|---|
| 4892 | Lib/idlelib/search.py
|
|---|
| 4893 | Lib/idlelib/searchbase.py
|
|---|
| 4894 | Lib/idlelib/searchengine.py
|
|---|
| 4895 | Lib/idlelib/sidebar.py
|
|---|
| 4896 | Lib/idlelib/squeezer.py
|
|---|
| 4897 | Lib/idlelib/stackviewer.py
|
|---|
| 4898 | Lib/idlelib/statusbar.py
|
|---|
| 4899 | Lib/idlelib/textview.py
|
|---|
| 4900 | Lib/idlelib/tooltip.py
|
|---|
| 4901 | Lib/idlelib/tree.py
|
|---|
| 4902 | Lib/idlelib/undo.py
|
|---|
| 4903 | Lib/idlelib/util.py
|
|---|
| 4904 | Lib/idlelib/window.py
|
|---|
| 4905 | Lib/idlelib/zoomheight.py
|
|---|
| 4906 | Lib/idlelib/zzdummy.py
|
|---|
| 4907 | Lib/idlelib/Icons/
|
|---|
| 4908 | Lib/idlelib/Icons/README.txt
|
|---|
| 4909 | Lib/idlelib/Icons/folder.gif
|
|---|
| 4910 | Lib/idlelib/Icons/idle.ico
|
|---|
| 4911 | Lib/idlelib/Icons/idle_16.gif
|
|---|
| 4912 | Lib/idlelib/Icons/idle_16.png
|
|---|
| 4913 | Lib/idlelib/Icons/idle_256.png
|
|---|
| 4914 | Lib/idlelib/Icons/idle_32.gif
|
|---|
| 4915 | Lib/idlelib/Icons/idle_32.png
|
|---|
| 4916 | Lib/idlelib/Icons/idle_48.gif
|
|---|
| 4917 | Lib/idlelib/Icons/idle_48.png
|
|---|
| 4918 | Lib/idlelib/Icons/minusnode.gif
|
|---|
| 4919 | Lib/idlelib/Icons/openfolder.gif
|
|---|
| 4920 | Lib/idlelib/Icons/plusnode.gif
|
|---|
| 4921 | Lib/idlelib/Icons/python.gif
|
|---|
| 4922 | Lib/idlelib/Icons/tk.gif
|
|---|
| 4923 | Lib/idlelib/idle_test/
|
|---|
| 4924 | Lib/idlelib/idle_test/README.txt
|
|---|
| 4925 | Lib/idlelib/idle_test/__init__.py
|
|---|
| 4926 | Lib/idlelib/idle_test/example_noext
|
|---|
| 4927 | Lib/idlelib/idle_test/example_stub.pyi
|
|---|
| 4928 | Lib/idlelib/idle_test/htest.py
|
|---|
| 4929 | Lib/idlelib/idle_test/mock_idle.py
|
|---|
| 4930 | Lib/idlelib/idle_test/mock_tk.py
|
|---|
| 4931 | Lib/idlelib/idle_test/template.py
|
|---|
| 4932 | Lib/idlelib/idle_test/test_autocomplete.py
|
|---|
| 4933 | Lib/idlelib/idle_test/test_autocomplete_w.py
|
|---|
| 4934 | Lib/idlelib/idle_test/test_autoexpand.py
|
|---|
| 4935 | Lib/idlelib/idle_test/test_browser.py
|
|---|
| 4936 | Lib/idlelib/idle_test/test_calltip.py
|
|---|
| 4937 | Lib/idlelib/idle_test/test_calltip_w.py
|
|---|
| 4938 | Lib/idlelib/idle_test/test_codecontext.py
|
|---|
| 4939 | Lib/idlelib/idle_test/test_colorizer.py
|
|---|
| 4940 | Lib/idlelib/idle_test/test_config.py
|
|---|
| 4941 | Lib/idlelib/idle_test/test_config_key.py
|
|---|
| 4942 | Lib/idlelib/idle_test/test_configdialog.py
|
|---|
| 4943 | Lib/idlelib/idle_test/test_debugger.py
|
|---|
| 4944 | Lib/idlelib/idle_test/test_debugger_r.py
|
|---|
| 4945 | Lib/idlelib/idle_test/test_debugobj.py
|
|---|
| 4946 | Lib/idlelib/idle_test/test_debugobj_r.py
|
|---|
| 4947 | Lib/idlelib/idle_test/test_delegator.py
|
|---|
| 4948 | Lib/idlelib/idle_test/test_editmenu.py
|
|---|
| 4949 | Lib/idlelib/idle_test/test_editor.py
|
|---|
| 4950 | Lib/idlelib/idle_test/test_filelist.py
|
|---|
| 4951 | Lib/idlelib/idle_test/test_format.py
|
|---|
| 4952 | Lib/idlelib/idle_test/test_grep.py
|
|---|
| 4953 | Lib/idlelib/idle_test/test_help.py
|
|---|
| 4954 | Lib/idlelib/idle_test/test_help_about.py
|
|---|
| 4955 | Lib/idlelib/idle_test/test_history.py
|
|---|
| 4956 | Lib/idlelib/idle_test/test_hyperparser.py
|
|---|
| 4957 | Lib/idlelib/idle_test/test_iomenu.py
|
|---|
| 4958 | Lib/idlelib/idle_test/test_macosx.py
|
|---|
| 4959 | Lib/idlelib/idle_test/test_mainmenu.py
|
|---|
| 4960 | Lib/idlelib/idle_test/test_multicall.py
|
|---|
| 4961 | Lib/idlelib/idle_test/test_outwin.py
|
|---|
| 4962 | Lib/idlelib/idle_test/test_parenmatch.py
|
|---|
| 4963 | Lib/idlelib/idle_test/test_pathbrowser.py
|
|---|
| 4964 | Lib/idlelib/idle_test/test_percolator.py
|
|---|
| 4965 | Lib/idlelib/idle_test/test_pyparse.py
|
|---|
| 4966 | Lib/idlelib/idle_test/test_pyshell.py
|
|---|
| 4967 | Lib/idlelib/idle_test/test_query.py
|
|---|
| 4968 | Lib/idlelib/idle_test/test_redirector.py
|
|---|
| 4969 | Lib/idlelib/idle_test/test_replace.py
|
|---|
| 4970 | Lib/idlelib/idle_test/test_rpc.py
|
|---|
| 4971 | Lib/idlelib/idle_test/test_run.py
|
|---|
| 4972 | Lib/idlelib/idle_test/test_runscript.py
|
|---|
| 4973 | Lib/idlelib/idle_test/test_scrolledlist.py
|
|---|
| 4974 | Lib/idlelib/idle_test/test_search.py
|
|---|
| 4975 | Lib/idlelib/idle_test/test_searchbase.py
|
|---|
| 4976 | Lib/idlelib/idle_test/test_searchengine.py
|
|---|
| 4977 | Lib/idlelib/idle_test/test_sidebar.py
|
|---|
| 4978 | Lib/idlelib/idle_test/test_squeezer.py
|
|---|
| 4979 | Lib/idlelib/idle_test/test_stackviewer.py
|
|---|
| 4980 | Lib/idlelib/idle_test/test_statusbar.py
|
|---|
| 4981 | Lib/idlelib/idle_test/test_text.py
|
|---|
| 4982 | Lib/idlelib/idle_test/test_textview.py
|
|---|
| 4983 | Lib/idlelib/idle_test/test_tooltip.py
|
|---|
| 4984 | Lib/idlelib/idle_test/test_tree.py
|
|---|
| 4985 | Lib/idlelib/idle_test/test_undo.py
|
|---|
| 4986 | Lib/idlelib/idle_test/test_util.py
|
|---|
| 4987 | Lib/idlelib/idle_test/test_warning.py
|
|---|
| 4988 | Lib/idlelib/idle_test/test_window.py
|
|---|
| 4989 | Lib/idlelib/idle_test/test_zoomheight.py
|
|---|
| 4990 | Lib/idlelib/idle_test/test_zzdummy.py
|
|---|
| 4991 | Lib/idlelib/idle_test/tkinter_testing_utils.py
|
|---|
| 4992 | Lib/importlib/
|
|---|
| 4993 | Lib/importlib/__init__.py
|
|---|
| 4994 | Lib/importlib/_abc.py
|
|---|
| 4995 | Lib/importlib/_bootstrap.py
|
|---|
| 4996 | Lib/importlib/_bootstrap_external.py
|
|---|
| 4997 | Lib/importlib/abc.py
|
|---|
| 4998 | Lib/importlib/machinery.py
|
|---|
| 4999 | Lib/importlib/readers.py
|
|---|
| 5000 | Lib/importlib/simple.py
|
|---|
| 5001 | Lib/importlib/util.py
|
|---|
| 5002 | Lib/importlib/metadata/
|
|---|
| 5003 | Lib/importlib/metadata/__init__.py
|
|---|
| 5004 | Lib/importlib/metadata/_adapters.py
|
|---|
| 5005 | Lib/importlib/metadata/_collections.py
|
|---|
| 5006 | Lib/importlib/metadata/_functools.py
|
|---|
| 5007 | Lib/importlib/metadata/_itertools.py
|
|---|
| 5008 | Lib/importlib/metadata/_meta.py
|
|---|
| 5009 | Lib/importlib/metadata/_text.py
|
|---|
| 5010 | Lib/importlib/resources/
|
|---|
| 5011 | Lib/importlib/resources/__init__.py
|
|---|
| 5012 | Lib/importlib/resources/_adapters.py
|
|---|
| 5013 | Lib/importlib/resources/_common.py
|
|---|
| 5014 | Lib/importlib/resources/_itertools.py
|
|---|
| 5015 | Lib/importlib/resources/_legacy.py
|
|---|
| 5016 | Lib/importlib/resources/abc.py
|
|---|
| 5017 | Lib/importlib/resources/readers.py
|
|---|
| 5018 | Lib/importlib/resources/simple.py
|
|---|
| 5019 | Lib/json/
|
|---|
| 5020 | Lib/json/__init__.py
|
|---|
| 5021 | Lib/json/decoder.py
|
|---|
| 5022 | Lib/json/encoder.py
|
|---|
| 5023 | Lib/json/scanner.py
|
|---|
| 5024 | Lib/json/tool.py
|
|---|
| 5025 | Lib/lib2to3/
|
|---|
| 5026 | Lib/lib2to3/Grammar.txt
|
|---|
| 5027 | Lib/lib2to3/PatternGrammar.txt
|
|---|
| 5028 | Lib/lib2to3/__init__.py
|
|---|
| 5029 | Lib/lib2to3/__main__.py
|
|---|
| 5030 | Lib/lib2to3/btm_matcher.py
|
|---|
| 5031 | Lib/lib2to3/btm_utils.py
|
|---|
| 5032 | Lib/lib2to3/fixer_base.py
|
|---|
| 5033 | Lib/lib2to3/fixer_util.py
|
|---|
| 5034 | Lib/lib2to3/main.py
|
|---|
| 5035 | Lib/lib2to3/patcomp.py
|
|---|
| 5036 | Lib/lib2to3/pygram.py
|
|---|
| 5037 | Lib/lib2to3/pytree.py
|
|---|
| 5038 | Lib/lib2to3/refactor.py
|
|---|
| 5039 | Lib/lib2to3/fixes/
|
|---|
| 5040 | Lib/lib2to3/fixes/__init__.py
|
|---|
| 5041 | Lib/lib2to3/fixes/fix_apply.py
|
|---|
| 5042 | Lib/lib2to3/fixes/fix_asserts.py
|
|---|
| 5043 | Lib/lib2to3/fixes/fix_basestring.py
|
|---|
| 5044 | Lib/lib2to3/fixes/fix_buffer.py
|
|---|
| 5045 | Lib/lib2to3/fixes/fix_dict.py
|
|---|
| 5046 | Lib/lib2to3/fixes/fix_except.py
|
|---|
| 5047 | Lib/lib2to3/fixes/fix_exec.py
|
|---|
| 5048 | Lib/lib2to3/fixes/fix_execfile.py
|
|---|
| 5049 | Lib/lib2to3/fixes/fix_exitfunc.py
|
|---|
| 5050 | Lib/lib2to3/fixes/fix_filter.py
|
|---|
| 5051 | Lib/lib2to3/fixes/fix_funcattrs.py
|
|---|
| 5052 | Lib/lib2to3/fixes/fix_future.py
|
|---|
| 5053 | Lib/lib2to3/fixes/fix_getcwdu.py
|
|---|
| 5054 | Lib/lib2to3/fixes/fix_has_key.py
|
|---|
| 5055 | Lib/lib2to3/fixes/fix_idioms.py
|
|---|
| 5056 | Lib/lib2to3/fixes/fix_import.py
|
|---|
| 5057 | Lib/lib2to3/fixes/fix_imports.py
|
|---|
| 5058 | Lib/lib2to3/fixes/fix_imports2.py
|
|---|
| 5059 | Lib/lib2to3/fixes/fix_input.py
|
|---|
| 5060 | Lib/lib2to3/fixes/fix_intern.py
|
|---|
| 5061 | Lib/lib2to3/fixes/fix_isinstance.py
|
|---|
| 5062 | Lib/lib2to3/fixes/fix_itertools.py
|
|---|
| 5063 | Lib/lib2to3/fixes/fix_itertools_imports.py
|
|---|
| 5064 | Lib/lib2to3/fixes/fix_long.py
|
|---|
| 5065 | Lib/lib2to3/fixes/fix_map.py
|
|---|
| 5066 | Lib/lib2to3/fixes/fix_metaclass.py
|
|---|
| 5067 | Lib/lib2to3/fixes/fix_methodattrs.py
|
|---|
| 5068 | Lib/lib2to3/fixes/fix_ne.py
|
|---|
| 5069 | Lib/lib2to3/fixes/fix_next.py
|
|---|
| 5070 | Lib/lib2to3/fixes/fix_nonzero.py
|
|---|
| 5071 | Lib/lib2to3/fixes/fix_numliterals.py
|
|---|
| 5072 | Lib/lib2to3/fixes/fix_operator.py
|
|---|
| 5073 | Lib/lib2to3/fixes/fix_paren.py
|
|---|
| 5074 | Lib/lib2to3/fixes/fix_print.py
|
|---|
| 5075 | Lib/lib2to3/fixes/fix_raise.py
|
|---|
| 5076 | Lib/lib2to3/fixes/fix_raw_input.py
|
|---|
| 5077 | Lib/lib2to3/fixes/fix_reduce.py
|
|---|
| 5078 | Lib/lib2to3/fixes/fix_reload.py
|
|---|
| 5079 | Lib/lib2to3/fixes/fix_renames.py
|
|---|
| 5080 | Lib/lib2to3/fixes/fix_repr.py
|
|---|
| 5081 | Lib/lib2to3/fixes/fix_set_literal.py
|
|---|
| 5082 | Lib/lib2to3/fixes/fix_standarderror.py
|
|---|
| 5083 | Lib/lib2to3/fixes/fix_sys_exc.py
|
|---|
| 5084 | Lib/lib2to3/fixes/fix_throw.py
|
|---|
| 5085 | Lib/lib2to3/fixes/fix_tuple_params.py
|
|---|
| 5086 | Lib/lib2to3/fixes/fix_types.py
|
|---|
| 5087 | Lib/lib2to3/fixes/fix_unicode.py
|
|---|
| 5088 | Lib/lib2to3/fixes/fix_urllib.py
|
|---|
| 5089 | Lib/lib2to3/fixes/fix_ws_comma.py
|
|---|
| 5090 | Lib/lib2to3/fixes/fix_xrange.py
|
|---|
| 5091 | Lib/lib2to3/fixes/fix_xreadlines.py
|
|---|
| 5092 | Lib/lib2to3/fixes/fix_zip.py
|
|---|
| 5093 | Lib/lib2to3/pgen2/
|
|---|
| 5094 | Lib/lib2to3/pgen2/__init__.py
|
|---|
| 5095 | Lib/lib2to3/pgen2/conv.py
|
|---|
| 5096 | Lib/lib2to3/pgen2/driver.py
|
|---|
| 5097 | Lib/lib2to3/pgen2/grammar.py
|
|---|
| 5098 | Lib/lib2to3/pgen2/literals.py
|
|---|
| 5099 | Lib/lib2to3/pgen2/parse.py
|
|---|
| 5100 | Lib/lib2to3/pgen2/pgen.py
|
|---|
| 5101 | Lib/lib2to3/pgen2/token.py
|
|---|
| 5102 | Lib/lib2to3/pgen2/tokenize.py
|
|---|
| 5103 | Lib/lib2to3/tests/
|
|---|
| 5104 | Lib/lib2to3/tests/__init__.py
|
|---|
| 5105 | Lib/lib2to3/tests/__main__.py
|
|---|
| 5106 | Lib/lib2to3/tests/pytree_idempotency.py
|
|---|
| 5107 | Lib/lib2to3/tests/support.py
|
|---|
| 5108 | Lib/lib2to3/tests/test_all_fixers.py
|
|---|
| 5109 | Lib/lib2to3/tests/test_fixers.py
|
|---|
| 5110 | Lib/lib2to3/tests/test_main.py
|
|---|
| 5111 | Lib/lib2to3/tests/test_parser.py
|
|---|
| 5112 | Lib/lib2to3/tests/test_pytree.py
|
|---|
| 5113 | Lib/lib2to3/tests/test_refactor.py
|
|---|
| 5114 | Lib/lib2to3/tests/test_util.py
|
|---|
| 5115 | Lib/lib2to3/tests/data/
|
|---|
| 5116 | Lib/lib2to3/tests/data/README
|
|---|
| 5117 | Lib/lib2to3/tests/data/bom.py
|
|---|
| 5118 | Lib/lib2to3/tests/data/crlf.py
|
|---|
| 5119 | Lib/lib2to3/tests/data/different_encoding.py
|
|---|
| 5120 | Lib/lib2to3/tests/data/false_encoding.py
|
|---|
| 5121 | Lib/lib2to3/tests/data/infinite_recursion.py
|
|---|
| 5122 | Lib/lib2to3/tests/data/py2_test_grammar.py
|
|---|
| 5123 | Lib/lib2to3/tests/data/py3_test_grammar.py
|
|---|
| 5124 | Lib/lib2to3/tests/data/fixers/
|
|---|
| 5125 | Lib/lib2to3/tests/data/fixers/bad_order.py
|
|---|
| 5126 | Lib/lib2to3/tests/data/fixers/no_fixer_cls.py
|
|---|
| 5127 | Lib/lib2to3/tests/data/fixers/parrot_example.py
|
|---|
| 5128 | Lib/lib2to3/tests/data/fixers/myfixes/
|
|---|
| 5129 | Lib/lib2to3/tests/data/fixers/myfixes/__init__.py
|
|---|
| 5130 | Lib/lib2to3/tests/data/fixers/myfixes/fix_explicit.py
|
|---|
| 5131 | Lib/lib2to3/tests/data/fixers/myfixes/fix_first.py
|
|---|
| 5132 | Lib/lib2to3/tests/data/fixers/myfixes/fix_last.py
|
|---|
| 5133 | Lib/lib2to3/tests/data/fixers/myfixes/fix_parrot.py
|
|---|
| 5134 | Lib/lib2to3/tests/data/fixers/myfixes/fix_preorder.py
|
|---|
| 5135 | Lib/logging/
|
|---|
| 5136 | Lib/logging/__init__.py
|
|---|
| 5137 | Lib/logging/config.py
|
|---|
| 5138 | Lib/logging/handlers.py
|
|---|
| 5139 | Lib/msilib/
|
|---|
| 5140 | Lib/msilib/__init__.py
|
|---|
| 5141 | Lib/msilib/schema.py
|
|---|
| 5142 | Lib/msilib/sequence.py
|
|---|
| 5143 | Lib/msilib/text.py
|
|---|
| 5144 | Lib/multiprocessing/
|
|---|
| 5145 | Lib/multiprocessing/__init__.py
|
|---|
| 5146 | Lib/multiprocessing/connection.py
|
|---|
| 5147 | Lib/multiprocessing/context.py
|
|---|
| 5148 | Lib/multiprocessing/forkserver.py
|
|---|
| 5149 | Lib/multiprocessing/heap.py
|
|---|
| 5150 | Lib/multiprocessing/managers.py
|
|---|
| 5151 | Lib/multiprocessing/pool.py
|
|---|
| 5152 | Lib/multiprocessing/popen_fork.py
|
|---|
| 5153 | Lib/multiprocessing/popen_forkserver.py
|
|---|
| 5154 | Lib/multiprocessing/popen_spawn_posix.py
|
|---|
| 5155 | Lib/multiprocessing/popen_spawn_win32.py
|
|---|
| 5156 | Lib/multiprocessing/process.py
|
|---|
| 5157 | Lib/multiprocessing/queues.py
|
|---|
| 5158 | Lib/multiprocessing/reduction.py
|
|---|
| 5159 | Lib/multiprocessing/resource_sharer.py
|
|---|
| 5160 | Lib/multiprocessing/resource_tracker.py
|
|---|
| 5161 | Lib/multiprocessing/shared_memory.py
|
|---|
| 5162 | Lib/multiprocessing/sharedctypes.py
|
|---|
| 5163 | Lib/multiprocessing/spawn.py
|
|---|
| 5164 | Lib/multiprocessing/synchronize.py
|
|---|
| 5165 | Lib/multiprocessing/util.py
|
|---|
| 5166 | Lib/multiprocessing/dummy/
|
|---|
| 5167 | Lib/multiprocessing/dummy/__init__.py
|
|---|
| 5168 | Lib/multiprocessing/dummy/connection.py
|
|---|
| 5169 | Lib/pydoc_data/
|
|---|
| 5170 | Lib/pydoc_data/__init__.py
|
|---|
| 5171 | Lib/pydoc_data/_pydoc.css
|
|---|
| 5172 | Lib/pydoc_data/topics.py
|
|---|
| 5173 | Lib/re/
|
|---|
| 5174 | Lib/re/__init__.py
|
|---|
| 5175 | Lib/re/_casefix.py
|
|---|
| 5176 | Lib/re/_compiler.py
|
|---|
| 5177 | Lib/re/_constants.py
|
|---|
| 5178 | Lib/re/_parser.py
|
|---|
| 5179 | Lib/site-packages/
|
|---|
| 5180 | Lib/sqlite3/
|
|---|
| 5181 | Lib/sqlite3/__init__.py
|
|---|
| 5182 | Lib/sqlite3/dbapi2.py
|
|---|
| 5183 | Lib/sqlite3/dump.py
|
|---|
| 5184 | Lib/test/
|
|---|
| 5185 | Lib/tkinter/
|
|---|
| 5186 | Lib/tkinter/__init__.py
|
|---|
| 5187 | Lib/tkinter/__main__.py
|
|---|
| 5188 | Lib/tkinter/colorchooser.py
|
|---|
| 5189 | Lib/tkinter/commondialog.py
|
|---|
| 5190 | Lib/tkinter/constants.py
|
|---|
| 5191 | Lib/tkinter/dialog.py
|
|---|
| 5192 | Lib/tkinter/dnd.py
|
|---|
| 5193 | Lib/tkinter/filedialog.py
|
|---|
| 5194 | Lib/tkinter/font.py
|
|---|
| 5195 | Lib/tkinter/messagebox.py
|
|---|
| 5196 | Lib/tkinter/scrolledtext.py
|
|---|
| 5197 | Lib/tkinter/simpledialog.py
|
|---|
| 5198 | Lib/tkinter/tix.py
|
|---|
| 5199 | Lib/tkinter/ttk.py
|
|---|
| 5200 | Lib/tkinter/test/
|
|---|
| 5201 | Lib/tomllib/
|
|---|
| 5202 | Lib/tomllib/__init__.py
|
|---|
| 5203 | Lib/tomllib/_parser.py
|
|---|
| 5204 | Lib/tomllib/_re.py
|
|---|
| 5205 | Lib/tomllib/_types.py
|
|---|
| 5206 | Lib/turtledemo/
|
|---|
| 5207 | Lib/turtledemo/__init__.py
|
|---|
| 5208 | Lib/turtledemo/__main__.py
|
|---|
| 5209 | Lib/turtledemo/bytedesign.py
|
|---|
| 5210 | Lib/turtledemo/chaos.py
|
|---|
| 5211 | Lib/turtledemo/clock.py
|
|---|
| 5212 | Lib/turtledemo/colormixer.py
|
|---|
| 5213 | Lib/turtledemo/forest.py
|
|---|
| 5214 | Lib/turtledemo/fractalcurves.py
|
|---|
| 5215 | Lib/turtledemo/lindenmayer.py
|
|---|
| 5216 | Lib/turtledemo/minimal_hanoi.py
|
|---|
| 5217 | Lib/turtledemo/nim.py
|
|---|
| 5218 | Lib/turtledemo/paint.py
|
|---|
| 5219 | Lib/turtledemo/peace.py
|
|---|
| 5220 | Lib/turtledemo/penrose.py
|
|---|
| 5221 | Lib/turtledemo/planet_and_moon.py
|
|---|
| 5222 | Lib/turtledemo/rosette.py
|
|---|
| 5223 | Lib/turtledemo/round_dance.py
|
|---|
| 5224 | Lib/turtledemo/sorting_animate.py
|
|---|
| 5225 | Lib/turtledemo/tree.py
|
|---|
| 5226 | Lib/turtledemo/turtle.cfg
|
|---|
| 5227 | Lib/turtledemo/two_canvases.py
|
|---|
| 5228 | Lib/turtledemo/yinyang.py
|
|---|
| 5229 | Lib/unittest/
|
|---|
| 5230 | Lib/unittest/__init__.py
|
|---|
| 5231 | Lib/unittest/__main__.py
|
|---|
| 5232 | Lib/unittest/_log.py
|
|---|
| 5233 | Lib/unittest/async_case.py
|
|---|
| 5234 | Lib/unittest/case.py
|
|---|
| 5235 | Lib/unittest/loader.py
|
|---|
| 5236 | Lib/unittest/main.py
|
|---|
| 5237 | Lib/unittest/mock.py
|
|---|
| 5238 | Lib/unittest/result.py
|
|---|
| 5239 | Lib/unittest/runner.py
|
|---|
| 5240 | Lib/unittest/signals.py
|
|---|
| 5241 | Lib/unittest/suite.py
|
|---|
| 5242 | Lib/unittest/util.py
|
|---|
| 5243 | Lib/unittest/test/
|
|---|
| 5244 | Lib/urllib/
|
|---|
| 5245 | Lib/urllib/__init__.py
|
|---|
| 5246 | Lib/urllib/error.py
|
|---|
| 5247 | Lib/urllib/parse.py
|
|---|
| 5248 | Lib/urllib/request.py
|
|---|
| 5249 | Lib/urllib/response.py
|
|---|
| 5250 | Lib/urllib/robotparser.py
|
|---|
| 5251 | Lib/venv/
|
|---|
| 5252 | Lib/venv/__init__.py
|
|---|
| 5253 | Lib/venv/__main__.py
|
|---|
| 5254 | Lib/venv/scripts/
|
|---|
| 5255 | Lib/venv/scripts/common/
|
|---|
| 5256 | Lib/venv/scripts/common/Activate.ps1
|
|---|
| 5257 | Lib/venv/scripts/common/activate
|
|---|
| 5258 | Lib/venv/scripts/nt/
|
|---|
| 5259 | Lib/venv/scripts/nt/activate.bat
|
|---|
| 5260 | Lib/venv/scripts/nt/deactivate.bat
|
|---|
| 5261 | Lib/venv/scripts/nt/python.exe
|
|---|
| 5262 | Lib/venv/scripts/nt/pythonw.exe
|
|---|
| 5263 | Lib/venv/scripts/posix/
|
|---|
| 5264 | Lib/venv/scripts/posix/activate.csh
|
|---|
| 5265 | Lib/venv/scripts/posix/activate.fish
|
|---|
| 5266 | Lib/wsgiref/
|
|---|
| 5267 | Lib/wsgiref/__init__.py
|
|---|
| 5268 | Lib/wsgiref/handlers.py
|
|---|
| 5269 | Lib/wsgiref/headers.py
|
|---|
| 5270 | Lib/wsgiref/simple_server.py
|
|---|
| 5271 | Lib/wsgiref/types.py
|
|---|
| 5272 | Lib/wsgiref/util.py
|
|---|
| 5273 | Lib/wsgiref/validate.py
|
|---|
| 5274 | Lib/xml/
|
|---|
| 5275 | Lib/xml/__init__.py
|
|---|
| 5276 | Lib/xml/dom/
|
|---|
| 5277 | Lib/xml/dom/NodeFilter.py
|
|---|
| 5278 | Lib/xml/dom/__init__.py
|
|---|
| 5279 | Lib/xml/dom/domreg.py
|
|---|
| 5280 | Lib/xml/dom/expatbuilder.py
|
|---|
| 5281 | Lib/xml/dom/minicompat.py
|
|---|
| 5282 | Lib/xml/dom/minidom.py
|
|---|
| 5283 | Lib/xml/dom/pulldom.py
|
|---|
| 5284 | Lib/xml/dom/xmlbuilder.py
|
|---|
| 5285 | Lib/xml/etree/
|
|---|
| 5286 | Lib/xml/etree/ElementInclude.py
|
|---|
| 5287 | Lib/xml/etree/ElementPath.py
|
|---|
| 5288 | Lib/xml/etree/ElementTree.py
|
|---|
| 5289 | Lib/xml/etree/__init__.py
|
|---|
| 5290 | Lib/xml/etree/cElementTree.py
|
|---|
| 5291 | Lib/xml/parsers/
|
|---|
| 5292 | Lib/xml/parsers/__init__.py
|
|---|
| 5293 | Lib/xml/parsers/expat.py
|
|---|
| 5294 | Lib/xml/sax/
|
|---|
| 5295 | Lib/xml/sax/__init__.py
|
|---|
| 5296 | Lib/xml/sax/_exceptions.py
|
|---|
| 5297 | Lib/xml/sax/expatreader.py
|
|---|
| 5298 | Lib/xml/sax/handler.py
|
|---|
| 5299 | Lib/xml/sax/saxutils.py
|
|---|
| 5300 | Lib/xml/sax/xmlreader.py
|
|---|
| 5301 | Lib/xmlrpc/
|
|---|
| 5302 | Lib/xmlrpc/__init__.py
|
|---|
| 5303 | Lib/xmlrpc/client.py
|
|---|
| 5304 | Lib/xmlrpc/server.py
|
|---|
| 5305 | Lib/zoneinfo/
|
|---|
| 5306 | Lib/zoneinfo/__init__.py
|
|---|
| 5307 | Lib/zoneinfo/_common.py
|
|---|
| 5308 | Lib/zoneinfo/_tzpath.py
|
|---|
| 5309 | Lib/zoneinfo/_zoneinfo.py
|
|---|
| 5310 | include/
|
|---|
| 5311 | include/Python.h
|
|---|
| 5312 | include/abstract.h
|
|---|
| 5313 | include/bltinmodule.h
|
|---|
| 5314 | include/boolobject.h
|
|---|
| 5315 | include/bytearrayobject.h
|
|---|
| 5316 | include/bytesobject.h
|
|---|
| 5317 | include/ceval.h
|
|---|
| 5318 | include/codecs.h
|
|---|
| 5319 | include/compile.h
|
|---|
| 5320 | include/complexobject.h
|
|---|
| 5321 | include/datetime.h
|
|---|
| 5322 | include/descrobject.h
|
|---|
| 5323 | include/dictobject.h
|
|---|
| 5324 | include/dynamic_annotations.h
|
|---|
| 5325 | include/enumobject.h
|
|---|
| 5326 | include/errcode.h
|
|---|
| 5327 | include/exports.h
|
|---|
| 5328 | include/fileobject.h
|
|---|
| 5329 | include/fileutils.h
|
|---|
| 5330 | include/floatobject.h
|
|---|
| 5331 | include/frameobject.h
|
|---|
| 5332 | include/genericaliasobject.h
|
|---|
| 5333 | include/import.h
|
|---|
| 5334 | include/intrcheck.h
|
|---|
| 5335 | include/iterobject.h
|
|---|
| 5336 | include/listobject.h
|
|---|
| 5337 | include/longobject.h
|
|---|
| 5338 | include/marshal.h
|
|---|
| 5339 | include/memoryobject.h
|
|---|
| 5340 | include/methodobject.h
|
|---|
| 5341 | include/modsupport.h
|
|---|
| 5342 | include/moduleobject.h
|
|---|
| 5343 | include/object.h
|
|---|
| 5344 | include/objimpl.h
|
|---|
| 5345 | include/opcode.h
|
|---|
| 5346 | include/osdefs.h
|
|---|
| 5347 | include/osmodule.h
|
|---|
| 5348 | include/patchlevel.h
|
|---|
| 5349 | include/py_curses.h
|
|---|
| 5350 | include/pybuffer.h
|
|---|
| 5351 | include/pycapsule.h
|
|---|
| 5352 | include/pyconfig.h
|
|---|
| 5353 | include/pydtrace.h
|
|---|
| 5354 | include/pyerrors.h
|
|---|
| 5355 | include/pyexpat.h
|
|---|
| 5356 | include/pyframe.h
|
|---|
| 5357 | include/pyhash.h
|
|---|
| 5358 | include/pylifecycle.h
|
|---|
| 5359 | include/pymacconfig.h
|
|---|
| 5360 | include/pymacro.h
|
|---|
| 5361 | include/pymath.h
|
|---|
| 5362 | include/pymem.h
|
|---|
| 5363 | include/pyport.h
|
|---|
| 5364 | include/pystate.h
|
|---|
| 5365 | include/pystrcmp.h
|
|---|
| 5366 | include/pystrtod.h
|
|---|
| 5367 | include/pythonrun.h
|
|---|
| 5368 | include/pythread.h
|
|---|
| 5369 | include/pytypedefs.h
|
|---|
| 5370 | include/rangeobject.h
|
|---|
| 5371 | include/setobject.h
|
|---|
| 5372 | include/sliceobject.h
|
|---|
| 5373 | include/structmember.h
|
|---|
| 5374 | include/structseq.h
|
|---|
| 5375 | include/sysmodule.h
|
|---|
| 5376 | include/token.h
|
|---|
| 5377 | include/traceback.h
|
|---|
| 5378 | include/tracemalloc.h
|
|---|
| 5379 | include/tupleobject.h
|
|---|
| 5380 | include/typeslots.h
|
|---|
| 5381 | include/unicodeobject.h
|
|---|
| 5382 | include/warnings.h
|
|---|
| 5383 | include/weakrefobject.h
|
|---|
| 5384 | include/cpython/
|
|---|
| 5385 | include/cpython/abstract.h
|
|---|
| 5386 | include/cpython/bytearrayobject.h
|
|---|
| 5387 | include/cpython/bytesobject.h
|
|---|
| 5388 | include/cpython/cellobject.h
|
|---|
| 5389 | include/cpython/ceval.h
|
|---|
| 5390 | include/cpython/classobject.h
|
|---|
| 5391 | include/cpython/code.h
|
|---|
| 5392 | include/cpython/compile.h
|
|---|
| 5393 | include/cpython/complexobject.h
|
|---|
| 5394 | include/cpython/context.h
|
|---|
| 5395 | include/cpython/descrobject.h
|
|---|
| 5396 | include/cpython/dictobject.h
|
|---|
| 5397 | include/cpython/fileobject.h
|
|---|
| 5398 | include/cpython/fileutils.h
|
|---|
| 5399 | include/cpython/floatobject.h
|
|---|
| 5400 | include/cpython/frameobject.h
|
|---|
| 5401 | include/cpython/funcobject.h
|
|---|
| 5402 | include/cpython/genobject.h
|
|---|
| 5403 | include/cpython/import.h
|
|---|
| 5404 | include/cpython/initconfig.h
|
|---|
| 5405 | include/cpython/listobject.h
|
|---|
| 5406 | include/cpython/longintrepr.h
|
|---|
| 5407 | include/cpython/longobject.h
|
|---|
| 5408 | include/cpython/methodobject.h
|
|---|
| 5409 | include/cpython/modsupport.h
|
|---|
| 5410 | include/cpython/object.h
|
|---|
| 5411 | include/cpython/objimpl.h
|
|---|
| 5412 | include/cpython/odictobject.h
|
|---|
| 5413 | include/cpython/picklebufobject.h
|
|---|
| 5414 | include/cpython/pthread_stubs.h
|
|---|
| 5415 | include/cpython/pyctype.h
|
|---|
| 5416 | include/cpython/pydebug.h
|
|---|
| 5417 | include/cpython/pyerrors.h
|
|---|
| 5418 | include/cpython/pyfpe.h
|
|---|
| 5419 | include/cpython/pyframe.h
|
|---|
| 5420 | include/cpython/pylifecycle.h
|
|---|
| 5421 | include/cpython/pymem.h
|
|---|
| 5422 | include/cpython/pystate.h
|
|---|
| 5423 | include/cpython/pythonrun.h
|
|---|
| 5424 | include/cpython/pythread.h
|
|---|
| 5425 | include/cpython/pytime.h
|
|---|
| 5426 | include/cpython/setobject.h
|
|---|
| 5427 | include/cpython/sysmodule.h
|
|---|
| 5428 | include/cpython/traceback.h
|
|---|
| 5429 | include/cpython/tupleobject.h
|
|---|
| 5430 | include/cpython/unicodeobject.h
|
|---|
| 5431 | include/cpython/warnings.h
|
|---|
| 5432 | include/cpython/weakrefobject.h
|
|---|
| 5433 | include/internal/
|
|---|
| 5434 | include/internal/pycore_abstract.h
|
|---|
| 5435 | include/internal/pycore_accu.h
|
|---|
| 5436 | include/internal/pycore_asdl.h
|
|---|
| 5437 | include/internal/pycore_ast.h
|
|---|
| 5438 | include/internal/pycore_ast_state.h
|
|---|
| 5439 | include/internal/pycore_atomic.h
|
|---|
| 5440 | include/internal/pycore_atomic_funcs.h
|
|---|
| 5441 | include/internal/pycore_bitutils.h
|
|---|
| 5442 | include/internal/pycore_blocks_output_buffer.h
|
|---|
| 5443 | include/internal/pycore_bytes_methods.h
|
|---|
| 5444 | include/internal/pycore_bytesobject.h
|
|---|
| 5445 | include/internal/pycore_call.h
|
|---|
| 5446 | include/internal/pycore_ceval.h
|
|---|
| 5447 | include/internal/pycore_code.h
|
|---|
| 5448 | include/internal/pycore_compile.h
|
|---|
| 5449 | include/internal/pycore_condvar.h
|
|---|
| 5450 | include/internal/pycore_context.h
|
|---|
| 5451 | include/internal/pycore_dict.h
|
|---|
| 5452 | include/internal/pycore_dtoa.h
|
|---|
| 5453 | include/internal/pycore_emscripten_signal.h
|
|---|
| 5454 | include/internal/pycore_exceptions.h
|
|---|
| 5455 | include/internal/pycore_fileutils.h
|
|---|
| 5456 | include/internal/pycore_floatobject.h
|
|---|
| 5457 | include/internal/pycore_format.h
|
|---|
| 5458 | include/internal/pycore_frame.h
|
|---|
| 5459 | include/internal/pycore_function.h
|
|---|
| 5460 | include/internal/pycore_gc.h
|
|---|
| 5461 | include/internal/pycore_genobject.h
|
|---|
| 5462 | include/internal/pycore_getopt.h
|
|---|
| 5463 | include/internal/pycore_gil.h
|
|---|
| 5464 | include/internal/pycore_global_objects.h
|
|---|
| 5465 | include/internal/pycore_global_strings.h
|
|---|
| 5466 | include/internal/pycore_hamt.h
|
|---|
| 5467 | include/internal/pycore_hashtable.h
|
|---|
| 5468 | include/internal/pycore_import.h
|
|---|
| 5469 | include/internal/pycore_initconfig.h
|
|---|
| 5470 | include/internal/pycore_interp.h
|
|---|
| 5471 | include/internal/pycore_interpreteridobject.h
|
|---|
| 5472 | include/internal/pycore_list.h
|
|---|
| 5473 | include/internal/pycore_long.h
|
|---|
| 5474 | include/internal/pycore_moduleobject.h
|
|---|
| 5475 | include/internal/pycore_namespace.h
|
|---|
| 5476 | include/internal/pycore_object.h
|
|---|
| 5477 | include/internal/pycore_opcode.h
|
|---|
| 5478 | include/internal/pycore_parser.h
|
|---|
| 5479 | include/internal/pycore_pathconfig.h
|
|---|
| 5480 | include/internal/pycore_pyarena.h
|
|---|
| 5481 | include/internal/pycore_pyerrors.h
|
|---|
| 5482 | include/internal/pycore_pyhash.h
|
|---|
| 5483 | include/internal/pycore_pylifecycle.h
|
|---|
| 5484 | include/internal/pycore_pymath.h
|
|---|
| 5485 | include/internal/pycore_pymem.h
|
|---|
| 5486 | include/internal/pycore_pystate.h
|
|---|
| 5487 | include/internal/pycore_runtime.h
|
|---|
| 5488 | include/internal/pycore_runtime_init.h
|
|---|
| 5489 | include/internal/pycore_signal.h
|
|---|
| 5490 | include/internal/pycore_sliceobject.h
|
|---|
| 5491 | include/internal/pycore_strhex.h
|
|---|
| 5492 | include/internal/pycore_structseq.h
|
|---|
| 5493 | include/internal/pycore_symtable.h
|
|---|
| 5494 | include/internal/pycore_sysmodule.h
|
|---|
| 5495 | include/internal/pycore_traceback.h
|
|---|
| 5496 | include/internal/pycore_tuple.h
|
|---|
| 5497 | include/internal/pycore_typeobject.h
|
|---|
| 5498 | include/internal/pycore_ucnhash.h
|
|---|
| 5499 | include/internal/pycore_unicodeobject.h
|
|---|
| 5500 | include/internal/pycore_unionobject.h
|
|---|
| 5501 | include/internal/pycore_warnings.h
|
|---|
| 5502 | libs/
|
|---|
| 5503 | libs/_tkinter.lib
|
|---|
| 5504 | libs/python3.lib
|
|---|
| 5505 | libs/python311.lib
|
|---|
| 5506 |
|
|---|
| 5507 | sent 40,306,691 bytes received 22,617 bytes 5,377,241.07 bytes/sec
|
|---|
| 5508 | total size is 40,226,876 speedup is 1.00
|
|---|
| 5509 | /home/goddard/ucsf/chimerax/ChimeraX.app/bin/python.exe -I -m ensurepip --upgrade
|
|---|
| 5510 | Looking in links: c:\Users\goddard\AppData\Local\Temp\tmpjijaz8zv
|
|---|
| 5511 | Processing c:\users\goddard\appdata\local\temp\tmpjijaz8zv\setuptools-65.5.0-py3-none-any.whl
|
|---|
| 5512 | Processing c:\users\goddard\appdata\local\temp\tmpjijaz8zv\pip-24.0-py3-none-any.whl
|
|---|
| 5513 | Installing collected packages: setuptools, pip
|
|---|
| 5514 | WARNING: The scripts pip3.11.exe and pip3.exe are installed in 'C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Scripts' which is not on PATH.
|
|---|
| 5515 | Consider adding this directory to PATH or, if you prefer to suppress this warning, use --no-warn-script-location.
|
|---|
| 5516 | Successfully installed pip-24.0 setuptools-65.5.0
|
|---|
| 5517 | /home/goddard/ucsf/chimerax/ChimeraX.app/bin/python.exe -I -m pip install --upgrade pip==25.2
|
|---|
| 5518 | Collecting pip==25.2
|
|---|
| 5519 | Using cached pip-25.2-py3-none-any.whl.metadata (4.7 kB)
|
|---|
| 5520 | Using cached pip-25.2-py3-none-any.whl (1.8 MB)
|
|---|
| 5521 | Installing collected packages: pip
|
|---|
| 5522 | Attempting uninstall: pip
|
|---|
| 5523 | Found existing installation: pip 24.0
|
|---|
| 5524 | Uninstalling pip-24.0:
|
|---|
| 5525 | Successfully uninstalled pip-24.0
|
|---|
| 5526 | WARNING: The scripts pip.exe, pip3.11.exe and pip3.exe are installed in 'C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Scripts' which is not on PATH.
|
|---|
| 5527 | Consider adding this directory to PATH or, if you prefer to suppress this warning, use --no-warn-script-location.
|
|---|
| 5528 | Successfully installed pip-25.2
|
|---|
| 5529 | /home/goddard/ucsf/chimerax/ChimeraX.app/bin/python.exe -I -m pip install --upgrade \
|
|---|
| 5530 | wheel==0.45.1 \
|
|---|
| 5531 | setuptools==80.9.0 \
|
|---|
| 5532 | build==1.3.0
|
|---|
| 5533 | Collecting wheel==0.45.1
|
|---|
| 5534 | Using cached wheel-0.45.1-py3-none-any.whl.metadata (2.3 kB)
|
|---|
| 5535 | Collecting setuptools==80.9.0
|
|---|
| 5536 | Using cached setuptools-80.9.0-py3-none-any.whl.metadata (6.6 kB)
|
|---|
| 5537 | Collecting build==1.3.0
|
|---|
| 5538 | Using cached build-1.3.0-py3-none-any.whl.metadata (5.6 kB)
|
|---|
| 5539 | Collecting packaging>=19.1 (from build==1.3.0)
|
|---|
| 5540 | Using cached packaging-25.0-py3-none-any.whl.metadata (3.3 kB)
|
|---|
| 5541 | Collecting pyproject_hooks (from build==1.3.0)
|
|---|
| 5542 | Using cached pyproject_hooks-1.2.0-py3-none-any.whl.metadata (1.3 kB)
|
|---|
| 5543 | Collecting colorama (from build==1.3.0)
|
|---|
| 5544 | Using cached colorama-0.4.6-py2.py3-none-any.whl.metadata (17 kB)
|
|---|
| 5545 | Using cached wheel-0.45.1-py3-none-any.whl (72 kB)
|
|---|
| 5546 | Using cached setuptools-80.9.0-py3-none-any.whl (1.2 MB)
|
|---|
| 5547 | Using cached build-1.3.0-py3-none-any.whl (23 kB)
|
|---|
| 5548 | Using cached packaging-25.0-py3-none-any.whl (66 kB)
|
|---|
| 5549 | Using cached colorama-0.4.6-py2.py3-none-any.whl (25 kB)
|
|---|
| 5550 | Using cached pyproject_hooks-1.2.0-py3-none-any.whl (10 kB)
|
|---|
| 5551 | Installing collected packages: wheel, setuptools, pyproject_hooks, packaging, colorama, build
|
|---|
| 5552 | WARNING: The script wheel.exe is installed in 'C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Scripts' which is not on PATH.
|
|---|
| 5553 | Consider adding this directory to PATH or, if you prefer to suppress this warning, use --no-warn-script-location.
|
|---|
| 5554 | Attempting uninstall: setuptools
|
|---|
| 5555 | Found existing installation: setuptools 65.5.0
|
|---|
| 5556 | Uninstalling setuptools-65.5.0:
|
|---|
| 5557 | Successfully uninstalled setuptools-65.5.0
|
|---|
| 5558 | WARNING: The script pyproject-build.exe is installed in 'C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Scripts' which is not on PATH.
|
|---|
| 5559 | Consider adding this directory to PATH or, if you prefer to suppress this warning, use --no-warn-script-location.
|
|---|
| 5560 |
|
|---|
| 5561 | Successfully installed build-1.3.0 colorama-0.4.6 packaging-25.0 pyproject_hooks-1.2.0 setuptools-80.9.0 wheel-0.45.1
|
|---|
| 5562 | make[3]: Leaving directory '/home/goddard/ucsf/chimerax/prereqs/Python'
|
|---|
| 5563 | make -C pips app-install
|
|---|
| 5564 | make[3]: Entering directory '/home/goddard/ucsf/chimerax/prereqs/pips'
|
|---|
| 5565 | /home/goddard/ucsf/chimerax/ChimeraX.app/bin/python.exe make_requirements.py
|
|---|
| 5566 | C:\cygwin64\home\goddard\ucsf\chimerax\prereqs\pips
|
|---|
| 5567 | C:\cygwin64\home\goddard\ucsf\chimerax
|
|---|
| 5568 | # Install Cython first so ndindex builds on Linux ARM64
|
|---|
| 5569 | /home/goddard/ucsf/chimerax/ChimeraX.app/bin/python.exe -I -m pip install --upgrade-strategy only-if-needed --no-warn-script-location Cython==3.1.4
|
|---|
| 5570 | Collecting Cython==3.1.4
|
|---|
| 5571 | Downloading cython-3.1.4-cp311-cp311-win_amd64.whl.metadata (5.1 kB)
|
|---|
| 5572 | Downloading cython-3.1.4-cp311-cp311-win_amd64.whl (2.7 MB)
|
|---|
| 5573 | ---------------------------------------- 2.7/2.7 MB 4.8 MB/s 0:00:00
|
|---|
| 5574 | Installing collected packages: Cython
|
|---|
| 5575 | Successfully installed Cython-3.1.4
|
|---|
| 5576 | /home/goddard/ucsf/chimerax/ChimeraX.app/bin/python.exe -I -m pip install --upgrade-strategy only-if-needed --no-warn-script-location numpy==1.26.4
|
|---|
| 5577 | Collecting numpy==1.26.4
|
|---|
| 5578 | Using cached numpy-1.26.4-cp311-cp311-win_amd64.whl.metadata (61 kB)
|
|---|
| 5579 | Using cached numpy-1.26.4-cp311-cp311-win_amd64.whl (15.8 MB)
|
|---|
| 5580 | Installing collected packages: numpy
|
|---|
| 5581 | Successfully installed numpy-1.26.4
|
|---|
| 5582 | CFLAGS+= /home/goddard/ucsf/chimerax/ChimeraX.app/bin/python.exe -I -m pip install --upgrade-strategy only-if-needed --no-warn-script-location --no-build-isolation -r app_requirements.txt
|
|---|
| 5583 | Ignoring distro: markers 'sys_platform == "linux"' don't match your environment
|
|---|
| 5584 | Ignoring distro: markers 'sys_platform == "linux"' don't match your environment
|
|---|
| 5585 | Collecting openvr==1.26.701 (from -r app_requirements.txt (line 3))
|
|---|
| 5586 | Using cached openvr-1.26.701-py3-none-any.whl.metadata (2.2 kB)
|
|---|
| 5587 | Collecting PyOpenGL==3.1.10 (from -r app_requirements.txt (line 4))
|
|---|
| 5588 | Downloading pyopengl-3.1.10-py3-none-any.whl.metadata (3.3 kB)
|
|---|
| 5589 | Collecting PyOpenGL-accelerate==3.1.10 (from -r app_requirements.txt (line 5))
|
|---|
| 5590 | Downloading pyopengl_accelerate-3.1.10-cp311-cp311-win_amd64.whl.metadata (4.0 kB)
|
|---|
| 5591 | Collecting qtconsole==5.7.0 (from -r app_requirements.txt (line 6))
|
|---|
| 5592 | Downloading qtconsole-5.7.0-py3-none-any.whl.metadata (5.4 kB)
|
|---|
| 5593 | Collecting qtshim==1.2 (from -r app_requirements.txt (line 7))
|
|---|
| 5594 | Downloading qtshim-1.2-py3-none-any.whl.metadata (629 bytes)
|
|---|
| 5595 | Collecting superqt==0.7.6 (from -r app_requirements.txt (line 8))
|
|---|
| 5596 | Downloading superqt-0.7.6-py3-none-any.whl.metadata (5.4 kB)
|
|---|
| 5597 | Collecting tinyarray==1.2.5 (from -r app_requirements.txt (line 9))
|
|---|
| 5598 | Downloading tinyarray-1.2.5.tar.gz (38 kB)
|
|---|
| 5599 | Preparing metadata (setup.py): started
|
|---|
| 5600 | Preparing metadata (setup.py): finished with status 'done'
|
|---|
| 5601 | Collecting webcolors==24.11.1 (from -r app_requirements.txt (line 10))
|
|---|
| 5602 | Using cached webcolors-24.11.1-py3-none-any.whl.metadata (2.2 kB)
|
|---|
| 5603 | Collecting wheel-filename==1.4.2 (from -r app_requirements.txt (line 11))
|
|---|
| 5604 | Using cached wheel_filename-1.4.2-py3-none-any.whl.metadata (5.4 kB)
|
|---|
| 5605 | Collecting blockdiag==3.0.0 (from -r app_requirements.txt (line 12))
|
|---|
| 5606 | Using cached blockdiag-3.0.0-py3-none-any.whl.metadata (4.6 kB)
|
|---|
| 5607 | Collecting docutils==0.21.2 (from -r app_requirements.txt (line 13))
|
|---|
| 5608 | Using cached docutils-0.21.2-py3-none-any.whl.metadata (2.8 kB)
|
|---|
| 5609 | Collecting Jinja2==3.1.6 (from -r app_requirements.txt (line 14))
|
|---|
| 5610 | Using cached jinja2-3.1.6-py3-none-any.whl.metadata (2.9 kB)
|
|---|
| 5611 | Collecting Pygments==2.18.0 (from -r app_requirements.txt (line 15))
|
|---|
| 5612 | Using cached pygments-2.18.0-py3-none-any.whl.metadata (2.5 kB)
|
|---|
| 5613 | Collecting Sphinx==8.2.3 (from -r app_requirements.txt (line 16))
|
|---|
| 5614 | Using cached sphinx-8.2.3-py3-none-any.whl.metadata (7.0 kB)
|
|---|
| 5615 | Collecting sphinxcontrib-blockdiag==3.0.0 (from -r app_requirements.txt (line 17))
|
|---|
| 5616 | Using cached sphinxcontrib_blockdiag-3.0.0-py2.py3-none-any.whl.metadata (2.2 kB)
|
|---|
| 5617 | Collecting sphinx_autodoc_typehints==3.2.0 (from -r app_requirements.txt (line 18))
|
|---|
| 5618 | Downloading sphinx_autodoc_typehints-3.2.0-py3-none-any.whl.metadata (8.0 kB)
|
|---|
| 5619 | Collecting pywin32==311 (from -r app_requirements.txt (line 19))
|
|---|
| 5620 | Downloading pywin32-311-cp311-cp311-win_amd64.whl.metadata (10 kB)
|
|---|
| 5621 | Collecting WMI==1.5.1 (from -r app_requirements.txt (line 20))
|
|---|
| 5622 | Using cached WMI-1.5.1-py2.py3-none-any.whl.metadata (3.6 kB)
|
|---|
| 5623 | Collecting comtypes==1.4.11 (from -r app_requirements.txt (line 21))
|
|---|
| 5624 | Downloading comtypes-1.4.11-py3-none-any.whl.metadata (7.2 kB)
|
|---|
| 5625 | Collecting appdirs==1.4.4 (from -r app_requirements.txt (line 23))
|
|---|
| 5626 | Using cached appdirs-1.4.4-py2.py3-none-any.whl.metadata (9.0 kB)
|
|---|
| 5627 | Collecting beautifulsoup4==4.13.5 (from -r app_requirements.txt (line 24))
|
|---|
| 5628 | Downloading beautifulsoup4-4.13.5-py3-none-any.whl.metadata (3.8 kB)
|
|---|
| 5629 | Requirement already satisfied: colorama==0.4.6 in c:\cygwin64\home\goddard\ucsf\chimerax\chimerax.app\bin\lib\site-packages (from -r app_requirements.txt (line 25)) (0.4.6)
|
|---|
| 5630 | Requirement already satisfied: Cython==3.1.4 in c:\cygwin64\home\goddard\ucsf\chimerax\chimerax.app\bin\lib\site-packages (from -r app_requirements.txt (line 26)) (3.1.4)
|
|---|
| 5631 | Collecting filelock==3.19.1 (from -r app_requirements.txt (line 27))
|
|---|
| 5632 | Downloading filelock-3.19.1-py3-none-any.whl.metadata (2.1 kB)
|
|---|
| 5633 | Collecting grako==3.16.5 (from -r app_requirements.txt (line 28))
|
|---|
| 5634 | Using cached grako-3.16.5-py2.py3-none-any.whl.metadata (9.5 kB)
|
|---|
| 5635 | Collecting html2text==2025.4.15 (from -r app_requirements.txt (line 29))
|
|---|
| 5636 | Downloading html2text-2025.4.15-py3-none-any.whl.metadata (4.1 kB)
|
|---|
| 5637 | Collecting ihm==2.2 (from -r app_requirements.txt (line 30))
|
|---|
| 5638 | Using cached ihm-2.2-cp311-cp311-win_amd64.whl
|
|---|
| 5639 | Collecting imagecodecs==2024.6.1 (from -r app_requirements.txt (line 31))
|
|---|
| 5640 | Using cached imagecodecs-2024.6.1-cp311-cp311-win_amd64.whl.metadata (19 kB)
|
|---|
| 5641 | Collecting ipykernel==6.30.1 (from -r app_requirements.txt (line 32))
|
|---|
| 5642 | Downloading ipykernel-6.30.1-py3-none-any.whl.metadata (6.2 kB)
|
|---|
| 5643 | Collecting ipython==9.5.0 (from -r app_requirements.txt (line 33))
|
|---|
| 5644 | Downloading ipython-9.5.0-py3-none-any.whl.metadata (4.4 kB)
|
|---|
| 5645 | Collecting jedi==0.19.2 (from -r app_requirements.txt (line 34))
|
|---|
| 5646 | Downloading jedi-0.19.2-py2.py3-none-any.whl.metadata (22 kB)
|
|---|
| 5647 | Collecting jupyter-client==8.6.3 (from -r app_requirements.txt (line 35))
|
|---|
| 5648 | Using cached jupyter_client-8.6.3-py3-none-any.whl.metadata (8.3 kB)
|
|---|
| 5649 | Collecting lxml==6.0.2 (from -r app_requirements.txt (line 36))
|
|---|
| 5650 | Downloading lxml-6.0.2-cp311-cp311-win_amd64.whl.metadata (3.7 kB)
|
|---|
| 5651 | Collecting lz4==4.3.2 (from -r app_requirements.txt (line 37))
|
|---|
| 5652 | Using cached lz4-4.3.2-cp311-cp311-win_amd64.whl.metadata (3.8 kB)
|
|---|
| 5653 | Collecting matplotlib==3.10.5 (from -r app_requirements.txt (line 38))
|
|---|
| 5654 | Downloading matplotlib-3.10.5-cp311-cp311-win_amd64.whl.metadata (11 kB)
|
|---|
| 5655 | Collecting msgpack==1.1.1 (from -r app_requirements.txt (line 39))
|
|---|
| 5656 | Downloading msgpack-1.1.1-cp311-cp311-win_amd64.whl.metadata (8.6 kB)
|
|---|
| 5657 | Collecting nibabel==5.2.0 (from -r app_requirements.txt (line 40))
|
|---|
| 5658 | Using cached nibabel-5.2.0-py3-none-any.whl.metadata (8.8 kB)
|
|---|
| 5659 | Collecting netCDF4==1.6.5 (from -r app_requirements.txt (line 41))
|
|---|
| 5660 | Using cached netCDF4-1.6.5-cp311-cp311-win_amd64.whl.metadata (1.8 kB)
|
|---|
| 5661 | Collecting networkx==3.3 (from -r app_requirements.txt (line 42))
|
|---|
| 5662 | Using cached networkx-3.3-py3-none-any.whl.metadata (5.1 kB)
|
|---|
| 5663 | Requirement already satisfied: numpy==1.26.4 in c:\cygwin64\home\goddard\ucsf\chimerax\chimerax.app\bin\lib\site-packages (from -r app_requirements.txt (line 43)) (1.26.4)
|
|---|
| 5664 | Collecting openmm==8.2.0 (from -r app_requirements.txt (line 44))
|
|---|
| 5665 | Using cached OpenMM-8.2.0-cp311-cp311-win_amd64.whl.metadata (867 bytes)
|
|---|
| 5666 | Collecting openmm-cuda-12==8.2.0 (from -r app_requirements.txt (line 45))
|
|---|
| 5667 | Using cached OpenMM_CUDA_12-8.2.0-py3-none-win_amd64.whl.metadata (343 bytes)
|
|---|
| 5668 | Requirement already satisfied: packaging==25.0 in c:\cygwin64\home\goddard\ucsf\chimerax\chimerax.app\bin\lib\site-packages (from -r app_requirements.txt (line 46)) (25.0)
|
|---|
| 5669 | Collecting ParmEd==4.2.2 (from -r app_requirements.txt (line 47))
|
|---|
| 5670 | Using cached ParmEd-4.2.2-cp311-cp311-win_amd64.whl
|
|---|
| 5671 | Collecting pep517==0.13.1 (from -r app_requirements.txt (line 48))
|
|---|
| 5672 | Using cached pep517-0.13.1-py3-none-any.whl.metadata (4.1 kB)
|
|---|
| 5673 | Collecting pickleshare==0.7.5 (from -r app_requirements.txt (line 49))
|
|---|
| 5674 | Using cached pickleshare-0.7.5-py2.py3-none-any.whl.metadata (1.5 kB)
|
|---|
| 5675 | Collecting Pillow==11.3.0 (from -r app_requirements.txt (line 50))
|
|---|
| 5676 | Downloading pillow-11.3.0-cp311-cp311-win_amd64.whl.metadata (9.2 kB)
|
|---|
| 5677 | Collecting pkginfo==1.12.1.2 (from -r app_requirements.txt (line 51))
|
|---|
| 5678 | Downloading pkginfo-1.12.1.2-py3-none-any.whl.metadata (13 kB)
|
|---|
| 5679 | Collecting psutil==7.0.0 (from -r app_requirements.txt (line 52))
|
|---|
| 5680 | Using cached psutil-7.0.0-cp37-abi3-win_amd64.whl.metadata (23 kB)
|
|---|
| 5681 | Collecting pybind11==3.0.1 (from -r app_requirements.txt (line 53))
|
|---|
| 5682 | Downloading pybind11-3.0.1-py3-none-any.whl.metadata (10.0 kB)
|
|---|
| 5683 | Collecting pycollada==0.8 (from -r app_requirements.txt (line 54))
|
|---|
| 5684 | Using cached pycollada-0.8-py3-none-any.whl
|
|---|
| 5685 | Collecting pydicom==2.4.4 (from -r app_requirements.txt (line 55))
|
|---|
| 5686 | Using cached pydicom-2.4.4-py3-none-any.whl.metadata (7.8 kB)
|
|---|
| 5687 | Collecting pynrrd==1.0.0 (from -r app_requirements.txt (line 56))
|
|---|
| 5688 | Using cached pynrrd-1.0.0-py2.py3-none-any.whl.metadata (3.9 kB)
|
|---|
| 5689 | Collecting pyopenxr==1.1.4501 (from -r app_requirements.txt (line 57))
|
|---|
| 5690 | Using cached pyopenxr-1.1.4501-py3-none-any.whl.metadata (3.4 kB)
|
|---|
| 5691 | Collecting tcia_utils==1.5.1 (from -r app_requirements.txt (line 58))
|
|---|
| 5692 | Using cached tcia_utils-1.5.1-py3-none-any.whl.metadata (1.8 kB)
|
|---|
| 5693 | Collecting python-dateutil==2.9.0.post0 (from -r app_requirements.txt (line 59))
|
|---|
| 5694 | Using cached python_dateutil-2.9.0.post0-py2.py3-none-any.whl.metadata (8.4 kB)
|
|---|
| 5695 | Collecting requests==2.32.5 (from -r app_requirements.txt (line 60))
|
|---|
| 5696 | Downloading requests-2.32.5-py3-none-any.whl.metadata (4.9 kB)
|
|---|
| 5697 | Collecting scipy==1.14.0 (from -r app_requirements.txt (line 61))
|
|---|
| 5698 | Using cached scipy-1.14.0-cp311-cp311-win_amd64.whl.metadata (60 kB)
|
|---|
| 5699 | Collecting six==1.17.0 (from -r app_requirements.txt (line 62))
|
|---|
| 5700 | Downloading six-1.17.0-py2.py3-none-any.whl.metadata (1.7 kB)
|
|---|
| 5701 | Collecting sortedcontainers==2.4.0 (from -r app_requirements.txt (line 63))
|
|---|
| 5702 | Using cached sortedcontainers-2.4.0-py2.py3-none-any.whl.metadata (10 kB)
|
|---|
| 5703 | Collecting tables==3.10.2 (from -r app_requirements.txt (line 64))
|
|---|
| 5704 | Using cached tables-3.10.2-cp311-cp311-win_amd64.whl.metadata (2.1 kB)
|
|---|
| 5705 | Collecting tifffile==2025.3.13 (from -r app_requirements.txt (line 65))
|
|---|
| 5706 | Using cached tifffile-2025.3.13-py3-none-any.whl.metadata (32 kB)
|
|---|
| 5707 | Collecting traitlets==5.14.3 (from -r app_requirements.txt (line 79))
|
|---|
| 5708 | Using cached traitlets-5.14.3-py3-none-any.whl.metadata (10 kB)
|
|---|
| 5709 | Collecting line_profiler==5.0.0 (from -r app_requirements.txt (line 80))
|
|---|
| 5710 | Downloading line_profiler-5.0.0-cp311-cp311-win_amd64.whl.metadata (31 kB)
|
|---|
| 5711 | Collecting markdown==3.8.2 (from -r app_requirements.txt (line 81))
|
|---|
| 5712 | Downloading markdown-3.8.2-py3-none-any.whl.metadata (5.1 kB)
|
|---|
| 5713 | Collecting pytest (from -r app_requirements.txt (line 82))
|
|---|
| 5714 | Downloading pytest-8.4.2-py3-none-any.whl.metadata (7.7 kB)
|
|---|
| 5715 | Collecting pytest-cov (from -r app_requirements.txt (line 83))
|
|---|
| 5716 | Downloading pytest_cov-7.0.0-py3-none-any.whl.metadata (31 kB)
|
|---|
| 5717 | Collecting coverage (from -r app_requirements.txt (line 84))
|
|---|
| 5718 | Downloading coverage-7.10.7-cp311-cp311-win_amd64.whl.metadata (9.2 kB)
|
|---|
| 5719 | Collecting jupyter_core (from qtconsole==5.7.0->-r app_requirements.txt (line 6))
|
|---|
| 5720 | Using cached jupyter_core-5.8.1-py3-none-any.whl.metadata (1.6 kB)
|
|---|
| 5721 | Collecting ipython_pygments_lexers (from qtconsole==5.7.0->-r app_requirements.txt (line 6))
|
|---|
| 5722 | Downloading ipython_pygments_lexers-1.1.1-py3-none-any.whl.metadata (1.1 kB)
|
|---|
| 5723 | Collecting qtpy>=2.4.0 (from qtconsole==5.7.0->-r app_requirements.txt (line 6))
|
|---|
| 5724 | Using cached QtPy-2.4.3-py3-none-any.whl.metadata (12 kB)
|
|---|
| 5725 | Collecting typing-extensions>=4.5.0 (from superqt==0.7.6->-r app_requirements.txt (line 8))
|
|---|
| 5726 | Downloading typing_extensions-4.15.0-py3-none-any.whl.metadata (3.3 kB)
|
|---|
| 5727 | Requirement already satisfied: setuptools in c:\cygwin64\home\goddard\ucsf\chimerax\chimerax.app\bin\lib\site-packages (from blockdiag==3.0.0->-r app_requirements.txt (line 12)) (80.9.0)
|
|---|
| 5728 | Collecting funcparserlib>=1.0.0a0 (from blockdiag==3.0.0->-r app_requirements.txt (line 12))
|
|---|
| 5729 | Using cached funcparserlib-2.0.0a0-py3-none-any.whl.metadata (6.6 kB)
|
|---|
| 5730 | Collecting MarkupSafe>=2.0 (from Jinja2==3.1.6->-r app_requirements.txt (line 14))
|
|---|
| 5731 | Using cached MarkupSafe-3.0.2-cp311-cp311-win_amd64.whl.metadata (4.1 kB)
|
|---|
| 5732 | Collecting sphinxcontrib-applehelp>=1.0.7 (from Sphinx==8.2.3->-r app_requirements.txt (line 16))
|
|---|
| 5733 | Using cached sphinxcontrib_applehelp-2.0.0-py3-none-any.whl.metadata (2.3 kB)
|
|---|
| 5734 | Collecting sphinxcontrib-devhelp>=1.0.6 (from Sphinx==8.2.3->-r app_requirements.txt (line 16))
|
|---|
| 5735 | Using cached sphinxcontrib_devhelp-2.0.0-py3-none-any.whl.metadata (2.3 kB)
|
|---|
| 5736 | Collecting sphinxcontrib-htmlhelp>=2.0.6 (from Sphinx==8.2.3->-r app_requirements.txt (line 16))
|
|---|
| 5737 | Using cached sphinxcontrib_htmlhelp-2.1.0-py3-none-any.whl.metadata (2.3 kB)
|
|---|
| 5738 | Collecting sphinxcontrib-jsmath>=1.0.1 (from Sphinx==8.2.3->-r app_requirements.txt (line 16))
|
|---|
| 5739 | Using cached sphinxcontrib_jsmath-1.0.1-py2.py3-none-any.whl.metadata (1.4 kB)
|
|---|
| 5740 | Collecting sphinxcontrib-qthelp>=1.0.6 (from Sphinx==8.2.3->-r app_requirements.txt (line 16))
|
|---|
| 5741 | Using cached sphinxcontrib_qthelp-2.0.0-py3-none-any.whl.metadata (2.3 kB)
|
|---|
| 5742 | Collecting sphinxcontrib-serializinghtml>=1.1.9 (from Sphinx==8.2.3->-r app_requirements.txt (line 16))
|
|---|
| 5743 | Using cached sphinxcontrib_serializinghtml-2.0.0-py3-none-any.whl.metadata (2.4 kB)
|
|---|
| 5744 | Collecting snowballstemmer>=2.2 (from Sphinx==8.2.3->-r app_requirements.txt (line 16))
|
|---|
| 5745 | Using cached snowballstemmer-3.0.1-py3-none-any.whl.metadata (7.9 kB)
|
|---|
| 5746 | Collecting babel>=2.13 (from Sphinx==8.2.3->-r app_requirements.txt (line 16))
|
|---|
| 5747 | Using cached babel-2.17.0-py3-none-any.whl.metadata (2.0 kB)
|
|---|
| 5748 | Collecting alabaster>=0.7.14 (from Sphinx==8.2.3->-r app_requirements.txt (line 16))
|
|---|
| 5749 | Using cached alabaster-1.0.0-py3-none-any.whl.metadata (2.8 kB)
|
|---|
| 5750 | Collecting imagesize>=1.3 (from Sphinx==8.2.3->-r app_requirements.txt (line 16))
|
|---|
| 5751 | Using cached imagesize-1.4.1-py2.py3-none-any.whl.metadata (1.5 kB)
|
|---|
| 5752 | Collecting roman-numerals-py>=1.0.0 (from Sphinx==8.2.3->-r app_requirements.txt (line 16))
|
|---|
| 5753 | Using cached roman_numerals_py-3.1.0-py3-none-any.whl.metadata (3.6 kB)
|
|---|
| 5754 | Collecting soupsieve>1.2 (from beautifulsoup4==4.13.5->-r app_requirements.txt (line 24))
|
|---|
| 5755 | Downloading soupsieve-2.8-py3-none-any.whl.metadata (4.6 kB)
|
|---|
| 5756 | Collecting comm>=0.1.1 (from ipykernel==6.30.1->-r app_requirements.txt (line 32))
|
|---|
| 5757 | Downloading comm-0.2.3-py3-none-any.whl.metadata (3.7 kB)
|
|---|
| 5758 | Collecting debugpy>=1.6.5 (from ipykernel==6.30.1->-r app_requirements.txt (line 32))
|
|---|
| 5759 | Downloading debugpy-1.8.17-cp311-cp311-win_amd64.whl.metadata (1.5 kB)
|
|---|
| 5760 | Collecting matplotlib-inline>=0.1 (from ipykernel==6.30.1->-r app_requirements.txt (line 32))
|
|---|
| 5761 | Using cached matplotlib_inline-0.1.7-py3-none-any.whl.metadata (3.9 kB)
|
|---|
| 5762 | Collecting nest-asyncio>=1.4 (from ipykernel==6.30.1->-r app_requirements.txt (line 32))
|
|---|
| 5763 | Using cached nest_asyncio-1.6.0-py3-none-any.whl.metadata (2.8 kB)
|
|---|
| 5764 | Collecting pyzmq>=25 (from ipykernel==6.30.1->-r app_requirements.txt (line 32))
|
|---|
| 5765 | Downloading pyzmq-27.1.0-cp311-cp311-win_amd64.whl.metadata (6.0 kB)
|
|---|
| 5766 | Collecting tornado>=6.2 (from ipykernel==6.30.1->-r app_requirements.txt (line 32))
|
|---|
| 5767 | Downloading tornado-6.5.2-cp39-abi3-win_amd64.whl.metadata (2.9 kB)
|
|---|
| 5768 | Collecting decorator (from ipython==9.5.0->-r app_requirements.txt (line 33))
|
|---|
| 5769 | Using cached decorator-5.2.1-py3-none-any.whl.metadata (3.9 kB)
|
|---|
| 5770 | Collecting prompt_toolkit<3.1.0,>=3.0.41 (from ipython==9.5.0->-r app_requirements.txt (line 33))
|
|---|
| 5771 | Downloading prompt_toolkit-3.0.52-py3-none-any.whl.metadata (6.4 kB)
|
|---|
| 5772 | Collecting stack_data (from ipython==9.5.0->-r app_requirements.txt (line 33))
|
|---|
| 5773 | Using cached stack_data-0.6.3-py3-none-any.whl.metadata (18 kB)
|
|---|
| 5774 | Collecting parso<0.9.0,>=0.8.4 (from jedi==0.19.2->-r app_requirements.txt (line 34))
|
|---|
| 5775 | Downloading parso-0.8.5-py2.py3-none-any.whl.metadata (8.3 kB)
|
|---|
| 5776 | Collecting contourpy>=1.0.1 (from matplotlib==3.10.5->-r app_requirements.txt (line 38))
|
|---|
| 5777 | Downloading contourpy-1.3.3-cp311-cp311-win_amd64.whl.metadata (5.5 kB)
|
|---|
| 5778 | Collecting cycler>=0.10 (from matplotlib==3.10.5->-r app_requirements.txt (line 38))
|
|---|
| 5779 | Using cached cycler-0.12.1-py3-none-any.whl.metadata (3.8 kB)
|
|---|
| 5780 | Collecting fonttools>=4.22.0 (from matplotlib==3.10.5->-r app_requirements.txt (line 38))
|
|---|
| 5781 | Downloading fonttools-4.60.0-cp311-cp311-win_amd64.whl.metadata (113 kB)
|
|---|
| 5782 | Collecting kiwisolver>=1.3.1 (from matplotlib==3.10.5->-r app_requirements.txt (line 38))
|
|---|
| 5783 | Downloading kiwisolver-1.4.9-cp311-cp311-win_amd64.whl.metadata (6.4 kB)
|
|---|
| 5784 | Collecting pyparsing>=2.3.1 (from matplotlib==3.10.5->-r app_requirements.txt (line 38))
|
|---|
| 5785 | Downloading pyparsing-3.2.5-py3-none-any.whl.metadata (5.0 kB)
|
|---|
| 5786 | Collecting cftime (from netCDF4==1.6.5->-r app_requirements.txt (line 41))
|
|---|
| 5787 | Using cached cftime-1.6.4.post1-cp311-cp311-win_amd64.whl.metadata (8.9 kB)
|
|---|
| 5788 | Collecting certifi (from netCDF4==1.6.5->-r app_requirements.txt (line 41))
|
|---|
| 5789 | Downloading certifi-2025.8.3-py3-none-any.whl.metadata (2.4 kB)
|
|---|
| 5790 | Collecting nvidia-cuda-runtime-cu12 (from openmm-cuda-12==8.2.0->-r app_requirements.txt (line 45))
|
|---|
| 5791 | Using cached nvidia_cuda_runtime_cu12-12.9.79-py3-none-win_amd64.whl.metadata (1.7 kB)
|
|---|
| 5792 | Collecting nvidia-cuda-nvcc-cu12 (from openmm-cuda-12==8.2.0->-r app_requirements.txt (line 45))
|
|---|
| 5793 | Using cached nvidia_cuda_nvcc_cu12-12.9.86-py3-none-win_amd64.whl.metadata (1.7 kB)
|
|---|
| 5794 | Collecting nvidia-cuda-nvrtc-cu12 (from openmm-cuda-12==8.2.0->-r app_requirements.txt (line 45))
|
|---|
| 5795 | Using cached nvidia_cuda_nvrtc_cu12-12.9.86-py3-none-win_amd64.whl.metadata (1.7 kB)
|
|---|
| 5796 | Collecting nvidia-cuda-cupti-cu12 (from openmm-cuda-12==8.2.0->-r app_requirements.txt (line 45))
|
|---|
| 5797 | Using cached nvidia_cuda_cupti_cu12-12.9.79-py3-none-win_amd64.whl.metadata (1.8 kB)
|
|---|
| 5798 | Collecting nvidia-cufft-cu12 (from openmm-cuda-12==8.2.0->-r app_requirements.txt (line 45))
|
|---|
| 5799 | Using cached nvidia_cufft_cu12-11.4.1.4-py3-none-win_amd64.whl.metadata (1.8 kB)
|
|---|
| 5800 | Collecting nptyping (from pynrrd==1.0.0->-r app_requirements.txt (line 56))
|
|---|
| 5801 | Using cached nptyping-2.5.0-py3-none-any.whl.metadata (7.6 kB)
|
|---|
| 5802 | Collecting glfw (from pyopenxr==1.1.4501->-r app_requirements.txt (line 57))
|
|---|
| 5803 | Downloading glfw-2.10.0-py2.py27.py3.py30.py31.py32.py33.py34.py35.py36.py37.py38.p39.p310.p311.p312.p313-none-win_amd64.whl.metadata (5.4 kB)
|
|---|
| 5804 | Collecting ipywidgets (from tcia_utils==1.5.1->-r app_requirements.txt (line 58))
|
|---|
| 5805 | Using cached ipywidgets-8.1.7-py3-none-any.whl.metadata (2.4 kB)
|
|---|
| 5806 | Collecting pandas (from tcia_utils==1.5.1->-r app_requirements.txt (line 58))
|
|---|
| 5807 | Downloading pandas-2.3.2-cp311-cp311-win_amd64.whl.metadata (19 kB)
|
|---|
| 5808 | Collecting charset_normalizer<4,>=2 (from requests==2.32.5->-r app_requirements.txt (line 60))
|
|---|
| 5809 | Downloading charset_normalizer-3.4.3-cp311-cp311-win_amd64.whl.metadata (37 kB)
|
|---|
| 5810 | Collecting idna<4,>=2.5 (from requests==2.32.5->-r app_requirements.txt (line 60))
|
|---|
| 5811 | Using cached idna-3.10-py3-none-any.whl.metadata (10 kB)
|
|---|
| 5812 | Collecting urllib3<3,>=1.21.1 (from requests==2.32.5->-r app_requirements.txt (line 60))
|
|---|
| 5813 | Using cached urllib3-2.5.0-py3-none-any.whl.metadata (6.5 kB)
|
|---|
| 5814 | Collecting numexpr>=2.6.2 (from tables==3.10.2->-r app_requirements.txt (line 64))
|
|---|
| 5815 | Downloading numexpr-2.12.1-cp311-cp311-win_amd64.whl.metadata (9.3 kB)
|
|---|
| 5816 | Collecting py-cpuinfo (from tables==3.10.2->-r app_requirements.txt (line 64))
|
|---|
| 5817 | Using cached py_cpuinfo-9.0.0-py3-none-any.whl.metadata (794 bytes)
|
|---|
| 5818 | Collecting blosc2>=2.3.0 (from tables==3.10.2->-r app_requirements.txt (line 64))
|
|---|
| 5819 | Downloading blosc2-3.8.0-cp311-cp311-win_amd64.whl.metadata (7.1 kB)
|
|---|
| 5820 | Collecting wcwidth (from prompt_toolkit<3.1.0,>=3.0.41->ipython==9.5.0->-r app_requirements.txt (line 33))
|
|---|
| 5821 | Downloading wcwidth-0.2.14-py2.py3-none-any.whl.metadata (15 kB)
|
|---|
| 5822 | Collecting iniconfig>=1 (from pytest->-r app_requirements.txt (line 82))
|
|---|
| 5823 | Using cached iniconfig-2.1.0-py3-none-any.whl.metadata (2.7 kB)
|
|---|
| 5824 | Collecting pluggy<2,>=1.5 (from pytest->-r app_requirements.txt (line 82))
|
|---|
| 5825 | Using cached pluggy-1.6.0-py3-none-any.whl.metadata (4.8 kB)
|
|---|
| 5826 | Collecting ndindex (from blosc2>=2.3.0->tables==3.10.2->-r app_requirements.txt (line 64))
|
|---|
| 5827 | Using cached ndindex-1.10.0-cp311-cp311-win_amd64.whl.metadata (3.7 kB)
|
|---|
| 5828 | Collecting platformdirs (from blosc2>=2.3.0->tables==3.10.2->-r app_requirements.txt (line 64))
|
|---|
| 5829 | Downloading platformdirs-4.4.0-py3-none-any.whl.metadata (12 kB)
|
|---|
| 5830 | Collecting widgetsnbextension~=4.0.14 (from ipywidgets->tcia_utils==1.5.1->-r app_requirements.txt (line 58))
|
|---|
| 5831 | Using cached widgetsnbextension-4.0.14-py3-none-any.whl.metadata (1.6 kB)
|
|---|
| 5832 | Collecting jupyterlab_widgets~=3.0.15 (from ipywidgets->tcia_utils==1.5.1->-r app_requirements.txt (line 58))
|
|---|
| 5833 | Using cached jupyterlab_widgets-3.0.15-py3-none-any.whl.metadata (20 kB)
|
|---|
| 5834 | Collecting nvidia-nvjitlink-cu12 (from nvidia-cufft-cu12->openmm-cuda-12==8.2.0->-r app_requirements.txt (line 45))
|
|---|
| 5835 | Using cached nvidia_nvjitlink_cu12-12.9.86-py3-none-win_amd64.whl.metadata (1.7 kB)
|
|---|
| 5836 | Collecting pytz>=2020.1 (from pandas->tcia_utils==1.5.1->-r app_requirements.txt (line 58))
|
|---|
| 5837 | Using cached pytz-2025.2-py2.py3-none-any.whl.metadata (22 kB)
|
|---|
| 5838 | Collecting tzdata>=2022.7 (from pandas->tcia_utils==1.5.1->-r app_requirements.txt (line 58))
|
|---|
| 5839 | Using cached tzdata-2025.2-py2.py3-none-any.whl.metadata (1.4 kB)
|
|---|
| 5840 | Collecting executing>=1.2.0 (from stack_data->ipython==9.5.0->-r app_requirements.txt (line 33))
|
|---|
| 5841 | Downloading executing-2.2.1-py2.py3-none-any.whl.metadata (8.9 kB)
|
|---|
| 5842 | Collecting asttokens>=2.1.0 (from stack_data->ipython==9.5.0->-r app_requirements.txt (line 33))
|
|---|
| 5843 | Using cached asttokens-3.0.0-py3-none-any.whl.metadata (4.7 kB)
|
|---|
| 5844 | Collecting pure-eval (from stack_data->ipython==9.5.0->-r app_requirements.txt (line 33))
|
|---|
| 5845 | Using cached pure_eval-0.2.3-py3-none-any.whl.metadata (6.3 kB)
|
|---|
| 5846 | Using cached openvr-1.26.701-py3-none-any.whl (1.1 MB)
|
|---|
| 5847 | Downloading pyopengl-3.1.10-py3-none-any.whl (3.2 MB)
|
|---|
| 5848 | ---------------------------------------- 3.2/3.2 MB 5.5 MB/s 0:00:00
|
|---|
| 5849 | Downloading pyopengl_accelerate-3.1.10-cp311-cp311-win_amd64.whl (390 kB)
|
|---|
| 5850 | Downloading qtconsole-5.7.0-py3-none-any.whl (125 kB)
|
|---|
| 5851 | Downloading qtshim-1.2-py3-none-any.whl (6.3 kB)
|
|---|
| 5852 | Downloading superqt-0.7.6-py3-none-any.whl (100 kB)
|
|---|
| 5853 | Using cached webcolors-24.11.1-py3-none-any.whl (14 kB)
|
|---|
| 5854 | Using cached wheel_filename-1.4.2-py3-none-any.whl (6.2 kB)
|
|---|
| 5855 | Using cached blockdiag-3.0.0-py3-none-any.whl (2.7 MB)
|
|---|
| 5856 | Using cached docutils-0.21.2-py3-none-any.whl (587 kB)
|
|---|
| 5857 | Using cached jinja2-3.1.6-py3-none-any.whl (134 kB)
|
|---|
| 5858 | Using cached pygments-2.18.0-py3-none-any.whl (1.2 MB)
|
|---|
| 5859 | Using cached sphinx-8.2.3-py3-none-any.whl (3.6 MB)
|
|---|
| 5860 | Using cached sphinxcontrib_blockdiag-3.0.0-py2.py3-none-any.whl (6.8 kB)
|
|---|
| 5861 | Downloading sphinx_autodoc_typehints-3.2.0-py3-none-any.whl (20 kB)
|
|---|
| 5862 | Downloading pywin32-311-cp311-cp311-win_amd64.whl (9.5 MB)
|
|---|
| 5863 | ---------------------------------------- 9.5/9.5 MB 4.5 MB/s 0:00:02
|
|---|
| 5864 | Using cached WMI-1.5.1-py2.py3-none-any.whl (28 kB)
|
|---|
| 5865 | Downloading comtypes-1.4.11-py3-none-any.whl (246 kB)
|
|---|
| 5866 | Using cached appdirs-1.4.4-py2.py3-none-any.whl (9.6 kB)
|
|---|
| 5867 | Downloading beautifulsoup4-4.13.5-py3-none-any.whl (105 kB)
|
|---|
| 5868 | Downloading filelock-3.19.1-py3-none-any.whl (15 kB)
|
|---|
| 5869 | Using cached grako-3.16.5-py2.py3-none-any.whl (76 kB)
|
|---|
| 5870 | Downloading html2text-2025.4.15-py3-none-any.whl (34 kB)
|
|---|
| 5871 | Using cached imagecodecs-2024.6.1-cp311-cp311-win_amd64.whl (25.7 MB)
|
|---|
| 5872 | Downloading ipykernel-6.30.1-py3-none-any.whl (117 kB)
|
|---|
| 5873 | Downloading ipython-9.5.0-py3-none-any.whl (612 kB)
|
|---|
| 5874 | ---------------------------------------- 612.4/612.4 kB 5.6 MB/s 0:00:00
|
|---|
| 5875 | Downloading jedi-0.19.2-py2.py3-none-any.whl (1.6 MB)
|
|---|
| 5876 | ---------------------------------------- 1.6/1.6 MB 5.2 MB/s 0:00:00
|
|---|
| 5877 | Using cached jupyter_client-8.6.3-py3-none-any.whl (106 kB)
|
|---|
| 5878 | Downloading lxml-6.0.2-cp311-cp311-win_amd64.whl (4.0 MB)
|
|---|
| 5879 | ---------------------------------------- 4.0/4.0 MB 4.9 MB/s 0:00:00
|
|---|
| 5880 | Using cached lz4-4.3.2-cp311-cp311-win_amd64.whl (99 kB)
|
|---|
| 5881 | Downloading matplotlib-3.10.5-cp311-cp311-win_amd64.whl (8.1 MB)
|
|---|
| 5882 | ---------------------------------------- 8.1/8.1 MB 5.3 MB/s 0:00:01
|
|---|
| 5883 | Downloading msgpack-1.1.1-cp311-cp311-win_amd64.whl (72 kB)
|
|---|
| 5884 | Using cached nibabel-5.2.0-py3-none-any.whl (3.3 MB)
|
|---|
| 5885 | Using cached netCDF4-1.6.5-cp311-cp311-win_amd64.whl (6.6 MB)
|
|---|
| 5886 | Using cached networkx-3.3-py3-none-any.whl (1.7 MB)
|
|---|
| 5887 | Using cached OpenMM-8.2.0-cp311-cp311-win_amd64.whl (11.3 MB)
|
|---|
| 5888 | Using cached OpenMM_CUDA_12-8.2.0-py3-none-win_amd64.whl (1.8 MB)
|
|---|
| 5889 | Using cached pep517-0.13.1-py3-none-any.whl (19 kB)
|
|---|
| 5890 | Using cached pickleshare-0.7.5-py2.py3-none-any.whl (6.9 kB)
|
|---|
| 5891 | Downloading pillow-11.3.0-cp311-cp311-win_amd64.whl (7.0 MB)
|
|---|
| 5892 | ---------------------------------------- 7.0/7.0 MB 4.8 MB/s 0:00:01
|
|---|
| 5893 | Downloading pkginfo-1.12.1.2-py3-none-any.whl (32 kB)
|
|---|
| 5894 | Using cached psutil-7.0.0-cp37-abi3-win_amd64.whl (244 kB)
|
|---|
| 5895 | Downloading pybind11-3.0.1-py3-none-any.whl (293 kB)
|
|---|
| 5896 | Using cached pydicom-2.4.4-py3-none-any.whl (1.8 MB)
|
|---|
| 5897 | Using cached pynrrd-1.0.0-py2.py3-none-any.whl (19 kB)
|
|---|
| 5898 | Using cached pyopenxr-1.1.4501-py3-none-any.whl (3.8 MB)
|
|---|
| 5899 | Using cached tcia_utils-1.5.1-py3-none-any.whl (22 kB)
|
|---|
| 5900 | Using cached python_dateutil-2.9.0.post0-py2.py3-none-any.whl (229 kB)
|
|---|
| 5901 | Downloading requests-2.32.5-py3-none-any.whl (64 kB)
|
|---|
| 5902 | Using cached scipy-1.14.0-cp311-cp311-win_amd64.whl (44.7 MB)
|
|---|
| 5903 | Downloading six-1.17.0-py2.py3-none-any.whl (11 kB)
|
|---|
| 5904 | Using cached sortedcontainers-2.4.0-py2.py3-none-any.whl (29 kB)
|
|---|
| 5905 | Using cached tables-3.10.2-cp311-cp311-win_amd64.whl (6.4 MB)
|
|---|
| 5906 | Using cached tifffile-2025.3.13-py3-none-any.whl (226 kB)
|
|---|
| 5907 | Using cached traitlets-5.14.3-py3-none-any.whl (85 kB)
|
|---|
| 5908 | Downloading line_profiler-5.0.0-cp311-cp311-win_amd64.whl (462 kB)
|
|---|
| 5909 | Downloading markdown-3.8.2-py3-none-any.whl (106 kB)
|
|---|
| 5910 | Downloading charset_normalizer-3.4.3-cp311-cp311-win_amd64.whl (107 kB)
|
|---|
| 5911 | Using cached idna-3.10-py3-none-any.whl (70 kB)
|
|---|
| 5912 | Downloading parso-0.8.5-py2.py3-none-any.whl (106 kB)
|
|---|
| 5913 | Downloading prompt_toolkit-3.0.52-py3-none-any.whl (391 kB)
|
|---|
| 5914 | Using cached urllib3-2.5.0-py3-none-any.whl (129 kB)
|
|---|
| 5915 | Downloading pytest-8.4.2-py3-none-any.whl (365 kB)
|
|---|
| 5916 | Using cached pluggy-1.6.0-py3-none-any.whl (20 kB)
|
|---|
| 5917 | Downloading pytest_cov-7.0.0-py3-none-any.whl (22 kB)
|
|---|
| 5918 | Downloading coverage-7.10.7-cp311-cp311-win_amd64.whl (221 kB)
|
|---|
| 5919 | Using cached alabaster-1.0.0-py3-none-any.whl (13 kB)
|
|---|
| 5920 | Using cached babel-2.17.0-py3-none-any.whl (10.2 MB)
|
|---|
| 5921 | Downloading blosc2-3.8.0-cp311-cp311-win_amd64.whl (2.3 MB)
|
|---|
| 5922 | ---------------------------------------- 2.3/2.3 MB 4.4 MB/s 0:00:00
|
|---|
| 5923 | Downloading certifi-2025.8.3-py3-none-any.whl (161 kB)
|
|---|
| 5924 | Downloading comm-0.2.3-py3-none-any.whl (7.3 kB)
|
|---|
| 5925 | Downloading contourpy-1.3.3-cp311-cp311-win_amd64.whl (225 kB)
|
|---|
| 5926 | Using cached cycler-0.12.1-py3-none-any.whl (8.3 kB)
|
|---|
| 5927 | Downloading debugpy-1.8.17-cp311-cp311-win_amd64.whl (5.2 MB)
|
|---|
| 5928 | ---------------------------------------- 5.2/5.2 MB 4.2 MB/s 0:00:01
|
|---|
| 5929 | Downloading fonttools-4.60.0-cp311-cp311-win_amd64.whl (2.3 MB)
|
|---|
| 5930 | ---------------------------------------- 2.3/2.3 MB 5.6 MB/s 0:00:00
|
|---|
| 5931 | Using cached funcparserlib-2.0.0a0-py3-none-any.whl (16 kB)
|
|---|
| 5932 | Using cached imagesize-1.4.1-py2.py3-none-any.whl (8.8 kB)
|
|---|
| 5933 | Using cached iniconfig-2.1.0-py3-none-any.whl (6.0 kB)
|
|---|
| 5934 | Using cached jupyter_core-5.8.1-py3-none-any.whl (28 kB)
|
|---|
| 5935 | Downloading kiwisolver-1.4.9-cp311-cp311-win_amd64.whl (73 kB)
|
|---|
| 5936 | Using cached MarkupSafe-3.0.2-cp311-cp311-win_amd64.whl (15 kB)
|
|---|
| 5937 | Using cached matplotlib_inline-0.1.7-py3-none-any.whl (9.9 kB)
|
|---|
| 5938 | Using cached nest_asyncio-1.6.0-py3-none-any.whl (5.2 kB)
|
|---|
| 5939 | Downloading numexpr-2.12.1-cp311-cp311-win_amd64.whl (151 kB)
|
|---|
| 5940 | Downloading platformdirs-4.4.0-py3-none-any.whl (18 kB)
|
|---|
| 5941 | Downloading pyparsing-3.2.5-py3-none-any.whl (113 kB)
|
|---|
| 5942 | Downloading pyzmq-27.1.0-cp311-cp311-win_amd64.whl (633 kB)
|
|---|
| 5943 | ---------------------------------------- 633.4/633.4 kB 3.9 MB/s 0:00:00
|
|---|
| 5944 | Using cached QtPy-2.4.3-py3-none-any.whl (95 kB)
|
|---|
| 5945 | Using cached roman_numerals_py-3.1.0-py3-none-any.whl (7.7 kB)
|
|---|
| 5946 | Using cached snowballstemmer-3.0.1-py3-none-any.whl (103 kB)
|
|---|
| 5947 | Downloading soupsieve-2.8-py3-none-any.whl (36 kB)
|
|---|
| 5948 | Using cached sphinxcontrib_applehelp-2.0.0-py3-none-any.whl (119 kB)
|
|---|
| 5949 | Using cached sphinxcontrib_devhelp-2.0.0-py3-none-any.whl (82 kB)
|
|---|
| 5950 | Using cached sphinxcontrib_htmlhelp-2.1.0-py3-none-any.whl (98 kB)
|
|---|
| 5951 | Using cached sphinxcontrib_jsmath-1.0.1-py2.py3-none-any.whl (5.1 kB)
|
|---|
| 5952 | Using cached sphinxcontrib_qthelp-2.0.0-py3-none-any.whl (88 kB)
|
|---|
| 5953 | Using cached sphinxcontrib_serializinghtml-2.0.0-py3-none-any.whl (92 kB)
|
|---|
| 5954 | Downloading tornado-6.5.2-cp39-abi3-win_amd64.whl (445 kB)
|
|---|
| 5955 | Downloading typing_extensions-4.15.0-py3-none-any.whl (44 kB)
|
|---|
| 5956 | Using cached cftime-1.6.4.post1-cp311-cp311-win_amd64.whl (190 kB)
|
|---|
| 5957 | Using cached decorator-5.2.1-py3-none-any.whl (9.2 kB)
|
|---|
| 5958 | Downloading glfw-2.10.0-py2.py27.py3.py30.py31.py32.py33.py34.py35.py36.py37.py38.p39.p310.p311.p312.p313-none-win_amd64.whl (559 kB)
|
|---|
| 5959 | ---------------------------------------- 559.5/559.5 kB 4.8 MB/s 0:00:00
|
|---|
| 5960 | Downloading ipython_pygments_lexers-1.1.1-py3-none-any.whl (8.1 kB)
|
|---|
| 5961 | Using cached ipywidgets-8.1.7-py3-none-any.whl (139 kB)
|
|---|
| 5962 | Using cached jupyterlab_widgets-3.0.15-py3-none-any.whl (216 kB)
|
|---|
| 5963 | Using cached widgetsnbextension-4.0.14-py3-none-any.whl (2.2 MB)
|
|---|
| 5964 | Using cached ndindex-1.10.0-cp311-cp311-win_amd64.whl (156 kB)
|
|---|
| 5965 | Using cached nptyping-2.5.0-py3-none-any.whl (37 kB)
|
|---|
| 5966 | Using cached nvidia_cuda_cupti_cu12-12.9.79-py3-none-win_amd64.whl (7.7 MB)
|
|---|
| 5967 | Using cached nvidia_cuda_nvcc_cu12-12.9.86-py3-none-win_amd64.whl (34.7 MB)
|
|---|
| 5968 | Using cached nvidia_cuda_nvrtc_cu12-12.9.86-py3-none-win_amd64.whl (76.4 MB)
|
|---|
| 5969 | Using cached nvidia_cuda_runtime_cu12-12.9.79-py3-none-win_amd64.whl (3.6 MB)
|
|---|
| 5970 | Using cached nvidia_cufft_cu12-11.4.1.4-py3-none-win_amd64.whl (200.1 MB)
|
|---|
| 5971 | Using cached nvidia_nvjitlink_cu12-12.9.86-py3-none-win_amd64.whl (35.6 MB)
|
|---|
| 5972 | Downloading pandas-2.3.2-cp311-cp311-win_amd64.whl (11.3 MB)
|
|---|
| 5973 | ---------------------------------------- 11.3/11.3 MB 5.0 MB/s 0:00:02
|
|---|
| 5974 | Using cached pytz-2025.2-py2.py3-none-any.whl (509 kB)
|
|---|
| 5975 | Using cached tzdata-2025.2-py2.py3-none-any.whl (347 kB)
|
|---|
| 5976 | Using cached py_cpuinfo-9.0.0-py3-none-any.whl (22 kB)
|
|---|
| 5977 | Using cached stack_data-0.6.3-py3-none-any.whl (24 kB)
|
|---|
| 5978 | Using cached asttokens-3.0.0-py3-none-any.whl (26 kB)
|
|---|
| 5979 | Downloading executing-2.2.1-py2.py3-none-any.whl (28 kB)
|
|---|
| 5980 | Using cached pure_eval-0.2.3-py3-none-any.whl (11 kB)
|
|---|
| 5981 | Downloading wcwidth-0.2.14-py2.py3-none-any.whl (37 kB)
|
|---|
| 5982 | Building wheels for collected packages: tinyarray
|
|---|
| 5983 | DEPRECATION: Building 'tinyarray' using the legacy setup.py bdist_wheel mechanism, which will be removed in a future version. pip 25.3 will enforce this behaviour change. A possible replacement is to use the standardized build interface by setting the `--use-pep517` option, (possibly combined with `--no-build-isolation`), or adding a `pyproject.toml` file to the source tree of 'tinyarray'. Discussion can be found at https://github.com/pypa/pip/issues/6334
|
|---|
| 5984 | Building wheel for tinyarray (setup.py): started
|
|---|
| 5985 | Building wheel for tinyarray (setup.py): finished with status 'done'
|
|---|
| 5986 | Created wheel for tinyarray: filename=tinyarray-1.2.5-cp311-cp311-win_amd64.whl size=50161 sha256=cedd180a44b4b6904040feff0da4c18a169ef77a6520307d7716f410bafee418
|
|---|
| 5987 | Stored in directory: c:\users\goddard\appdata\local\pip\cache\wheels\22\e7\79\c63396ff824fd6c4d9aa7c6dddb2dea9a30792813f7a65f0a2
|
|---|
| 5988 | Successfully built tinyarray
|
|---|
| 5989 | Installing collected packages: tinyarray, sortedcontainers, qtshim, pywin32, pytz, PyOpenGL-accelerate, PyOpenGL, py-cpuinfo, pure-eval, pickleshare, grako, glfw, appdirs, WMI, widgetsnbextension, wheel-filename, webcolors, wcwidth, urllib3, tzdata, typing-extensions, traitlets, tornado, tifffile, sphinxcontrib-serializinghtml, sphinxcontrib-qthelp, sphinxcontrib-jsmath, sphinxcontrib-htmlhelp, sphinxcontrib-devhelp, sphinxcontrib-applehelp, soupsieve, snowballstemmer, six, scipy, roman-numerals-py, qtpy, pyzmq, pyparsing, pyopenxr, Pygments, pydicom, pybind11, psutil, pluggy, platformdirs, pkginfo, Pillow, pep517, parso, ParmEd, openvr, openmm, nvidia-nvjitlink-cu12, nvidia-cuda-runtime-cu12, nvidia-cuda-nvrtc-cu12, nvidia-cuda-nvcc-cu12, nvidia-cuda-cupti-cu12, numexpr, nptyping, nibabel, networkx, nest-asyncio, ndindex, msgpack, MarkupSafe, markdown, lz4, lxml, line_profiler, kiwisolver, jupyterlab_widgets, iniconfig, imagesize, imagecodecs, idna, html2text, funcparserlib, fonttools, filelock, executing, docutils, decorator, debugpy, cycler, coverage, contourpy, comtypes, comm, charset_normalizer, cftime, certifi, babel, asttokens, alabaster, superqt, stack_data, requests, python-dateutil, pytest, pynrrd, prompt_toolkit, nvidia-cufft-cu12, netCDF4, matplotlib-inline, jupyter_core, Jinja2, jedi, ipython_pygments_lexers, ihm, blockdiag, beautifulsoup4, Sphinx, pytest-cov, pycollada, pandas, openmm-cuda-12, matplotlib, jupyter-client, ipython, blosc2, tables, sphinxcontrib-blockdiag, sphinx_autodoc_typehints, ipywidgets, ipykernel, tcia_utils, qtconsole
|
|---|
| 5990 |
|
|---|
| 5991 | Successfully installed Jinja2-3.1.6 MarkupSafe-3.0.2 ParmEd-4.2.2 Pillow-11.3.0 PyOpenGL-3.1.10 PyOpenGL-accelerate-3.1.10 Pygments-2.18.0 Sphinx-8.2.3 WMI-1.5.1 alabaster-1.0.0 appdirs-1.4.4 asttokens-3.0.0 babel-2.17.0 beautifulsoup4-4.13.5 blockdiag-3.0.0 blosc2-3.8.0 certifi-2025.8.3 cftime-1.6.4.post1 charset_normalizer-3.4.3 comm-0.2.3 comtypes-1.4.11 contourpy-1.3.3 coverage-7.10.7 cycler-0.12.1 debugpy-1.8.17 decorator-5.2.1 docutils-0.21.2 executing-2.2.1 filelock-3.19.1 fonttools-4.60.0 funcparserlib-2.0.0a0 glfw-2.10.0 grako-3.16.5 html2text-2025.4.15 idna-3.10 ihm-2.2 imagecodecs-2024.6.1 imagesize-1.4.1 iniconfig-2.1.0 ipykernel-6.30.1 ipython-9.5.0 ipython_pygments_lexers-1.1.1 ipywidgets-8.1.7 jedi-0.19.2 jupyter-client-8.6.3 jupyter_core-5.8.1 jupyterlab_widgets-3.0.15 kiwisolver-1.4.9 line_profiler-5.0.0 lxml-6.0.2 lz4-4.3.2 markdown-3.8.2 matplotlib-3.10.5 matplotlib-inline-0.1.7 msgpack-1.1.1 ndindex-1.10.0 nest-asyncio-1.6.0 netCDF4-1.6.5 networkx-3.3 nibabel-5.2.0 nptyping-2.5.0 numexpr-2.12.1 nvidia-cuda-cupti-cu12-12.9.79 nvidia-cuda-nvcc-cu12-12.9.86 nvidia-cuda-nvrtc-cu12-12.9.86 nvidia-cuda-runtime-cu12-12.9.79 nvidia-cufft-cu12-11.4.1.4 nvidia-nvjitlink-cu12-12.9.86 openmm-8.2.0 openmm-cuda-12-8.2.0 openvr-1.26.701 pandas-2.3.2 parso-0.8.5 pep517-0.13.1 pickleshare-0.7.5 pkginfo-1.12.1.2 platformdirs-4.4.0 pluggy-1.6.0 prompt_toolkit-3.0.52 psutil-7.0.0 pure-eval-0.2.3 py-cpuinfo-9.0.0 pybind11-3.0.1 pycollada-0.8 pydicom-2.4.4 pynrrd-1.0.0 pyopenxr-1.1.4501 pyparsing-3.2.5 pytest-8.4.2 pytest-cov-7.0.0 python-dateutil-2.9.0.post0 pytz-2025.2 pywin32-311 pyzmq-27.1.0 qtconsole-5.7.0 qtpy-2.4.3 qtshim-1.2 requests-2.32.5 roman-numerals-py-3.1.0 scipy-1.14.0 six-1.17.0 snowballstemmer-3.0.1 sortedcontainers-2.4.0 soupsieve-2.8 sphinx_autodoc_typehints-3.2.0 sphinxcontrib-applehelp-2.0.0 sphinxcontrib-blockdiag-3.0.0 sphinxcontrib-devhelp-2.0.0 sphinxcontrib-htmlhelp-2.1.0 sphinxcontrib-jsmath-1.0.1 sphinxcontrib-qthelp-2.0.0 sphinxcontrib-serializinghtml-2.0.0 stack_data-0.6.3 superqt-0.7.6 tables-3.10.2 tcia_utils-1.5.1 tifffile-2025.3.13 tinyarray-1.2.5 tornado-6.5.2 traitlets-5.14.3 typing-extensions-4.15.0 tzdata-2025.2 urllib3-2.5.0 wcwidth-0.2.14 webcolors-24.11.1 wheel-filename-1.4.2 widgetsnbextension-4.0.14
|
|---|
| 5992 | /home/goddard/ucsf/chimerax/ChimeraX.app/bin/python.exe -I -m pip install --upgrade-strategy only-if-needed --no-warn-script-location cxservices-1.2.3-py3-none-any.whl
|
|---|
| 5993 | Processing c:\cygwin64\home\goddard\ucsf\chimerax\prereqs\pips\cxservices-1.2.3-py3-none-any.whl
|
|---|
| 5994 | Requirement already satisfied: urllib3>=1.15 in c:\cygwin64\home\goddard\ucsf\chimerax\chimerax.app\bin\lib\site-packages (from cxservices==1.2.3) (2.5.0)
|
|---|
| 5995 | Requirement already satisfied: six>=1.10 in c:\cygwin64\home\goddard\ucsf\chimerax\chimerax.app\bin\lib\site-packages (from cxservices==1.2.3) (1.17.0)
|
|---|
| 5996 | Requirement already satisfied: certifi in c:\cygwin64\home\goddard\ucsf\chimerax\chimerax.app\bin\lib\site-packages (from cxservices==1.2.3) (2025.8.3)
|
|---|
| 5997 | Requirement already satisfied: python-dateutil in c:\cygwin64\home\goddard\ucsf\chimerax\chimerax.app\bin\lib\site-packages (from cxservices==1.2.3) (2.9.0.post0)
|
|---|
| 5998 | Installing collected packages: cxservices
|
|---|
| 5999 | Successfully installed cxservices-1.2.3
|
|---|
| 6000 | for p in tcia_utils.patch tcia_utils_metadata.patch grako.patch openmm_metadata_cygwin.patch; do \
|
|---|
| 6001 | patch --ignore-whitespace -d /home/goddard/ucsf/chimerax/ChimeraX.app/bin/Lib/site-packages -N -p0 < $p ; \
|
|---|
| 6002 | done
|
|---|
| 6003 | patching file tcia_utils/datacite.py
|
|---|
| 6004 | patching file tcia_utils/nbia.py
|
|---|
| 6005 | patching file tcia_utils/pathdb.py
|
|---|
| 6006 | patching file tcia_utils-1.5.1.dist-info/METADATA
|
|---|
| 6007 | patching file grako/grammars.py
|
|---|
| 6008 | patching file grako/util.py
|
|---|
| 6009 | patching file OpenMM_CUDA_12-8.2.0.dist-info/METADATA
|
|---|
| 6010 | # tcia_utils (a DICOM dependency) pulls in Pandas, but it is patched
|
|---|
| 6011 | # so that pandas is not needed. When those patches are upstreamed
|
|---|
| 6012 | # and pandas is optional this line can be removed
|
|---|
| 6013 | /home/goddard/ucsf/chimerax/ChimeraX.app/bin/python.exe -I -m pip uninstall -y pandas
|
|---|
| 6014 | Found existing installation: pandas 2.3.2
|
|---|
| 6015 | Uninstalling pandas-2.3.2:
|
|---|
| 6016 | Successfully uninstalled pandas-2.3.2
|
|---|
| 6017 | # openmm-cuda-12 brings in ~600MB of CUDA dependencies it does not use
|
|---|
| 6018 | /home/goddard/ucsf/chimerax/ChimeraX.app/bin/python.exe -I -m pip uninstall -y nvidia-cuda-runtime-cu12 nvidia-cuda-nvcc-cu12 nvidia-cuda-nvrtc-cu12 nvidia-cuda-cupti-cu12 nvidia-cufft-cu12
|
|---|
| 6019 | Found existing installation: nvidia-cuda-runtime-cu12 12.9.79
|
|---|
| 6020 | Uninstalling nvidia-cuda-runtime-cu12-12.9.79:
|
|---|
| 6021 | Successfully uninstalled nvidia-cuda-runtime-cu12-12.9.79
|
|---|
| 6022 | Found existing installation: nvidia-cuda-nvcc-cu12 12.9.86
|
|---|
| 6023 | Uninstalling nvidia-cuda-nvcc-cu12-12.9.86:
|
|---|
| 6024 | Successfully uninstalled nvidia-cuda-nvcc-cu12-12.9.86
|
|---|
| 6025 | Found existing installation: nvidia-cuda-nvrtc-cu12 12.9.86
|
|---|
| 6026 | Uninstalling nvidia-cuda-nvrtc-cu12-12.9.86:
|
|---|
| 6027 | Successfully uninstalled nvidia-cuda-nvrtc-cu12-12.9.86
|
|---|
| 6028 | Found existing installation: nvidia-cuda-cupti-cu12 12.9.79
|
|---|
| 6029 | Uninstalling nvidia-cuda-cupti-cu12-12.9.79:
|
|---|
| 6030 | Successfully uninstalled nvidia-cuda-cupti-cu12-12.9.79
|
|---|
| 6031 | Found existing installation: nvidia-cufft-cu12 11.4.1.4
|
|---|
| 6032 | Uninstalling nvidia-cufft-cu12-11.4.1.4:
|
|---|
| 6033 | Successfully uninstalled nvidia-cufft-cu12-11.4.1.4
|
|---|
| 6034 | make[3]: Leaving directory '/home/goddard/ucsf/chimerax/prereqs/pips'
|
|---|
| 6035 | make -C PyQt app-install
|
|---|
| 6036 | make[3]: Entering directory '/home/goddard/ucsf/chimerax/prereqs/PyQt'
|
|---|
| 6037 | make -f Makefile.wheel.qt6 BASE_VERSION=6.9 PYQT_MINOR_VERSION=1 QT_MINOR_VERSION=2 PYQTWE_MINOR_VERSION=0 PYQT_LICENSE=gpl app-install
|
|---|
| 6038 | make[4]: Entering directory '/home/goddard/ucsf/chimerax/prereqs/PyQt'
|
|---|
| 6039 | /home/goddard/ucsf/chimerax/ChimeraX.app/bin/python.exe -I -m pip install -U PyQt6-sip==13.10.2 PyQt6==6.9.1 PyQt6-Qt6==6.9.2 PyQt6_WebEngine==6.9.0 PyQt6-WebEngine-Qt6==6.9.2
|
|---|
| 6040 | Collecting PyQt6-sip==13.10.2
|
|---|
| 6041 | Using cached pyqt6_sip-13.10.2-cp311-cp311-win_amd64.whl.metadata (515 bytes)
|
|---|
| 6042 | Collecting PyQt6==6.9.1
|
|---|
| 6043 | Using cached pyqt6-6.9.1-cp39-abi3-win_amd64.whl.metadata (2.2 kB)
|
|---|
| 6044 | Collecting PyQt6-Qt6==6.9.2
|
|---|
| 6045 | Using cached pyqt6_qt6-6.9.2-py3-none-win_amd64.whl.metadata (551 bytes)
|
|---|
| 6046 | Collecting PyQt6_WebEngine==6.9.0
|
|---|
| 6047 | Using cached PyQt6_WebEngine-6.9.0-cp39-abi3-win_amd64.whl.metadata (1.9 kB)
|
|---|
| 6048 | Collecting PyQt6-WebEngine-Qt6==6.9.2
|
|---|
| 6049 | Using cached pyqt6_webengine_qt6-6.9.2-py3-none-win_amd64.whl.metadata (591 bytes)
|
|---|
| 6050 | Using cached pyqt6_sip-13.10.2-cp311-cp311-win_amd64.whl (53 kB)
|
|---|
| 6051 | Using cached pyqt6-6.9.1-cp39-abi3-win_amd64.whl (25.7 MB)
|
|---|
| 6052 | Using cached pyqt6_qt6-6.9.2-py3-none-win_amd64.whl (74.1 MB)
|
|---|
| 6053 | Using cached PyQt6_WebEngine-6.9.0-cp39-abi3-win_amd64.whl (237 kB)
|
|---|
| 6054 | Using cached pyqt6_webengine_qt6-6.9.2-py3-none-win_amd64.whl (127.0 MB)
|
|---|
| 6055 | Installing collected packages: PyQt6-WebEngine-Qt6, PyQt6-Qt6, PyQt6-sip, PyQt6, PyQt6_WebEngine
|
|---|
| 6056 | WARNING: The scripts pylupdate6.exe and pyuic6.exe are installed in 'C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Scripts' which is not on PATH.
|
|---|
| 6057 | Consider adding this directory to PATH or, if you prefer to suppress this warning, use --no-warn-script-location.
|
|---|
| 6058 |
|
|---|
| 6059 | Successfully installed PyQt6-6.9.1 PyQt6-Qt6-6.9.2 PyQt6-WebEngine-Qt6-6.9.2 PyQt6-sip-13.10.2 PyQt6_WebEngine-6.9.0
|
|---|
| 6060 | make[4]: Leaving directory '/home/goddard/ucsf/chimerax/prereqs/PyQt'
|
|---|
| 6061 | make[3]: Leaving directory '/home/goddard/ucsf/chimerax/prereqs/PyQt'
|
|---|
| 6062 | make[2]: Leaving directory '/home/goddard/ucsf/chimerax/prereqs'
|
|---|
| 6063 | make build-app-dirs
|
|---|
| 6064 | make[2]: Entering directory '/home/goddard/ucsf/chimerax'
|
|---|
| 6065 | mkdir -p /home/goddard/ucsf/chimerax/ChimeraX.app /home/goddard/ucsf/chimerax/ChimeraX.app/bin /home/goddard/ucsf/chimerax/ChimeraX.app/bin/share
|
|---|
| 6066 | mkdir -p /home/goddard/ucsf/chimerax/ChimeraX.app/bin/Lib/site-packages
|
|---|
| 6067 | make[2]: Leaving directory '/home/goddard/ucsf/chimerax'
|
|---|
| 6068 | make -C src install
|
|---|
| 6069 | make[2]: Entering directory '/home/goddard/ucsf/chimerax/src'
|
|---|
| 6070 | make -C bundles install
|
|---|
| 6071 | make[3]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles'
|
|---|
| 6072 | /home/goddard/ucsf/chimerax/ChimeraX.app/bin/python.exe -I Make_dependencies.py
|
|---|
| 6073 | make -C bundle_builder build
|
|---|
| 6074 | make[4]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/bundle_builder'
|
|---|
| 6075 | PYTHONNOUSERSITE=1 /home/goddard/ucsf/chimerax/ChimeraX.app/bin/python.exe -I -m build --no-isolation --wheel
|
|---|
| 6076 | * Getting build dependencies for wheel...
|
|---|
| 6077 | running egg_info
|
|---|
| 6078 | creating ChimeraX_BundleBuilder.egg-info
|
|---|
| 6079 | writing ChimeraX_BundleBuilder.egg-info\PKG-INFO
|
|---|
| 6080 | writing dependency_links to ChimeraX_BundleBuilder.egg-info\dependency_links.txt
|
|---|
| 6081 | writing entry points to ChimeraX_BundleBuilder.egg-info\entry_points.txt
|
|---|
| 6082 | writing top-level names to ChimeraX_BundleBuilder.egg-info\top_level.txt
|
|---|
| 6083 | writing manifest file 'ChimeraX_BundleBuilder.egg-info\SOURCES.txt'
|
|---|
| 6084 | reading manifest file 'ChimeraX_BundleBuilder.egg-info\SOURCES.txt'
|
|---|
| 6085 | writing manifest file 'ChimeraX_BundleBuilder.egg-info\SOURCES.txt'
|
|---|
| 6086 | * Building wheel...
|
|---|
| 6087 | running bdist_wheel
|
|---|
| 6088 | running build
|
|---|
| 6089 | running build_py
|
|---|
| 6090 | creating build\lib\chimerax\bundle_builder
|
|---|
| 6091 | copying src\bundle_builder.py -> build\lib\chimerax\bundle_builder
|
|---|
| 6092 | copying src\bundle_builder_toml.py -> build\lib\chimerax\bundle_builder
|
|---|
| 6093 | copying src\classifiers.py -> build\lib\chimerax\bundle_builder
|
|---|
| 6094 | copying src\cx_pep517.py -> build\lib\chimerax\bundle_builder
|
|---|
| 6095 | copying src\metadata_templates.py -> build\lib\chimerax\bundle_builder
|
|---|
| 6096 | copying src\wheel_tag.py -> build\lib\chimerax\bundle_builder
|
|---|
| 6097 | copying src\__init__.py -> build\lib\chimerax\bundle_builder
|
|---|
| 6098 | copying src\__main__.py -> build\lib\chimerax\bundle_builder
|
|---|
| 6099 | running egg_info
|
|---|
| 6100 | writing ChimeraX_BundleBuilder.egg-info\PKG-INFO
|
|---|
| 6101 | writing dependency_links to ChimeraX_BundleBuilder.egg-info\dependency_links.txt
|
|---|
| 6102 | writing entry points to ChimeraX_BundleBuilder.egg-info\entry_points.txt
|
|---|
| 6103 | writing top-level names to ChimeraX_BundleBuilder.egg-info\top_level.txt
|
|---|
| 6104 | reading manifest file 'ChimeraX_BundleBuilder.egg-info\SOURCES.txt'
|
|---|
| 6105 | writing manifest file 'ChimeraX_BundleBuilder.egg-info\SOURCES.txt'
|
|---|
| 6106 | installing to build\bdist.win-amd64\wheel
|
|---|
| 6107 | running install
|
|---|
| 6108 | running install_lib
|
|---|
| 6109 | creating build\bdist.win-amd64\wheel
|
|---|
| 6110 | creating build\bdist.win-amd64\wheel\chimerax
|
|---|
| 6111 | creating build\bdist.win-amd64\wheel\chimerax\bundle_builder
|
|---|
| 6112 | copying build\lib\chimerax\bundle_builder\bundle_builder.py -> build\bdist.win-amd64\wheel\.\chimerax\bundle_builder
|
|---|
| 6113 | copying build\lib\chimerax\bundle_builder\bundle_builder_toml.py -> build\bdist.win-amd64\wheel\.\chimerax\bundle_builder
|
|---|
| 6114 | copying build\lib\chimerax\bundle_builder\classifiers.py -> build\bdist.win-amd64\wheel\.\chimerax\bundle_builder
|
|---|
| 6115 | copying build\lib\chimerax\bundle_builder\cx_pep517.py -> build\bdist.win-amd64\wheel\.\chimerax\bundle_builder
|
|---|
| 6116 | copying build\lib\chimerax\bundle_builder\metadata_templates.py -> build\bdist.win-amd64\wheel\.\chimerax\bundle_builder
|
|---|
| 6117 | copying build\lib\chimerax\bundle_builder\wheel_tag.py -> build\bdist.win-amd64\wheel\.\chimerax\bundle_builder
|
|---|
| 6118 | copying build\lib\chimerax\bundle_builder\__init__.py -> build\bdist.win-amd64\wheel\.\chimerax\bundle_builder
|
|---|
| 6119 | copying build\lib\chimerax\bundle_builder\__main__.py -> build\bdist.win-amd64\wheel\.\chimerax\bundle_builder
|
|---|
| 6120 | running install_egg_info
|
|---|
| 6121 | Copying ChimeraX_BundleBuilder.egg-info to build\bdist.win-amd64\wheel\.\ChimeraX_BundleBuilder-1.6.0-py3.11.egg-info
|
|---|
| 6122 | running install_scripts
|
|---|
| 6123 | creating build\bdist.win-amd64\wheel\chimerax_bundlebuilder-1.6.0.dist-info\WHEEL
|
|---|
| 6124 | creating 'C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\bundle_builder\dist\.tmp-lrx6njwh\chimerax_bundlebuilder-1.6.0-py3-none-any.whl' and adding 'build\bdist.win-amd64\wheel' to it
|
|---|
| 6125 | adding 'chimerax/bundle_builder/__init__.py'
|
|---|
| 6126 | adding 'chimerax/bundle_builder/__main__.py'
|
|---|
| 6127 | adding 'chimerax/bundle_builder/bundle_builder.py'
|
|---|
| 6128 | adding 'chimerax/bundle_builder/bundle_builder_toml.py'
|
|---|
| 6129 | adding 'chimerax/bundle_builder/classifiers.py'
|
|---|
| 6130 | adding 'chimerax/bundle_builder/cx_pep517.py'
|
|---|
| 6131 | adding 'chimerax/bundle_builder/metadata_templates.py'
|
|---|
| 6132 | adding 'chimerax/bundle_builder/wheel_tag.py'
|
|---|
| 6133 | adding 'chimerax_bundlebuilder-1.6.0.dist-info/METADATA'
|
|---|
| 6134 | adding 'chimerax_bundlebuilder-1.6.0.dist-info/WHEEL'
|
|---|
| 6135 | adding 'chimerax_bundlebuilder-1.6.0.dist-info/entry_points.txt'
|
|---|
| 6136 | adding 'chimerax_bundlebuilder-1.6.0.dist-info/top_level.txt'
|
|---|
| 6137 | adding 'chimerax_bundlebuilder-1.6.0.dist-info/RECORD'
|
|---|
| 6138 | removing build\bdist.win-amd64\wheel
|
|---|
| 6139 | Successfully built chimerax_bundlebuilder-1.6.0-py3-none-any.whl
|
|---|
| 6140 | PYTHONNOUSERSITE=1 /home/goddard/ucsf/chimerax/ChimeraX.app/bin/python.exe -I -m pip uninstall --yes ChimeraX-BundleBuilder
|
|---|
| 6141 | WARNING: Skipping ChimeraX-BundleBuilder as it is not installed.
|
|---|
| 6142 | PYTHONNOUSERSITE=1 /home/goddard/ucsf/chimerax/ChimeraX.app/bin/python.exe -I -m pip install --no-build-isolation .
|
|---|
| 6143 | Processing c:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\bundle_builder
|
|---|
| 6144 | Preparing metadata (pyproject.toml): started
|
|---|
| 6145 | Preparing metadata (pyproject.toml): finished with status 'done'
|
|---|
| 6146 | Building wheels for collected packages: ChimeraX-BundleBuilder
|
|---|
| 6147 | Building wheel for ChimeraX-BundleBuilder (pyproject.toml): started
|
|---|
| 6148 | Building wheel for ChimeraX-BundleBuilder (pyproject.toml): finished with status 'done'
|
|---|
| 6149 | Created wheel for ChimeraX-BundleBuilder: filename=chimerax_bundlebuilder-1.6.0-py3-none-any.whl size=43032 sha256=fb9270c7fa36b39909103566b1561f99a4a3b7553ee66d393ccb228f2d191911
|
|---|
| 6150 | Stored in directory: C:\Users\goddard\AppData\Local\Temp\pip-ephem-wheel-cache-kri12o1o\wheels\5a\0b\1e\6056bfd6c4777dda0c5dc7df0828d0bd3d66770a2126b5f3b6
|
|---|
| 6151 | Successfully built ChimeraX-BundleBuilder
|
|---|
| 6152 | Installing collected packages: ChimeraX-BundleBuilder
|
|---|
| 6153 | Successfully installed ChimeraX-BundleBuilder-1.6.0
|
|---|
| 6154 | make sync
|
|---|
| 6155 | make[5]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/bundle_builder'
|
|---|
| 6156 | cp -av dist/*.whl /home/goddard/ucsf/chimerax/build/sync/
|
|---|
| 6157 | 'dist/chimerax_bundlebuilder-1.6.0-py3-none-any.whl' -> '/home/goddard/ucsf/chimerax/build/sync/chimerax_bundlebuilder-1.6.0-py3-none-any.whl'
|
|---|
| 6158 | make[5]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/bundle_builder'
|
|---|
| 6159 | make[4]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/bundle_builder'
|
|---|
| 6160 | make -C core build
|
|---|
| 6161 | make[4]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/core'
|
|---|
| 6162 | rm -rf __pycache__ src/__pycache__ build dist *.egg-info src/_serialize.cpp \
|
|---|
| 6163 | src/buildinfo.py src/commands/_atomspec.py src/toolshed/__pycache__ \
|
|---|
| 6164 | src/lib/* core_cpp/*/*.a core_cpp/*/*.o src/include src/*.so \
|
|---|
| 6165 | chutil_cpp logger_cpp ioutil_cpp mac_util_cpp toolshed commands \
|
|---|
| 6166 | _serialize.cpp buildinfo.py setup.py
|
|---|
| 6167 | rm -f src/buildinfo.py
|
|---|
| 6168 | PYTHONNOUSERSITE=1 /home/goddard/ucsf/chimerax/ChimeraX.app/bin/python.exe -I mkbuildinfo -b /home/goddard/ucsf/chimerax 1.11.dev202509231826 || (rm src/buildinfo.py ; exit 1)
|
|---|
| 6169 | PYTHONNOUSERSITE=1 /home/goddard/ucsf/chimerax/ChimeraX.app/bin/python.exe -I -m grako --name _atomspec -o src/commands/_atomspec.py src/commands/_atomspec.peg
|
|---|
| 6170 | ------------------------------------------------------------------------
|
|---|
| 6171 | 503 lines in grammar
|
|---|
| 6172 | 28 rules in grammar
|
|---|
| 6173 | 303 nodes in AST
|
|---|
| 6174 | PYTHONNOUSERSITE=1 /home/goddard/ucsf/chimerax/ChimeraX.app/bin/python.exe -I -m build --no-isolation --wheel
|
|---|
| 6175 | * Getting build dependencies for wheel...
|
|---|
| 6176 | * Building wheel...
|
|---|
| 6177 | Compiling src/_serialize.pyx because it changed.
|
|---|
| 6178 | [1/1] Cythonizing src/_serialize.pyx
|
|---|
| 6179 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\setuptools\command\bdist_wheel.py:103: RuntimeWarning: Config variable 'Py_DEBUG' is unset, Python ABI tag may be incorrect
|
|---|
| 6180 | if get_flag("Py_DEBUG", hasattr(sys, "gettotalrefcount"), warn=(impl == "cp")):
|
|---|
| 6181 | cl : Command line warning D9002 : ignoring unknown option '/std:c++11'
|
|---|
| 6182 | cmp_nocase.cpp
|
|---|
| 6183 | core_cpp/chutil\cmp_nocase.cpp(46): warning C4267: 'return': conversion from 'size_t' to 'int', possible loss of data
|
|---|
| 6184 | cl : Command line warning D9002 : ignoring unknown option '/std:c++11'
|
|---|
| 6185 | IOFile.cpp
|
|---|
| 6186 | core_cpp/chutil\IOFile.cpp(63): warning C4267: 'argument': conversion from 'size_t' to 'int', possible loss of data
|
|---|
| 6187 | core_cpp/chutil\IOFile.cpp(85): warning C4267: 'argument': conversion from 'size_t' to 'int', possible loss of data
|
|---|
| 6188 | core_cpp/chutil\IOFile.cpp(111): warning C4267: 'argument': conversion from 'size_t' to 'int', possible loss of data
|
|---|
| 6189 | Microsoft (R) Library Manager Version 14.29.30152.0
|
|---|
| 6190 | Copyright (C) Microsoft Corporation. All rights reserved.
|
|---|
| 6191 |
|
|---|
| 6192 | cl : Command line warning D9002 : ignoring unknown option '/std:c++11'
|
|---|
| 6193 | GetOpt.cpp
|
|---|
| 6194 | cl : Command line warning D9002 : ignoring unknown option '/std:c++11'
|
|---|
| 6195 | pstream.cpp
|
|---|
| 6196 | core_cpp/ioutil\pstream.cpp(132): warning C4267: 'argument': conversion from 'size_t' to 'int', possible loss of data
|
|---|
| 6197 | core_cpp/ioutil\pstream.cpp(92): warning C4996: '_wgetenv': This function or variable may be unsafe. Consider using _wdupenv_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
|
|---|
| 6198 | core_cpp/ioutil\pstream.cpp(98): warning C4996: 'GetVersionExA': was declared deprecated
|
|---|
| 6199 | cl : Command line warning D9002 : ignoring unknown option '/std:c++11'
|
|---|
| 6200 | tokenize.cpp
|
|---|
| 6201 | core_cpp/ioutil\tokenize.cpp(55): warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
|
|---|
| 6202 | core_cpp/ioutil\tokenize.cpp(92): warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
|
|---|
| 6203 | win32_dirent.c
|
|---|
| 6204 | core_cpp/ioutil/win32_dirent.c(54): warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
|
|---|
| 6205 | core_cpp/ioutil/win32_dirent.c(47): warning C4267: 'initializing': conversion from 'size_t' to 'int', possible loss of data
|
|---|
| 6206 | core_cpp/ioutil/win32_dirent.c(56): warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
|
|---|
| 6207 | core_cpp/ioutil/win32_dirent.c(91): warning C4996: 'strncpy': This function or variable may be unsafe. Consider using strncpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
|
|---|
| 6208 | Microsoft (R) Library Manager Version 14.29.30152.0
|
|---|
| 6209 | Copyright (C) Microsoft Corporation. All rights reserved.
|
|---|
| 6210 |
|
|---|
| 6211 | cl : Command line warning D9002 : ignoring unknown option '/std:c++11'
|
|---|
| 6212 | logger.cpp
|
|---|
| 6213 | Microsoft (R) Library Manager Version 14.29.30152.0
|
|---|
| 6214 | Copyright (C) Microsoft Corporation. All rights reserved.
|
|---|
| 6215 |
|
|---|
| 6216 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\setuptools\config\_apply_pyprojecttoml.py:82: SetuptoolsDeprecationWarning: `project.license` as a TOML table is deprecated
|
|---|
| 6217 | !!
|
|---|
| 6218 |
|
|---|
| 6219 | ********************************************************************************
|
|---|
| 6220 | Please use a simple string containing a SPDX expression for `project.license`. You can also use `project.license-files`. (Both options available on setuptools>=77.0.0).
|
|---|
| 6221 |
|
|---|
| 6222 | By 2026-Feb-18, you need to update your project and remove deprecated calls
|
|---|
| 6223 | or your builds will no longer be supported.
|
|---|
| 6224 |
|
|---|
| 6225 | See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details.
|
|---|
| 6226 | ********************************************************************************
|
|---|
| 6227 |
|
|---|
| 6228 | !!
|
|---|
| 6229 | corresp(dist, value, root_dir)
|
|---|
| 6230 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\setuptools\config\expand.py:126: SetuptoolsWarning: File 'C:\\cygwin64\\home\\goddard\\ucsf\\chimerax\\src\\bundles\\core\\copyright.txt' cannot be found
|
|---|
| 6231 | return '\n'.join(
|
|---|
| 6232 | running build
|
|---|
| 6233 | running build_py
|
|---|
| 6234 | creating build\lib.win-amd64-cpython-311\chimerax\core
|
|---|
| 6235 | copying src\attributes.py -> build\lib.win-amd64-cpython-311\chimerax\core
|
|---|
| 6236 | copying src\buildinfo.py -> build\lib.win-amd64-cpython-311\chimerax\core
|
|---|
| 6237 | copying src\colors.py -> build\lib.win-amd64-cpython-311\chimerax\core
|
|---|
| 6238 | copying src\configfile.py -> build\lib.win-amd64-cpython-311\chimerax\core
|
|---|
| 6239 | copying src\core_settings.py -> build\lib.win-amd64-cpython-311\chimerax\core
|
|---|
| 6240 | copying src\core_triggers.py -> build\lib.win-amd64-cpython-311\chimerax\core
|
|---|
| 6241 | copying src\data_events.py -> build\lib.win-amd64-cpython-311\chimerax\core
|
|---|
| 6242 | copying src\decorators.py -> build\lib.win-amd64-cpython-311\chimerax\core
|
|---|
| 6243 | copying src\errors.py -> build\lib.win-amd64-cpython-311\chimerax\core
|
|---|
| 6244 | copying src\fetch.py -> build\lib.win-amd64-cpython-311\chimerax\core
|
|---|
| 6245 | copying src\filehistory.py -> build\lib.win-amd64-cpython-311\chimerax\core
|
|---|
| 6246 | copying src\generic3d.py -> build\lib.win-amd64-cpython-311\chimerax\core
|
|---|
| 6247 | copying src\history.py -> build\lib.win-amd64-cpython-311\chimerax\core
|
|---|
| 6248 | copying src\logger.py -> build\lib.win-amd64-cpython-311\chimerax\core
|
|---|
| 6249 | copying src\models.py -> build\lib.win-amd64-cpython-311\chimerax\core
|
|---|
| 6250 | copying src\nogui.py -> build\lib.win-amd64-cpython-311\chimerax\core
|
|---|
| 6251 | copying src\objects.py -> build\lib.win-amd64-cpython-311\chimerax\core
|
|---|
| 6252 | copying src\orderedset.py -> build\lib.win-amd64-cpython-311\chimerax\core
|
|---|
| 6253 | copying src\order_dag.py -> build\lib.win-amd64-cpython-311\chimerax\core
|
|---|
| 6254 | copying src\python_utils.py -> build\lib.win-amd64-cpython-311\chimerax\core
|
|---|
| 6255 | copying src\safesave.py -> build\lib.win-amd64-cpython-311\chimerax\core
|
|---|
| 6256 | copying src\scripting.py -> build\lib.win-amd64-cpython-311\chimerax\core
|
|---|
| 6257 | copying src\selection.py -> build\lib.win-amd64-cpython-311\chimerax\core
|
|---|
| 6258 | copying src\serialize.py -> build\lib.win-amd64-cpython-311\chimerax\core
|
|---|
| 6259 | copying src\session.py -> build\lib.win-amd64-cpython-311\chimerax\core
|
|---|
| 6260 | copying src\settings.py -> build\lib.win-amd64-cpython-311\chimerax\core
|
|---|
| 6261 | copying src\startup.py -> build\lib.win-amd64-cpython-311\chimerax\core
|
|---|
| 6262 | copying src\state.py -> build\lib.win-amd64-cpython-311\chimerax\core
|
|---|
| 6263 | copying src\tasks.py -> build\lib.win-amd64-cpython-311\chimerax\core
|
|---|
| 6264 | copying src\threadq.py -> build\lib.win-amd64-cpython-311\chimerax\core
|
|---|
| 6265 | copying src\tools.py -> build\lib.win-amd64-cpython-311\chimerax\core
|
|---|
| 6266 | copying src\triggerset.py -> build\lib.win-amd64-cpython-311\chimerax\core
|
|---|
| 6267 | copying src\undo.py -> build\lib.win-amd64-cpython-311\chimerax\core
|
|---|
| 6268 | copying src\updateloop.py -> build\lib.win-amd64-cpython-311\chimerax\core
|
|---|
| 6269 | copying src\utils.py -> build\lib.win-amd64-cpython-311\chimerax\core
|
|---|
| 6270 | copying src\x3d.py -> build\lib.win-amd64-cpython-311\chimerax\core
|
|---|
| 6271 | copying src\_serial_python.py -> build\lib.win-amd64-cpython-311\chimerax\core
|
|---|
| 6272 | copying src\__init__.py -> build\lib.win-amd64-cpython-311\chimerax\core
|
|---|
| 6273 | copying src\__main__.py -> build\lib.win-amd64-cpython-311\chimerax\core
|
|---|
| 6274 | creating build\lib.win-amd64-cpython-311\chimerax\core\commands
|
|---|
| 6275 | copying src\commands\atomspec.py -> build\lib.win-amd64-cpython-311\chimerax\core\commands
|
|---|
| 6276 | copying src\commands\cli.py -> build\lib.win-amd64-cpython-311\chimerax\core\commands
|
|---|
| 6277 | copying src\commands\colorarg.py -> build\lib.win-amd64-cpython-311\chimerax\core\commands
|
|---|
| 6278 | copying src\commands\devel.py -> build\lib.win-amd64-cpython-311\chimerax\core\commands
|
|---|
| 6279 | copying src\commands\logging.py -> build\lib.win-amd64-cpython-311\chimerax\core\commands
|
|---|
| 6280 | copying src\commands\motion.py -> build\lib.win-amd64-cpython-311\chimerax\core\commands
|
|---|
| 6281 | copying src\commands\pip.py -> build\lib.win-amd64-cpython-311\chimerax\core\commands
|
|---|
| 6282 | copying src\commands\run.py -> build\lib.win-amd64-cpython-311\chimerax\core\commands
|
|---|
| 6283 | copying src\commands\runscript.py -> build\lib.win-amd64-cpython-311\chimerax\core\commands
|
|---|
| 6284 | copying src\commands\toolshed.py -> build\lib.win-amd64-cpython-311\chimerax\core\commands
|
|---|
| 6285 | copying src\commands\_atomspec.py -> build\lib.win-amd64-cpython-311\chimerax\core\commands
|
|---|
| 6286 | copying src\commands\__init__.py -> build\lib.win-amd64-cpython-311\chimerax\core\commands
|
|---|
| 6287 | creating build\lib.win-amd64-cpython-311\chimerax\core\toolshed
|
|---|
| 6288 | copying src\toolshed\available.py -> build\lib.win-amd64-cpython-311\chimerax\core\toolshed
|
|---|
| 6289 | copying src\toolshed\info.py -> build\lib.win-amd64-cpython-311\chimerax\core\toolshed
|
|---|
| 6290 | copying src\toolshed\installed.py -> build\lib.win-amd64-cpython-311\chimerax\core\toolshed
|
|---|
| 6291 | copying src\toolshed\__init__.py -> build\lib.win-amd64-cpython-311\chimerax\core\toolshed
|
|---|
| 6292 | creating build\lib.win-amd64-cpython-311\chimerax\core\lib
|
|---|
| 6293 | copying src\lib\libchutil.lib -> build\lib.win-amd64-cpython-311\chimerax\core\lib
|
|---|
| 6294 | copying src\lib\libioutil.lib -> build\lib.win-amd64-cpython-311\chimerax\core\lib
|
|---|
| 6295 | copying src\lib\liblogger.lib -> build\lib.win-amd64-cpython-311\chimerax\core\lib
|
|---|
| 6296 | creating build\lib.win-amd64-cpython-311\chimerax\core\include\chutil
|
|---|
| 6297 | copying src\include\chutil\cmp_nocase.h -> build\lib.win-amd64-cpython-311\chimerax\core\include\chutil
|
|---|
| 6298 | copying src\include\chutil\CString.h -> build\lib.win-amd64-cpython-311\chimerax\core\include\chutil
|
|---|
| 6299 | copying src\include\chutil\IOFile.h -> build\lib.win-amd64-cpython-311\chimerax\core\include\chutil
|
|---|
| 6300 | copying src\include\chutil\VectorMap.h -> build\lib.win-amd64-cpython-311\chimerax\core\include\chutil
|
|---|
| 6301 | creating build\lib.win-amd64-cpython-311\chimerax\core\include\logger
|
|---|
| 6302 | copying src\include\logger\imex.h -> build\lib.win-amd64-cpython-311\chimerax\core\include\logger
|
|---|
| 6303 | copying src\include\logger\logger.h -> build\lib.win-amd64-cpython-311\chimerax\core\include\logger
|
|---|
| 6304 | creating build\lib.win-amd64-cpython-311\chimerax\core\include\pysupport
|
|---|
| 6305 | copying src\include\pysupport\convert.h -> build\lib.win-amd64-cpython-311\chimerax\core\include\pysupport
|
|---|
| 6306 | copying src\colorbrewer.json -> build\lib.win-amd64-cpython-311\chimerax\core
|
|---|
| 6307 | creating build\lib.win-amd64-cpython-311\chimerax\core\include\ioutil
|
|---|
| 6308 | copying src\include\ioutil\direntry.h -> build\lib.win-amd64-cpython-311\chimerax\core\include\ioutil
|
|---|
| 6309 | copying src\include\ioutil\GetOpt.h -> build\lib.win-amd64-cpython-311\chimerax\core\include\ioutil
|
|---|
| 6310 | copying src\include\ioutil\pstream.h -> build\lib.win-amd64-cpython-311\chimerax\core\include\ioutil
|
|---|
| 6311 | copying src\include\ioutil\tokenize.h -> build\lib.win-amd64-cpython-311\chimerax\core\include\ioutil
|
|---|
| 6312 | copying src\include\ioutil\win32_dirent.h -> build\lib.win-amd64-cpython-311\chimerax\core\include\ioutil
|
|---|
| 6313 | creating build\lib.win-amd64-cpython-311\chimerax\core\include\mac_util
|
|---|
| 6314 | copying src\include\mac_util\enablemultitouch.h -> build\lib.win-amd64-cpython-311\chimerax\core\include\mac_util
|
|---|
| 6315 | copying src\include\mac_util\enablemultitouch_mac.h -> build\lib.win-amd64-cpython-311\chimerax\core\include\mac_util
|
|---|
| 6316 | copying src\include\mac_util\setfileicon.h -> build\lib.win-amd64-cpython-311\chimerax\core\include\mac_util
|
|---|
| 6317 | copying src\include\mac_util\setfileicon_mac.h -> build\lib.win-amd64-cpython-311\chimerax\core\include\mac_util
|
|---|
| 6318 | running build_ext
|
|---|
| 6319 | building 'chimerax.core._serialize' extension
|
|---|
| 6320 | creating build\temp.win-amd64-cpython-311\Release\src
|
|---|
| 6321 | "C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\bin\HostX64\x64\cl.exe" /c /nologo /O2 /W3 /GL /DNDEBUG /MD -DMAJOR_VERSION=1 -DMINOR_VERSION=0 -IC:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\include -IC:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\include -IC:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Include "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\ucrt" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\shared" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\um" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\winrt" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\cppwinrt" "-Ic:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include" "-Ic:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\atlmfc\include" "-Ic:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\ucrt" "-Ic:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\shared" "-Ic:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\um" "-Ic:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\winrt" "-Ic:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\cppwinrt" /EHsc /Tpsrc/_serialize.cpp /Fobuild\temp.win-amd64-cpython-311\Release\src\_serialize.obj /std:c++11
|
|---|
| 6322 | cl : Command line warning D9002 : ignoring unknown option '/std:c++11'
|
|---|
| 6323 | _serialize.cpp
|
|---|
| 6324 | The contents of <string_view> are available only with C++17 or later.
|
|---|
| 6325 | src/_serialize.cpp(4090): warning C4267: 'argument': conversion from 'size_t' to 'const _Elem', possible loss of data
|
|---|
| 6326 | with
|
|---|
| 6327 | [
|
|---|
| 6328 | _Elem=char
|
|---|
| 6329 | ]
|
|---|
| 6330 | src/_serialize.cpp(4104): warning C4267: 'argument': conversion from 'size_t' to 'const _Elem', possible loss of data
|
|---|
| 6331 | with
|
|---|
| 6332 | [
|
|---|
| 6333 | _Elem=char
|
|---|
| 6334 | ]
|
|---|
| 6335 | src/_serialize.cpp(4256): warning C4267: 'argument': conversion from 'size_t' to 'const _Elem', possible loss of data
|
|---|
| 6336 | with
|
|---|
| 6337 | [
|
|---|
| 6338 | _Elem=char
|
|---|
| 6339 | ]
|
|---|
| 6340 | src/_serialize.cpp(4270): warning C4267: 'argument': conversion from 'size_t' to 'const _Elem', possible loss of data
|
|---|
| 6341 | with
|
|---|
| 6342 | [
|
|---|
| 6343 | _Elem=char
|
|---|
| 6344 | ]
|
|---|
| 6345 | src/_serialize.cpp(4284): warning C4267: 'argument': conversion from 'size_t' to 'const _Elem', possible loss of data
|
|---|
| 6346 | with
|
|---|
| 6347 | [
|
|---|
| 6348 | _Elem=char
|
|---|
| 6349 | ]
|
|---|
| 6350 | src/_serialize.cpp(14637): warning C4551: function call missing argument list
|
|---|
| 6351 | src/_serialize.cpp(14644): warning C4551: function call missing argument list
|
|---|
| 6352 | src/_serialize.cpp(14835): warning C4551: function call missing argument list
|
|---|
| 6353 | src/_serialize.cpp(14836): warning C4551: function call missing argument list
|
|---|
| 6354 | src/_serialize.cpp(14837): warning C4551: function call missing argument list
|
|---|
| 6355 | src/_serialize.cpp(15365): warning C4551: function call missing argument list
|
|---|
| 6356 | src/_serialize.cpp(17617): warning C4551: function call missing argument list
|
|---|
| 6357 | src/_serialize.cpp(17641): warning C4551: function call missing argument list
|
|---|
| 6358 | src/_serialize.cpp(17642): warning C4551: function call missing argument list
|
|---|
| 6359 | src/_serialize.cpp(17643): warning C4551: function call missing argument list
|
|---|
| 6360 | "C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\bin\HostX64\x64\link.exe" /nologo /INCREMENTAL:NO /LTCG /DLL /MANIFEST:EMBED,ID=2 /MANIFESTUAC:NO /LIBPATH:C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\lib /LIBPATH:C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\libs /LIBPATH:C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin /LIBPATH:C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\PCbuild\amd64 "/LIBPATH:C:\Program Files (x86)\Windows Kits\10\lib\10.0.19041.0\ucrt\x64" "/LIBPATH:C:\Program Files (x86)\Windows Kits\10\lib\10.0.19041.0\um\x64" "/LIBPATH:c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\lib\\x64" "/LIBPATH:c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\atlmfc\lib\\x64" "/LIBPATH:c:\Program Files (x86)\Windows Kits\10\lib\10.0.19041.0\ucrt\x64" "/LIBPATH:c:\Program Files (x86)\Windows Kits\10\lib\10.0.19041.0\um\x64" /EXPORT:PyInit__serialize build\temp.win-amd64-cpython-311\Release\src\_serialize.obj /OUT:build\lib.win-amd64-cpython-311\chimerax\core\_serialize.cp311-win_amd64.pyd /IMPLIB:build\temp.win-amd64-cpython-311\Release\src\_serialize.cp311-win_amd64.lib
|
|---|
| 6361 | Creating library build\temp.win-amd64-cpython-311\Release\src\_serialize.cp311-win_amd64.lib and object build\temp.win-amd64-cpython-311\Release\src\_serialize.cp311-win_amd64.exp
|
|---|
| 6362 | Generating code
|
|---|
| 6363 | Finished generating code
|
|---|
| 6364 | running bdist_wheel
|
|---|
| 6365 | installing to build\bdist.win-amd64\wheel
|
|---|
| 6366 | running install
|
|---|
| 6367 | running install_lib
|
|---|
| 6368 | running build_ext
|
|---|
| 6369 | creating build\bdist.win-amd64\wheel
|
|---|
| 6370 | creating build\bdist.win-amd64\wheel\chimerax
|
|---|
| 6371 | creating build\bdist.win-amd64\wheel\chimerax\core
|
|---|
| 6372 | copying build\lib.win-amd64-cpython-311\chimerax\core\attributes.py -> build\bdist.win-amd64\wheel\.\chimerax\core
|
|---|
| 6373 | copying build\lib.win-amd64-cpython-311\chimerax\core\buildinfo.py -> build\bdist.win-amd64\wheel\.\chimerax\core
|
|---|
| 6374 | copying build\lib.win-amd64-cpython-311\chimerax\core\colorbrewer.json -> build\bdist.win-amd64\wheel\.\chimerax\core
|
|---|
| 6375 | copying build\lib.win-amd64-cpython-311\chimerax\core\colors.py -> build\bdist.win-amd64\wheel\.\chimerax\core
|
|---|
| 6376 | creating build\bdist.win-amd64\wheel\chimerax\core\commands
|
|---|
| 6377 | copying build\lib.win-amd64-cpython-311\chimerax\core\commands\atomspec.py -> build\bdist.win-amd64\wheel\.\chimerax\core\commands
|
|---|
| 6378 | copying build\lib.win-amd64-cpython-311\chimerax\core\commands\cli.py -> build\bdist.win-amd64\wheel\.\chimerax\core\commands
|
|---|
| 6379 | copying build\lib.win-amd64-cpython-311\chimerax\core\commands\colorarg.py -> build\bdist.win-amd64\wheel\.\chimerax\core\commands
|
|---|
| 6380 | copying build\lib.win-amd64-cpython-311\chimerax\core\commands\devel.py -> build\bdist.win-amd64\wheel\.\chimerax\core\commands
|
|---|
| 6381 | copying build\lib.win-amd64-cpython-311\chimerax\core\commands\logging.py -> build\bdist.win-amd64\wheel\.\chimerax\core\commands
|
|---|
| 6382 | copying build\lib.win-amd64-cpython-311\chimerax\core\commands\motion.py -> build\bdist.win-amd64\wheel\.\chimerax\core\commands
|
|---|
| 6383 | copying build\lib.win-amd64-cpython-311\chimerax\core\commands\pip.py -> build\bdist.win-amd64\wheel\.\chimerax\core\commands
|
|---|
| 6384 | copying build\lib.win-amd64-cpython-311\chimerax\core\commands\run.py -> build\bdist.win-amd64\wheel\.\chimerax\core\commands
|
|---|
| 6385 | copying build\lib.win-amd64-cpython-311\chimerax\core\commands\runscript.py -> build\bdist.win-amd64\wheel\.\chimerax\core\commands
|
|---|
| 6386 | copying build\lib.win-amd64-cpython-311\chimerax\core\commands\toolshed.py -> build\bdist.win-amd64\wheel\.\chimerax\core\commands
|
|---|
| 6387 | copying build\lib.win-amd64-cpython-311\chimerax\core\commands\_atomspec.py -> build\bdist.win-amd64\wheel\.\chimerax\core\commands
|
|---|
| 6388 | copying build\lib.win-amd64-cpython-311\chimerax\core\commands\__init__.py -> build\bdist.win-amd64\wheel\.\chimerax\core\commands
|
|---|
| 6389 | copying build\lib.win-amd64-cpython-311\chimerax\core\configfile.py -> build\bdist.win-amd64\wheel\.\chimerax\core
|
|---|
| 6390 | copying build\lib.win-amd64-cpython-311\chimerax\core\core_settings.py -> build\bdist.win-amd64\wheel\.\chimerax\core
|
|---|
| 6391 | copying build\lib.win-amd64-cpython-311\chimerax\core\core_triggers.py -> build\bdist.win-amd64\wheel\.\chimerax\core
|
|---|
| 6392 | copying build\lib.win-amd64-cpython-311\chimerax\core\data_events.py -> build\bdist.win-amd64\wheel\.\chimerax\core
|
|---|
| 6393 | copying build\lib.win-amd64-cpython-311\chimerax\core\decorators.py -> build\bdist.win-amd64\wheel\.\chimerax\core
|
|---|
| 6394 | copying build\lib.win-amd64-cpython-311\chimerax\core\errors.py -> build\bdist.win-amd64\wheel\.\chimerax\core
|
|---|
| 6395 | copying build\lib.win-amd64-cpython-311\chimerax\core\fetch.py -> build\bdist.win-amd64\wheel\.\chimerax\core
|
|---|
| 6396 | copying build\lib.win-amd64-cpython-311\chimerax\core\filehistory.py -> build\bdist.win-amd64\wheel\.\chimerax\core
|
|---|
| 6397 | copying build\lib.win-amd64-cpython-311\chimerax\core\generic3d.py -> build\bdist.win-amd64\wheel\.\chimerax\core
|
|---|
| 6398 | copying build\lib.win-amd64-cpython-311\chimerax\core\history.py -> build\bdist.win-amd64\wheel\.\chimerax\core
|
|---|
| 6399 | creating build\bdist.win-amd64\wheel\chimerax\core\include
|
|---|
| 6400 | creating build\bdist.win-amd64\wheel\chimerax\core\include\chutil
|
|---|
| 6401 | copying build\lib.win-amd64-cpython-311\chimerax\core\include\chutil\cmp_nocase.h -> build\bdist.win-amd64\wheel\.\chimerax\core\include\chutil
|
|---|
| 6402 | copying build\lib.win-amd64-cpython-311\chimerax\core\include\chutil\CString.h -> build\bdist.win-amd64\wheel\.\chimerax\core\include\chutil
|
|---|
| 6403 | copying build\lib.win-amd64-cpython-311\chimerax\core\include\chutil\IOFile.h -> build\bdist.win-amd64\wheel\.\chimerax\core\include\chutil
|
|---|
| 6404 | copying build\lib.win-amd64-cpython-311\chimerax\core\include\chutil\VectorMap.h -> build\bdist.win-amd64\wheel\.\chimerax\core\include\chutil
|
|---|
| 6405 | creating build\bdist.win-amd64\wheel\chimerax\core\include\ioutil
|
|---|
| 6406 | copying build\lib.win-amd64-cpython-311\chimerax\core\include\ioutil\direntry.h -> build\bdist.win-amd64\wheel\.\chimerax\core\include\ioutil
|
|---|
| 6407 | copying build\lib.win-amd64-cpython-311\chimerax\core\include\ioutil\GetOpt.h -> build\bdist.win-amd64\wheel\.\chimerax\core\include\ioutil
|
|---|
| 6408 | copying build\lib.win-amd64-cpython-311\chimerax\core\include\ioutil\pstream.h -> build\bdist.win-amd64\wheel\.\chimerax\core\include\ioutil
|
|---|
| 6409 | copying build\lib.win-amd64-cpython-311\chimerax\core\include\ioutil\tokenize.h -> build\bdist.win-amd64\wheel\.\chimerax\core\include\ioutil
|
|---|
| 6410 | copying build\lib.win-amd64-cpython-311\chimerax\core\include\ioutil\win32_dirent.h -> build\bdist.win-amd64\wheel\.\chimerax\core\include\ioutil
|
|---|
| 6411 | creating build\bdist.win-amd64\wheel\chimerax\core\include\logger
|
|---|
| 6412 | copying build\lib.win-amd64-cpython-311\chimerax\core\include\logger\imex.h -> build\bdist.win-amd64\wheel\.\chimerax\core\include\logger
|
|---|
| 6413 | copying build\lib.win-amd64-cpython-311\chimerax\core\include\logger\logger.h -> build\bdist.win-amd64\wheel\.\chimerax\core\include\logger
|
|---|
| 6414 | creating build\bdist.win-amd64\wheel\chimerax\core\include\mac_util
|
|---|
| 6415 | copying build\lib.win-amd64-cpython-311\chimerax\core\include\mac_util\enablemultitouch.h -> build\bdist.win-amd64\wheel\.\chimerax\core\include\mac_util
|
|---|
| 6416 | copying build\lib.win-amd64-cpython-311\chimerax\core\include\mac_util\enablemultitouch_mac.h -> build\bdist.win-amd64\wheel\.\chimerax\core\include\mac_util
|
|---|
| 6417 | copying build\lib.win-amd64-cpython-311\chimerax\core\include\mac_util\setfileicon.h -> build\bdist.win-amd64\wheel\.\chimerax\core\include\mac_util
|
|---|
| 6418 | copying build\lib.win-amd64-cpython-311\chimerax\core\include\mac_util\setfileicon_mac.h -> build\bdist.win-amd64\wheel\.\chimerax\core\include\mac_util
|
|---|
| 6419 | creating build\bdist.win-amd64\wheel\chimerax\core\include\pysupport
|
|---|
| 6420 | copying build\lib.win-amd64-cpython-311\chimerax\core\include\pysupport\convert.h -> build\bdist.win-amd64\wheel\.\chimerax\core\include\pysupport
|
|---|
| 6421 | creating build\bdist.win-amd64\wheel\chimerax\core\lib
|
|---|
| 6422 | copying build\lib.win-amd64-cpython-311\chimerax\core\lib\libchutil.lib -> build\bdist.win-amd64\wheel\.\chimerax\core\lib
|
|---|
| 6423 | copying build\lib.win-amd64-cpython-311\chimerax\core\lib\libioutil.lib -> build\bdist.win-amd64\wheel\.\chimerax\core\lib
|
|---|
| 6424 | copying build\lib.win-amd64-cpython-311\chimerax\core\lib\liblogger.lib -> build\bdist.win-amd64\wheel\.\chimerax\core\lib
|
|---|
| 6425 | copying build\lib.win-amd64-cpython-311\chimerax\core\logger.py -> build\bdist.win-amd64\wheel\.\chimerax\core
|
|---|
| 6426 | copying build\lib.win-amd64-cpython-311\chimerax\core\models.py -> build\bdist.win-amd64\wheel\.\chimerax\core
|
|---|
| 6427 | copying build\lib.win-amd64-cpython-311\chimerax\core\nogui.py -> build\bdist.win-amd64\wheel\.\chimerax\core
|
|---|
| 6428 | copying build\lib.win-amd64-cpython-311\chimerax\core\objects.py -> build\bdist.win-amd64\wheel\.\chimerax\core
|
|---|
| 6429 | copying build\lib.win-amd64-cpython-311\chimerax\core\orderedset.py -> build\bdist.win-amd64\wheel\.\chimerax\core
|
|---|
| 6430 | copying build\lib.win-amd64-cpython-311\chimerax\core\order_dag.py -> build\bdist.win-amd64\wheel\.\chimerax\core
|
|---|
| 6431 | copying build\lib.win-amd64-cpython-311\chimerax\core\python_utils.py -> build\bdist.win-amd64\wheel\.\chimerax\core
|
|---|
| 6432 | copying build\lib.win-amd64-cpython-311\chimerax\core\safesave.py -> build\bdist.win-amd64\wheel\.\chimerax\core
|
|---|
| 6433 | copying build\lib.win-amd64-cpython-311\chimerax\core\scripting.py -> build\bdist.win-amd64\wheel\.\chimerax\core
|
|---|
| 6434 | copying build\lib.win-amd64-cpython-311\chimerax\core\selection.py -> build\bdist.win-amd64\wheel\.\chimerax\core
|
|---|
| 6435 | copying build\lib.win-amd64-cpython-311\chimerax\core\serialize.py -> build\bdist.win-amd64\wheel\.\chimerax\core
|
|---|
| 6436 | copying build\lib.win-amd64-cpython-311\chimerax\core\session.py -> build\bdist.win-amd64\wheel\.\chimerax\core
|
|---|
| 6437 | copying build\lib.win-amd64-cpython-311\chimerax\core\settings.py -> build\bdist.win-amd64\wheel\.\chimerax\core
|
|---|
| 6438 | copying build\lib.win-amd64-cpython-311\chimerax\core\startup.py -> build\bdist.win-amd64\wheel\.\chimerax\core
|
|---|
| 6439 | copying build\lib.win-amd64-cpython-311\chimerax\core\state.py -> build\bdist.win-amd64\wheel\.\chimerax\core
|
|---|
| 6440 | copying build\lib.win-amd64-cpython-311\chimerax\core\tasks.py -> build\bdist.win-amd64\wheel\.\chimerax\core
|
|---|
| 6441 | copying build\lib.win-amd64-cpython-311\chimerax\core\threadq.py -> build\bdist.win-amd64\wheel\.\chimerax\core
|
|---|
| 6442 | copying build\lib.win-amd64-cpython-311\chimerax\core\tools.py -> build\bdist.win-amd64\wheel\.\chimerax\core
|
|---|
| 6443 | creating build\bdist.win-amd64\wheel\chimerax\core\toolshed
|
|---|
| 6444 | copying build\lib.win-amd64-cpython-311\chimerax\core\toolshed\available.py -> build\bdist.win-amd64\wheel\.\chimerax\core\toolshed
|
|---|
| 6445 | copying build\lib.win-amd64-cpython-311\chimerax\core\toolshed\info.py -> build\bdist.win-amd64\wheel\.\chimerax\core\toolshed
|
|---|
| 6446 | copying build\lib.win-amd64-cpython-311\chimerax\core\toolshed\installed.py -> build\bdist.win-amd64\wheel\.\chimerax\core\toolshed
|
|---|
| 6447 | copying build\lib.win-amd64-cpython-311\chimerax\core\toolshed\__init__.py -> build\bdist.win-amd64\wheel\.\chimerax\core\toolshed
|
|---|
| 6448 | copying build\lib.win-amd64-cpython-311\chimerax\core\triggerset.py -> build\bdist.win-amd64\wheel\.\chimerax\core
|
|---|
| 6449 | copying build\lib.win-amd64-cpython-311\chimerax\core\undo.py -> build\bdist.win-amd64\wheel\.\chimerax\core
|
|---|
| 6450 | copying build\lib.win-amd64-cpython-311\chimerax\core\updateloop.py -> build\bdist.win-amd64\wheel\.\chimerax\core
|
|---|
| 6451 | copying build\lib.win-amd64-cpython-311\chimerax\core\utils.py -> build\bdist.win-amd64\wheel\.\chimerax\core
|
|---|
| 6452 | copying build\lib.win-amd64-cpython-311\chimerax\core\x3d.py -> build\bdist.win-amd64\wheel\.\chimerax\core
|
|---|
| 6453 | copying build\lib.win-amd64-cpython-311\chimerax\core\_serialize.cp311-win_amd64.pyd -> build\bdist.win-amd64\wheel\.\chimerax\core
|
|---|
| 6454 | copying build\lib.win-amd64-cpython-311\chimerax\core\_serial_python.py -> build\bdist.win-amd64\wheel\.\chimerax\core
|
|---|
| 6455 | copying build\lib.win-amd64-cpython-311\chimerax\core\__init__.py -> build\bdist.win-amd64\wheel\.\chimerax\core
|
|---|
| 6456 | copying build\lib.win-amd64-cpython-311\chimerax\core\__main__.py -> build\bdist.win-amd64\wheel\.\chimerax\core
|
|---|
| 6457 | running install_egg_info
|
|---|
| 6458 | running egg_info
|
|---|
| 6459 | creating ChimeraX_Core.egg-info
|
|---|
| 6460 | writing ChimeraX_Core.egg-info\PKG-INFO
|
|---|
| 6461 | writing dependency_links to ChimeraX_Core.egg-info\dependency_links.txt
|
|---|
| 6462 | writing top-level names to ChimeraX_Core.egg-info\top_level.txt
|
|---|
| 6463 | writing manifest file 'ChimeraX_Core.egg-info\SOURCES.txt'
|
|---|
| 6464 | reading manifest file 'ChimeraX_Core.egg-info\SOURCES.txt'
|
|---|
| 6465 | writing manifest file 'ChimeraX_Core.egg-info\SOURCES.txt'
|
|---|
| 6466 | Copying ChimeraX_Core.egg-info to build\bdist.win-amd64\wheel\.\ChimeraX_Core-1.11.dev202509231826-py3.11.egg-info
|
|---|
| 6467 | running install_scripts
|
|---|
| 6468 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\setuptools\command\bdist_wheel.py:103: RuntimeWarning: Config variable 'Py_DEBUG' is unset, Python ABI tag may be incorrect
|
|---|
| 6469 | if get_flag("Py_DEBUG", hasattr(sys, "gettotalrefcount"), warn=(impl == "cp")):
|
|---|
| 6470 | creating build\bdist.win-amd64\wheel\chimerax_core-1.11.dev202509231826.dist-info\WHEEL
|
|---|
| 6471 | creating 'dist\chimerax_core-1.11.dev202509231826-cp311-cp311-win_amd64.whl' and adding 'build\bdist.win-amd64\wheel' to it
|
|---|
| 6472 | adding 'chimerax/core/__init__.py'
|
|---|
| 6473 | adding 'chimerax/core/__main__.py'
|
|---|
| 6474 | adding 'chimerax/core/_serial_python.py'
|
|---|
| 6475 | adding 'chimerax/core/_serialize.cp311-win_amd64.pyd'
|
|---|
| 6476 | adding 'chimerax/core/attributes.py'
|
|---|
| 6477 | adding 'chimerax/core/buildinfo.py'
|
|---|
| 6478 | adding 'chimerax/core/colorbrewer.json'
|
|---|
| 6479 | adding 'chimerax/core/colors.py'
|
|---|
| 6480 | adding 'chimerax/core/configfile.py'
|
|---|
| 6481 | adding 'chimerax/core/core_settings.py'
|
|---|
| 6482 | adding 'chimerax/core/core_triggers.py'
|
|---|
| 6483 | adding 'chimerax/core/data_events.py'
|
|---|
| 6484 | adding 'chimerax/core/decorators.py'
|
|---|
| 6485 | adding 'chimerax/core/errors.py'
|
|---|
| 6486 | adding 'chimerax/core/fetch.py'
|
|---|
| 6487 | adding 'chimerax/core/filehistory.py'
|
|---|
| 6488 | adding 'chimerax/core/generic3d.py'
|
|---|
| 6489 | adding 'chimerax/core/history.py'
|
|---|
| 6490 | adding 'chimerax/core/logger.py'
|
|---|
| 6491 | adding 'chimerax/core/models.py'
|
|---|
| 6492 | adding 'chimerax/core/nogui.py'
|
|---|
| 6493 | adding 'chimerax/core/objects.py'
|
|---|
| 6494 | adding 'chimerax/core/order_dag.py'
|
|---|
| 6495 | adding 'chimerax/core/orderedset.py'
|
|---|
| 6496 | adding 'chimerax/core/python_utils.py'
|
|---|
| 6497 | adding 'chimerax/core/safesave.py'
|
|---|
| 6498 | adding 'chimerax/core/scripting.py'
|
|---|
| 6499 | adding 'chimerax/core/selection.py'
|
|---|
| 6500 | adding 'chimerax/core/serialize.py'
|
|---|
| 6501 | adding 'chimerax/core/session.py'
|
|---|
| 6502 | adding 'chimerax/core/settings.py'
|
|---|
| 6503 | adding 'chimerax/core/startup.py'
|
|---|
| 6504 | adding 'chimerax/core/state.py'
|
|---|
| 6505 | adding 'chimerax/core/tasks.py'
|
|---|
| 6506 | adding 'chimerax/core/threadq.py'
|
|---|
| 6507 | adding 'chimerax/core/tools.py'
|
|---|
| 6508 | adding 'chimerax/core/triggerset.py'
|
|---|
| 6509 | adding 'chimerax/core/undo.py'
|
|---|
| 6510 | adding 'chimerax/core/updateloop.py'
|
|---|
| 6511 | adding 'chimerax/core/utils.py'
|
|---|
| 6512 | adding 'chimerax/core/x3d.py'
|
|---|
| 6513 | adding 'chimerax/core/commands/__init__.py'
|
|---|
| 6514 | adding 'chimerax/core/commands/_atomspec.py'
|
|---|
| 6515 | adding 'chimerax/core/commands/atomspec.py'
|
|---|
| 6516 | adding 'chimerax/core/commands/cli.py'
|
|---|
| 6517 | adding 'chimerax/core/commands/colorarg.py'
|
|---|
| 6518 | adding 'chimerax/core/commands/devel.py'
|
|---|
| 6519 | adding 'chimerax/core/commands/logging.py'
|
|---|
| 6520 | adding 'chimerax/core/commands/motion.py'
|
|---|
| 6521 | adding 'chimerax/core/commands/pip.py'
|
|---|
| 6522 | adding 'chimerax/core/commands/run.py'
|
|---|
| 6523 | adding 'chimerax/core/commands/runscript.py'
|
|---|
| 6524 | adding 'chimerax/core/commands/toolshed.py'
|
|---|
| 6525 | adding 'chimerax/core/include/chutil/CString.h'
|
|---|
| 6526 | adding 'chimerax/core/include/chutil/IOFile.h'
|
|---|
| 6527 | adding 'chimerax/core/include/chutil/VectorMap.h'
|
|---|
| 6528 | adding 'chimerax/core/include/chutil/cmp_nocase.h'
|
|---|
| 6529 | adding 'chimerax/core/include/ioutil/GetOpt.h'
|
|---|
| 6530 | adding 'chimerax/core/include/ioutil/direntry.h'
|
|---|
| 6531 | adding 'chimerax/core/include/ioutil/pstream.h'
|
|---|
| 6532 | adding 'chimerax/core/include/ioutil/tokenize.h'
|
|---|
| 6533 | adding 'chimerax/core/include/ioutil/win32_dirent.h'
|
|---|
| 6534 | adding 'chimerax/core/include/logger/imex.h'
|
|---|
| 6535 | adding 'chimerax/core/include/logger/logger.h'
|
|---|
| 6536 | adding 'chimerax/core/include/mac_util/enablemultitouch.h'
|
|---|
| 6537 | adding 'chimerax/core/include/mac_util/enablemultitouch_mac.h'
|
|---|
| 6538 | adding 'chimerax/core/include/mac_util/setfileicon.h'
|
|---|
| 6539 | adding 'chimerax/core/include/mac_util/setfileicon_mac.h'
|
|---|
| 6540 | adding 'chimerax/core/include/pysupport/convert.h'
|
|---|
| 6541 | adding 'chimerax/core/lib/libchutil.lib'
|
|---|
| 6542 | adding 'chimerax/core/lib/libioutil.lib'
|
|---|
| 6543 | adding 'chimerax/core/lib/liblogger.lib'
|
|---|
| 6544 | adding 'chimerax/core/toolshed/__init__.py'
|
|---|
| 6545 | adding 'chimerax/core/toolshed/available.py'
|
|---|
| 6546 | adding 'chimerax/core/toolshed/info.py'
|
|---|
| 6547 | adding 'chimerax/core/toolshed/installed.py'
|
|---|
| 6548 | adding 'chimerax_core-1.11.dev202509231826.dist-info/METADATA'
|
|---|
| 6549 | adding 'chimerax_core-1.11.dev202509231826.dist-info/WHEEL'
|
|---|
| 6550 | adding 'chimerax_core-1.11.dev202509231826.dist-info/top_level.txt'
|
|---|
| 6551 | adding 'chimerax_core-1.11.dev202509231826.dist-info/RECORD'
|
|---|
| 6552 | removing build\bdist.win-amd64\wheel
|
|---|
| 6553 | Distribution is in C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\core\dist\chimerax_core-1.11.dev202509231826-cp311-cp311-win_amd64.whl
|
|---|
| 6554 | Successfully built chimerax_core-1.11.dev202509231826-cp311-cp311-win_amd64.whl
|
|---|
| 6555 | # newer versions of pip won't install over the same version number (which depends on the last commit
|
|---|
| 6556 | # number), so to install something that hasn't been committed, uninstall first.
|
|---|
| 6557 | PYTHONNOUSERSITE=1 /home/goddard/ucsf/chimerax/ChimeraX.app/bin/python.exe -I -m pip uninstall --yes ChimeraX-Core
|
|---|
| 6558 | WARNING: Skipping ChimeraX-Core as it is not installed.
|
|---|
| 6559 | PYTHONNOUSERSITE=1 /home/goddard/ucsf/chimerax/ChimeraX.app/bin/python.exe -I -m pip install dist/*.whl
|
|---|
| 6560 | Processing c:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\core\dist\chimerax_core-1.11.dev202509231826-cp311-cp311-win_amd64.whl
|
|---|
| 6561 | Installing collected packages: chimerax-core
|
|---|
| 6562 | Successfully installed chimerax-core-1.11.dev202509231826
|
|---|
| 6563 | make sync
|
|---|
| 6564 | make[5]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/core'
|
|---|
| 6565 | cp -av dist/*.whl /home/goddard/ucsf/chimerax/build/sync/
|
|---|
| 6566 | 'dist/chimerax_core-1.11.dev202509231826-cp311-cp311-win_amd64.whl' -> '/home/goddard/ucsf/chimerax/build/sync/chimerax_core-1.11.dev202509231826-cp311-cp311-win_amd64.whl'
|
|---|
| 6567 | make[5]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/core'
|
|---|
| 6568 | make[4]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/core'
|
|---|
| 6569 | make -C toolshed_utils build
|
|---|
| 6570 | make[4]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/toolshed_utils'
|
|---|
| 6571 | PYTHONNOUSERSITE=1 /home/goddard/ucsf/chimerax/ChimeraX.app/bin/python.exe -I -m build --no-isolation --wheel
|
|---|
| 6572 | * Getting build dependencies for wheel...
|
|---|
| 6573 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\setuptools\config\_apply_pyprojecttoml.py:82: SetuptoolsDeprecationWarning: `project.license` as a TOML table is deprecated
|
|---|
| 6574 | !!
|
|---|
| 6575 |
|
|---|
| 6576 | ********************************************************************************
|
|---|
| 6577 | Please use a simple string containing a SPDX expression for `project.license`. You can also use `project.license-files`. (Both options available on setuptools>=77.0.0).
|
|---|
| 6578 |
|
|---|
| 6579 | By 2026-Feb-18, you need to update your project and remove deprecated calls
|
|---|
| 6580 | or your builds will no longer be supported.
|
|---|
| 6581 |
|
|---|
| 6582 | See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details.
|
|---|
| 6583 | ********************************************************************************
|
|---|
| 6584 |
|
|---|
| 6585 | !!
|
|---|
| 6586 | corresp(dist, value, root_dir)
|
|---|
| 6587 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\setuptools\config\_apply_pyprojecttoml.py:61: SetuptoolsDeprecationWarning: License classifiers are deprecated.
|
|---|
| 6588 | !!
|
|---|
| 6589 |
|
|---|
| 6590 | ********************************************************************************
|
|---|
| 6591 | Please consider removing the following classifiers in favor of a SPDX license expression:
|
|---|
| 6592 |
|
|---|
| 6593 | License :: Free for non-commercial use
|
|---|
| 6594 |
|
|---|
| 6595 | See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details.
|
|---|
| 6596 | ********************************************************************************
|
|---|
| 6597 |
|
|---|
| 6598 | !!
|
|---|
| 6599 | dist._finalize_license_expression()
|
|---|
| 6600 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\setuptools\dist.py:759: SetuptoolsDeprecationWarning: License classifiers are deprecated.
|
|---|
| 6601 | !!
|
|---|
| 6602 |
|
|---|
| 6603 | ********************************************************************************
|
|---|
| 6604 | Please consider removing the following classifiers in favor of a SPDX license expression:
|
|---|
| 6605 |
|
|---|
| 6606 | License :: Free for non-commercial use
|
|---|
| 6607 |
|
|---|
| 6608 | See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details.
|
|---|
| 6609 | ********************************************************************************
|
|---|
| 6610 |
|
|---|
| 6611 | !!
|
|---|
| 6612 | self._finalize_license_expression()
|
|---|
| 6613 | running egg_info
|
|---|
| 6614 | creating ChimeraX_ToolshedUtils.egg-info
|
|---|
| 6615 | writing ChimeraX_ToolshedUtils.egg-info\PKG-INFO
|
|---|
| 6616 | writing dependency_links to ChimeraX_ToolshedUtils.egg-info\dependency_links.txt
|
|---|
| 6617 | writing requirements to ChimeraX_ToolshedUtils.egg-info\requires.txt
|
|---|
| 6618 | writing top-level names to ChimeraX_ToolshedUtils.egg-info\top_level.txt
|
|---|
| 6619 | writing manifest file 'ChimeraX_ToolshedUtils.egg-info\SOURCES.txt'
|
|---|
| 6620 | reading manifest file 'ChimeraX_ToolshedUtils.egg-info\SOURCES.txt'
|
|---|
| 6621 | writing manifest file 'ChimeraX_ToolshedUtils.egg-info\SOURCES.txt'
|
|---|
| 6622 | * Building wheel...
|
|---|
| 6623 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\setuptools\config\_apply_pyprojecttoml.py:82: SetuptoolsDeprecationWarning: `project.license` as a TOML table is deprecated
|
|---|
| 6624 | !!
|
|---|
| 6625 |
|
|---|
| 6626 | ********************************************************************************
|
|---|
| 6627 | Please use a simple string containing a SPDX expression for `project.license`. You can also use `project.license-files`. (Both options available on setuptools>=77.0.0).
|
|---|
| 6628 |
|
|---|
| 6629 | By 2026-Feb-18, you need to update your project and remove deprecated calls
|
|---|
| 6630 | or your builds will no longer be supported.
|
|---|
| 6631 |
|
|---|
| 6632 | See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details.
|
|---|
| 6633 | ********************************************************************************
|
|---|
| 6634 |
|
|---|
| 6635 | !!
|
|---|
| 6636 | corresp(dist, value, root_dir)
|
|---|
| 6637 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\setuptools\config\_apply_pyprojecttoml.py:61: SetuptoolsDeprecationWarning: License classifiers are deprecated.
|
|---|
| 6638 | !!
|
|---|
| 6639 |
|
|---|
| 6640 | ********************************************************************************
|
|---|
| 6641 | Please consider removing the following classifiers in favor of a SPDX license expression:
|
|---|
| 6642 |
|
|---|
| 6643 | License :: Free for non-commercial use
|
|---|
| 6644 |
|
|---|
| 6645 | See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details.
|
|---|
| 6646 | ********************************************************************************
|
|---|
| 6647 |
|
|---|
| 6648 | !!
|
|---|
| 6649 | dist._finalize_license_expression()
|
|---|
| 6650 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\setuptools\dist.py:759: SetuptoolsDeprecationWarning: License classifiers are deprecated.
|
|---|
| 6651 | !!
|
|---|
| 6652 |
|
|---|
| 6653 | ********************************************************************************
|
|---|
| 6654 | Please consider removing the following classifiers in favor of a SPDX license expression:
|
|---|
| 6655 |
|
|---|
| 6656 | License :: Free for non-commercial use
|
|---|
| 6657 |
|
|---|
| 6658 | See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details.
|
|---|
| 6659 | ********************************************************************************
|
|---|
| 6660 |
|
|---|
| 6661 | !!
|
|---|
| 6662 | self._finalize_license_expression()
|
|---|
| 6663 | running bdist_wheel
|
|---|
| 6664 | running build
|
|---|
| 6665 | running build_py
|
|---|
| 6666 | creating build\lib\chimerax\toolshed_utils
|
|---|
| 6667 | copying src\cmd.py -> build\lib\chimerax\toolshed_utils
|
|---|
| 6668 | copying src\tool.py -> build\lib\chimerax\toolshed_utils
|
|---|
| 6669 | copying src\__init__.py -> build\lib\chimerax\toolshed_utils
|
|---|
| 6670 | running egg_info
|
|---|
| 6671 | writing ChimeraX_ToolshedUtils.egg-info\PKG-INFO
|
|---|
| 6672 | writing dependency_links to ChimeraX_ToolshedUtils.egg-info\dependency_links.txt
|
|---|
| 6673 | writing requirements to ChimeraX_ToolshedUtils.egg-info\requires.txt
|
|---|
| 6674 | writing top-level names to ChimeraX_ToolshedUtils.egg-info\top_level.txt
|
|---|
| 6675 | reading manifest file 'ChimeraX_ToolshedUtils.egg-info\SOURCES.txt'
|
|---|
| 6676 | writing manifest file 'ChimeraX_ToolshedUtils.egg-info\SOURCES.txt'
|
|---|
| 6677 | installing to build\bdist.win-amd64\wheel
|
|---|
| 6678 | running install
|
|---|
| 6679 | running install_lib
|
|---|
| 6680 | creating build\bdist.win-amd64\wheel
|
|---|
| 6681 | creating build\bdist.win-amd64\wheel\chimerax
|
|---|
| 6682 | creating build\bdist.win-amd64\wheel\chimerax\toolshed_utils
|
|---|
| 6683 | copying build\lib\chimerax\toolshed_utils\cmd.py -> build\bdist.win-amd64\wheel\.\chimerax\toolshed_utils
|
|---|
| 6684 | copying build\lib\chimerax\toolshed_utils\tool.py -> build\bdist.win-amd64\wheel\.\chimerax\toolshed_utils
|
|---|
| 6685 | copying build\lib\chimerax\toolshed_utils\__init__.py -> build\bdist.win-amd64\wheel\.\chimerax\toolshed_utils
|
|---|
| 6686 | running install_egg_info
|
|---|
| 6687 | Copying ChimeraX_ToolshedUtils.egg-info to build\bdist.win-amd64\wheel\.\ChimeraX_ToolshedUtils-1.2.4-py3.11.egg-info
|
|---|
| 6688 | running install_scripts
|
|---|
| 6689 | creating build\bdist.win-amd64\wheel\chimerax_toolshedutils-1.2.4.dist-info\WHEEL
|
|---|
| 6690 | creating 'C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\toolshed_utils\dist\.tmp-zcbr686k\chimerax_toolshedutils-1.2.4-py3-none-any.whl' and adding 'build\bdist.win-amd64\wheel' to it
|
|---|
| 6691 | adding 'chimerax/toolshed_utils/__init__.py'
|
|---|
| 6692 | adding 'chimerax/toolshed_utils/cmd.py'
|
|---|
| 6693 | adding 'chimerax/toolshed_utils/tool.py'
|
|---|
| 6694 | adding 'chimerax_toolshedutils-1.2.4.dist-info/METADATA'
|
|---|
| 6695 | adding 'chimerax_toolshedutils-1.2.4.dist-info/WHEEL'
|
|---|
| 6696 | adding 'chimerax_toolshedutils-1.2.4.dist-info/top_level.txt'
|
|---|
| 6697 | adding 'chimerax_toolshedutils-1.2.4.dist-info/RECORD'
|
|---|
| 6698 | removing build\bdist.win-amd64\wheel
|
|---|
| 6699 | Successfully built chimerax_toolshedutils-1.2.4-py3-none-any.whl
|
|---|
| 6700 | PYTHONNOUSERSITE=1 /home/goddard/ucsf/chimerax/ChimeraX.app/bin/python.exe -I -m pip uninstall --yes ChimeraX-ToolshedUtils
|
|---|
| 6701 | WARNING: Skipping ChimeraX-ToolshedUtils as it is not installed.
|
|---|
| 6702 | PYTHONNOUSERSITE=1 /home/goddard/ucsf/chimerax/ChimeraX.app/bin/python.exe -I -m pip install --no-build-isolation .
|
|---|
| 6703 | Processing c:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\toolshed_utils
|
|---|
| 6704 | Preparing metadata (pyproject.toml): started
|
|---|
| 6705 | Preparing metadata (pyproject.toml): finished with status 'done'
|
|---|
| 6706 | Requirement already satisfied: wheel_filename~=1.2 in c:\cygwin64\home\goddard\ucsf\chimerax\chimerax.app\bin\lib\site-packages (from ChimeraX-ToolshedUtils==1.2.4) (1.4.2)
|
|---|
| 6707 | Building wheels for collected packages: ChimeraX-ToolshedUtils
|
|---|
| 6708 | Building wheel for ChimeraX-ToolshedUtils (pyproject.toml): started
|
|---|
| 6709 | Building wheel for ChimeraX-ToolshedUtils (pyproject.toml): finished with status 'done'
|
|---|
| 6710 | Created wheel for ChimeraX-ToolshedUtils: filename=chimerax_toolshedutils-1.2.4-py3-none-any.whl size=12893 sha256=42acb16d4c551a5d7831ff4b3a10d0673b0023de1c1505bcc0dd28c2234265a6
|
|---|
| 6711 | Stored in directory: C:\Users\goddard\AppData\Local\Temp\pip-ephem-wheel-cache-9ro_c9rb\wheels\dc\91\19\0f31b9931848c9e050286a062ebf71da887bdce8c78d5d4782
|
|---|
| 6712 | Successfully built ChimeraX-ToolshedUtils
|
|---|
| 6713 | Installing collected packages: ChimeraX-ToolshedUtils
|
|---|
| 6714 | Successfully installed ChimeraX-ToolshedUtils-1.2.4
|
|---|
| 6715 | # unlike normal bundles, install as well
|
|---|
| 6716 | make sync
|
|---|
| 6717 | make[5]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/toolshed_utils'
|
|---|
| 6718 | cp -av dist/*.whl /home/goddard/ucsf/chimerax/build/sync/
|
|---|
| 6719 | 'dist/chimerax_toolshedutils-1.2.4-py3-none-any.whl' -> '/home/goddard/ucsf/chimerax/build/sync/chimerax_toolshedutils-1.2.4-py3-none-any.whl'
|
|---|
| 6720 | make[5]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/toolshed_utils'
|
|---|
| 6721 | make[4]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/toolshed_utils'
|
|---|
| 6722 | make build
|
|---|
| 6723 | make[4]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles'
|
|---|
| 6724 | if [ ! -d "/home/goddard/ucsf/chimerax/build/bin/Lib/site-packages/chimerax" ]; then mkdir -p /home/goddard/ucsf/chimerax/build/bin/Lib/site-packages/chimerax; fi
|
|---|
| 6725 | make -C add_charge build
|
|---|
| 6726 | make[5]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/add_charge'
|
|---|
| 6727 | if [ -z "../../../ChimeraX.app/bin/python.exe" ]; then \
|
|---|
| 6728 | echo "missing ChimeraX application's python"; exit 1; \
|
|---|
| 6729 | else \
|
|---|
| 6730 | PYTHONNOUSERSITE=1 ../../../ChimeraX.app/bin/python.exe -I -m chimerax.core --nogui --exit --safemode --cmd "devel build . exit true "; \
|
|---|
| 6731 | fi
|
|---|
| 6732 | INFO:
|
|---|
| 6733 | Executing: devel build . exit true
|
|---|
| 6734 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\setuptools\dist.py:759: SetuptoolsDeprecationWarning: License classifiers are deprecated.
|
|---|
| 6735 | !!
|
|---|
| 6736 |
|
|---|
| 6737 | ********************************************************************************
|
|---|
| 6738 | Please consider removing the following classifiers in favor of a SPDX license expression:
|
|---|
| 6739 |
|
|---|
| 6740 | License :: Free for non-commercial use
|
|---|
| 6741 |
|
|---|
| 6742 | See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details.
|
|---|
| 6743 | ********************************************************************************
|
|---|
| 6744 |
|
|---|
| 6745 | !!
|
|---|
| 6746 | self._finalize_license_expression()
|
|---|
| 6747 | running build
|
|---|
| 6748 | running build_py
|
|---|
| 6749 | creating build\lib\chimerax\add_charge
|
|---|
| 6750 | copying src\5p_data.py -> build\lib\chimerax\add_charge
|
|---|
| 6751 | copying src\charge.py -> build\lib\chimerax\add_charge
|
|---|
| 6752 | copying src\cmd.py -> build\lib\chimerax\add_charge
|
|---|
| 6753 | copying src\data.py -> build\lib\chimerax\add_charge
|
|---|
| 6754 | copying src\dock_prep.py -> build\lib\chimerax\add_charge
|
|---|
| 6755 | copying src\process_lib.py -> build\lib\chimerax\add_charge
|
|---|
| 6756 | copying src\settings.py -> build\lib\chimerax\add_charge
|
|---|
| 6757 | copying src\tool.py -> build\lib\chimerax\add_charge
|
|---|
| 6758 | copying src\__init__.py -> build\lib\chimerax\add_charge
|
|---|
| 6759 | copying src\amber_name.defattr -> build\lib\chimerax\add_charge
|
|---|
| 6760 | running bdist_wheel
|
|---|
| 6761 | installing to build\bdist.win-amd64\wheel
|
|---|
| 6762 | running install
|
|---|
| 6763 | running install_lib
|
|---|
| 6764 | creating build\bdist.win-amd64\wheel
|
|---|
| 6765 | creating build\bdist.win-amd64\wheel\chimerax
|
|---|
| 6766 | creating build\bdist.win-amd64\wheel\chimerax\add_charge
|
|---|
| 6767 | copying build\lib\chimerax\add_charge\5p_data.py -> build\bdist.win-amd64\wheel\.\chimerax\add_charge
|
|---|
| 6768 | copying build\lib\chimerax\add_charge\amber_name.defattr -> build\bdist.win-amd64\wheel\.\chimerax\add_charge
|
|---|
| 6769 | copying build\lib\chimerax\add_charge\charge.py -> build\bdist.win-amd64\wheel\.\chimerax\add_charge
|
|---|
| 6770 | copying build\lib\chimerax\add_charge\cmd.py -> build\bdist.win-amd64\wheel\.\chimerax\add_charge
|
|---|
| 6771 | copying build\lib\chimerax\add_charge\data.py -> build\bdist.win-amd64\wheel\.\chimerax\add_charge
|
|---|
| 6772 | copying build\lib\chimerax\add_charge\dock_prep.py -> build\bdist.win-amd64\wheel\.\chimerax\add_charge
|
|---|
| 6773 | copying build\lib\chimerax\add_charge\process_lib.py -> build\bdist.win-amd64\wheel\.\chimerax\add_charge
|
|---|
| 6774 | copying build\lib\chimerax\add_charge\settings.py -> build\bdist.win-amd64\wheel\.\chimerax\add_charge
|
|---|
| 6775 | copying build\lib\chimerax\add_charge\tool.py -> build\bdist.win-amd64\wheel\.\chimerax\add_charge
|
|---|
| 6776 | copying build\lib\chimerax\add_charge\__init__.py -> build\bdist.win-amd64\wheel\.\chimerax\add_charge
|
|---|
| 6777 | running install_egg_info
|
|---|
| 6778 | running egg_info
|
|---|
| 6779 | creating ChimeraX_AddCharge.egg-info
|
|---|
| 6780 | writing ChimeraX_AddCharge.egg-info\PKG-INFO
|
|---|
| 6781 | writing dependency_links to ChimeraX_AddCharge.egg-info\dependency_links.txt
|
|---|
| 6782 | writing requirements to ChimeraX_AddCharge.egg-info\requires.txt
|
|---|
| 6783 | writing top-level names to ChimeraX_AddCharge.egg-info\top_level.txt
|
|---|
| 6784 | writing manifest file 'ChimeraX_AddCharge.egg-info\SOURCES.txt'
|
|---|
| 6785 | reading manifest file 'ChimeraX_AddCharge.egg-info\SOURCES.txt'
|
|---|
| 6786 | writing manifest file 'ChimeraX_AddCharge.egg-info\SOURCES.txt'
|
|---|
| 6787 | Copying ChimeraX_AddCharge.egg-info to build\bdist.win-amd64\wheel\.\ChimeraX_AddCharge-1.5.20-py3.11.egg-info
|
|---|
| 6788 | running install_scripts
|
|---|
| 6789 | creating build\bdist.win-amd64\wheel\chimerax_addcharge-1.5.20.dist-info\WHEEL
|
|---|
| 6790 | creating 'dist\chimerax_addcharge-1.5.20-py3-none-any.whl' and adding 'build\bdist.win-amd64\wheel' to it
|
|---|
| 6791 | adding 'chimerax/add_charge/5p_data.py'
|
|---|
| 6792 | adding 'chimerax/add_charge/__init__.py'
|
|---|
| 6793 | adding 'chimerax/add_charge/amber_name.defattr'
|
|---|
| 6794 | adding 'chimerax/add_charge/charge.py'
|
|---|
| 6795 | adding 'chimerax/add_charge/cmd.py'
|
|---|
| 6796 | adding 'chimerax/add_charge/data.py'
|
|---|
| 6797 | adding 'chimerax/add_charge/dock_prep.py'
|
|---|
| 6798 | adding 'chimerax/add_charge/process_lib.py'
|
|---|
| 6799 | adding 'chimerax/add_charge/settings.py'
|
|---|
| 6800 | adding 'chimerax/add_charge/tool.py'
|
|---|
| 6801 | adding 'chimerax_addcharge-1.5.20.dist-info/METADATA'
|
|---|
| 6802 | adding 'chimerax_addcharge-1.5.20.dist-info/WHEEL'
|
|---|
| 6803 | adding 'chimerax_addcharge-1.5.20.dist-info/top_level.txt'
|
|---|
| 6804 | adding 'chimerax_addcharge-1.5.20.dist-info/RECORD'
|
|---|
| 6805 | removing build\bdist.win-amd64\wheel
|
|---|
| 6806 | Distribution is in .\dist\ChimeraX_AddCharge-1.5.20-py3-none-any.whl
|
|---|
| 6807 | INFO:
|
|---|
| 6808 |
|
|---|
| 6809 | make sync
|
|---|
| 6810 | make[6]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/add_charge'
|
|---|
| 6811 | cp -av dist/*.whl ../../../build/sync
|
|---|
| 6812 | 'dist/chimerax_addcharge-1.5.20-py3-none-any.whl' -> '../../../build/sync/chimerax_addcharge-1.5.20-py3-none-any.whl'
|
|---|
| 6813 | make[6]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/add_charge'
|
|---|
| 6814 | make[5]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/add_charge'
|
|---|
| 6815 | make -C addh build
|
|---|
| 6816 | make[5]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/addh'
|
|---|
| 6817 | if [ -z "../../../ChimeraX.app/bin/python.exe" ]; then \
|
|---|
| 6818 | echo "missing ChimeraX application's python"; exit 1; \
|
|---|
| 6819 | else \
|
|---|
| 6820 | PYTHONNOUSERSITE=1 ../../../ChimeraX.app/bin/python.exe -I -m chimerax.core --nogui --exit --safemode --cmd "devel build . exit true "; \
|
|---|
| 6821 | fi
|
|---|
| 6822 | INFO:
|
|---|
| 6823 | Executing: devel build . exit true
|
|---|
| 6824 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\setuptools\dist.py:759: SetuptoolsDeprecationWarning: License classifiers are deprecated.
|
|---|
| 6825 | !!
|
|---|
| 6826 |
|
|---|
| 6827 | ********************************************************************************
|
|---|
| 6828 | Please consider removing the following classifiers in favor of a SPDX license expression:
|
|---|
| 6829 |
|
|---|
| 6830 | License :: Free for non-commercial use
|
|---|
| 6831 |
|
|---|
| 6832 | See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details.
|
|---|
| 6833 | ********************************************************************************
|
|---|
| 6834 |
|
|---|
| 6835 | !!
|
|---|
| 6836 | self._finalize_license_expression()
|
|---|
| 6837 | running build
|
|---|
| 6838 | running build_py
|
|---|
| 6839 | creating build\lib\chimerax\addh
|
|---|
| 6840 | copying src\cmd.py -> build\lib\chimerax\addh
|
|---|
| 6841 | copying src\dock_prep.py -> build\lib\chimerax\addh
|
|---|
| 6842 | copying src\hbond.py -> build\lib\chimerax\addh
|
|---|
| 6843 | copying src\simple.py -> build\lib\chimerax\addh
|
|---|
| 6844 | copying src\tool.py -> build\lib\chimerax\addh
|
|---|
| 6845 | copying src\util.py -> build\lib\chimerax\addh
|
|---|
| 6846 | copying src\__init__.py -> build\lib\chimerax\addh
|
|---|
| 6847 | running bdist_wheel
|
|---|
| 6848 | installing to build\bdist.win-amd64\wheel
|
|---|
| 6849 | running install
|
|---|
| 6850 | running install_lib
|
|---|
| 6851 | creating build\bdist.win-amd64\wheel
|
|---|
| 6852 | creating build\bdist.win-amd64\wheel\chimerax
|
|---|
| 6853 | creating build\bdist.win-amd64\wheel\chimerax\addh
|
|---|
| 6854 | copying build\lib\chimerax\addh\cmd.py -> build\bdist.win-amd64\wheel\.\chimerax\addh
|
|---|
| 6855 | copying build\lib\chimerax\addh\dock_prep.py -> build\bdist.win-amd64\wheel\.\chimerax\addh
|
|---|
| 6856 | copying build\lib\chimerax\addh\hbond.py -> build\bdist.win-amd64\wheel\.\chimerax\addh
|
|---|
| 6857 | copying build\lib\chimerax\addh\simple.py -> build\bdist.win-amd64\wheel\.\chimerax\addh
|
|---|
| 6858 | copying build\lib\chimerax\addh\tool.py -> build\bdist.win-amd64\wheel\.\chimerax\addh
|
|---|
| 6859 | copying build\lib\chimerax\addh\util.py -> build\bdist.win-amd64\wheel\.\chimerax\addh
|
|---|
| 6860 | copying build\lib\chimerax\addh\__init__.py -> build\bdist.win-amd64\wheel\.\chimerax\addh
|
|---|
| 6861 | running install_egg_info
|
|---|
| 6862 | running egg_info
|
|---|
| 6863 | creating ChimeraX_AddH.egg-info
|
|---|
| 6864 | writing ChimeraX_AddH.egg-info\PKG-INFO
|
|---|
| 6865 | writing dependency_links to ChimeraX_AddH.egg-info\dependency_links.txt
|
|---|
| 6866 | writing requirements to ChimeraX_AddH.egg-info\requires.txt
|
|---|
| 6867 | writing top-level names to ChimeraX_AddH.egg-info\top_level.txt
|
|---|
| 6868 | writing manifest file 'ChimeraX_AddH.egg-info\SOURCES.txt'
|
|---|
| 6869 | reading manifest file 'ChimeraX_AddH.egg-info\SOURCES.txt'
|
|---|
| 6870 | writing manifest file 'ChimeraX_AddH.egg-info\SOURCES.txt'
|
|---|
| 6871 | Copying ChimeraX_AddH.egg-info to build\bdist.win-amd64\wheel\.\ChimeraX_AddH-2.2.7-py3.11.egg-info
|
|---|
| 6872 | running install_scripts
|
|---|
| 6873 | creating build\bdist.win-amd64\wheel\chimerax_addh-2.2.7.dist-info\WHEEL
|
|---|
| 6874 | creating 'dist\chimerax_addh-2.2.7-py3-none-any.whl' and adding 'build\bdist.win-amd64\wheel' to it
|
|---|
| 6875 | adding 'chimerax/addh/__init__.py'
|
|---|
| 6876 | adding 'chimerax/addh/cmd.py'
|
|---|
| 6877 | adding 'chimerax/addh/dock_prep.py'
|
|---|
| 6878 | adding 'chimerax/addh/hbond.py'
|
|---|
| 6879 | adding 'chimerax/addh/simple.py'
|
|---|
| 6880 | adding 'chimerax/addh/tool.py'
|
|---|
| 6881 | adding 'chimerax/addh/util.py'
|
|---|
| 6882 | adding 'chimerax_addh-2.2.7.dist-info/METADATA'
|
|---|
| 6883 | adding 'chimerax_addh-2.2.7.dist-info/WHEEL'
|
|---|
| 6884 | adding 'chimerax_addh-2.2.7.dist-info/top_level.txt'
|
|---|
| 6885 | adding 'chimerax_addh-2.2.7.dist-info/RECORD'
|
|---|
| 6886 | removing build\bdist.win-amd64\wheel
|
|---|
| 6887 | Distribution is in .\dist\ChimeraX_AddH-2.2.7-py3-none-any.whl
|
|---|
| 6888 | INFO:
|
|---|
| 6889 |
|
|---|
| 6890 | make sync
|
|---|
| 6891 | make[6]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/addh'
|
|---|
| 6892 | cp -av dist/*.whl ../../../build/sync
|
|---|
| 6893 | 'dist/chimerax_addh-2.2.7-py3-none-any.whl' -> '../../../build/sync/chimerax_addh-2.2.7-py3-none-any.whl'
|
|---|
| 6894 | make[6]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/addh'
|
|---|
| 6895 | make[5]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/addh'
|
|---|
| 6896 | make -C arrays build
|
|---|
| 6897 | make[5]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/arrays'
|
|---|
| 6898 | if [ -z "../../../ChimeraX.app/bin/python.exe" ]; then \
|
|---|
| 6899 | echo "missing ChimeraX application's python"; exit 1; \
|
|---|
| 6900 | else \
|
|---|
| 6901 | PYTHONNOUSERSITE=1 ../../../ChimeraX.app/bin/python.exe -I -m chimerax.core --nogui --exit --safemode --cmd "devel install . user false exit true noDeps true"; \
|
|---|
| 6902 | fi
|
|---|
| 6903 | INFO:
|
|---|
| 6904 | Executing: devel install . user false exit true noDeps true
|
|---|
| 6905 | pythonarray.cpp
|
|---|
| 6906 | _arrays/pythonarray.cpp(129): warning C4244: 'initializing': conversion from 'npy_intp' to 'int', possible loss of data
|
|---|
| 6907 | _arrays/pythonarray.cpp(509): warning C4244: '=': conversion from 'const _Ty' to 'long', possible loss of data
|
|---|
| 6908 | with
|
|---|
| 6909 | [
|
|---|
| 6910 | _Ty=int64_t
|
|---|
| 6911 | ]
|
|---|
| 6912 | rcarray.cpp
|
|---|
| 6913 | refcount.cpp
|
|---|
| 6914 | Creating library src\lib\libarrays.lib and object src\lib\libarrays.exp
|
|---|
| 6915 | Generating code
|
|---|
| 6916 | Finished generating code
|
|---|
| 6917 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\setuptools\dist.py:759: SetuptoolsDeprecationWarning: License classifiers are deprecated.
|
|---|
| 6918 | !!
|
|---|
| 6919 |
|
|---|
| 6920 | ********************************************************************************
|
|---|
| 6921 | Please consider removing the following classifiers in favor of a SPDX license expression:
|
|---|
| 6922 |
|
|---|
| 6923 | License :: Free for non-commercial use
|
|---|
| 6924 |
|
|---|
| 6925 | See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details.
|
|---|
| 6926 | ********************************************************************************
|
|---|
| 6927 |
|
|---|
| 6928 | !!
|
|---|
| 6929 | self._finalize_license_expression()
|
|---|
| 6930 | running build
|
|---|
| 6931 | running build_py
|
|---|
| 6932 | creating build\lib.win-amd64-cpython-311\chimerax\arrays
|
|---|
| 6933 | copying src\_pyarrays.py -> build\lib.win-amd64-cpython-311\chimerax\arrays
|
|---|
| 6934 | copying src\__init__.py -> build\lib.win-amd64-cpython-311\chimerax\arrays
|
|---|
| 6935 | creating build\lib.win-amd64-cpython-311\chimerax\arrays\include\arrays
|
|---|
| 6936 | copying src\include\arrays\pythonarray.h -> build\lib.win-amd64-cpython-311\chimerax\arrays\include\arrays
|
|---|
| 6937 | copying src\include\arrays\rcarray.h -> build\lib.win-amd64-cpython-311\chimerax\arrays\include\arrays
|
|---|
| 6938 | copying src\include\arrays\refcount.h -> build\lib.win-amd64-cpython-311\chimerax\arrays\include\arrays
|
|---|
| 6939 | copying src\include\arrays\imex.h -> build\lib.win-amd64-cpython-311\chimerax\arrays\include\arrays
|
|---|
| 6940 | creating build\lib.win-amd64-cpython-311\chimerax\arrays\lib
|
|---|
| 6941 | copying src\lib\libarrays.dll -> build\lib.win-amd64-cpython-311\chimerax\arrays\lib
|
|---|
| 6942 | copying src\lib\libarrays.lib -> build\lib.win-amd64-cpython-311\chimerax\arrays\lib
|
|---|
| 6943 | running build_ext
|
|---|
| 6944 | building 'chimerax.arrays._arrays' extension
|
|---|
| 6945 | creating build\temp.win-amd64-cpython-311\Release\_arrays
|
|---|
| 6946 | "C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\bin\HostX64\x64\cl.exe" /c /nologo /O2 /W3 /GL /DNDEBUG /MD -DMAJOR_VERSION=0 -DMINOR_VERSION=1 -IC:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\include -Isrc/include -IC:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\include -IC:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Include "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\ucrt" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\shared" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\um" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\winrt" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\cppwinrt" "-Ic:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include" "-Ic:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\atlmfc\include" "-Ic:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\ucrt" "-Ic:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\shared" "-Ic:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\um" "-Ic:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\winrt" "-Ic:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\cppwinrt" /EHsc /Tp_arrays/load_arrays.cpp /Fobuild\temp.win-amd64-cpython-311\Release\_arrays\load_arrays.obj
|
|---|
| 6947 | load_arrays.cpp
|
|---|
| 6948 | "C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\bin\HostX64\x64\link.exe" /nologo /INCREMENTAL:NO /LTCG /DLL /MANIFEST:EMBED,ID=2 /MANIFESTUAC:NO /LIBPATH:C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\lib /LIBPATH:src/lib /LIBPATH:C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\libs /LIBPATH:C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin /LIBPATH:C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\PCbuild\amd64 "/LIBPATH:C:\Program Files (x86)\Windows Kits\10\lib\10.0.19041.0\ucrt\x64" "/LIBPATH:C:\Program Files (x86)\Windows Kits\10\lib\10.0.19041.0\um\x64" "/LIBPATH:c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\lib\\x64" "/LIBPATH:c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\atlmfc\lib\\x64" "/LIBPATH:c:\Program Files (x86)\Windows Kits\10\lib\10.0.19041.0\ucrt\x64" "/LIBPATH:c:\Program Files (x86)\Windows Kits\10\lib\10.0.19041.0\um\x64" libarrays.lib /EXPORT:PyInit__arrays build\temp.win-amd64-cpython-311\Release\_arrays\load_arrays.obj /OUT:build\lib.win-amd64-cpython-311\chimerax\arrays\_arrays.cp311-win_amd64.pyd /IMPLIB:build\temp.win-amd64-cpython-311\Release\_arrays\_arrays.cp311-win_amd64.lib
|
|---|
| 6949 | Creating library build\temp.win-amd64-cpython-311\Release\_arrays\_arrays.cp311-win_amd64.lib and object build\temp.win-amd64-cpython-311\Release\_arrays\_arrays.cp311-win_amd64.exp
|
|---|
| 6950 | Generating code
|
|---|
| 6951 | Finished generating code
|
|---|
| 6952 | running bdist_wheel
|
|---|
| 6953 | installing to build\bdist.win-amd64\wheel
|
|---|
| 6954 | running install
|
|---|
| 6955 | running install_lib
|
|---|
| 6956 | running build_ext
|
|---|
| 6957 | creating build\bdist.win-amd64\wheel
|
|---|
| 6958 | creating build\bdist.win-amd64\wheel\chimerax
|
|---|
| 6959 | creating build\bdist.win-amd64\wheel\chimerax\arrays
|
|---|
| 6960 | creating build\bdist.win-amd64\wheel\chimerax\arrays\include
|
|---|
| 6961 | creating build\bdist.win-amd64\wheel\chimerax\arrays\include\arrays
|
|---|
| 6962 | copying build\lib.win-amd64-cpython-311\chimerax\arrays\include\arrays\imex.h -> build\bdist.win-amd64\wheel\.\chimerax\arrays\include\arrays
|
|---|
| 6963 | copying build\lib.win-amd64-cpython-311\chimerax\arrays\include\arrays\pythonarray.h -> build\bdist.win-amd64\wheel\.\chimerax\arrays\include\arrays
|
|---|
| 6964 | copying build\lib.win-amd64-cpython-311\chimerax\arrays\include\arrays\rcarray.h -> build\bdist.win-amd64\wheel\.\chimerax\arrays\include\arrays
|
|---|
| 6965 | copying build\lib.win-amd64-cpython-311\chimerax\arrays\include\arrays\refcount.h -> build\bdist.win-amd64\wheel\.\chimerax\arrays\include\arrays
|
|---|
| 6966 | creating build\bdist.win-amd64\wheel\chimerax\arrays\lib
|
|---|
| 6967 | copying build\lib.win-amd64-cpython-311\chimerax\arrays\lib\libarrays.dll -> build\bdist.win-amd64\wheel\.\chimerax\arrays\lib
|
|---|
| 6968 | copying build\lib.win-amd64-cpython-311\chimerax\arrays\lib\libarrays.lib -> build\bdist.win-amd64\wheel\.\chimerax\arrays\lib
|
|---|
| 6969 | copying build\lib.win-amd64-cpython-311\chimerax\arrays\_arrays.cp311-win_amd64.pyd -> build\bdist.win-amd64\wheel\.\chimerax\arrays
|
|---|
| 6970 | copying build\lib.win-amd64-cpython-311\chimerax\arrays\_pyarrays.py -> build\bdist.win-amd64\wheel\.\chimerax\arrays
|
|---|
| 6971 | copying build\lib.win-amd64-cpython-311\chimerax\arrays\__init__.py -> build\bdist.win-amd64\wheel\.\chimerax\arrays
|
|---|
| 6972 | running install_egg_info
|
|---|
| 6973 | running egg_info
|
|---|
| 6974 | creating ChimeraX_Arrays.egg-info
|
|---|
| 6975 | writing ChimeraX_Arrays.egg-info\PKG-INFO
|
|---|
| 6976 | writing dependency_links to ChimeraX_Arrays.egg-info\dependency_links.txt
|
|---|
| 6977 | writing top-level names to ChimeraX_Arrays.egg-info\top_level.txt
|
|---|
| 6978 | writing manifest file 'ChimeraX_Arrays.egg-info\SOURCES.txt'
|
|---|
| 6979 | reading manifest file 'ChimeraX_Arrays.egg-info\SOURCES.txt'
|
|---|
| 6980 | writing manifest file 'ChimeraX_Arrays.egg-info\SOURCES.txt'
|
|---|
| 6981 | Copying ChimeraX_Arrays.egg-info to build\bdist.win-amd64\wheel\.\ChimeraX_Arrays-1.1-py3.11.egg-info
|
|---|
| 6982 | running install_scripts
|
|---|
| 6983 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\setuptools\command\bdist_wheel.py:103: RuntimeWarning: Config variable 'Py_DEBUG' is unset, Python ABI tag may be incorrect
|
|---|
| 6984 | if get_flag("Py_DEBUG", hasattr(sys, "gettotalrefcount"), warn=(impl == "cp")):
|
|---|
| 6985 | creating build\bdist.win-amd64\wheel\chimerax_arrays-1.1.dist-info\WHEEL
|
|---|
| 6986 | creating 'dist\chimerax_arrays-1.1-cp311-cp311-win_amd64.whl' and adding 'build\bdist.win-amd64\wheel' to it
|
|---|
| 6987 | adding 'chimerax/arrays/__init__.py'
|
|---|
| 6988 | adding 'chimerax/arrays/_arrays.cp311-win_amd64.pyd'
|
|---|
| 6989 | adding 'chimerax/arrays/_pyarrays.py'
|
|---|
| 6990 | adding 'chimerax/arrays/include/arrays/imex.h'
|
|---|
| 6991 | adding 'chimerax/arrays/include/arrays/pythonarray.h'
|
|---|
| 6992 | adding 'chimerax/arrays/include/arrays/rcarray.h'
|
|---|
| 6993 | adding 'chimerax/arrays/include/arrays/refcount.h'
|
|---|
| 6994 | adding 'chimerax/arrays/lib/libarrays.dll'
|
|---|
| 6995 | adding 'chimerax/arrays/lib/libarrays.lib'
|
|---|
| 6996 | adding 'chimerax_arrays-1.1.dist-info/METADATA'
|
|---|
| 6997 | adding 'chimerax_arrays-1.1.dist-info/WHEEL'
|
|---|
| 6998 | adding 'chimerax_arrays-1.1.dist-info/top_level.txt'
|
|---|
| 6999 | adding 'chimerax_arrays-1.1.dist-info/RECORD'
|
|---|
| 7000 | removing build\bdist.win-amd64\wheel
|
|---|
| 7001 | Distribution is in .\dist\ChimeraX_Arrays-1.1-cp311-cp311-win_amd64.whl
|
|---|
| 7002 | STATUS:
|
|---|
| 7003 | Installing bundle
|
|---|
| 7004 | INFO:
|
|---|
| 7005 | Executing: toolshed install .\dist\ChimeraX_Arrays-1.1-cp311-cp311-win_amd64.whl userOnly false noDeps true
|
|---|
| 7006 | Installed ChimeraX-Arrays (1.1)
|
|---|
| 7007 |
|
|---|
| 7008 | make sync
|
|---|
| 7009 | make[6]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/arrays'
|
|---|
| 7010 | cp -av dist/*.whl ../../../build/sync
|
|---|
| 7011 | 'dist/chimerax_arrays-1.1-cp311-cp311-win_amd64.whl' -> '../../../build/sync/chimerax_arrays-1.1-cp311-cp311-win_amd64.whl'
|
|---|
| 7012 | make[6]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/arrays'
|
|---|
| 7013 | make[5]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/arrays'
|
|---|
| 7014 | make -C alignment_algs build
|
|---|
| 7015 | make[5]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/alignment_algs'
|
|---|
| 7016 | if [ -z "../../../ChimeraX.app/bin/python.exe" ]; then \
|
|---|
| 7017 | echo "missing ChimeraX application's python"; exit 1; \
|
|---|
| 7018 | else \
|
|---|
| 7019 | PYTHONNOUSERSITE=1 ../../../ChimeraX.app/bin/python.exe -I -m chimerax.core --nogui --exit --safemode --cmd "devel build . exit true "; \
|
|---|
| 7020 | fi
|
|---|
| 7021 | INFO:
|
|---|
| 7022 | Executing: devel build . exit true
|
|---|
| 7023 | support.cpp
|
|---|
| 7024 | Creating library src\libalign_algs.lib and object src\libalign_algs.exp
|
|---|
| 7025 | Generating code
|
|---|
| 7026 | Finished generating code
|
|---|
| 7027 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\setuptools\dist.py:759: SetuptoolsDeprecationWarning: License classifiers are deprecated.
|
|---|
| 7028 | !!
|
|---|
| 7029 |
|
|---|
| 7030 | ********************************************************************************
|
|---|
| 7031 | Please consider removing the following classifiers in favor of a SPDX license expression:
|
|---|
| 7032 |
|
|---|
| 7033 | License :: Free for non-commercial use
|
|---|
| 7034 |
|
|---|
| 7035 | See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details.
|
|---|
| 7036 | ********************************************************************************
|
|---|
| 7037 |
|
|---|
| 7038 | !!
|
|---|
| 7039 | self._finalize_license_expression()
|
|---|
| 7040 | running build
|
|---|
| 7041 | running build_py
|
|---|
| 7042 | creating build\lib.win-amd64-cpython-311\chimerax\alignment_algs
|
|---|
| 7043 | copying src\options.py -> build\lib.win-amd64-cpython-311\chimerax\alignment_algs
|
|---|
| 7044 | copying src\__init__.py -> build\lib.win-amd64-cpython-311\chimerax\alignment_algs
|
|---|
| 7045 | creating build\lib.win-amd64-cpython-311\chimerax\alignment_algs\NeedlemanWunsch
|
|---|
| 7046 | copying src\NeedlemanWunsch\__init__.py -> build\lib.win-amd64-cpython-311\chimerax\alignment_algs\NeedlemanWunsch
|
|---|
| 7047 | creating build\lib.win-amd64-cpython-311\chimerax\alignment_algs\include\align_algs
|
|---|
| 7048 | copying src\include\align_algs\support.h -> build\lib.win-amd64-cpython-311\chimerax\alignment_algs\include\align_algs
|
|---|
| 7049 | copying src\libalign_algs.dll -> build\lib.win-amd64-cpython-311\chimerax\alignment_algs
|
|---|
| 7050 | copying src\libalign_algs.lib -> build\lib.win-amd64-cpython-311\chimerax\alignment_algs
|
|---|
| 7051 | running build_ext
|
|---|
| 7052 | building 'chimerax.alignment_algs._nw' extension
|
|---|
| 7053 | building 'chimerax.alignment_algs._sw' extension
|
|---|
| 7054 | creating build\temp.win-amd64-cpython-311\Release\_sw
|
|---|
| 7055 | "C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\bin\HostX64\x64\cl.exe" /c /nologo /O2 /W3 /GL /DNDEBUG /MD -DMAJOR_VERSION=0 -DMINOR_VERSION=1 -IC:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\include -Isrc/include -IC:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\core\include -IC:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\arrays\include -IC:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\include -IC:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Include "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\ucrt" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\shared" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\um" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\winrt" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\cppwinrt" "-Ic:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include" "-Ic:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\atlmfc\include" "-Ic:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\ucrt" "-Ic:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\shared" "-Ic:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\um" "-Ic:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\winrt" "-Ic:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\cppwinrt" /EHsc /Tp_sw/sw.cpp /Fobuild\temp.win-amd64-cpython-311\Release\_sw\sw.obj
|
|---|
| 7056 | sw.cpp
|
|---|
| 7057 | creating build\temp.win-amd64-cpython-311\Release\_nw
|
|---|
| 7058 | "C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\bin\HostX64\x64\cl.exe" /c /nologo /O2 /W3 /GL /DNDEBUG /MD -DMAJOR_VERSION=0 -DMINOR_VERSION=1 -IC:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\include -Isrc/include -IC:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\core\include -IC:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\arrays\include -IC:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\include -IC:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Include "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\ucrt" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\shared" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\um" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\winrt" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\cppwinrt" "-Ic:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include" "-Ic:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\atlmfc\include" "-Ic:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\ucrt" "-Ic:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\shared" "-Ic:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\um" "-Ic:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\winrt" "-Ic:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\cppwinrt" /EHsc /Tp_nw/nw.cpp /Fobuild\temp.win-amd64-cpython-311\Release\_nw\nw.obj
|
|---|
| 7059 | nw.cpp
|
|---|
| 7060 | _sw/sw.cpp(73): warning C4267: 'initializing': conversion from 'size_t' to 'int', possible loss of data
|
|---|
| 7061 | _sw/sw.cpp(74): warning C4267: 'initializing': conversion from 'size_t' to 'int', possible loss of data
|
|---|
| 7062 | _sw/sw.cpp(288): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data
|
|---|
| 7063 | _sw/sw.cpp(300): warning C4146: unary minus operator applied to unsigned type, result still unsigned
|
|---|
| 7064 | _sw/sw.cpp(300): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data
|
|---|
| 7065 | _sw/sw.cpp(320): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data
|
|---|
| 7066 | _sw/sw.cpp(321): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data
|
|---|
| 7067 | "C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\bin\HostX64\x64\link.exe" /nologo /INCREMENTAL:NO /LTCG /DLL /MANIFEST:EMBED,ID=2 /MANIFESTUAC:NO /LIBPATH:C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\lib /LIBPATH:src /LIBPATH:C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\core\lib /LIBPATH:C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\arrays\lib /LIBPATH:C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\libs /LIBPATH:C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin /LIBPATH:C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\PCbuild\amd64 "/LIBPATH:C:\Program Files (x86)\Windows Kits\10\lib\10.0.19041.0\ucrt\x64" "/LIBPATH:C:\Program Files (x86)\Windows Kits\10\lib\10.0.19041.0\um\x64" "/LIBPATH:c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\lib\\x64" "/LIBPATH:c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\atlmfc\lib\\x64" "/LIBPATH:c:\Program Files (x86)\Windows Kits\10\lib\10.0.19041.0\ucrt\x64" "/LIBPATH:c:\Program Files (x86)\Windows Kits\10\lib\10.0.19041.0\um\x64" libalign_algs.lib /EXPORT:PyInit__sw build\temp.win-amd64-cpython-311\Release\_sw\sw.obj /OUT:build\lib.win-amd64-cpython-311\chimerax\alignment_algs\_sw.cp311-win_amd64.pyd /IMPLIB:build\temp.win-amd64-cpython-311\Release\_sw\_sw.cp311-win_amd64.lib
|
|---|
| 7068 | Creating library build\temp.win-amd64-cpython-311\Release\_sw\_sw.cp311-win_amd64.lib and object build\temp.win-amd64-cpython-311\Release\_sw\_sw.cp311-win_amd64.exp
|
|---|
| 7069 | Generating code
|
|---|
| 7070 | Finished generating code
|
|---|
| 7071 | _nw/nw.cpp(442): warning C4267: 'argument': conversion from 'size_t' to 'int', possible loss of data
|
|---|
| 7072 | _nw/nw.cpp(447): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data
|
|---|
| 7073 | _nw/nw.cpp(469): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data
|
|---|
| 7074 | _nw/nw.cpp(250): warning C4101: 'e': unreferenced local variable
|
|---|
| 7075 | _nw/nw.cpp(319): warning C4101: 'e': unreferenced local variable
|
|---|
| 7076 | "C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\bin\HostX64\x64\link.exe" /nologo /INCREMENTAL:NO /LTCG /DLL /MANIFEST:EMBED,ID=2 /MANIFESTUAC:NO /LIBPATH:C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\lib /LIBPATH:src /LIBPATH:C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\core\lib /LIBPATH:C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\arrays\lib /LIBPATH:C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\libs /LIBPATH:C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin /LIBPATH:C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\PCbuild\amd64 "/LIBPATH:C:\Program Files (x86)\Windows Kits\10\lib\10.0.19041.0\ucrt\x64" "/LIBPATH:C:\Program Files (x86)\Windows Kits\10\lib\10.0.19041.0\um\x64" "/LIBPATH:c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\lib\\x64" "/LIBPATH:c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\atlmfc\lib\\x64" "/LIBPATH:c:\Program Files (x86)\Windows Kits\10\lib\10.0.19041.0\ucrt\x64" "/LIBPATH:c:\Program Files (x86)\Windows Kits\10\lib\10.0.19041.0\um\x64" libalign_algs.lib libarrays.lib /EXPORT:PyInit__nw build\temp.win-amd64-cpython-311\Release\_nw\nw.obj /OUT:build\lib.win-amd64-cpython-311\chimerax\alignment_algs\_nw.cp311-win_amd64.pyd /IMPLIB:build\temp.win-amd64-cpython-311\Release\_nw\_nw.cp311-win_amd64.lib
|
|---|
| 7077 | Creating library build\temp.win-amd64-cpython-311\Release\_nw\_nw.cp311-win_amd64.lib and object build\temp.win-amd64-cpython-311\Release\_nw\_nw.cp311-win_amd64.exp
|
|---|
| 7078 | Generating code
|
|---|
| 7079 | Finished generating code
|
|---|
| 7080 | running bdist_wheel
|
|---|
| 7081 | installing to build\bdist.win-amd64\wheel
|
|---|
| 7082 | running install
|
|---|
| 7083 | running install_lib
|
|---|
| 7084 | running build_ext
|
|---|
| 7085 | creating build\bdist.win-amd64\wheel
|
|---|
| 7086 | creating build\bdist.win-amd64\wheel\chimerax
|
|---|
| 7087 | creating build\bdist.win-amd64\wheel\chimerax\alignment_algs
|
|---|
| 7088 | creating build\bdist.win-amd64\wheel\chimerax\alignment_algs\include
|
|---|
| 7089 | creating build\bdist.win-amd64\wheel\chimerax\alignment_algs\include\align_algs
|
|---|
| 7090 | copying build\lib.win-amd64-cpython-311\chimerax\alignment_algs\include\align_algs\support.h -> build\bdist.win-amd64\wheel\.\chimerax\alignment_algs\include\align_algs
|
|---|
| 7091 | copying build\lib.win-amd64-cpython-311\chimerax\alignment_algs\libalign_algs.dll -> build\bdist.win-amd64\wheel\.\chimerax\alignment_algs
|
|---|
| 7092 | copying build\lib.win-amd64-cpython-311\chimerax\alignment_algs\libalign_algs.lib -> build\bdist.win-amd64\wheel\.\chimerax\alignment_algs
|
|---|
| 7093 | creating build\bdist.win-amd64\wheel\chimerax\alignment_algs\NeedlemanWunsch
|
|---|
| 7094 | copying build\lib.win-amd64-cpython-311\chimerax\alignment_algs\NeedlemanWunsch\__init__.py -> build\bdist.win-amd64\wheel\.\chimerax\alignment_algs\NeedlemanWunsch
|
|---|
| 7095 | copying build\lib.win-amd64-cpython-311\chimerax\alignment_algs\options.py -> build\bdist.win-amd64\wheel\.\chimerax\alignment_algs
|
|---|
| 7096 | copying build\lib.win-amd64-cpython-311\chimerax\alignment_algs\_nw.cp311-win_amd64.pyd -> build\bdist.win-amd64\wheel\.\chimerax\alignment_algs
|
|---|
| 7097 | copying build\lib.win-amd64-cpython-311\chimerax\alignment_algs\_sw.cp311-win_amd64.pyd -> build\bdist.win-amd64\wheel\.\chimerax\alignment_algs
|
|---|
| 7098 | copying build\lib.win-amd64-cpython-311\chimerax\alignment_algs\__init__.py -> build\bdist.win-amd64\wheel\.\chimerax\alignment_algs
|
|---|
| 7099 | running install_egg_info
|
|---|
| 7100 | running egg_info
|
|---|
| 7101 | creating ChimeraX_AlignmentAlgorithms.egg-info
|
|---|
| 7102 | writing ChimeraX_AlignmentAlgorithms.egg-info\PKG-INFO
|
|---|
| 7103 | writing dependency_links to ChimeraX_AlignmentAlgorithms.egg-info\dependency_links.txt
|
|---|
| 7104 | writing requirements to ChimeraX_AlignmentAlgorithms.egg-info\requires.txt
|
|---|
| 7105 | writing top-level names to ChimeraX_AlignmentAlgorithms.egg-info\top_level.txt
|
|---|
| 7106 | writing manifest file 'ChimeraX_AlignmentAlgorithms.egg-info\SOURCES.txt'
|
|---|
| 7107 | reading manifest file 'ChimeraX_AlignmentAlgorithms.egg-info\SOURCES.txt'
|
|---|
| 7108 | writing manifest file 'ChimeraX_AlignmentAlgorithms.egg-info\SOURCES.txt'
|
|---|
| 7109 | Copying ChimeraX_AlignmentAlgorithms.egg-info to build\bdist.win-amd64\wheel\.\ChimeraX_AlignmentAlgorithms-2.0.2-py3.11.egg-info
|
|---|
| 7110 | running install_scripts
|
|---|
| 7111 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\setuptools\command\bdist_wheel.py:103: RuntimeWarning: Config variable 'Py_DEBUG' is unset, Python ABI tag may be incorrect
|
|---|
| 7112 | if get_flag("Py_DEBUG", hasattr(sys, "gettotalrefcount"), warn=(impl == "cp")):
|
|---|
| 7113 | creating build\bdist.win-amd64\wheel\chimerax_alignmentalgorithms-2.0.2.dist-info\WHEEL
|
|---|
| 7114 | creating 'dist\chimerax_alignmentalgorithms-2.0.2-cp311-cp311-win_amd64.whl' and adding 'build\bdist.win-amd64\wheel' to it
|
|---|
| 7115 | adding 'chimerax/alignment_algs/__init__.py'
|
|---|
| 7116 | adding 'chimerax/alignment_algs/_nw.cp311-win_amd64.pyd'
|
|---|
| 7117 | adding 'chimerax/alignment_algs/_sw.cp311-win_amd64.pyd'
|
|---|
| 7118 | adding 'chimerax/alignment_algs/libalign_algs.dll'
|
|---|
| 7119 | adding 'chimerax/alignment_algs/libalign_algs.lib'
|
|---|
| 7120 | adding 'chimerax/alignment_algs/options.py'
|
|---|
| 7121 | adding 'chimerax/alignment_algs/NeedlemanWunsch/__init__.py'
|
|---|
| 7122 | adding 'chimerax/alignment_algs/include/align_algs/support.h'
|
|---|
| 7123 | adding 'chimerax_alignmentalgorithms-2.0.2.dist-info/METADATA'
|
|---|
| 7124 | adding 'chimerax_alignmentalgorithms-2.0.2.dist-info/WHEEL'
|
|---|
| 7125 | adding 'chimerax_alignmentalgorithms-2.0.2.dist-info/top_level.txt'
|
|---|
| 7126 | adding 'chimerax_alignmentalgorithms-2.0.2.dist-info/RECORD'
|
|---|
| 7127 | removing build\bdist.win-amd64\wheel
|
|---|
| 7128 | Distribution is in .\dist\ChimeraX_AlignmentAlgorithms-2.0.2-cp311-cp311-win_amd64.whl
|
|---|
| 7129 | INFO:
|
|---|
| 7130 |
|
|---|
| 7131 | make sync
|
|---|
| 7132 | make[6]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/alignment_algs'
|
|---|
| 7133 | cp -av dist/*.whl ../../../build/sync
|
|---|
| 7134 | 'dist/chimerax_alignmentalgorithms-2.0.2-cp311-cp311-win_amd64.whl' -> '../../../build/sync/chimerax_alignmentalgorithms-2.0.2-cp311-cp311-win_amd64.whl'
|
|---|
| 7135 | make[6]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/alignment_algs'
|
|---|
| 7136 | make[5]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/alignment_algs'
|
|---|
| 7137 | make -C alignment_headers build
|
|---|
| 7138 | make[5]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/alignment_headers'
|
|---|
| 7139 | if [ -z "../../../ChimeraX.app/bin/python.exe" ]; then \
|
|---|
| 7140 | echo "missing ChimeraX application's python"; exit 1; \
|
|---|
| 7141 | else \
|
|---|
| 7142 | PYTHONNOUSERSITE=1 ../../../ChimeraX.app/bin/python.exe -I -m chimerax.core --nogui --exit --safemode --cmd "devel build . exit true "; \
|
|---|
| 7143 | fi
|
|---|
| 7144 | INFO:
|
|---|
| 7145 | Executing: devel build . exit true
|
|---|
| 7146 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\setuptools\_distutils\dist.py:289: UserWarning: Unknown distribution option: 'distclass'
|
|---|
| 7147 | warnings.warn(msg)
|
|---|
| 7148 | al2co.c
|
|---|
| 7149 | al2co/al2co.c(181): warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
|
|---|
| 7150 | al2co/al2co.c(182): warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
|
|---|
| 7151 | al2co/al2co.c(183): warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
|
|---|
| 7152 | al2co/al2co.c(184): warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
|
|---|
| 7153 | al2co/al2co.c(185): warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
|
|---|
| 7154 | al2co/al2co.c(186): warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
|
|---|
| 7155 | al2co/al2co.c(187): warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
|
|---|
| 7156 | al2co/al2co.c(188): warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
|
|---|
| 7157 | al2co/al2co.c(189): warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
|
|---|
| 7158 | al2co/al2co.c(248): warning C4267: 'function': conversion from 'size_t' to 'long', possible loss of data
|
|---|
| 7159 | al2co/al2co.c(249): warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
|
|---|
| 7160 | al2co/al2co.c(388): warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
|
|---|
| 7161 | al2co/al2co.c(399): warning C4996: 'strcat': This function or variable may be unsafe. Consider using strcat_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
|
|---|
| 7162 | al2co/al2co.c(400): warning C4996: 'strcat': This function or variable may be unsafe. Consider using strcat_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
|
|---|
| 7163 | al2co/al2co.c(190): warning C4996: 'sscanf': This function or variable may be unsafe. Consider using sscanf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
|
|---|
| 7164 | al2co/al2co.c(191): warning C4996: 'sscanf': This function or variable may be unsafe. Consider using sscanf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
|
|---|
| 7165 | al2co/al2co.c(192): warning C4996: 'sscanf': This function or variable may be unsafe. Consider using sscanf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
|
|---|
| 7166 | al2co/al2co.c(193): warning C4996: 'sscanf': This function or variable may be unsafe. Consider using sscanf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
|
|---|
| 7167 | al2co/al2co.c(194): warning C4996: 'sscanf': This function or variable may be unsafe. Consider using sscanf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
|
|---|
| 7168 | al2co/al2co.c(195): warning C4996: 'sscanf': This function or variable may be unsafe. Consider using sscanf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
|
|---|
| 7169 | al2co/al2co.c(208): warning C4996: 'fopen': This function or variable may be unsafe. Consider using fopen_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
|
|---|
| 7170 | al2co/al2co.c(353): warning C4996: 'fopen': This function or variable may be unsafe. Consider using fopen_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
|
|---|
| 7171 | al2co/al2co.c(364): warning C4996: 'fopen': This function or variable may be unsafe. Consider using fopen_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
|
|---|
| 7172 | al2co/al2co.c(369): warning C4996: 'fopen': This function or variable may be unsafe. Consider using fopen_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
|
|---|
| 7173 | al2co/al2co.c(397): warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
|
|---|
| 7174 | al2co/al2co.c(398): warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
|
|---|
| 7175 | al2co/al2co.c(443): warning C4996: 'fopen': This function or variable may be unsafe. Consider using fopen_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
|
|---|
| 7176 | al2co/al2co.c(460): warning C4996: 'fopen': This function or variable may be unsafe. Consider using fopen_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
|
|---|
| 7177 | al2co/al2co.c(716): warning C4996: 'fopen': This function or variable may be unsafe. Consider using fopen_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
|
|---|
| 7178 | al2co/al2co.c(727): warning C4996: 'fopen': This function or variable may be unsafe. Consider using fopen_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
|
|---|
| 7179 | al2co/al2co.c(766): warning C4996: 'fopen': This function or variable may be unsafe. Consider using fopen_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
|
|---|
| 7180 | al2co/al2co.c(770): warning C4996: 'fopen': This function or variable may be unsafe. Consider using fopen_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
|
|---|
| 7181 | al2co/al2co.c(1130): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data
|
|---|
| 7182 | al2co/al2co.c(1132): warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
|
|---|
| 7183 | al2co/al2co.c(1242): warning C4244: '=': conversion from '__int64' to 'int', possible loss of data
|
|---|
| 7184 | al2co/al2co.c(1257): warning C4244: '=': conversion from '__int64' to 'int', possible loss of data
|
|---|
| 7185 | al2co/al2co.c(1189): warning C4996: 'fopen': This function or variable may be unsafe. Consider using fopen_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
|
|---|
| 7186 | al2co/al2co.c(1300): warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
|
|---|
| 7187 | al2co/al2co.c(1302): warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
|
|---|
| 7188 | al2co/al2co.c(1307): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data
|
|---|
| 7189 | al2co/al2co.c(1309): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data
|
|---|
| 7190 | al2co/al2co.c(1301): warning C4996: 'fopen': This function or variable may be unsafe. Consider using fopen_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
|
|---|
| 7191 | Generating code
|
|---|
| 7192 | Finished generating code
|
|---|
| 7193 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\setuptools\config\_apply_pyprojecttoml.py:82: SetuptoolsDeprecationWarning: `project.license` as a TOML table is deprecated
|
|---|
| 7194 | !!
|
|---|
| 7195 |
|
|---|
| 7196 | ********************************************************************************
|
|---|
| 7197 | Please use a simple string containing a SPDX expression for `project.license`. You can also use `project.license-files`. (Both options available on setuptools>=77.0.0).
|
|---|
| 7198 |
|
|---|
| 7199 | By 2026-Feb-18, you need to update your project and remove deprecated calls
|
|---|
| 7200 | or your builds will no longer be supported.
|
|---|
| 7201 |
|
|---|
| 7202 | See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details.
|
|---|
| 7203 | ********************************************************************************
|
|---|
| 7204 |
|
|---|
| 7205 | !!
|
|---|
| 7206 | corresp(dist, value, root_dir)
|
|---|
| 7207 | running build
|
|---|
| 7208 | running build_py
|
|---|
| 7209 | creating build\lib.win-amd64-cpython-311\chimerax\alignment_headers
|
|---|
| 7210 | copying src\consensus.py -> build\lib.win-amd64-cpython-311\chimerax\alignment_headers
|
|---|
| 7211 | copying src\conservation.py -> build\lib.win-amd64-cpython-311\chimerax\alignment_headers
|
|---|
| 7212 | copying src\header_sequence.py -> build\lib.win-amd64-cpython-311\chimerax\alignment_headers
|
|---|
| 7213 | copying src\rmsd.py -> build\lib.win-amd64-cpython-311\chimerax\alignment_headers
|
|---|
| 7214 | copying src\__init__.py -> build\lib.win-amd64-cpython-311\chimerax\alignment_headers
|
|---|
| 7215 | creating build\lib.win-amd64-cpython-311\chimerax\alignment_headers\bin
|
|---|
| 7216 | copying src\bin\al2co.exe -> build\lib.win-amd64-cpython-311\chimerax\alignment_headers\bin
|
|---|
| 7217 | running build_ext
|
|---|
| 7218 | running bdist_wheel
|
|---|
| 7219 | installing to build\bdist.win-amd64\wheel
|
|---|
| 7220 | running install
|
|---|
| 7221 | running install_lib
|
|---|
| 7222 | running build_ext
|
|---|
| 7223 | creating build\bdist.win-amd64\wheel
|
|---|
| 7224 | creating build\bdist.win-amd64\wheel\chimerax
|
|---|
| 7225 | creating build\bdist.win-amd64\wheel\chimerax\alignment_headers
|
|---|
| 7226 | creating build\bdist.win-amd64\wheel\chimerax\alignment_headers\bin
|
|---|
| 7227 | copying build\lib.win-amd64-cpython-311\chimerax\alignment_headers\bin\al2co.exe -> build\bdist.win-amd64\wheel\.\chimerax\alignment_headers\bin
|
|---|
| 7228 | copying build\lib.win-amd64-cpython-311\chimerax\alignment_headers\consensus.py -> build\bdist.win-amd64\wheel\.\chimerax\alignment_headers
|
|---|
| 7229 | copying build\lib.win-amd64-cpython-311\chimerax\alignment_headers\conservation.py -> build\bdist.win-amd64\wheel\.\chimerax\alignment_headers
|
|---|
| 7230 | copying build\lib.win-amd64-cpython-311\chimerax\alignment_headers\header_sequence.py -> build\bdist.win-amd64\wheel\.\chimerax\alignment_headers
|
|---|
| 7231 | copying build\lib.win-amd64-cpython-311\chimerax\alignment_headers\rmsd.py -> build\bdist.win-amd64\wheel\.\chimerax\alignment_headers
|
|---|
| 7232 | copying build\lib.win-amd64-cpython-311\chimerax\alignment_headers\__init__.py -> build\bdist.win-amd64\wheel\.\chimerax\alignment_headers
|
|---|
| 7233 | running install_egg_info
|
|---|
| 7234 | running egg_info
|
|---|
| 7235 | creating ChimeraX_AlignmentHdrs.egg-info
|
|---|
| 7236 | writing ChimeraX_AlignmentHdrs.egg-info\PKG-INFO
|
|---|
| 7237 | writing dependency_links to ChimeraX_AlignmentHdrs.egg-info\dependency_links.txt
|
|---|
| 7238 | writing requirements to ChimeraX_AlignmentHdrs.egg-info\requires.txt
|
|---|
| 7239 | writing top-level names to ChimeraX_AlignmentHdrs.egg-info\top_level.txt
|
|---|
| 7240 | writing manifest file 'ChimeraX_AlignmentHdrs.egg-info\SOURCES.txt'
|
|---|
| 7241 | reading manifest file 'ChimeraX_AlignmentHdrs.egg-info\SOURCES.txt'
|
|---|
| 7242 | writing manifest file 'ChimeraX_AlignmentHdrs.egg-info\SOURCES.txt'
|
|---|
| 7243 | Copying ChimeraX_AlignmentHdrs.egg-info to build\bdist.win-amd64\wheel\.\ChimeraX_AlignmentHdrs-3.6.1-py3.11.egg-info
|
|---|
| 7244 | running install_scripts
|
|---|
| 7245 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\setuptools\command\bdist_wheel.py:103: RuntimeWarning: Config variable 'Py_DEBUG' is unset, Python ABI tag may be incorrect
|
|---|
| 7246 | if get_flag("Py_DEBUG", hasattr(sys, "gettotalrefcount"), warn=(impl == "cp")):
|
|---|
| 7247 | creating build\bdist.win-amd64\wheel\chimerax_alignmenthdrs-3.6.1.dist-info\WHEEL
|
|---|
| 7248 | creating 'dist\chimerax_alignmenthdrs-3.6.1-cp311-cp311-win_amd64.whl' and adding 'build\bdist.win-amd64\wheel' to it
|
|---|
| 7249 | adding 'chimerax/alignment_headers/__init__.py'
|
|---|
| 7250 | adding 'chimerax/alignment_headers/consensus.py'
|
|---|
| 7251 | adding 'chimerax/alignment_headers/conservation.py'
|
|---|
| 7252 | adding 'chimerax/alignment_headers/header_sequence.py'
|
|---|
| 7253 | adding 'chimerax/alignment_headers/rmsd.py'
|
|---|
| 7254 | adding 'chimerax/alignment_headers/bin/al2co.exe'
|
|---|
| 7255 | adding 'chimerax_alignmenthdrs-3.6.1.dist-info/METADATA'
|
|---|
| 7256 | adding 'chimerax_alignmenthdrs-3.6.1.dist-info/WHEEL'
|
|---|
| 7257 | adding 'chimerax_alignmenthdrs-3.6.1.dist-info/top_level.txt'
|
|---|
| 7258 | adding 'chimerax_alignmenthdrs-3.6.1.dist-info/RECORD'
|
|---|
| 7259 | removing build\bdist.win-amd64\wheel
|
|---|
| 7260 | Distribution is in C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\alignment_headers\dist\chimerax_alignmenthdrs-3.6.1-cp311-cp311-win_amd64.whl
|
|---|
| 7261 | INFO:
|
|---|
| 7262 |
|
|---|
| 7263 | make sync
|
|---|
| 7264 | make[6]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/alignment_headers'
|
|---|
| 7265 | cp -av dist/*.whl ../../../build/sync
|
|---|
| 7266 | 'dist/chimerax_alignmenthdrs-3.6.1-cp311-cp311-win_amd64.whl' -> '../../../build/sync/chimerax_alignmenthdrs-3.6.1-cp311-cp311-win_amd64.whl'
|
|---|
| 7267 | make[6]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/alignment_headers'
|
|---|
| 7268 | make[5]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/alignment_headers'
|
|---|
| 7269 | make -C alphafold build
|
|---|
| 7270 | make[5]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/alphafold'
|
|---|
| 7271 | if [ -z "../../../ChimeraX.app/bin/python.exe" ]; then \
|
|---|
| 7272 | echo "missing ChimeraX application's python"; exit 1; \
|
|---|
| 7273 | else \
|
|---|
| 7274 | PYTHONNOUSERSITE=1 ../../../ChimeraX.app/bin/python.exe -I -m chimerax.core --nogui --exit --safemode --cmd "devel build . exit true "; \
|
|---|
| 7275 | fi
|
|---|
| 7276 | INFO:
|
|---|
| 7277 | Executing: devel build . exit true
|
|---|
| 7278 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\setuptools\dist.py:759: SetuptoolsDeprecationWarning: License classifiers are deprecated.
|
|---|
| 7279 | !!
|
|---|
| 7280 |
|
|---|
| 7281 | ********************************************************************************
|
|---|
| 7282 | Please consider removing the following classifiers in favor of a SPDX license expression:
|
|---|
| 7283 |
|
|---|
| 7284 | License :: Free for non-commercial use
|
|---|
| 7285 |
|
|---|
| 7286 | See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details.
|
|---|
| 7287 | ********************************************************************************
|
|---|
| 7288 |
|
|---|
| 7289 | !!
|
|---|
| 7290 | self._finalize_license_expression()
|
|---|
| 7291 | running build
|
|---|
| 7292 | running build_py
|
|---|
| 7293 | creating build\lib\chimerax\alphafold
|
|---|
| 7294 | copying src\alphafold21_predict_colab.py -> build\lib\chimerax\alphafold
|
|---|
| 7295 | copying src\alphafold22_predict_colab.py -> build\lib\chimerax\alphafold
|
|---|
| 7296 | copying src\alphafold_predict_colab.py -> build\lib\chimerax\alphafold
|
|---|
| 7297 | copying src\alphafold_search2_cgi.py -> build\lib\chimerax\alphafold
|
|---|
| 7298 | copying src\alphafold_search3_cgi.py -> build\lib\chimerax\alphafold
|
|---|
| 7299 | copying src\alphafold_search_cgi.py -> build\lib\chimerax\alphafold
|
|---|
| 7300 | copying src\blast.py -> build\lib\chimerax\alphafold
|
|---|
| 7301 | copying src\colabfold_predict.py -> build\lib\chimerax\alphafold
|
|---|
| 7302 | copying src\colabfold_predict_test.py -> build\lib\chimerax\alphafold
|
|---|
| 7303 | copying src\colorgui.py -> build\lib\chimerax\alphafold
|
|---|
| 7304 | copying src\contacts.py -> build\lib\chimerax\alphafold
|
|---|
| 7305 | copying src\database.py -> build\lib\chimerax\alphafold
|
|---|
| 7306 | copying src\dimers.py -> build\lib\chimerax\alphafold
|
|---|
| 7307 | copying src\fetch.py -> build\lib\chimerax\alphafold
|
|---|
| 7308 | copying src\fetch_sequences.py -> build\lib\chimerax\alphafold
|
|---|
| 7309 | copying src\fix_seq_titles.py -> build\lib\chimerax\alphafold
|
|---|
| 7310 | copying src\interfaces.py -> build\lib\chimerax\alphafold
|
|---|
| 7311 | copying src\match.py -> build\lib\chimerax\alphafold
|
|---|
| 7312 | copying src\pae.py -> build\lib\chimerax\alphafold
|
|---|
| 7313 | copying src\panel.py -> build\lib\chimerax\alphafold
|
|---|
| 7314 | copying src\predict.py -> build\lib\chimerax\alphafold
|
|---|
| 7315 | copying src\search.py -> build\lib\chimerax\alphafold
|
|---|
| 7316 | copying src\__init__.py -> build\lib\chimerax\alphafold
|
|---|
| 7317 | running bdist_wheel
|
|---|
| 7318 | installing to build\bdist.win-amd64\wheel
|
|---|
| 7319 | running install
|
|---|
| 7320 | running install_lib
|
|---|
| 7321 | creating build\bdist.win-amd64\wheel
|
|---|
| 7322 | creating build\bdist.win-amd64\wheel\chimerax
|
|---|
| 7323 | creating build\bdist.win-amd64\wheel\chimerax\alphafold
|
|---|
| 7324 | copying build\lib\chimerax\alphafold\alphafold21_predict_colab.py -> build\bdist.win-amd64\wheel\.\chimerax\alphafold
|
|---|
| 7325 | copying build\lib\chimerax\alphafold\alphafold22_predict_colab.py -> build\bdist.win-amd64\wheel\.\chimerax\alphafold
|
|---|
| 7326 | copying build\lib\chimerax\alphafold\alphafold_predict_colab.py -> build\bdist.win-amd64\wheel\.\chimerax\alphafold
|
|---|
| 7327 | copying build\lib\chimerax\alphafold\alphafold_search2_cgi.py -> build\bdist.win-amd64\wheel\.\chimerax\alphafold
|
|---|
| 7328 | copying build\lib\chimerax\alphafold\alphafold_search3_cgi.py -> build\bdist.win-amd64\wheel\.\chimerax\alphafold
|
|---|
| 7329 | copying build\lib\chimerax\alphafold\alphafold_search_cgi.py -> build\bdist.win-amd64\wheel\.\chimerax\alphafold
|
|---|
| 7330 | copying build\lib\chimerax\alphafold\blast.py -> build\bdist.win-amd64\wheel\.\chimerax\alphafold
|
|---|
| 7331 | copying build\lib\chimerax\alphafold\colabfold_predict.py -> build\bdist.win-amd64\wheel\.\chimerax\alphafold
|
|---|
| 7332 | copying build\lib\chimerax\alphafold\colabfold_predict_test.py -> build\bdist.win-amd64\wheel\.\chimerax\alphafold
|
|---|
| 7333 | copying build\lib\chimerax\alphafold\colorgui.py -> build\bdist.win-amd64\wheel\.\chimerax\alphafold
|
|---|
| 7334 | copying build\lib\chimerax\alphafold\contacts.py -> build\bdist.win-amd64\wheel\.\chimerax\alphafold
|
|---|
| 7335 | copying build\lib\chimerax\alphafold\database.py -> build\bdist.win-amd64\wheel\.\chimerax\alphafold
|
|---|
| 7336 | copying build\lib\chimerax\alphafold\dimers.py -> build\bdist.win-amd64\wheel\.\chimerax\alphafold
|
|---|
| 7337 | copying build\lib\chimerax\alphafold\fetch.py -> build\bdist.win-amd64\wheel\.\chimerax\alphafold
|
|---|
| 7338 | copying build\lib\chimerax\alphafold\fetch_sequences.py -> build\bdist.win-amd64\wheel\.\chimerax\alphafold
|
|---|
| 7339 | copying build\lib\chimerax\alphafold\fix_seq_titles.py -> build\bdist.win-amd64\wheel\.\chimerax\alphafold
|
|---|
| 7340 | copying build\lib\chimerax\alphafold\interfaces.py -> build\bdist.win-amd64\wheel\.\chimerax\alphafold
|
|---|
| 7341 | copying build\lib\chimerax\alphafold\match.py -> build\bdist.win-amd64\wheel\.\chimerax\alphafold
|
|---|
| 7342 | copying build\lib\chimerax\alphafold\pae.py -> build\bdist.win-amd64\wheel\.\chimerax\alphafold
|
|---|
| 7343 | copying build\lib\chimerax\alphafold\panel.py -> build\bdist.win-amd64\wheel\.\chimerax\alphafold
|
|---|
| 7344 | copying build\lib\chimerax\alphafold\predict.py -> build\bdist.win-amd64\wheel\.\chimerax\alphafold
|
|---|
| 7345 | copying build\lib\chimerax\alphafold\search.py -> build\bdist.win-amd64\wheel\.\chimerax\alphafold
|
|---|
| 7346 | copying build\lib\chimerax\alphafold\__init__.py -> build\bdist.win-amd64\wheel\.\chimerax\alphafold
|
|---|
| 7347 | running install_egg_info
|
|---|
| 7348 | running egg_info
|
|---|
| 7349 | creating ChimeraX_AlphaFold.egg-info
|
|---|
| 7350 | writing ChimeraX_AlphaFold.egg-info\PKG-INFO
|
|---|
| 7351 | writing dependency_links to ChimeraX_AlphaFold.egg-info\dependency_links.txt
|
|---|
| 7352 | writing requirements to ChimeraX_AlphaFold.egg-info\requires.txt
|
|---|
| 7353 | writing top-level names to ChimeraX_AlphaFold.egg-info\top_level.txt
|
|---|
| 7354 | writing manifest file 'ChimeraX_AlphaFold.egg-info\SOURCES.txt'
|
|---|
| 7355 | reading manifest file 'ChimeraX_AlphaFold.egg-info\SOURCES.txt'
|
|---|
| 7356 | writing manifest file 'ChimeraX_AlphaFold.egg-info\SOURCES.txt'
|
|---|
| 7357 | Copying ChimeraX_AlphaFold.egg-info to build\bdist.win-amd64\wheel\.\ChimeraX_AlphaFold-1.0.1-py3.11.egg-info
|
|---|
| 7358 | running install_scripts
|
|---|
| 7359 | creating build\bdist.win-amd64\wheel\chimerax_alphafold-1.0.1.dist-info\WHEEL
|
|---|
| 7360 | creating 'dist\chimerax_alphafold-1.0.1-py3-none-any.whl' and adding 'build\bdist.win-amd64\wheel' to it
|
|---|
| 7361 | adding 'chimerax/alphafold/__init__.py'
|
|---|
| 7362 | adding 'chimerax/alphafold/alphafold21_predict_colab.py'
|
|---|
| 7363 | adding 'chimerax/alphafold/alphafold22_predict_colab.py'
|
|---|
| 7364 | adding 'chimerax/alphafold/alphafold_predict_colab.py'
|
|---|
| 7365 | adding 'chimerax/alphafold/alphafold_search2_cgi.py'
|
|---|
| 7366 | adding 'chimerax/alphafold/alphafold_search3_cgi.py'
|
|---|
| 7367 | adding 'chimerax/alphafold/alphafold_search_cgi.py'
|
|---|
| 7368 | adding 'chimerax/alphafold/blast.py'
|
|---|
| 7369 | adding 'chimerax/alphafold/colabfold_predict.py'
|
|---|
| 7370 | adding 'chimerax/alphafold/colabfold_predict_test.py'
|
|---|
| 7371 | adding 'chimerax/alphafold/colorgui.py'
|
|---|
| 7372 | adding 'chimerax/alphafold/contacts.py'
|
|---|
| 7373 | adding 'chimerax/alphafold/database.py'
|
|---|
| 7374 | adding 'chimerax/alphafold/dimers.py'
|
|---|
| 7375 | adding 'chimerax/alphafold/fetch.py'
|
|---|
| 7376 | adding 'chimerax/alphafold/fetch_sequences.py'
|
|---|
| 7377 | adding 'chimerax/alphafold/fix_seq_titles.py'
|
|---|
| 7378 | adding 'chimerax/alphafold/interfaces.py'
|
|---|
| 7379 | adding 'chimerax/alphafold/match.py'
|
|---|
| 7380 | adding 'chimerax/alphafold/pae.py'
|
|---|
| 7381 | adding 'chimerax/alphafold/panel.py'
|
|---|
| 7382 | adding 'chimerax/alphafold/predict.py'
|
|---|
| 7383 | adding 'chimerax/alphafold/search.py'
|
|---|
| 7384 | adding 'chimerax_alphafold-1.0.1.dist-info/METADATA'
|
|---|
| 7385 | adding 'chimerax_alphafold-1.0.1.dist-info/WHEEL'
|
|---|
| 7386 | adding 'chimerax_alphafold-1.0.1.dist-info/top_level.txt'
|
|---|
| 7387 | adding 'chimerax_alphafold-1.0.1.dist-info/RECORD'
|
|---|
| 7388 | removing build\bdist.win-amd64\wheel
|
|---|
| 7389 | Distribution is in .\dist\ChimeraX_AlphaFold-1.0.1-py3-none-any.whl
|
|---|
| 7390 | INFO:
|
|---|
| 7391 |
|
|---|
| 7392 | make sync
|
|---|
| 7393 | make[6]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/alphafold'
|
|---|
| 7394 | cp -av dist/*.whl ../../../build/sync
|
|---|
| 7395 | 'dist/chimerax_alphafold-1.0.1-py3-none-any.whl' -> '../../../build/sync/chimerax_alphafold-1.0.1-py3-none-any.whl'
|
|---|
| 7396 | make[6]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/alphafold'
|
|---|
| 7397 | make[5]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/alphafold'
|
|---|
| 7398 | make -C altloc_explorer build
|
|---|
| 7399 | make[5]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/altloc_explorer'
|
|---|
| 7400 | if [ -z "../../../ChimeraX.app/bin/python.exe" ]; then \
|
|---|
| 7401 | echo "missing ChimeraX application's python"; exit 1; \
|
|---|
| 7402 | else \
|
|---|
| 7403 | PYTHONNOUSERSITE=1 ../../../ChimeraX.app/bin/python.exe -I -m chimerax.core --nogui --exit --safemode --cmd "devel build . exit true "; \
|
|---|
| 7404 | fi
|
|---|
| 7405 | INFO:
|
|---|
| 7406 | Executing: devel build . exit true
|
|---|
| 7407 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\setuptools\dist.py:759: SetuptoolsDeprecationWarning: License classifiers are deprecated.
|
|---|
| 7408 | !!
|
|---|
| 7409 |
|
|---|
| 7410 | ********************************************************************************
|
|---|
| 7411 | Please consider removing the following classifiers in favor of a SPDX license expression:
|
|---|
| 7412 |
|
|---|
| 7413 | License :: Free for non-commercial use
|
|---|
| 7414 |
|
|---|
| 7415 | See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details.
|
|---|
| 7416 | ********************************************************************************
|
|---|
| 7417 |
|
|---|
| 7418 | !!
|
|---|
| 7419 | self._finalize_license_expression()
|
|---|
| 7420 | running build
|
|---|
| 7421 | running build_py
|
|---|
| 7422 | creating build\lib\chimerax\altloc_explorer
|
|---|
| 7423 | copying src\tool.py -> build\lib\chimerax\altloc_explorer
|
|---|
| 7424 | copying src\__init__.py -> build\lib\chimerax\altloc_explorer
|
|---|
| 7425 | running bdist_wheel
|
|---|
| 7426 | installing to build\bdist.win-amd64\wheel
|
|---|
| 7427 | running install
|
|---|
| 7428 | running install_lib
|
|---|
| 7429 | creating build\bdist.win-amd64\wheel
|
|---|
| 7430 | creating build\bdist.win-amd64\wheel\chimerax
|
|---|
| 7431 | creating build\bdist.win-amd64\wheel\chimerax\altloc_explorer
|
|---|
| 7432 | copying build\lib\chimerax\altloc_explorer\tool.py -> build\bdist.win-amd64\wheel\.\chimerax\altloc_explorer
|
|---|
| 7433 | copying build\lib\chimerax\altloc_explorer\__init__.py -> build\bdist.win-amd64\wheel\.\chimerax\altloc_explorer
|
|---|
| 7434 | running install_egg_info
|
|---|
| 7435 | running egg_info
|
|---|
| 7436 | creating ChimeraX_AltlocExplorer.egg-info
|
|---|
| 7437 | writing ChimeraX_AltlocExplorer.egg-info\PKG-INFO
|
|---|
| 7438 | writing dependency_links to ChimeraX_AltlocExplorer.egg-info\dependency_links.txt
|
|---|
| 7439 | writing requirements to ChimeraX_AltlocExplorer.egg-info\requires.txt
|
|---|
| 7440 | writing top-level names to ChimeraX_AltlocExplorer.egg-info\top_level.txt
|
|---|
| 7441 | writing manifest file 'ChimeraX_AltlocExplorer.egg-info\SOURCES.txt'
|
|---|
| 7442 | reading manifest file 'ChimeraX_AltlocExplorer.egg-info\SOURCES.txt'
|
|---|
| 7443 | writing manifest file 'ChimeraX_AltlocExplorer.egg-info\SOURCES.txt'
|
|---|
| 7444 | Copying ChimeraX_AltlocExplorer.egg-info to build\bdist.win-amd64\wheel\.\ChimeraX_AltlocExplorer-1.1.2-py3.11.egg-info
|
|---|
| 7445 | running install_scripts
|
|---|
| 7446 | creating build\bdist.win-amd64\wheel\chimerax_altlocexplorer-1.1.2.dist-info\WHEEL
|
|---|
| 7447 | creating 'dist\chimerax_altlocexplorer-1.1.2-py3-none-any.whl' and adding 'build\bdist.win-amd64\wheel' to it
|
|---|
| 7448 | adding 'chimerax/altloc_explorer/__init__.py'
|
|---|
| 7449 | adding 'chimerax/altloc_explorer/tool.py'
|
|---|
| 7450 | adding 'chimerax_altlocexplorer-1.1.2.dist-info/METADATA'
|
|---|
| 7451 | adding 'chimerax_altlocexplorer-1.1.2.dist-info/WHEEL'
|
|---|
| 7452 | adding 'chimerax_altlocexplorer-1.1.2.dist-info/top_level.txt'
|
|---|
| 7453 | adding 'chimerax_altlocexplorer-1.1.2.dist-info/RECORD'
|
|---|
| 7454 | removing build\bdist.win-amd64\wheel
|
|---|
| 7455 | Distribution is in .\dist\ChimeraX_AltlocExplorer-1.1.2-py3-none-any.whl
|
|---|
| 7456 | INFO:
|
|---|
| 7457 |
|
|---|
| 7458 | make sync
|
|---|
| 7459 | make[6]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/altloc_explorer'
|
|---|
| 7460 | cp -av dist/*.whl ../../../build/sync
|
|---|
| 7461 | 'dist/chimerax_altlocexplorer-1.1.2-py3-none-any.whl' -> '../../../build/sync/chimerax_altlocexplorer-1.1.2-py3-none-any.whl'
|
|---|
| 7462 | make[6]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/altloc_explorer'
|
|---|
| 7463 | make[5]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/altloc_explorer'
|
|---|
| 7464 | make -C amber_info build
|
|---|
| 7465 | make[5]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/amber_info'
|
|---|
| 7466 | if [ -z "../../../ChimeraX.app/bin/python.exe" ]; then \
|
|---|
| 7467 | echo "missing ChimeraX application's python"; exit 1; \
|
|---|
| 7468 | else \
|
|---|
| 7469 | PYTHONNOUSERSITE=1 ../../../ChimeraX.app/bin/python.exe -I -m chimerax.core --nogui --exit --safemode --cmd "devel build . exit true "; \
|
|---|
| 7470 | fi
|
|---|
| 7471 | INFO:
|
|---|
| 7472 | Executing: devel build . exit true
|
|---|
| 7473 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\setuptools\dist.py:759: SetuptoolsDeprecationWarning: License classifiers are deprecated.
|
|---|
| 7474 | !!
|
|---|
| 7475 |
|
|---|
| 7476 | ********************************************************************************
|
|---|
| 7477 | Please consider removing the following classifiers in favor of a SPDX license expression:
|
|---|
| 7478 |
|
|---|
| 7479 | License :: Free for non-commercial use
|
|---|
| 7480 |
|
|---|
| 7481 | See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details.
|
|---|
| 7482 | ********************************************************************************
|
|---|
| 7483 |
|
|---|
| 7484 | !!
|
|---|
| 7485 | self._finalize_license_expression()
|
|---|
| 7486 | running build
|
|---|
| 7487 | running build_py
|
|---|
| 7488 | creating build\lib\chimerax\amber_info
|
|---|
| 7489 | copying src\info.py -> build\lib\chimerax\amber_info
|
|---|
| 7490 | copying src\__init__.py -> build\lib\chimerax\amber_info
|
|---|
| 7491 | running bdist_wheel
|
|---|
| 7492 | installing to build\bdist.win-amd64\wheel
|
|---|
| 7493 | running install
|
|---|
| 7494 | running install_lib
|
|---|
| 7495 | creating build\bdist.win-amd64\wheel
|
|---|
| 7496 | creating build\bdist.win-amd64\wheel\chimerax
|
|---|
| 7497 | creating build\bdist.win-amd64\wheel\chimerax\amber_info
|
|---|
| 7498 | copying build\lib\chimerax\amber_info\info.py -> build\bdist.win-amd64\wheel\.\chimerax\amber_info
|
|---|
| 7499 | copying build\lib\chimerax\amber_info\__init__.py -> build\bdist.win-amd64\wheel\.\chimerax\amber_info
|
|---|
| 7500 | running install_egg_info
|
|---|
| 7501 | running egg_info
|
|---|
| 7502 | creating ChimeraX_AmberInfo.egg-info
|
|---|
| 7503 | writing ChimeraX_AmberInfo.egg-info\PKG-INFO
|
|---|
| 7504 | writing dependency_links to ChimeraX_AmberInfo.egg-info\dependency_links.txt
|
|---|
| 7505 | writing requirements to ChimeraX_AmberInfo.egg-info\requires.txt
|
|---|
| 7506 | writing top-level names to ChimeraX_AmberInfo.egg-info\top_level.txt
|
|---|
| 7507 | writing manifest file 'ChimeraX_AmberInfo.egg-info\SOURCES.txt'
|
|---|
| 7508 | reading manifest file 'ChimeraX_AmberInfo.egg-info\SOURCES.txt'
|
|---|
| 7509 | writing manifest file 'ChimeraX_AmberInfo.egg-info\SOURCES.txt'
|
|---|
| 7510 | Copying ChimeraX_AmberInfo.egg-info to build\bdist.win-amd64\wheel\.\ChimeraX_AmberInfo-1.0-py3.11.egg-info
|
|---|
| 7511 | running install_scripts
|
|---|
| 7512 | creating build\bdist.win-amd64\wheel\chimerax_amberinfo-1.0.dist-info\WHEEL
|
|---|
| 7513 | creating 'dist\chimerax_amberinfo-1.0-py3-none-any.whl' and adding 'build\bdist.win-amd64\wheel' to it
|
|---|
| 7514 | adding 'chimerax/amber_info/__init__.py'
|
|---|
| 7515 | adding 'chimerax/amber_info/info.py'
|
|---|
| 7516 | adding 'chimerax_amberinfo-1.0.dist-info/METADATA'
|
|---|
| 7517 | adding 'chimerax_amberinfo-1.0.dist-info/WHEEL'
|
|---|
| 7518 | adding 'chimerax_amberinfo-1.0.dist-info/top_level.txt'
|
|---|
| 7519 | adding 'chimerax_amberinfo-1.0.dist-info/RECORD'
|
|---|
| 7520 | removing build\bdist.win-amd64\wheel
|
|---|
| 7521 | Distribution is in .\dist\ChimeraX_AmberInfo-1.0-py3-none-any.whl
|
|---|
| 7522 | INFO:
|
|---|
| 7523 |
|
|---|
| 7524 | make sync
|
|---|
| 7525 | make[6]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/amber_info'
|
|---|
| 7526 | cp -av dist/*.whl ../../../build/sync
|
|---|
| 7527 | 'dist/chimerax_amberinfo-1.0-py3-none-any.whl' -> '../../../build/sync/chimerax_amberinfo-1.0-py3-none-any.whl'
|
|---|
| 7528 | make[6]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/amber_info'
|
|---|
| 7529 | make[5]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/amber_info'
|
|---|
| 7530 | make -C aniso build
|
|---|
| 7531 | make[5]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/aniso'
|
|---|
| 7532 | if [ -z "../../../ChimeraX.app/bin/python.exe" ]; then \
|
|---|
| 7533 | echo "missing ChimeraX application's python"; exit 1; \
|
|---|
| 7534 | else \
|
|---|
| 7535 | PYTHONNOUSERSITE=1 ../../../ChimeraX.app/bin/python.exe -I -m chimerax.core --nogui --exit --safemode --cmd "devel build . exit true "; \
|
|---|
| 7536 | fi
|
|---|
| 7537 | INFO:
|
|---|
| 7538 | Executing: devel build . exit true
|
|---|
| 7539 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\setuptools\dist.py:759: SetuptoolsDeprecationWarning: License classifiers are deprecated.
|
|---|
| 7540 | !!
|
|---|
| 7541 |
|
|---|
| 7542 | ********************************************************************************
|
|---|
| 7543 | Please consider removing the following classifiers in favor of a SPDX license expression:
|
|---|
| 7544 |
|
|---|
| 7545 | License :: Free for non-commercial use
|
|---|
| 7546 |
|
|---|
| 7547 | See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details.
|
|---|
| 7548 | ********************************************************************************
|
|---|
| 7549 |
|
|---|
| 7550 | !!
|
|---|
| 7551 | self._finalize_license_expression()
|
|---|
| 7552 | running build
|
|---|
| 7553 | running build_py
|
|---|
| 7554 | creating build\lib\chimerax\aniso
|
|---|
| 7555 | copying src\cmd.py -> build\lib\chimerax\aniso
|
|---|
| 7556 | copying src\mgr.py -> build\lib\chimerax\aniso
|
|---|
| 7557 | copying src\settings.py -> build\lib\chimerax\aniso
|
|---|
| 7558 | copying src\tool.py -> build\lib\chimerax\aniso
|
|---|
| 7559 | copying src\__init__.py -> build\lib\chimerax\aniso
|
|---|
| 7560 | running bdist_wheel
|
|---|
| 7561 | installing to build\bdist.win-amd64\wheel
|
|---|
| 7562 | running install
|
|---|
| 7563 | running install_lib
|
|---|
| 7564 | creating build\bdist.win-amd64\wheel
|
|---|
| 7565 | creating build\bdist.win-amd64\wheel\chimerax
|
|---|
| 7566 | creating build\bdist.win-amd64\wheel\chimerax\aniso
|
|---|
| 7567 | copying build\lib\chimerax\aniso\cmd.py -> build\bdist.win-amd64\wheel\.\chimerax\aniso
|
|---|
| 7568 | copying build\lib\chimerax\aniso\mgr.py -> build\bdist.win-amd64\wheel\.\chimerax\aniso
|
|---|
| 7569 | copying build\lib\chimerax\aniso\settings.py -> build\bdist.win-amd64\wheel\.\chimerax\aniso
|
|---|
| 7570 | copying build\lib\chimerax\aniso\tool.py -> build\bdist.win-amd64\wheel\.\chimerax\aniso
|
|---|
| 7571 | copying build\lib\chimerax\aniso\__init__.py -> build\bdist.win-amd64\wheel\.\chimerax\aniso
|
|---|
| 7572 | running install_egg_info
|
|---|
| 7573 | running egg_info
|
|---|
| 7574 | creating ChimeraX_Aniso.egg-info
|
|---|
| 7575 | writing ChimeraX_Aniso.egg-info\PKG-INFO
|
|---|
| 7576 | writing dependency_links to ChimeraX_Aniso.egg-info\dependency_links.txt
|
|---|
| 7577 | writing requirements to ChimeraX_Aniso.egg-info\requires.txt
|
|---|
| 7578 | writing top-level names to ChimeraX_Aniso.egg-info\top_level.txt
|
|---|
| 7579 | writing manifest file 'ChimeraX_Aniso.egg-info\SOURCES.txt'
|
|---|
| 7580 | reading manifest file 'ChimeraX_Aniso.egg-info\SOURCES.txt'
|
|---|
| 7581 | writing manifest file 'ChimeraX_Aniso.egg-info\SOURCES.txt'
|
|---|
| 7582 | Copying ChimeraX_Aniso.egg-info to build\bdist.win-amd64\wheel\.\ChimeraX_Aniso-1.3.2-py3.11.egg-info
|
|---|
| 7583 | running install_scripts
|
|---|
| 7584 | creating build\bdist.win-amd64\wheel\chimerax_aniso-1.3.2.dist-info\WHEEL
|
|---|
| 7585 | creating 'dist\chimerax_aniso-1.3.2-py3-none-any.whl' and adding 'build\bdist.win-amd64\wheel' to it
|
|---|
| 7586 | adding 'chimerax/aniso/__init__.py'
|
|---|
| 7587 | adding 'chimerax/aniso/cmd.py'
|
|---|
| 7588 | adding 'chimerax/aniso/mgr.py'
|
|---|
| 7589 | adding 'chimerax/aniso/settings.py'
|
|---|
| 7590 | adding 'chimerax/aniso/tool.py'
|
|---|
| 7591 | adding 'chimerax_aniso-1.3.2.dist-info/METADATA'
|
|---|
| 7592 | adding 'chimerax_aniso-1.3.2.dist-info/WHEEL'
|
|---|
| 7593 | adding 'chimerax_aniso-1.3.2.dist-info/top_level.txt'
|
|---|
| 7594 | adding 'chimerax_aniso-1.3.2.dist-info/RECORD'
|
|---|
| 7595 | removing build\bdist.win-amd64\wheel
|
|---|
| 7596 | Distribution is in .\dist\ChimeraX_Aniso-1.3.2-py3-none-any.whl
|
|---|
| 7597 | INFO:
|
|---|
| 7598 |
|
|---|
| 7599 | make sync
|
|---|
| 7600 | make[6]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/aniso'
|
|---|
| 7601 | cp -av dist/*.whl ../../../build/sync
|
|---|
| 7602 | 'dist/chimerax_aniso-1.3.2-py3-none-any.whl' -> '../../../build/sync/chimerax_aniso-1.3.2-py3-none-any.whl'
|
|---|
| 7603 | make[6]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/aniso'
|
|---|
| 7604 | make[5]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/aniso'
|
|---|
| 7605 | make -C atomic_lib build
|
|---|
| 7606 | make[5]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/atomic_lib'
|
|---|
| 7607 | if [ -z "/home/goddard/ucsf/chimerax/ChimeraX.app/bin/python.exe" ]; then \
|
|---|
| 7608 | echo "missing ChimeraX application's python"; exit 1; \
|
|---|
| 7609 | else \
|
|---|
| 7610 | PYTHONNOUSERSITE=1 /home/goddard/ucsf/chimerax/ChimeraX.app/bin/python.exe -I -m chimerax.core --nogui --exit --safemode --cmd "devel install . user false exit true noDeps true"; \
|
|---|
| 7611 | fi
|
|---|
| 7612 | INFO:
|
|---|
| 7613 | Executing: devel install . user false exit true noDeps true
|
|---|
| 7614 | PythonInstance.cpp
|
|---|
| 7615 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\pyinstance_cpp\PythonInstance.declare.h(78): 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>'
|
|---|
| 7616 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 7617 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\pyinstance_cpp\PythonInstance.declare.h(104): note: see reference to class template instantiation 'pyinstance::PythonInstance<C>' being compiled
|
|---|
| 7618 | Creating library src\lib\libpyinstance.lib and object src\lib\libpyinstance.exp
|
|---|
| 7619 | Generating code
|
|---|
| 7620 | Finished generating code
|
|---|
| 7621 | Element.cpp
|
|---|
| 7622 | src/include\pyinstance/PythonInstance.declare.h(78): 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>'
|
|---|
| 7623 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 7624 | src/include\pyinstance/PythonInstance.declare.h(104): note: see reference to class template instantiation 'pyinstance::PythonInstance<C>' being compiled
|
|---|
| 7625 | src/include\pyinstance/PythonInstance.declare.h(78): 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>'
|
|---|
| 7626 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 7627 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\element_cpp\Element.h(49): note: see reference to class template instantiation 'pyinstance::PythonInstance<element::Element>' being compiled
|
|---|
| 7628 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\element_cpp\Element.h(76): warning C4251: 'element::Element::_alkali_metals': class 'std::set<int,std::less<int>,std::allocator<int>>' needs to have dll-interface to be used by clients of class 'element::Element'
|
|---|
| 7629 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\element_cpp\Element.h(76): note: see declaration of 'std::set<int,std::less<int>,std::allocator<int>>'
|
|---|
| 7630 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\element_cpp\Element.h(77): warning C4251: 'element::Element::_elements': class 'std::map<int,const element::Element *,std::less<int>,std::allocator<std::pair<const int,const element::Element *>>>' needs to have dll-interface to be used by clients of class 'element::Element'
|
|---|
| 7631 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\element_cpp\Element.h(77): note: see declaration of 'std::map<int,const element::Element *,std::less<int>,std::allocator<std::pair<const int,const element::Element *>>>'
|
|---|
| 7632 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\element_cpp\Element.h(78): warning C4251: 'element::Element::_halogens': class 'std::set<int,std::less<int>,std::allocator<int>>' needs to have dll-interface to be used by clients of class 'element::Element'
|
|---|
| 7633 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\element_cpp\Element.h(76): note: see declaration of 'std::set<int,std::less<int>,std::allocator<int>>'
|
|---|
| 7634 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\element_cpp\Element.h(79): warning C4251: 'element::Element::_names': class 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>' needs to have dll-interface to be used by clients of class 'element::Element'
|
|---|
| 7635 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\element_cpp\Element.h(79): note: see declaration of 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>'
|
|---|
| 7636 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\element_cpp\Element.h(80): warning C4251: 'element::Element::_noble_gases': class 'std::set<int,std::less<int>,std::allocator<int>>' needs to have dll-interface to be used by clients of class 'element::Element'
|
|---|
| 7637 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\element_cpp\Element.h(76): note: see declaration of 'std::set<int,std::less<int>,std::allocator<int>>'
|
|---|
| 7638 | Creating library src\lib\libelement.lib and object src\lib\libelement.exp
|
|---|
| 7639 | Generating code
|
|---|
| 7640 | Finished generating code
|
|---|
| 7641 | Atom.cpp
|
|---|
| 7642 | src/include\pyinstance/PythonInstance.declare.h(78): 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>'
|
|---|
| 7643 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 7644 | src/include\pyinstance/PythonInstance.declare.h(104): note: see reference to class template instantiation 'pyinstance::PythonInstance<C>' being compiled
|
|---|
| 7645 | src/include\pyinstance/PythonInstance.declare.h(78): 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>'
|
|---|
| 7646 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 7647 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\tmpl\CoordSet.h(39): note: see reference to class template instantiation 'pyinstance::PythonInstance<tmpl::CoordSet>' being compiled
|
|---|
| 7648 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\tmpl\CoordSet.h(44): warning C4251: 'tmpl::CoordSet::_coords': class 'std::vector<tmpl::Coord,std::allocator<tmpl::Coord>>' needs to have dll-interface to be used by clients of class 'tmpl::CoordSet'
|
|---|
| 7649 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\tmpl\CoordSet.h(44): note: see declaration of 'std::vector<tmpl::Coord,std::allocator<tmpl::Coord>>'
|
|---|
| 7650 | src/include\pyinstance/PythonInstance.declare.h(78): 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>'
|
|---|
| 7651 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 7652 | src/include\element/Element.h(49): note: see reference to class template instantiation 'pyinstance::PythonInstance<element::Element>' being compiled
|
|---|
| 7653 | src/include\element/Element.h(76): warning C4251: 'element::Element::_alkali_metals': class 'std::set<int,std::less<int>,std::allocator<int>>' needs to have dll-interface to be used by clients of class 'element::Element'
|
|---|
| 7654 | src/include\element/Element.h(76): note: see declaration of 'std::set<int,std::less<int>,std::allocator<int>>'
|
|---|
| 7655 | src/include\element/Element.h(77): warning C4251: 'element::Element::_elements': class 'std::map<int,const element::Element *,std::less<int>,std::allocator<std::pair<const int,const element::Element *>>>' needs to have dll-interface to be used by clients of class 'element::Element'
|
|---|
| 7656 | src/include\element/Element.h(77): note: see declaration of 'std::map<int,const element::Element *,std::less<int>,std::allocator<std::pair<const int,const element::Element *>>>'
|
|---|
| 7657 | src/include\element/Element.h(78): warning C4251: 'element::Element::_halogens': class 'std::set<int,std::less<int>,std::allocator<int>>' needs to have dll-interface to be used by clients of class 'element::Element'
|
|---|
| 7658 | src/include\element/Element.h(76): note: see declaration of 'std::set<int,std::less<int>,std::allocator<int>>'
|
|---|
| 7659 | src/include\element/Element.h(79): warning C4251: 'element::Element::_names': class 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>' needs to have dll-interface to be used by clients of class 'element::Element'
|
|---|
| 7660 | src/include\element/Element.h(79): note: see declaration of 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>'
|
|---|
| 7661 | src/include\element/Element.h(80): warning C4251: 'element::Element::_noble_gases': class 'std::set<int,std::less<int>,std::allocator<int>>' needs to have dll-interface to be used by clients of class 'element::Element'
|
|---|
| 7662 | src/include\element/Element.h(76): note: see declaration of 'std::set<int,std::less<int>,std::allocator<int>>'
|
|---|
| 7663 | src/include\pyinstance/PythonInstance.declare.h(78): 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>'
|
|---|
| 7664 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 7665 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\tmpl\Atom.h(48): note: see reference to class template instantiation 'pyinstance::PythonInstance<tmpl::Atom>' being compiled
|
|---|
| 7666 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\tmpl\Atom.h(58): warning C4251: 'tmpl::Atom::_bonds': class 'std::vector<tmpl::Bond *,std::allocator<tmpl::Bond *>>' needs to have dll-interface to be used by clients of class 'tmpl::Atom'
|
|---|
| 7667 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\tmpl\Atom.h(50): note: see declaration of 'std::vector<tmpl::Bond *,std::allocator<tmpl::Bond *>>'
|
|---|
| 7668 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\tmpl\Atom.h(61): 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'
|
|---|
| 7669 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\tmpl\../string_types.h(44): note: see declaration of 'chutil::CString<5,65,116,111,109,32,84,121,112,101>'
|
|---|
| 7670 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\tmpl\Atom.h(64): warning C4251: 'tmpl::Atom::_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::Atom'
|
|---|
| 7671 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 7672 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\tmpl\Atom.h(65): warning C4251: 'tmpl::Atom::_neighbors': class 'std::vector<tmpl::Atom *,std::allocator<tmpl::Atom *>>' needs to have dll-interface to be used by clients of class 'tmpl::Atom'
|
|---|
| 7673 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\tmpl\Atom.h(51): note: see declaration of 'std::vector<tmpl::Atom *,std::allocator<tmpl::Atom *>>'
|
|---|
| 7674 | src/include\pyinstance/PythonInstance.declare.h(78): 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>'
|
|---|
| 7675 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 7676 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\tmpl\Bond.h(39): note: see reference to class template instantiation 'pyinstance::PythonInstance<tmpl::Bond>' being compiled
|
|---|
| 7677 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\tmpl\TAexcept.h(36): warning C4275: non dll-interface class 'std::runtime_error' used as base for dll-interface class 'tmpl::TA_exception'
|
|---|
| 7678 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\stdexcept(101): note: see declaration of 'std::runtime_error'
|
|---|
| 7679 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\tmpl\TAexcept.h(36): note: see declaration of 'tmpl::TA_exception'
|
|---|
| 7680 | src/include\pyinstance/PythonInstance.declare.h(78): 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>'
|
|---|
| 7681 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 7682 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\tmpl\Residue.h(47): note: see reference to class template instantiation 'pyinstance::PythonInstance<tmpl::Residue>' being compiled
|
|---|
| 7683 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\tmpl\Residue.h(85): warning C4251: 'tmpl::Residue::metadata': class 'std::map<std::string,std::vector<std::string,std::allocator<std::string>>,std::less<std::string>,std::allocator<std::pair<const std::string,std::vector<std::string,std::allocator<std::string>>>>>' needs to have dll-interface to be used by clients of class 'tmpl::Residue'
|
|---|
| 7684 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\tmpl\Residue.h(85): note: see declaration of 'std::map<std::string,std::vector<std::string,std::allocator<std::string>>,std::less<std::string>,std::allocator<std::pair<const std::string,std::vector<std::string,std::allocator<std::string>>>>>'
|
|---|
| 7685 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\tmpl\Residue.h(88): 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'
|
|---|
| 7686 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 7687 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\tmpl\Residue.h(89): warning C4251: 'tmpl::Residue::_atoms': class 'std::map<atomstruct::AtomName,tmpl::Atom *,std::less<std::string>,std::allocator<std::pair<const atomstruct::AtomName,tmpl::Atom *>>>' needs to have dll-interface to be used by clients of class 'tmpl::Residue'
|
|---|
| 7688 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\tmpl\Residue.h(80): note: see declaration of 'std::map<atomstruct::AtomName,tmpl::Atom *,std::less<std::string>,std::allocator<std::pair<const atomstruct::AtomName,tmpl::Atom *>>>'
|
|---|
| 7689 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\tmpl\Residue.h(91): 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'
|
|---|
| 7690 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 7691 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\tmpl\Residue.h(92): warning C4251: 'tmpl::Residue::_link_atoms': class 'std::vector<tmpl::Atom *,std::allocator<tmpl::Atom *>>' needs to have dll-interface to be used by clients of class 'tmpl::Residue'
|
|---|
| 7692 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\tmpl\Atom.h(51): note: see declaration of 'std::vector<tmpl::Atom *,std::allocator<tmpl::Atom *>>'
|
|---|
| 7693 | src/include\pyinstance/PythonInstance.declare.h(78): 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>'
|
|---|
| 7694 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 7695 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\tmpl\Molecule.h(48): note: see reference to class template instantiation 'pyinstance::PythonInstance<tmpl::Molecule>' being compiled
|
|---|
| 7696 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\tmpl\Molecule.h(57): warning C4251: 'tmpl::Molecule::_atoms': class 'std::set<tmpl::Atom *,std::less<tmpl::Atom *>,std::allocator<tmpl::Atom *>>' needs to have dll-interface to be used by clients of class 'tmpl::Molecule'
|
|---|
| 7697 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\tmpl\Molecule.h(52): note: see declaration of 'std::set<tmpl::Atom *,std::less<tmpl::Atom *>,std::allocator<tmpl::Atom *>>'
|
|---|
| 7698 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\tmpl\Molecule.h(58): warning C4251: 'tmpl::Molecule::_bonds': class 'std::set<tmpl::Bond *,std::less<tmpl::Bond *>,std::allocator<tmpl::Bond *>>' needs to have dll-interface to be used by clients of class 'tmpl::Molecule'
|
|---|
| 7699 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\tmpl\Molecule.h(53): note: see declaration of 'std::set<tmpl::Bond *,std::less<tmpl::Bond *>,std::allocator<tmpl::Bond *>>'
|
|---|
| 7700 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\tmpl\Molecule.h(59): warning C4251: 'tmpl::Molecule::_coord_sets': class 'std::vector<tmpl::CoordSet *,std::allocator<tmpl::CoordSet *>>' needs to have dll-interface to be used by clients of class 'tmpl::Molecule'
|
|---|
| 7701 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\tmpl\Molecule.h(54): note: see declaration of 'std::vector<tmpl::CoordSet *,std::allocator<tmpl::CoordSet *>>'
|
|---|
| 7702 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\tmpl\Molecule.h(60): warning C4251: 'tmpl::Molecule::_residues': class 'std::map<atomstruct::ResName,tmpl::Residue *,std::less<std::string>,std::allocator<std::pair<const atomstruct::ResName,tmpl::Residue *>>>' needs to have dll-interface to be used by clients of class 'tmpl::Molecule'
|
|---|
| 7703 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\tmpl\Molecule.h(55): note: see declaration of 'std::map<atomstruct::ResName,tmpl::Residue *,std::less<std::string>,std::allocator<std::pair<const atomstruct::ResName,tmpl::Residue *>>>'
|
|---|
| 7704 | atomic_cpp/atomstruct_cpp/tmpl/Atom.cpp(58): warning C4267: '=': conversion from 'size_t' to 'unsigned int', possible loss of data
|
|---|
| 7705 | Bond.cpp
|
|---|
| 7706 | src/include\pyinstance/PythonInstance.declare.h(78): 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>'
|
|---|
| 7707 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 7708 | src/include\pyinstance/PythonInstance.declare.h(104): note: see reference to class template instantiation 'pyinstance::PythonInstance<C>' being compiled
|
|---|
| 7709 | src/include\pyinstance/PythonInstance.declare.h(78): 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>'
|
|---|
| 7710 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 7711 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\tmpl\CoordSet.h(39): note: see reference to class template instantiation 'pyinstance::PythonInstance<tmpl::CoordSet>' being compiled
|
|---|
| 7712 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\tmpl\CoordSet.h(44): warning C4251: 'tmpl::CoordSet::_coords': class 'std::vector<tmpl::Coord,std::allocator<tmpl::Coord>>' needs to have dll-interface to be used by clients of class 'tmpl::CoordSet'
|
|---|
| 7713 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\tmpl\CoordSet.h(44): note: see declaration of 'std::vector<tmpl::Coord,std::allocator<tmpl::Coord>>'
|
|---|
| 7714 | src/include\pyinstance/PythonInstance.declare.h(78): 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>'
|
|---|
| 7715 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 7716 | src/include\element/Element.h(49): note: see reference to class template instantiation 'pyinstance::PythonInstance<element::Element>' being compiled
|
|---|
| 7717 | src/include\element/Element.h(76): warning C4251: 'element::Element::_alkali_metals': class 'std::set<int,std::less<int>,std::allocator<int>>' needs to have dll-interface to be used by clients of class 'element::Element'
|
|---|
| 7718 | src/include\element/Element.h(76): note: see declaration of 'std::set<int,std::less<int>,std::allocator<int>>'
|
|---|
| 7719 | src/include\element/Element.h(77): warning C4251: 'element::Element::_elements': class 'std::map<int,const element::Element *,std::less<int>,std::allocator<std::pair<const int,const element::Element *>>>' needs to have dll-interface to be used by clients of class 'element::Element'
|
|---|
| 7720 | src/include\element/Element.h(77): note: see declaration of 'std::map<int,const element::Element *,std::less<int>,std::allocator<std::pair<const int,const element::Element *>>>'
|
|---|
| 7721 | src/include\element/Element.h(78): warning C4251: 'element::Element::_halogens': class 'std::set<int,std::less<int>,std::allocator<int>>' needs to have dll-interface to be used by clients of class 'element::Element'
|
|---|
| 7722 | src/include\element/Element.h(76): note: see declaration of 'std::set<int,std::less<int>,std::allocator<int>>'
|
|---|
| 7723 | src/include\element/Element.h(79): warning C4251: 'element::Element::_names': class 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>' needs to have dll-interface to be used by clients of class 'element::Element'
|
|---|
| 7724 | src/include\element/Element.h(79): note: see declaration of 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>'
|
|---|
| 7725 | src/include\element/Element.h(80): warning C4251: 'element::Element::_noble_gases': class 'std::set<int,std::less<int>,std::allocator<int>>' needs to have dll-interface to be used by clients of class 'element::Element'
|
|---|
| 7726 | src/include\element/Element.h(76): note: see declaration of 'std::set<int,std::less<int>,std::allocator<int>>'
|
|---|
| 7727 | src/include\pyinstance/PythonInstance.declare.h(78): 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>'
|
|---|
| 7728 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 7729 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\tmpl\Atom.h(48): note: see reference to class template instantiation 'pyinstance::PythonInstance<tmpl::Atom>' being compiled
|
|---|
| 7730 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\tmpl\Atom.h(58): warning C4251: 'tmpl::Atom::_bonds': class 'std::vector<tmpl::Bond *,std::allocator<tmpl::Bond *>>' needs to have dll-interface to be used by clients of class 'tmpl::Atom'
|
|---|
| 7731 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\tmpl\Atom.h(50): note: see declaration of 'std::vector<tmpl::Bond *,std::allocator<tmpl::Bond *>>'
|
|---|
| 7732 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\tmpl\Atom.h(61): 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'
|
|---|
| 7733 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\tmpl\../string_types.h(44): note: see declaration of 'chutil::CString<5,65,116,111,109,32,84,121,112,101>'
|
|---|
| 7734 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\tmpl\Atom.h(64): warning C4251: 'tmpl::Atom::_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::Atom'
|
|---|
| 7735 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 7736 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\tmpl\Atom.h(65): warning C4251: 'tmpl::Atom::_neighbors': class 'std::vector<tmpl::Atom *,std::allocator<tmpl::Atom *>>' needs to have dll-interface to be used by clients of class 'tmpl::Atom'
|
|---|
| 7737 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\tmpl\Atom.h(51): note: see declaration of 'std::vector<tmpl::Atom *,std::allocator<tmpl::Atom *>>'
|
|---|
| 7738 | src/include\pyinstance/PythonInstance.declare.h(78): 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>'
|
|---|
| 7739 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 7740 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\tmpl\Bond.h(39): note: see reference to class template instantiation 'pyinstance::PythonInstance<tmpl::Bond>' being compiled
|
|---|
| 7741 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\tmpl\TAexcept.h(36): warning C4275: non dll-interface class 'std::runtime_error' used as base for dll-interface class 'tmpl::TA_exception'
|
|---|
| 7742 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\stdexcept(101): note: see declaration of 'std::runtime_error'
|
|---|
| 7743 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\tmpl\TAexcept.h(36): note: see declaration of 'tmpl::TA_exception'
|
|---|
| 7744 | src/include\pyinstance/PythonInstance.declare.h(78): 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>'
|
|---|
| 7745 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 7746 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\tmpl\Residue.h(47): note: see reference to class template instantiation 'pyinstance::PythonInstance<tmpl::Residue>' being compiled
|
|---|
| 7747 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\tmpl\Residue.h(85): warning C4251: 'tmpl::Residue::metadata': class 'std::map<std::string,std::vector<std::string,std::allocator<std::string>>,std::less<std::string>,std::allocator<std::pair<const std::string,std::vector<std::string,std::allocator<std::string>>>>>' needs to have dll-interface to be used by clients of class 'tmpl::Residue'
|
|---|
| 7748 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\tmpl\Residue.h(85): note: see declaration of 'std::map<std::string,std::vector<std::string,std::allocator<std::string>>,std::less<std::string>,std::allocator<std::pair<const std::string,std::vector<std::string,std::allocator<std::string>>>>>'
|
|---|
| 7749 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\tmpl\Residue.h(88): 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'
|
|---|
| 7750 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 7751 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\tmpl\Residue.h(89): warning C4251: 'tmpl::Residue::_atoms': class 'std::map<atomstruct::AtomName,tmpl::Atom *,std::less<std::string>,std::allocator<std::pair<const atomstruct::AtomName,tmpl::Atom *>>>' needs to have dll-interface to be used by clients of class 'tmpl::Residue'
|
|---|
| 7752 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\tmpl\Residue.h(80): note: see declaration of 'std::map<atomstruct::AtomName,tmpl::Atom *,std::less<std::string>,std::allocator<std::pair<const atomstruct::AtomName,tmpl::Atom *>>>'
|
|---|
| 7753 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\tmpl\Residue.h(91): 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'
|
|---|
| 7754 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 7755 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\tmpl\Residue.h(92): warning C4251: 'tmpl::Residue::_link_atoms': class 'std::vector<tmpl::Atom *,std::allocator<tmpl::Atom *>>' needs to have dll-interface to be used by clients of class 'tmpl::Residue'
|
|---|
| 7756 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\tmpl\Atom.h(51): note: see declaration of 'std::vector<tmpl::Atom *,std::allocator<tmpl::Atom *>>'
|
|---|
| 7757 | src/include\pyinstance/PythonInstance.declare.h(78): 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>'
|
|---|
| 7758 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 7759 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\tmpl\Molecule.h(48): note: see reference to class template instantiation 'pyinstance::PythonInstance<tmpl::Molecule>' being compiled
|
|---|
| 7760 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\tmpl\Molecule.h(57): warning C4251: 'tmpl::Molecule::_atoms': class 'std::set<tmpl::Atom *,std::less<tmpl::Atom *>,std::allocator<tmpl::Atom *>>' needs to have dll-interface to be used by clients of class 'tmpl::Molecule'
|
|---|
| 7761 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\tmpl\Molecule.h(52): note: see declaration of 'std::set<tmpl::Atom *,std::less<tmpl::Atom *>,std::allocator<tmpl::Atom *>>'
|
|---|
| 7762 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\tmpl\Molecule.h(58): warning C4251: 'tmpl::Molecule::_bonds': class 'std::set<tmpl::Bond *,std::less<tmpl::Bond *>,std::allocator<tmpl::Bond *>>' needs to have dll-interface to be used by clients of class 'tmpl::Molecule'
|
|---|
| 7763 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\tmpl\Molecule.h(53): note: see declaration of 'std::set<tmpl::Bond *,std::less<tmpl::Bond *>,std::allocator<tmpl::Bond *>>'
|
|---|
| 7764 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\tmpl\Molecule.h(59): warning C4251: 'tmpl::Molecule::_coord_sets': class 'std::vector<tmpl::CoordSet *,std::allocator<tmpl::CoordSet *>>' needs to have dll-interface to be used by clients of class 'tmpl::Molecule'
|
|---|
| 7765 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\tmpl\Molecule.h(54): note: see declaration of 'std::vector<tmpl::CoordSet *,std::allocator<tmpl::CoordSet *>>'
|
|---|
| 7766 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\tmpl\Molecule.h(60): warning C4251: 'tmpl::Molecule::_residues': class 'std::map<atomstruct::ResName,tmpl::Residue *,std::less<std::string>,std::allocator<std::pair<const atomstruct::ResName,tmpl::Residue *>>>' needs to have dll-interface to be used by clients of class 'tmpl::Molecule'
|
|---|
| 7767 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\tmpl\Molecule.h(55): note: see declaration of 'std::map<atomstruct::ResName,tmpl::Residue *,std::less<std::string>,std::allocator<std::pair<const atomstruct::ResName,tmpl::Residue *>>>'
|
|---|
| 7768 | CoordSet.cpp
|
|---|
| 7769 | src/include\pyinstance/PythonInstance.declare.h(78): 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>'
|
|---|
| 7770 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 7771 | src/include\pyinstance/PythonInstance.declare.h(104): note: see reference to class template instantiation 'pyinstance::PythonInstance<C>' being compiled
|
|---|
| 7772 | src/include\pyinstance/PythonInstance.declare.h(78): 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>'
|
|---|
| 7773 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 7774 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\tmpl\CoordSet.h(39): note: see reference to class template instantiation 'pyinstance::PythonInstance<tmpl::CoordSet>' being compiled
|
|---|
| 7775 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\tmpl\CoordSet.h(44): warning C4251: 'tmpl::CoordSet::_coords': class 'std::vector<tmpl::Coord,std::allocator<tmpl::Coord>>' needs to have dll-interface to be used by clients of class 'tmpl::CoordSet'
|
|---|
| 7776 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\tmpl\CoordSet.h(44): note: see declaration of 'std::vector<tmpl::Coord,std::allocator<tmpl::Coord>>'
|
|---|
| 7777 | src/include\pyinstance/PythonInstance.declare.h(78): 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>'
|
|---|
| 7778 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 7779 | src/include\element/Element.h(49): note: see reference to class template instantiation 'pyinstance::PythonInstance<element::Element>' being compiled
|
|---|
| 7780 | src/include\element/Element.h(76): warning C4251: 'element::Element::_alkali_metals': class 'std::set<int,std::less<int>,std::allocator<int>>' needs to have dll-interface to be used by clients of class 'element::Element'
|
|---|
| 7781 | src/include\element/Element.h(76): note: see declaration of 'std::set<int,std::less<int>,std::allocator<int>>'
|
|---|
| 7782 | src/include\element/Element.h(77): warning C4251: 'element::Element::_elements': class 'std::map<int,const element::Element *,std::less<int>,std::allocator<std::pair<const int,const element::Element *>>>' needs to have dll-interface to be used by clients of class 'element::Element'
|
|---|
| 7783 | src/include\element/Element.h(77): note: see declaration of 'std::map<int,const element::Element *,std::less<int>,std::allocator<std::pair<const int,const element::Element *>>>'
|
|---|
| 7784 | src/include\element/Element.h(78): warning C4251: 'element::Element::_halogens': class 'std::set<int,std::less<int>,std::allocator<int>>' needs to have dll-interface to be used by clients of class 'element::Element'
|
|---|
| 7785 | src/include\element/Element.h(76): note: see declaration of 'std::set<int,std::less<int>,std::allocator<int>>'
|
|---|
| 7786 | src/include\element/Element.h(79): warning C4251: 'element::Element::_names': class 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>' needs to have dll-interface to be used by clients of class 'element::Element'
|
|---|
| 7787 | src/include\element/Element.h(79): note: see declaration of 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>'
|
|---|
| 7788 | src/include\element/Element.h(80): warning C4251: 'element::Element::_noble_gases': class 'std::set<int,std::less<int>,std::allocator<int>>' needs to have dll-interface to be used by clients of class 'element::Element'
|
|---|
| 7789 | src/include\element/Element.h(76): note: see declaration of 'std::set<int,std::less<int>,std::allocator<int>>'
|
|---|
| 7790 | src/include\pyinstance/PythonInstance.declare.h(78): 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>'
|
|---|
| 7791 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 7792 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\tmpl\Atom.h(48): note: see reference to class template instantiation 'pyinstance::PythonInstance<tmpl::Atom>' being compiled
|
|---|
| 7793 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\tmpl\Atom.h(58): warning C4251: 'tmpl::Atom::_bonds': class 'std::vector<tmpl::Bond *,std::allocator<tmpl::Bond *>>' needs to have dll-interface to be used by clients of class 'tmpl::Atom'
|
|---|
| 7794 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\tmpl\Atom.h(50): note: see declaration of 'std::vector<tmpl::Bond *,std::allocator<tmpl::Bond *>>'
|
|---|
| 7795 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\tmpl\Atom.h(61): 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'
|
|---|
| 7796 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\tmpl\../string_types.h(44): note: see declaration of 'chutil::CString<5,65,116,111,109,32,84,121,112,101>'
|
|---|
| 7797 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\tmpl\Atom.h(64): warning C4251: 'tmpl::Atom::_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::Atom'
|
|---|
| 7798 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 7799 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\tmpl\Atom.h(65): warning C4251: 'tmpl::Atom::_neighbors': class 'std::vector<tmpl::Atom *,std::allocator<tmpl::Atom *>>' needs to have dll-interface to be used by clients of class 'tmpl::Atom'
|
|---|
| 7800 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\tmpl\Atom.h(51): note: see declaration of 'std::vector<tmpl::Atom *,std::allocator<tmpl::Atom *>>'
|
|---|
| 7801 | src/include\pyinstance/PythonInstance.declare.h(78): 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>'
|
|---|
| 7802 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 7803 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\tmpl\Bond.h(39): note: see reference to class template instantiation 'pyinstance::PythonInstance<tmpl::Bond>' being compiled
|
|---|
| 7804 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\tmpl\TAexcept.h(36): warning C4275: non dll-interface class 'std::runtime_error' used as base for dll-interface class 'tmpl::TA_exception'
|
|---|
| 7805 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\stdexcept(101): note: see declaration of 'std::runtime_error'
|
|---|
| 7806 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\tmpl\TAexcept.h(36): note: see declaration of 'tmpl::TA_exception'
|
|---|
| 7807 | src/include\pyinstance/PythonInstance.declare.h(78): 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>'
|
|---|
| 7808 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 7809 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\tmpl\Residue.h(47): note: see reference to class template instantiation 'pyinstance::PythonInstance<tmpl::Residue>' being compiled
|
|---|
| 7810 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\tmpl\Residue.h(85): warning C4251: 'tmpl::Residue::metadata': class 'std::map<std::string,std::vector<std::string,std::allocator<std::string>>,std::less<std::string>,std::allocator<std::pair<const std::string,std::vector<std::string,std::allocator<std::string>>>>>' needs to have dll-interface to be used by clients of class 'tmpl::Residue'
|
|---|
| 7811 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\tmpl\Residue.h(85): note: see declaration of 'std::map<std::string,std::vector<std::string,std::allocator<std::string>>,std::less<std::string>,std::allocator<std::pair<const std::string,std::vector<std::string,std::allocator<std::string>>>>>'
|
|---|
| 7812 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\tmpl\Residue.h(88): 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'
|
|---|
| 7813 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 7814 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\tmpl\Residue.h(89): warning C4251: 'tmpl::Residue::_atoms': class 'std::map<atomstruct::AtomName,tmpl::Atom *,std::less<std::string>,std::allocator<std::pair<const atomstruct::AtomName,tmpl::Atom *>>>' needs to have dll-interface to be used by clients of class 'tmpl::Residue'
|
|---|
| 7815 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\tmpl\Residue.h(80): note: see declaration of 'std::map<atomstruct::AtomName,tmpl::Atom *,std::less<std::string>,std::allocator<std::pair<const atomstruct::AtomName,tmpl::Atom *>>>'
|
|---|
| 7816 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\tmpl\Residue.h(91): 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'
|
|---|
| 7817 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 7818 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\tmpl\Residue.h(92): warning C4251: 'tmpl::Residue::_link_atoms': class 'std::vector<tmpl::Atom *,std::allocator<tmpl::Atom *>>' needs to have dll-interface to be used by clients of class 'tmpl::Residue'
|
|---|
| 7819 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\tmpl\Atom.h(51): note: see declaration of 'std::vector<tmpl::Atom *,std::allocator<tmpl::Atom *>>'
|
|---|
| 7820 | src/include\pyinstance/PythonInstance.declare.h(78): 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>'
|
|---|
| 7821 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 7822 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\tmpl\Molecule.h(48): note: see reference to class template instantiation 'pyinstance::PythonInstance<tmpl::Molecule>' being compiled
|
|---|
| 7823 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\tmpl\Molecule.h(57): warning C4251: 'tmpl::Molecule::_atoms': class 'std::set<tmpl::Atom *,std::less<tmpl::Atom *>,std::allocator<tmpl::Atom *>>' needs to have dll-interface to be used by clients of class 'tmpl::Molecule'
|
|---|
| 7824 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\tmpl\Molecule.h(52): note: see declaration of 'std::set<tmpl::Atom *,std::less<tmpl::Atom *>,std::allocator<tmpl::Atom *>>'
|
|---|
| 7825 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\tmpl\Molecule.h(58): warning C4251: 'tmpl::Molecule::_bonds': class 'std::set<tmpl::Bond *,std::less<tmpl::Bond *>,std::allocator<tmpl::Bond *>>' needs to have dll-interface to be used by clients of class 'tmpl::Molecule'
|
|---|
| 7826 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\tmpl\Molecule.h(53): note: see declaration of 'std::set<tmpl::Bond *,std::less<tmpl::Bond *>,std::allocator<tmpl::Bond *>>'
|
|---|
| 7827 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\tmpl\Molecule.h(59): warning C4251: 'tmpl::Molecule::_coord_sets': class 'std::vector<tmpl::CoordSet *,std::allocator<tmpl::CoordSet *>>' needs to have dll-interface to be used by clients of class 'tmpl::Molecule'
|
|---|
| 7828 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\tmpl\Molecule.h(54): note: see declaration of 'std::vector<tmpl::CoordSet *,std::allocator<tmpl::CoordSet *>>'
|
|---|
| 7829 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\tmpl\Molecule.h(60): warning C4251: 'tmpl::Molecule::_residues': class 'std::map<atomstruct::ResName,tmpl::Residue *,std::less<std::string>,std::allocator<std::pair<const atomstruct::ResName,tmpl::Residue *>>>' needs to have dll-interface to be used by clients of class 'tmpl::Molecule'
|
|---|
| 7830 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\tmpl\Molecule.h(55): note: see declaration of 'std::map<atomstruct::ResName,tmpl::Residue *,std::less<std::string>,std::allocator<std::pair<const atomstruct::ResName,tmpl::Residue *>>>'
|
|---|
| 7831 | Molecule.cpp
|
|---|
| 7832 | src/include\pyinstance/PythonInstance.declare.h(78): 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>'
|
|---|
| 7833 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 7834 | src/include\pyinstance/PythonInstance.declare.h(104): note: see reference to class template instantiation 'pyinstance::PythonInstance<C>' being compiled
|
|---|
| 7835 | src/include\pyinstance/PythonInstance.declare.h(78): 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>'
|
|---|
| 7836 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 7837 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\tmpl\CoordSet.h(39): note: see reference to class template instantiation 'pyinstance::PythonInstance<tmpl::CoordSet>' being compiled
|
|---|
| 7838 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\tmpl\CoordSet.h(44): warning C4251: 'tmpl::CoordSet::_coords': class 'std::vector<tmpl::Coord,std::allocator<tmpl::Coord>>' needs to have dll-interface to be used by clients of class 'tmpl::CoordSet'
|
|---|
| 7839 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\tmpl\CoordSet.h(44): note: see declaration of 'std::vector<tmpl::Coord,std::allocator<tmpl::Coord>>'
|
|---|
| 7840 | src/include\pyinstance/PythonInstance.declare.h(78): 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>'
|
|---|
| 7841 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 7842 | src/include\element/Element.h(49): note: see reference to class template instantiation 'pyinstance::PythonInstance<element::Element>' being compiled
|
|---|
| 7843 | src/include\element/Element.h(76): warning C4251: 'element::Element::_alkali_metals': class 'std::set<int,std::less<int>,std::allocator<int>>' needs to have dll-interface to be used by clients of class 'element::Element'
|
|---|
| 7844 | src/include\element/Element.h(76): note: see declaration of 'std::set<int,std::less<int>,std::allocator<int>>'
|
|---|
| 7845 | src/include\element/Element.h(77): warning C4251: 'element::Element::_elements': class 'std::map<int,const element::Element *,std::less<int>,std::allocator<std::pair<const int,const element::Element *>>>' needs to have dll-interface to be used by clients of class 'element::Element'
|
|---|
| 7846 | src/include\element/Element.h(77): note: see declaration of 'std::map<int,const element::Element *,std::less<int>,std::allocator<std::pair<const int,const element::Element *>>>'
|
|---|
| 7847 | src/include\element/Element.h(78): warning C4251: 'element::Element::_halogens': class 'std::set<int,std::less<int>,std::allocator<int>>' needs to have dll-interface to be used by clients of class 'element::Element'
|
|---|
| 7848 | src/include\element/Element.h(76): note: see declaration of 'std::set<int,std::less<int>,std::allocator<int>>'
|
|---|
| 7849 | src/include\element/Element.h(79): warning C4251: 'element::Element::_names': class 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>' needs to have dll-interface to be used by clients of class 'element::Element'
|
|---|
| 7850 | src/include\element/Element.h(79): note: see declaration of 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>'
|
|---|
| 7851 | src/include\element/Element.h(80): warning C4251: 'element::Element::_noble_gases': class 'std::set<int,std::less<int>,std::allocator<int>>' needs to have dll-interface to be used by clients of class 'element::Element'
|
|---|
| 7852 | src/include\element/Element.h(76): note: see declaration of 'std::set<int,std::less<int>,std::allocator<int>>'
|
|---|
| 7853 | src/include\pyinstance/PythonInstance.declare.h(78): 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>'
|
|---|
| 7854 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 7855 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\tmpl\Atom.h(48): note: see reference to class template instantiation 'pyinstance::PythonInstance<tmpl::Atom>' being compiled
|
|---|
| 7856 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\tmpl\Atom.h(58): warning C4251: 'tmpl::Atom::_bonds': class 'std::vector<tmpl::Bond *,std::allocator<tmpl::Bond *>>' needs to have dll-interface to be used by clients of class 'tmpl::Atom'
|
|---|
| 7857 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\tmpl\Atom.h(50): note: see declaration of 'std::vector<tmpl::Bond *,std::allocator<tmpl::Bond *>>'
|
|---|
| 7858 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\tmpl\Atom.h(61): 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'
|
|---|
| 7859 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\tmpl\../string_types.h(44): note: see declaration of 'chutil::CString<5,65,116,111,109,32,84,121,112,101>'
|
|---|
| 7860 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\tmpl\Atom.h(64): warning C4251: 'tmpl::Atom::_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::Atom'
|
|---|
| 7861 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 7862 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\tmpl\Atom.h(65): warning C4251: 'tmpl::Atom::_neighbors': class 'std::vector<tmpl::Atom *,std::allocator<tmpl::Atom *>>' needs to have dll-interface to be used by clients of class 'tmpl::Atom'
|
|---|
| 7863 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\tmpl\Atom.h(51): note: see declaration of 'std::vector<tmpl::Atom *,std::allocator<tmpl::Atom *>>'
|
|---|
| 7864 | src/include\pyinstance/PythonInstance.declare.h(78): 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>'
|
|---|
| 7865 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 7866 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\tmpl\Bond.h(39): note: see reference to class template instantiation 'pyinstance::PythonInstance<tmpl::Bond>' being compiled
|
|---|
| 7867 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\tmpl\TAexcept.h(36): warning C4275: non dll-interface class 'std::runtime_error' used as base for dll-interface class 'tmpl::TA_exception'
|
|---|
| 7868 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\stdexcept(101): note: see declaration of 'std::runtime_error'
|
|---|
| 7869 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\tmpl\TAexcept.h(36): note: see declaration of 'tmpl::TA_exception'
|
|---|
| 7870 | src/include\pyinstance/PythonInstance.declare.h(78): 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>'
|
|---|
| 7871 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 7872 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\tmpl\Residue.h(47): note: see reference to class template instantiation 'pyinstance::PythonInstance<tmpl::Residue>' being compiled
|
|---|
| 7873 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\tmpl\Residue.h(85): warning C4251: 'tmpl::Residue::metadata': class 'std::map<std::string,std::vector<std::string,std::allocator<std::string>>,std::less<std::string>,std::allocator<std::pair<const std::string,std::vector<std::string,std::allocator<std::string>>>>>' needs to have dll-interface to be used by clients of class 'tmpl::Residue'
|
|---|
| 7874 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\tmpl\Residue.h(85): note: see declaration of 'std::map<std::string,std::vector<std::string,std::allocator<std::string>>,std::less<std::string>,std::allocator<std::pair<const std::string,std::vector<std::string,std::allocator<std::string>>>>>'
|
|---|
| 7875 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\tmpl\Residue.h(88): 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'
|
|---|
| 7876 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 7877 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\tmpl\Residue.h(89): warning C4251: 'tmpl::Residue::_atoms': class 'std::map<atomstruct::AtomName,tmpl::Atom *,std::less<std::string>,std::allocator<std::pair<const atomstruct::AtomName,tmpl::Atom *>>>' needs to have dll-interface to be used by clients of class 'tmpl::Residue'
|
|---|
| 7878 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\tmpl\Residue.h(80): note: see declaration of 'std::map<atomstruct::AtomName,tmpl::Atom *,std::less<std::string>,std::allocator<std::pair<const atomstruct::AtomName,tmpl::Atom *>>>'
|
|---|
| 7879 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\tmpl\Residue.h(91): 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'
|
|---|
| 7880 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 7881 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\tmpl\Residue.h(92): warning C4251: 'tmpl::Residue::_link_atoms': class 'std::vector<tmpl::Atom *,std::allocator<tmpl::Atom *>>' needs to have dll-interface to be used by clients of class 'tmpl::Residue'
|
|---|
| 7882 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\tmpl\Atom.h(51): note: see declaration of 'std::vector<tmpl::Atom *,std::allocator<tmpl::Atom *>>'
|
|---|
| 7883 | src/include\pyinstance/PythonInstance.declare.h(78): 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>'
|
|---|
| 7884 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 7885 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\tmpl\Molecule.h(48): note: see reference to class template instantiation 'pyinstance::PythonInstance<tmpl::Molecule>' being compiled
|
|---|
| 7886 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\tmpl\Molecule.h(57): warning C4251: 'tmpl::Molecule::_atoms': class 'std::set<tmpl::Atom *,std::less<tmpl::Atom *>,std::allocator<tmpl::Atom *>>' needs to have dll-interface to be used by clients of class 'tmpl::Molecule'
|
|---|
| 7887 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\tmpl\Molecule.h(52): note: see declaration of 'std::set<tmpl::Atom *,std::less<tmpl::Atom *>,std::allocator<tmpl::Atom *>>'
|
|---|
| 7888 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\tmpl\Molecule.h(58): warning C4251: 'tmpl::Molecule::_bonds': class 'std::set<tmpl::Bond *,std::less<tmpl::Bond *>,std::allocator<tmpl::Bond *>>' needs to have dll-interface to be used by clients of class 'tmpl::Molecule'
|
|---|
| 7889 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\tmpl\Molecule.h(53): note: see declaration of 'std::set<tmpl::Bond *,std::less<tmpl::Bond *>,std::allocator<tmpl::Bond *>>'
|
|---|
| 7890 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\tmpl\Molecule.h(59): warning C4251: 'tmpl::Molecule::_coord_sets': class 'std::vector<tmpl::CoordSet *,std::allocator<tmpl::CoordSet *>>' needs to have dll-interface to be used by clients of class 'tmpl::Molecule'
|
|---|
| 7891 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\tmpl\Molecule.h(54): note: see declaration of 'std::vector<tmpl::CoordSet *,std::allocator<tmpl::CoordSet *>>'
|
|---|
| 7892 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\tmpl\Molecule.h(60): warning C4251: 'tmpl::Molecule::_residues': class 'std::map<atomstruct::ResName,tmpl::Residue *,std::less<std::string>,std::allocator<std::pair<const atomstruct::ResName,tmpl::Residue *>>>' needs to have dll-interface to be used by clients of class 'tmpl::Molecule'
|
|---|
| 7893 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\tmpl\Molecule.h(55): note: see declaration of 'std::map<atomstruct::ResName,tmpl::Residue *,std::less<std::string>,std::allocator<std::pair<const atomstruct::ResName,tmpl::Residue *>>>'
|
|---|
| 7894 | Residue.cpp
|
|---|
| 7895 | src/include\pyinstance/PythonInstance.declare.h(78): 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>'
|
|---|
| 7896 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 7897 | src/include\pyinstance/PythonInstance.declare.h(104): note: see reference to class template instantiation 'pyinstance::PythonInstance<C>' being compiled
|
|---|
| 7898 | src/include\pyinstance/PythonInstance.declare.h(78): 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>'
|
|---|
| 7899 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 7900 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\tmpl\CoordSet.h(39): note: see reference to class template instantiation 'pyinstance::PythonInstance<tmpl::CoordSet>' being compiled
|
|---|
| 7901 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\tmpl\CoordSet.h(44): warning C4251: 'tmpl::CoordSet::_coords': class 'std::vector<tmpl::Coord,std::allocator<tmpl::Coord>>' needs to have dll-interface to be used by clients of class 'tmpl::CoordSet'
|
|---|
| 7902 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\tmpl\CoordSet.h(44): note: see declaration of 'std::vector<tmpl::Coord,std::allocator<tmpl::Coord>>'
|
|---|
| 7903 | src/include\pyinstance/PythonInstance.declare.h(78): 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>'
|
|---|
| 7904 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 7905 | src/include\element/Element.h(49): note: see reference to class template instantiation 'pyinstance::PythonInstance<element::Element>' being compiled
|
|---|
| 7906 | src/include\element/Element.h(76): warning C4251: 'element::Element::_alkali_metals': class 'std::set<int,std::less<int>,std::allocator<int>>' needs to have dll-interface to be used by clients of class 'element::Element'
|
|---|
| 7907 | src/include\element/Element.h(76): note: see declaration of 'std::set<int,std::less<int>,std::allocator<int>>'
|
|---|
| 7908 | src/include\element/Element.h(77): warning C4251: 'element::Element::_elements': class 'std::map<int,const element::Element *,std::less<int>,std::allocator<std::pair<const int,const element::Element *>>>' needs to have dll-interface to be used by clients of class 'element::Element'
|
|---|
| 7909 | src/include\element/Element.h(77): note: see declaration of 'std::map<int,const element::Element *,std::less<int>,std::allocator<std::pair<const int,const element::Element *>>>'
|
|---|
| 7910 | src/include\element/Element.h(78): warning C4251: 'element::Element::_halogens': class 'std::set<int,std::less<int>,std::allocator<int>>' needs to have dll-interface to be used by clients of class 'element::Element'
|
|---|
| 7911 | src/include\element/Element.h(76): note: see declaration of 'std::set<int,std::less<int>,std::allocator<int>>'
|
|---|
| 7912 | src/include\element/Element.h(79): warning C4251: 'element::Element::_names': class 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>' needs to have dll-interface to be used by clients of class 'element::Element'
|
|---|
| 7913 | src/include\element/Element.h(79): note: see declaration of 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>'
|
|---|
| 7914 | src/include\element/Element.h(80): warning C4251: 'element::Element::_noble_gases': class 'std::set<int,std::less<int>,std::allocator<int>>' needs to have dll-interface to be used by clients of class 'element::Element'
|
|---|
| 7915 | src/include\element/Element.h(76): note: see declaration of 'std::set<int,std::less<int>,std::allocator<int>>'
|
|---|
| 7916 | src/include\pyinstance/PythonInstance.declare.h(78): 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>'
|
|---|
| 7917 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 7918 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\tmpl\Atom.h(48): note: see reference to class template instantiation 'pyinstance::PythonInstance<tmpl::Atom>' being compiled
|
|---|
| 7919 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\tmpl\Atom.h(58): warning C4251: 'tmpl::Atom::_bonds': class 'std::vector<tmpl::Bond *,std::allocator<tmpl::Bond *>>' needs to have dll-interface to be used by clients of class 'tmpl::Atom'
|
|---|
| 7920 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\tmpl\Atom.h(50): note: see declaration of 'std::vector<tmpl::Bond *,std::allocator<tmpl::Bond *>>'
|
|---|
| 7921 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\tmpl\Atom.h(61): 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'
|
|---|
| 7922 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\tmpl\../string_types.h(44): note: see declaration of 'chutil::CString<5,65,116,111,109,32,84,121,112,101>'
|
|---|
| 7923 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\tmpl\Atom.h(64): warning C4251: 'tmpl::Atom::_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::Atom'
|
|---|
| 7924 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 7925 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\tmpl\Atom.h(65): warning C4251: 'tmpl::Atom::_neighbors': class 'std::vector<tmpl::Atom *,std::allocator<tmpl::Atom *>>' needs to have dll-interface to be used by clients of class 'tmpl::Atom'
|
|---|
| 7926 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\tmpl\Atom.h(51): note: see declaration of 'std::vector<tmpl::Atom *,std::allocator<tmpl::Atom *>>'
|
|---|
| 7927 | src/include\pyinstance/PythonInstance.declare.h(78): 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>'
|
|---|
| 7928 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 7929 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\tmpl\Bond.h(39): note: see reference to class template instantiation 'pyinstance::PythonInstance<tmpl::Bond>' being compiled
|
|---|
| 7930 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\tmpl\TAexcept.h(36): warning C4275: non dll-interface class 'std::runtime_error' used as base for dll-interface class 'tmpl::TA_exception'
|
|---|
| 7931 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\stdexcept(101): note: see declaration of 'std::runtime_error'
|
|---|
| 7932 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\tmpl\TAexcept.h(36): note: see declaration of 'tmpl::TA_exception'
|
|---|
| 7933 | src/include\pyinstance/PythonInstance.declare.h(78): 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>'
|
|---|
| 7934 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 7935 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\tmpl\Residue.h(47): note: see reference to class template instantiation 'pyinstance::PythonInstance<tmpl::Residue>' being compiled
|
|---|
| 7936 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\tmpl\Residue.h(85): warning C4251: 'tmpl::Residue::metadata': class 'std::map<std::string,std::vector<std::string,std::allocator<std::string>>,std::less<std::string>,std::allocator<std::pair<const std::string,std::vector<std::string,std::allocator<std::string>>>>>' needs to have dll-interface to be used by clients of class 'tmpl::Residue'
|
|---|
| 7937 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\tmpl\Residue.h(85): note: see declaration of 'std::map<std::string,std::vector<std::string,std::allocator<std::string>>,std::less<std::string>,std::allocator<std::pair<const std::string,std::vector<std::string,std::allocator<std::string>>>>>'
|
|---|
| 7938 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\tmpl\Residue.h(88): 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'
|
|---|
| 7939 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 7940 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\tmpl\Residue.h(89): warning C4251: 'tmpl::Residue::_atoms': class 'std::map<atomstruct::AtomName,tmpl::Atom *,std::less<std::string>,std::allocator<std::pair<const atomstruct::AtomName,tmpl::Atom *>>>' needs to have dll-interface to be used by clients of class 'tmpl::Residue'
|
|---|
| 7941 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\tmpl\Residue.h(80): note: see declaration of 'std::map<atomstruct::AtomName,tmpl::Atom *,std::less<std::string>,std::allocator<std::pair<const atomstruct::AtomName,tmpl::Atom *>>>'
|
|---|
| 7942 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\tmpl\Residue.h(91): 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'
|
|---|
| 7943 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 7944 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\tmpl\Residue.h(92): warning C4251: 'tmpl::Residue::_link_atoms': class 'std::vector<tmpl::Atom *,std::allocator<tmpl::Atom *>>' needs to have dll-interface to be used by clients of class 'tmpl::Residue'
|
|---|
| 7945 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\tmpl\Atom.h(51): note: see declaration of 'std::vector<tmpl::Atom *,std::allocator<tmpl::Atom *>>'
|
|---|
| 7946 | src/include\pyinstance/PythonInstance.declare.h(78): 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>'
|
|---|
| 7947 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 7948 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\tmpl\Molecule.h(48): note: see reference to class template instantiation 'pyinstance::PythonInstance<tmpl::Molecule>' being compiled
|
|---|
| 7949 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\tmpl\Molecule.h(57): warning C4251: 'tmpl::Molecule::_atoms': class 'std::set<tmpl::Atom *,std::less<tmpl::Atom *>,std::allocator<tmpl::Atom *>>' needs to have dll-interface to be used by clients of class 'tmpl::Molecule'
|
|---|
| 7950 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\tmpl\Molecule.h(52): note: see declaration of 'std::set<tmpl::Atom *,std::less<tmpl::Atom *>,std::allocator<tmpl::Atom *>>'
|
|---|
| 7951 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\tmpl\Molecule.h(58): warning C4251: 'tmpl::Molecule::_bonds': class 'std::set<tmpl::Bond *,std::less<tmpl::Bond *>,std::allocator<tmpl::Bond *>>' needs to have dll-interface to be used by clients of class 'tmpl::Molecule'
|
|---|
| 7952 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\tmpl\Molecule.h(53): note: see declaration of 'std::set<tmpl::Bond *,std::less<tmpl::Bond *>,std::allocator<tmpl::Bond *>>'
|
|---|
| 7953 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\tmpl\Molecule.h(59): warning C4251: 'tmpl::Molecule::_coord_sets': class 'std::vector<tmpl::CoordSet *,std::allocator<tmpl::CoordSet *>>' needs to have dll-interface to be used by clients of class 'tmpl::Molecule'
|
|---|
| 7954 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\tmpl\Molecule.h(54): note: see declaration of 'std::vector<tmpl::CoordSet *,std::allocator<tmpl::CoordSet *>>'
|
|---|
| 7955 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\tmpl\Molecule.h(60): warning C4251: 'tmpl::Molecule::_residues': class 'std::map<atomstruct::ResName,tmpl::Residue *,std::less<std::string>,std::allocator<std::pair<const atomstruct::ResName,tmpl::Residue *>>>' needs to have dll-interface to be used by clients of class 'tmpl::Molecule'
|
|---|
| 7956 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\tmpl\Molecule.h(55): note: see declaration of 'std::map<atomstruct::ResName,tmpl::Residue *,std::less<std::string>,std::allocator<std::pair<const atomstruct::ResName,tmpl::Residue *>>>'
|
|---|
| 7957 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\tmpl\TemplateCache.h(44): warning C4251: 'tmpl::CondInfo::op': 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::CondInfo'
|
|---|
| 7958 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 7959 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\tmpl\TemplateCache.h(44): warning C4251: 'tmpl::CondInfo::operand': 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::CondInfo'
|
|---|
| 7960 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 7961 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\tmpl\TemplateCache.h(45): warning C4251: 'tmpl::CondInfo::result': 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::CondInfo'
|
|---|
| 7962 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\tmpl\../string_types.h(44): note: see declaration of 'chutil::CString<5,65,116,111,109,32,84,121,112,101>'
|
|---|
| 7963 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\tmpl\TemplateCache.h(52): warning C4251: 'tmpl::ConditionalTemplate::conditions': class 'std::vector<tmpl::CondInfo,std::allocator<tmpl::CondInfo>>' needs to have dll-interface to be used by clients of class 'tmpl::ConditionalTemplate'
|
|---|
| 7964 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\tmpl\TemplateCache.h(52): note: see declaration of 'std::vector<tmpl::CondInfo,std::allocator<tmpl::CondInfo>>'
|
|---|
| 7965 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\tmpl\TemplateCache.h(73): warning C4251: 'tmpl::TemplateCache::_template_dir': 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::TemplateCache'
|
|---|
| 7966 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 7967 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\tmpl\TemplateCache.h(74): warning C4251: 'tmpl::TemplateCache::_user_template_dir': 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::TemplateCache'
|
|---|
| 7968 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 7969 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\tmpl\TemplateCache.h(75): warning C4251: 'tmpl::TemplateCache::cache': class 'std::map<std::string,tmpl::TemplateCache::ResMap,std::less<std::string>,std::allocator<std::pair<const std::string,tmpl::TemplateCache::ResMap>>>' needs to have dll-interface to be used by clients of class 'tmpl::TemplateCache'
|
|---|
| 7970 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\tmpl\TemplateCache.h(75): note: see declaration of 'std::map<std::string,tmpl::TemplateCache::ResMap,std::less<std::string>,std::allocator<std::pair<const std::string,tmpl::TemplateCache::ResMap>>>'
|
|---|
| 7971 | TemplateCache.cpp
|
|---|
| 7972 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\tmpl\TAexcept.h(36): warning C4275: non dll-interface class 'std::runtime_error' used as base for dll-interface class 'tmpl::TA_exception'
|
|---|
| 7973 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\stdexcept(101): note: see declaration of 'std::runtime_error'
|
|---|
| 7974 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\tmpl\TAexcept.h(36): note: see declaration of 'tmpl::TA_exception'
|
|---|
| 7975 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\tmpl\TemplateCache.h(44): warning C4251: 'tmpl::CondInfo::op': 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::CondInfo'
|
|---|
| 7976 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 7977 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\tmpl\TemplateCache.h(44): warning C4251: 'tmpl::CondInfo::operand': 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::CondInfo'
|
|---|
| 7978 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 7979 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\tmpl\TemplateCache.h(45): warning C4251: 'tmpl::CondInfo::result': 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::CondInfo'
|
|---|
| 7980 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\tmpl\../string_types.h(44): note: see declaration of 'chutil::CString<5,65,116,111,109,32,84,121,112,101>'
|
|---|
| 7981 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\tmpl\TemplateCache.h(52): warning C4251: 'tmpl::ConditionalTemplate::conditions': class 'std::vector<tmpl::CondInfo,std::allocator<tmpl::CondInfo>>' needs to have dll-interface to be used by clients of class 'tmpl::ConditionalTemplate'
|
|---|
| 7982 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\tmpl\TemplateCache.h(52): note: see declaration of 'std::vector<tmpl::CondInfo,std::allocator<tmpl::CondInfo>>'
|
|---|
| 7983 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\tmpl\TemplateCache.h(73): warning C4251: 'tmpl::TemplateCache::_template_dir': 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::TemplateCache'
|
|---|
| 7984 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 7985 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\tmpl\TemplateCache.h(74): warning C4251: 'tmpl::TemplateCache::_user_template_dir': 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::TemplateCache'
|
|---|
| 7986 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 7987 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\tmpl\TemplateCache.h(75): warning C4251: 'tmpl::TemplateCache::cache': class 'std::map<std::string,tmpl::TemplateCache::ResMap,std::less<atomstruct::AtomName>,std::allocator<std::pair<const std::string,tmpl::TemplateCache::ResMap>>>' needs to have dll-interface to be used by clients of class 'tmpl::TemplateCache'
|
|---|
| 7988 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\tmpl\TemplateCache.h(75): note: see declaration of 'std::map<std::string,tmpl::TemplateCache::ResMap,std::less<atomstruct::AtomName>,std::allocator<std::pair<const std::string,tmpl::TemplateCache::ResMap>>>'
|
|---|
| 7989 | atomic_cpp/atomstruct_cpp/tmpl/TemplateCache.cpp(253): warning C4267: 'initializing': conversion from 'size_t' to 'int', possible loss of data
|
|---|
| 7990 | amino.cpp
|
|---|
| 7991 | src/include\pyinstance/PythonInstance.declare.h(78): 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>'
|
|---|
| 7992 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 7993 | src/include\pyinstance/PythonInstance.declare.h(104): note: see reference to class template instantiation 'pyinstance::PythonInstance<C>' being compiled
|
|---|
| 7994 | src/include\pyinstance/PythonInstance.declare.h(78): 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>'
|
|---|
| 7995 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 7996 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\tmpl\CoordSet.h(39): note: see reference to class template instantiation 'pyinstance::PythonInstance<tmpl::CoordSet>' being compiled
|
|---|
| 7997 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\tmpl\CoordSet.h(44): warning C4251: 'tmpl::CoordSet::_coords': class 'std::vector<tmpl::Coord,std::allocator<tmpl::Coord>>' needs to have dll-interface to be used by clients of class 'tmpl::CoordSet'
|
|---|
| 7998 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\tmpl\CoordSet.h(44): note: see declaration of 'std::vector<tmpl::Coord,std::allocator<tmpl::Coord>>'
|
|---|
| 7999 | src/include\pyinstance/PythonInstance.declare.h(78): 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>'
|
|---|
| 8000 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 8001 | src/include\element/Element.h(49): note: see reference to class template instantiation 'pyinstance::PythonInstance<element::Element>' being compiled
|
|---|
| 8002 | src/include\element/Element.h(76): warning C4251: 'element::Element::_alkali_metals': class 'std::set<int,std::less<int>,std::allocator<int>>' needs to have dll-interface to be used by clients of class 'element::Element'
|
|---|
| 8003 | src/include\element/Element.h(76): note: see declaration of 'std::set<int,std::less<int>,std::allocator<int>>'
|
|---|
| 8004 | src/include\element/Element.h(77): warning C4251: 'element::Element::_elements': class 'std::map<int,const element::Element *,std::less<int>,std::allocator<std::pair<const int,const element::Element *>>>' needs to have dll-interface to be used by clients of class 'element::Element'
|
|---|
| 8005 | src/include\element/Element.h(77): note: see declaration of 'std::map<int,const element::Element *,std::less<int>,std::allocator<std::pair<const int,const element::Element *>>>'
|
|---|
| 8006 | src/include\element/Element.h(78): warning C4251: 'element::Element::_halogens': class 'std::set<int,std::less<int>,std::allocator<int>>' needs to have dll-interface to be used by clients of class 'element::Element'
|
|---|
| 8007 | src/include\element/Element.h(76): note: see declaration of 'std::set<int,std::less<int>,std::allocator<int>>'
|
|---|
| 8008 | src/include\element/Element.h(79): warning C4251: 'element::Element::_names': class 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>' needs to have dll-interface to be used by clients of class 'element::Element'
|
|---|
| 8009 | src/include\element/Element.h(79): note: see declaration of 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>'
|
|---|
| 8010 | src/include\element/Element.h(80): warning C4251: 'element::Element::_noble_gases': class 'std::set<int,std::less<int>,std::allocator<int>>' needs to have dll-interface to be used by clients of class 'element::Element'
|
|---|
| 8011 | src/include\element/Element.h(76): note: see declaration of 'std::set<int,std::less<int>,std::allocator<int>>'
|
|---|
| 8012 | src/include\pyinstance/PythonInstance.declare.h(78): 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>'
|
|---|
| 8013 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 8014 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\tmpl\Atom.h(48): note: see reference to class template instantiation 'pyinstance::PythonInstance<tmpl::Atom>' being compiled
|
|---|
| 8015 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\tmpl\Atom.h(58): warning C4251: 'tmpl::Atom::_bonds': class 'std::vector<tmpl::Bond *,std::allocator<tmpl::Bond *>>' needs to have dll-interface to be used by clients of class 'tmpl::Atom'
|
|---|
| 8016 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\tmpl\Atom.h(50): note: see declaration of 'std::vector<tmpl::Bond *,std::allocator<tmpl::Bond *>>'
|
|---|
| 8017 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\tmpl\Atom.h(61): 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'
|
|---|
| 8018 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\tmpl\../string_types.h(44): note: see declaration of 'chutil::CString<5,65,116,111,109,32,84,121,112,101>'
|
|---|
| 8019 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\tmpl\Atom.h(64): warning C4251: 'tmpl::Atom::_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::Atom'
|
|---|
| 8020 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 8021 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\tmpl\Atom.h(65): warning C4251: 'tmpl::Atom::_neighbors': class 'std::vector<tmpl::Atom *,std::allocator<tmpl::Atom *>>' needs to have dll-interface to be used by clients of class 'tmpl::Atom'
|
|---|
| 8022 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\tmpl\Atom.h(51): note: see declaration of 'std::vector<tmpl::Atom *,std::allocator<tmpl::Atom *>>'
|
|---|
| 8023 | src/include\pyinstance/PythonInstance.declare.h(78): 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>'
|
|---|
| 8024 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 8025 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\tmpl\Bond.h(39): note: see reference to class template instantiation 'pyinstance::PythonInstance<tmpl::Bond>' being compiled
|
|---|
| 8026 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\tmpl\TAexcept.h(36): warning C4275: non dll-interface class 'std::runtime_error' used as base for dll-interface class 'tmpl::TA_exception'
|
|---|
| 8027 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\stdexcept(101): note: see declaration of 'std::runtime_error'
|
|---|
| 8028 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\tmpl\TAexcept.h(36): note: see declaration of 'tmpl::TA_exception'
|
|---|
| 8029 | src/include\pyinstance/PythonInstance.declare.h(78): 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>'
|
|---|
| 8030 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 8031 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\tmpl\Residue.h(47): note: see reference to class template instantiation 'pyinstance::PythonInstance<tmpl::Residue>' being compiled
|
|---|
| 8032 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\tmpl\Residue.h(85): warning C4251: 'tmpl::Residue::metadata': class 'std::map<std::string,std::vector<std::string,std::allocator<std::string>>,std::less<std::string>,std::allocator<std::pair<const std::string,std::vector<std::string,std::allocator<std::string>>>>>' needs to have dll-interface to be used by clients of class 'tmpl::Residue'
|
|---|
| 8033 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\tmpl\Residue.h(85): note: see declaration of 'std::map<std::string,std::vector<std::string,std::allocator<std::string>>,std::less<std::string>,std::allocator<std::pair<const std::string,std::vector<std::string,std::allocator<std::string>>>>>'
|
|---|
| 8034 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\tmpl\Residue.h(88): 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'
|
|---|
| 8035 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 8036 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\tmpl\Residue.h(89): warning C4251: 'tmpl::Residue::_atoms': class 'std::map<atomstruct::AtomName,tmpl::Atom *,std::less<std::string>,std::allocator<std::pair<const atomstruct::AtomName,tmpl::Atom *>>>' needs to have dll-interface to be used by clients of class 'tmpl::Residue'
|
|---|
| 8037 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\tmpl\Residue.h(80): note: see declaration of 'std::map<atomstruct::AtomName,tmpl::Atom *,std::less<std::string>,std::allocator<std::pair<const atomstruct::AtomName,tmpl::Atom *>>>'
|
|---|
| 8038 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\tmpl\Residue.h(91): 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'
|
|---|
| 8039 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 8040 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\tmpl\Residue.h(92): warning C4251: 'tmpl::Residue::_link_atoms': class 'std::vector<tmpl::Atom *,std::allocator<tmpl::Atom *>>' needs to have dll-interface to be used by clients of class 'tmpl::Residue'
|
|---|
| 8041 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\tmpl\Atom.h(51): note: see declaration of 'std::vector<tmpl::Atom *,std::allocator<tmpl::Atom *>>'
|
|---|
| 8042 | src/include\pyinstance/PythonInstance.declare.h(78): 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>'
|
|---|
| 8043 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 8044 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\tmpl\Molecule.h(48): note: see reference to class template instantiation 'pyinstance::PythonInstance<tmpl::Molecule>' being compiled
|
|---|
| 8045 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\tmpl\Molecule.h(57): warning C4251: 'tmpl::Molecule::_atoms': class 'std::set<tmpl::Atom *,std::less<tmpl::Atom *>,std::allocator<tmpl::Atom *>>' needs to have dll-interface to be used by clients of class 'tmpl::Molecule'
|
|---|
| 8046 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\tmpl\Molecule.h(52): note: see declaration of 'std::set<tmpl::Atom *,std::less<tmpl::Atom *>,std::allocator<tmpl::Atom *>>'
|
|---|
| 8047 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\tmpl\Molecule.h(58): warning C4251: 'tmpl::Molecule::_bonds': class 'std::set<tmpl::Bond *,std::less<tmpl::Bond *>,std::allocator<tmpl::Bond *>>' needs to have dll-interface to be used by clients of class 'tmpl::Molecule'
|
|---|
| 8048 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\tmpl\Molecule.h(53): note: see declaration of 'std::set<tmpl::Bond *,std::less<tmpl::Bond *>,std::allocator<tmpl::Bond *>>'
|
|---|
| 8049 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\tmpl\Molecule.h(59): warning C4251: 'tmpl::Molecule::_coord_sets': class 'std::vector<tmpl::CoordSet *,std::allocator<tmpl::CoordSet *>>' needs to have dll-interface to be used by clients of class 'tmpl::Molecule'
|
|---|
| 8050 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\tmpl\Molecule.h(54): note: see declaration of 'std::vector<tmpl::CoordSet *,std::allocator<tmpl::CoordSet *>>'
|
|---|
| 8051 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\tmpl\Molecule.h(60): warning C4251: 'tmpl::Molecule::_residues': class 'std::map<atomstruct::ResName,tmpl::Residue *,std::less<std::string>,std::allocator<std::pair<const atomstruct::ResName,tmpl::Residue *>>>' needs to have dll-interface to be used by clients of class 'tmpl::Molecule'
|
|---|
| 8052 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\tmpl\Molecule.h(55): note: see declaration of 'std::map<atomstruct::ResName,tmpl::Residue *,std::less<std::string>,std::allocator<std::pair<const atomstruct::ResName,tmpl::Residue *>>>'
|
|---|
| 8053 | camino.cpp
|
|---|
| 8054 | src/include\pyinstance/PythonInstance.declare.h(78): 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>'
|
|---|
| 8055 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 8056 | src/include\pyinstance/PythonInstance.declare.h(104): note: see reference to class template instantiation 'pyinstance::PythonInstance<C>' being compiled
|
|---|
| 8057 | src/include\pyinstance/PythonInstance.declare.h(78): 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>'
|
|---|
| 8058 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 8059 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\tmpl\CoordSet.h(39): note: see reference to class template instantiation 'pyinstance::PythonInstance<tmpl::CoordSet>' being compiled
|
|---|
| 8060 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\tmpl\CoordSet.h(44): warning C4251: 'tmpl::CoordSet::_coords': class 'std::vector<tmpl::Coord,std::allocator<tmpl::Coord>>' needs to have dll-interface to be used by clients of class 'tmpl::CoordSet'
|
|---|
| 8061 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\tmpl\CoordSet.h(44): note: see declaration of 'std::vector<tmpl::Coord,std::allocator<tmpl::Coord>>'
|
|---|
| 8062 | src/include\pyinstance/PythonInstance.declare.h(78): 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>'
|
|---|
| 8063 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 8064 | src/include\element/Element.h(49): note: see reference to class template instantiation 'pyinstance::PythonInstance<element::Element>' being compiled
|
|---|
| 8065 | src/include\element/Element.h(76): warning C4251: 'element::Element::_alkali_metals': class 'std::set<int,std::less<int>,std::allocator<int>>' needs to have dll-interface to be used by clients of class 'element::Element'
|
|---|
| 8066 | src/include\element/Element.h(76): note: see declaration of 'std::set<int,std::less<int>,std::allocator<int>>'
|
|---|
| 8067 | src/include\element/Element.h(77): warning C4251: 'element::Element::_elements': class 'std::map<int,const element::Element *,std::less<int>,std::allocator<std::pair<const int,const element::Element *>>>' needs to have dll-interface to be used by clients of class 'element::Element'
|
|---|
| 8068 | src/include\element/Element.h(77): note: see declaration of 'std::map<int,const element::Element *,std::less<int>,std::allocator<std::pair<const int,const element::Element *>>>'
|
|---|
| 8069 | src/include\element/Element.h(78): warning C4251: 'element::Element::_halogens': class 'std::set<int,std::less<int>,std::allocator<int>>' needs to have dll-interface to be used by clients of class 'element::Element'
|
|---|
| 8070 | src/include\element/Element.h(76): note: see declaration of 'std::set<int,std::less<int>,std::allocator<int>>'
|
|---|
| 8071 | src/include\element/Element.h(79): warning C4251: 'element::Element::_names': class 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>' needs to have dll-interface to be used by clients of class 'element::Element'
|
|---|
| 8072 | src/include\element/Element.h(79): note: see declaration of 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>'
|
|---|
| 8073 | src/include\element/Element.h(80): warning C4251: 'element::Element::_noble_gases': class 'std::set<int,std::less<int>,std::allocator<int>>' needs to have dll-interface to be used by clients of class 'element::Element'
|
|---|
| 8074 | src/include\element/Element.h(76): note: see declaration of 'std::set<int,std::less<int>,std::allocator<int>>'
|
|---|
| 8075 | src/include\pyinstance/PythonInstance.declare.h(78): 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>'
|
|---|
| 8076 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 8077 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\tmpl\Atom.h(48): note: see reference to class template instantiation 'pyinstance::PythonInstance<tmpl::Atom>' being compiled
|
|---|
| 8078 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\tmpl\Atom.h(58): warning C4251: 'tmpl::Atom::_bonds': class 'std::vector<tmpl::Bond *,std::allocator<tmpl::Bond *>>' needs to have dll-interface to be used by clients of class 'tmpl::Atom'
|
|---|
| 8079 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\tmpl\Atom.h(50): note: see declaration of 'std::vector<tmpl::Bond *,std::allocator<tmpl::Bond *>>'
|
|---|
| 8080 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\tmpl\Atom.h(61): 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'
|
|---|
| 8081 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\tmpl\../string_types.h(44): note: see declaration of 'chutil::CString<5,65,116,111,109,32,84,121,112,101>'
|
|---|
| 8082 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\tmpl\Atom.h(64): warning C4251: 'tmpl::Atom::_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::Atom'
|
|---|
| 8083 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 8084 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\tmpl\Atom.h(65): warning C4251: 'tmpl::Atom::_neighbors': class 'std::vector<tmpl::Atom *,std::allocator<tmpl::Atom *>>' needs to have dll-interface to be used by clients of class 'tmpl::Atom'
|
|---|
| 8085 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\tmpl\Atom.h(51): note: see declaration of 'std::vector<tmpl::Atom *,std::allocator<tmpl::Atom *>>'
|
|---|
| 8086 | src/include\pyinstance/PythonInstance.declare.h(78): 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>'
|
|---|
| 8087 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 8088 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\tmpl\Bond.h(39): note: see reference to class template instantiation 'pyinstance::PythonInstance<tmpl::Bond>' being compiled
|
|---|
| 8089 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\tmpl\TAexcept.h(36): warning C4275: non dll-interface class 'std::runtime_error' used as base for dll-interface class 'tmpl::TA_exception'
|
|---|
| 8090 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\stdexcept(101): note: see declaration of 'std::runtime_error'
|
|---|
| 8091 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\tmpl\TAexcept.h(36): note: see declaration of 'tmpl::TA_exception'
|
|---|
| 8092 | src/include\pyinstance/PythonInstance.declare.h(78): 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>'
|
|---|
| 8093 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 8094 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\tmpl\Residue.h(47): note: see reference to class template instantiation 'pyinstance::PythonInstance<tmpl::Residue>' being compiled
|
|---|
| 8095 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\tmpl\Residue.h(85): warning C4251: 'tmpl::Residue::metadata': class 'std::map<std::string,std::vector<std::string,std::allocator<std::string>>,std::less<std::string>,std::allocator<std::pair<const std::string,std::vector<std::string,std::allocator<std::string>>>>>' needs to have dll-interface to be used by clients of class 'tmpl::Residue'
|
|---|
| 8096 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\tmpl\Residue.h(85): note: see declaration of 'std::map<std::string,std::vector<std::string,std::allocator<std::string>>,std::less<std::string>,std::allocator<std::pair<const std::string,std::vector<std::string,std::allocator<std::string>>>>>'
|
|---|
| 8097 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\tmpl\Residue.h(88): 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'
|
|---|
| 8098 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 8099 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\tmpl\Residue.h(89): warning C4251: 'tmpl::Residue::_atoms': class 'std::map<atomstruct::AtomName,tmpl::Atom *,std::less<std::string>,std::allocator<std::pair<const atomstruct::AtomName,tmpl::Atom *>>>' needs to have dll-interface to be used by clients of class 'tmpl::Residue'
|
|---|
| 8100 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\tmpl\Residue.h(80): note: see declaration of 'std::map<atomstruct::AtomName,tmpl::Atom *,std::less<std::string>,std::allocator<std::pair<const atomstruct::AtomName,tmpl::Atom *>>>'
|
|---|
| 8101 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\tmpl\Residue.h(91): 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'
|
|---|
| 8102 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 8103 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\tmpl\Residue.h(92): warning C4251: 'tmpl::Residue::_link_atoms': class 'std::vector<tmpl::Atom *,std::allocator<tmpl::Atom *>>' needs to have dll-interface to be used by clients of class 'tmpl::Residue'
|
|---|
| 8104 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\tmpl\Atom.h(51): note: see declaration of 'std::vector<tmpl::Atom *,std::allocator<tmpl::Atom *>>'
|
|---|
| 8105 | src/include\pyinstance/PythonInstance.declare.h(78): 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>'
|
|---|
| 8106 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 8107 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\tmpl\Molecule.h(48): note: see reference to class template instantiation 'pyinstance::PythonInstance<tmpl::Molecule>' being compiled
|
|---|
| 8108 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\tmpl\Molecule.h(57): warning C4251: 'tmpl::Molecule::_atoms': class 'std::set<tmpl::Atom *,std::less<tmpl::Atom *>,std::allocator<tmpl::Atom *>>' needs to have dll-interface to be used by clients of class 'tmpl::Molecule'
|
|---|
| 8109 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\tmpl\Molecule.h(52): note: see declaration of 'std::set<tmpl::Atom *,std::less<tmpl::Atom *>,std::allocator<tmpl::Atom *>>'
|
|---|
| 8110 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\tmpl\Molecule.h(58): warning C4251: 'tmpl::Molecule::_bonds': class 'std::set<tmpl::Bond *,std::less<tmpl::Bond *>,std::allocator<tmpl::Bond *>>' needs to have dll-interface to be used by clients of class 'tmpl::Molecule'
|
|---|
| 8111 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\tmpl\Molecule.h(53): note: see declaration of 'std::set<tmpl::Bond *,std::less<tmpl::Bond *>,std::allocator<tmpl::Bond *>>'
|
|---|
| 8112 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\tmpl\Molecule.h(59): warning C4251: 'tmpl::Molecule::_coord_sets': class 'std::vector<tmpl::CoordSet *,std::allocator<tmpl::CoordSet *>>' needs to have dll-interface to be used by clients of class 'tmpl::Molecule'
|
|---|
| 8113 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\tmpl\Molecule.h(54): note: see declaration of 'std::vector<tmpl::CoordSet *,std::allocator<tmpl::CoordSet *>>'
|
|---|
| 8114 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\tmpl\Molecule.h(60): warning C4251: 'tmpl::Molecule::_residues': class 'std::map<atomstruct::ResName,tmpl::Residue *,std::less<std::string>,std::allocator<std::pair<const atomstruct::ResName,tmpl::Residue *>>>' needs to have dll-interface to be used by clients of class 'tmpl::Molecule'
|
|---|
| 8115 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\tmpl\Molecule.h(55): note: see declaration of 'std::map<atomstruct::ResName,tmpl::Residue *,std::less<std::string>,std::allocator<std::pair<const atomstruct::ResName,tmpl::Residue *>>>'
|
|---|
| 8116 | findres.cpp
|
|---|
| 8117 | src/include\pyinstance/PythonInstance.declare.h(78): 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>'
|
|---|
| 8118 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 8119 | src/include\pyinstance/PythonInstance.declare.h(104): note: see reference to class template instantiation 'pyinstance::PythonInstance<C>' being compiled
|
|---|
| 8120 | src/include\pyinstance/PythonInstance.declare.h(78): 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>'
|
|---|
| 8121 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 8122 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\tmpl\CoordSet.h(39): note: see reference to class template instantiation 'pyinstance::PythonInstance<tmpl::CoordSet>' being compiled
|
|---|
| 8123 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\tmpl\CoordSet.h(44): warning C4251: 'tmpl::CoordSet::_coords': class 'std::vector<tmpl::Coord,std::allocator<tmpl::Coord>>' needs to have dll-interface to be used by clients of class 'tmpl::CoordSet'
|
|---|
| 8124 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\tmpl\CoordSet.h(44): note: see declaration of 'std::vector<tmpl::Coord,std::allocator<tmpl::Coord>>'
|
|---|
| 8125 | src/include\pyinstance/PythonInstance.declare.h(78): 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>'
|
|---|
| 8126 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 8127 | src/include\element/Element.h(49): note: see reference to class template instantiation 'pyinstance::PythonInstance<element::Element>' being compiled
|
|---|
| 8128 | src/include\element/Element.h(76): warning C4251: 'element::Element::_alkali_metals': class 'std::set<int,std::less<int>,std::allocator<int>>' needs to have dll-interface to be used by clients of class 'element::Element'
|
|---|
| 8129 | src/include\element/Element.h(76): note: see declaration of 'std::set<int,std::less<int>,std::allocator<int>>'
|
|---|
| 8130 | src/include\element/Element.h(77): warning C4251: 'element::Element::_elements': class 'std::map<int,const element::Element *,std::less<int>,std::allocator<std::pair<const int,const element::Element *>>>' needs to have dll-interface to be used by clients of class 'element::Element'
|
|---|
| 8131 | src/include\element/Element.h(77): note: see declaration of 'std::map<int,const element::Element *,std::less<int>,std::allocator<std::pair<const int,const element::Element *>>>'
|
|---|
| 8132 | src/include\element/Element.h(78): warning C4251: 'element::Element::_halogens': class 'std::set<int,std::less<int>,std::allocator<int>>' needs to have dll-interface to be used by clients of class 'element::Element'
|
|---|
| 8133 | src/include\element/Element.h(76): note: see declaration of 'std::set<int,std::less<int>,std::allocator<int>>'
|
|---|
| 8134 | src/include\element/Element.h(79): warning C4251: 'element::Element::_names': class 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>' needs to have dll-interface to be used by clients of class 'element::Element'
|
|---|
| 8135 | src/include\element/Element.h(79): note: see declaration of 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>'
|
|---|
| 8136 | src/include\element/Element.h(80): warning C4251: 'element::Element::_noble_gases': class 'std::set<int,std::less<int>,std::allocator<int>>' needs to have dll-interface to be used by clients of class 'element::Element'
|
|---|
| 8137 | src/include\element/Element.h(76): note: see declaration of 'std::set<int,std::less<int>,std::allocator<int>>'
|
|---|
| 8138 | src/include\pyinstance/PythonInstance.declare.h(78): 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>'
|
|---|
| 8139 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 8140 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\tmpl\Atom.h(48): note: see reference to class template instantiation 'pyinstance::PythonInstance<tmpl::Atom>' being compiled
|
|---|
| 8141 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\tmpl\Atom.h(58): warning C4251: 'tmpl::Atom::_bonds': class 'std::vector<tmpl::Bond *,std::allocator<tmpl::Bond *>>' needs to have dll-interface to be used by clients of class 'tmpl::Atom'
|
|---|
| 8142 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\tmpl\Atom.h(50): note: see declaration of 'std::vector<tmpl::Bond *,std::allocator<tmpl::Bond *>>'
|
|---|
| 8143 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\tmpl\Atom.h(61): 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'
|
|---|
| 8144 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\tmpl\../string_types.h(44): note: see declaration of 'chutil::CString<5,65,116,111,109,32,84,121,112,101>'
|
|---|
| 8145 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\tmpl\Atom.h(64): warning C4251: 'tmpl::Atom::_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::Atom'
|
|---|
| 8146 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 8147 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\tmpl\Atom.h(65): warning C4251: 'tmpl::Atom::_neighbors': class 'std::vector<tmpl::Atom *,std::allocator<tmpl::Atom *>>' needs to have dll-interface to be used by clients of class 'tmpl::Atom'
|
|---|
| 8148 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\tmpl\Atom.h(51): note: see declaration of 'std::vector<tmpl::Atom *,std::allocator<tmpl::Atom *>>'
|
|---|
| 8149 | src/include\pyinstance/PythonInstance.declare.h(78): 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>'
|
|---|
| 8150 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 8151 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\tmpl\Bond.h(39): note: see reference to class template instantiation 'pyinstance::PythonInstance<tmpl::Bond>' being compiled
|
|---|
| 8152 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\tmpl\TAexcept.h(36): warning C4275: non dll-interface class 'std::runtime_error' used as base for dll-interface class 'tmpl::TA_exception'
|
|---|
| 8153 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\stdexcept(101): note: see declaration of 'std::runtime_error'
|
|---|
| 8154 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\tmpl\TAexcept.h(36): note: see declaration of 'tmpl::TA_exception'
|
|---|
| 8155 | src/include\pyinstance/PythonInstance.declare.h(78): 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>'
|
|---|
| 8156 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 8157 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\tmpl\Residue.h(47): note: see reference to class template instantiation 'pyinstance::PythonInstance<tmpl::Residue>' being compiled
|
|---|
| 8158 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\tmpl\Residue.h(85): warning C4251: 'tmpl::Residue::metadata': class 'std::map<std::string,std::vector<std::string,std::allocator<std::string>>,std::less<std::string>,std::allocator<std::pair<const std::string,std::vector<std::string,std::allocator<std::string>>>>>' needs to have dll-interface to be used by clients of class 'tmpl::Residue'
|
|---|
| 8159 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\tmpl\Residue.h(85): note: see declaration of 'std::map<std::string,std::vector<std::string,std::allocator<std::string>>,std::less<std::string>,std::allocator<std::pair<const std::string,std::vector<std::string,std::allocator<std::string>>>>>'
|
|---|
| 8160 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\tmpl\Residue.h(88): 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'
|
|---|
| 8161 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 8162 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\tmpl\Residue.h(89): warning C4251: 'tmpl::Residue::_atoms': class 'std::map<atomstruct::AtomName,tmpl::Atom *,std::less<std::string>,std::allocator<std::pair<const atomstruct::AtomName,tmpl::Atom *>>>' needs to have dll-interface to be used by clients of class 'tmpl::Residue'
|
|---|
| 8163 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\tmpl\Residue.h(80): note: see declaration of 'std::map<atomstruct::AtomName,tmpl::Atom *,std::less<std::string>,std::allocator<std::pair<const atomstruct::AtomName,tmpl::Atom *>>>'
|
|---|
| 8164 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\tmpl\Residue.h(91): 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'
|
|---|
| 8165 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 8166 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\tmpl\Residue.h(92): warning C4251: 'tmpl::Residue::_link_atoms': class 'std::vector<tmpl::Atom *,std::allocator<tmpl::Atom *>>' needs to have dll-interface to be used by clients of class 'tmpl::Residue'
|
|---|
| 8167 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\tmpl\Atom.h(51): note: see declaration of 'std::vector<tmpl::Atom *,std::allocator<tmpl::Atom *>>'
|
|---|
| 8168 | src/include\pyinstance/PythonInstance.declare.h(78): 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>'
|
|---|
| 8169 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 8170 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\tmpl\Molecule.h(48): note: see reference to class template instantiation 'pyinstance::PythonInstance<tmpl::Molecule>' being compiled
|
|---|
| 8171 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\tmpl\Molecule.h(57): warning C4251: 'tmpl::Molecule::_atoms': class 'std::set<tmpl::Atom *,std::less<tmpl::Atom *>,std::allocator<tmpl::Atom *>>' needs to have dll-interface to be used by clients of class 'tmpl::Molecule'
|
|---|
| 8172 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\tmpl\Molecule.h(52): note: see declaration of 'std::set<tmpl::Atom *,std::less<tmpl::Atom *>,std::allocator<tmpl::Atom *>>'
|
|---|
| 8173 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\tmpl\Molecule.h(58): warning C4251: 'tmpl::Molecule::_bonds': class 'std::set<tmpl::Bond *,std::less<tmpl::Bond *>,std::allocator<tmpl::Bond *>>' needs to have dll-interface to be used by clients of class 'tmpl::Molecule'
|
|---|
| 8174 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\tmpl\Molecule.h(53): note: see declaration of 'std::set<tmpl::Bond *,std::less<tmpl::Bond *>,std::allocator<tmpl::Bond *>>'
|
|---|
| 8175 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\tmpl\Molecule.h(59): warning C4251: 'tmpl::Molecule::_coord_sets': class 'std::vector<tmpl::CoordSet *,std::allocator<tmpl::CoordSet *>>' needs to have dll-interface to be used by clients of class 'tmpl::Molecule'
|
|---|
| 8176 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\tmpl\Molecule.h(54): note: see declaration of 'std::vector<tmpl::CoordSet *,std::allocator<tmpl::CoordSet *>>'
|
|---|
| 8177 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\tmpl\Molecule.h(60): warning C4251: 'tmpl::Molecule::_residues': class 'std::map<atomstruct::ResName,tmpl::Residue *,std::less<std::string>,std::allocator<std::pair<const atomstruct::ResName,tmpl::Residue *>>>' needs to have dll-interface to be used by clients of class 'tmpl::Molecule'
|
|---|
| 8178 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\tmpl\Molecule.h(55): note: see declaration of 'std::map<atomstruct::ResName,tmpl::Residue *,std::less<std::string>,std::allocator<std::pair<const atomstruct::ResName,tmpl::Residue *>>>'
|
|---|
| 8179 | general.cpp
|
|---|
| 8180 | src/include\pyinstance/PythonInstance.declare.h(78): 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>'
|
|---|
| 8181 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 8182 | src/include\pyinstance/PythonInstance.declare.h(104): note: see reference to class template instantiation 'pyinstance::PythonInstance<C>' being compiled
|
|---|
| 8183 | src/include\pyinstance/PythonInstance.declare.h(78): 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>'
|
|---|
| 8184 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 8185 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\tmpl\CoordSet.h(39): note: see reference to class template instantiation 'pyinstance::PythonInstance<tmpl::CoordSet>' being compiled
|
|---|
| 8186 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\tmpl\CoordSet.h(44): warning C4251: 'tmpl::CoordSet::_coords': class 'std::vector<tmpl::Coord,std::allocator<tmpl::Coord>>' needs to have dll-interface to be used by clients of class 'tmpl::CoordSet'
|
|---|
| 8187 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\tmpl\CoordSet.h(44): note: see declaration of 'std::vector<tmpl::Coord,std::allocator<tmpl::Coord>>'
|
|---|
| 8188 | src/include\pyinstance/PythonInstance.declare.h(78): 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>'
|
|---|
| 8189 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 8190 | src/include\element/Element.h(49): note: see reference to class template instantiation 'pyinstance::PythonInstance<element::Element>' being compiled
|
|---|
| 8191 | src/include\element/Element.h(76): warning C4251: 'element::Element::_alkali_metals': class 'std::set<int,std::less<int>,std::allocator<int>>' needs to have dll-interface to be used by clients of class 'element::Element'
|
|---|
| 8192 | src/include\element/Element.h(76): note: see declaration of 'std::set<int,std::less<int>,std::allocator<int>>'
|
|---|
| 8193 | src/include\element/Element.h(77): warning C4251: 'element::Element::_elements': class 'std::map<int,const element::Element *,std::less<int>,std::allocator<std::pair<const int,const element::Element *>>>' needs to have dll-interface to be used by clients of class 'element::Element'
|
|---|
| 8194 | src/include\element/Element.h(77): note: see declaration of 'std::map<int,const element::Element *,std::less<int>,std::allocator<std::pair<const int,const element::Element *>>>'
|
|---|
| 8195 | src/include\element/Element.h(78): warning C4251: 'element::Element::_halogens': class 'std::set<int,std::less<int>,std::allocator<int>>' needs to have dll-interface to be used by clients of class 'element::Element'
|
|---|
| 8196 | src/include\element/Element.h(76): note: see declaration of 'std::set<int,std::less<int>,std::allocator<int>>'
|
|---|
| 8197 | src/include\element/Element.h(79): warning C4251: 'element::Element::_names': class 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>' needs to have dll-interface to be used by clients of class 'element::Element'
|
|---|
| 8198 | src/include\element/Element.h(79): note: see declaration of 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>'
|
|---|
| 8199 | src/include\element/Element.h(80): warning C4251: 'element::Element::_noble_gases': class 'std::set<int,std::less<int>,std::allocator<int>>' needs to have dll-interface to be used by clients of class 'element::Element'
|
|---|
| 8200 | src/include\element/Element.h(76): note: see declaration of 'std::set<int,std::less<int>,std::allocator<int>>'
|
|---|
| 8201 | src/include\pyinstance/PythonInstance.declare.h(78): 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>'
|
|---|
| 8202 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 8203 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\tmpl\Atom.h(48): note: see reference to class template instantiation 'pyinstance::PythonInstance<tmpl::Atom>' being compiled
|
|---|
| 8204 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\tmpl\Atom.h(58): warning C4251: 'tmpl::Atom::_bonds': class 'std::vector<tmpl::Bond *,std::allocator<tmpl::Bond *>>' needs to have dll-interface to be used by clients of class 'tmpl::Atom'
|
|---|
| 8205 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\tmpl\Atom.h(50): note: see declaration of 'std::vector<tmpl::Bond *,std::allocator<tmpl::Bond *>>'
|
|---|
| 8206 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\tmpl\Atom.h(61): 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'
|
|---|
| 8207 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\tmpl\../string_types.h(44): note: see declaration of 'chutil::CString<5,65,116,111,109,32,84,121,112,101>'
|
|---|
| 8208 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\tmpl\Atom.h(64): warning C4251: 'tmpl::Atom::_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::Atom'
|
|---|
| 8209 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 8210 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\tmpl\Atom.h(65): warning C4251: 'tmpl::Atom::_neighbors': class 'std::vector<tmpl::Atom *,std::allocator<tmpl::Atom *>>' needs to have dll-interface to be used by clients of class 'tmpl::Atom'
|
|---|
| 8211 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\tmpl\Atom.h(51): note: see declaration of 'std::vector<tmpl::Atom *,std::allocator<tmpl::Atom *>>'
|
|---|
| 8212 | src/include\pyinstance/PythonInstance.declare.h(78): 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>'
|
|---|
| 8213 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 8214 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\tmpl\Bond.h(39): note: see reference to class template instantiation 'pyinstance::PythonInstance<tmpl::Bond>' being compiled
|
|---|
| 8215 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\tmpl\TAexcept.h(36): warning C4275: non dll-interface class 'std::runtime_error' used as base for dll-interface class 'tmpl::TA_exception'
|
|---|
| 8216 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\stdexcept(101): note: see declaration of 'std::runtime_error'
|
|---|
| 8217 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\tmpl\TAexcept.h(36): note: see declaration of 'tmpl::TA_exception'
|
|---|
| 8218 | src/include\pyinstance/PythonInstance.declare.h(78): 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>'
|
|---|
| 8219 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 8220 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\tmpl\Residue.h(47): note: see reference to class template instantiation 'pyinstance::PythonInstance<tmpl::Residue>' being compiled
|
|---|
| 8221 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\tmpl\Residue.h(85): warning C4251: 'tmpl::Residue::metadata': class 'std::map<std::string,std::vector<std::string,std::allocator<std::string>>,std::less<std::string>,std::allocator<std::pair<const std::string,std::vector<std::string,std::allocator<std::string>>>>>' needs to have dll-interface to be used by clients of class 'tmpl::Residue'
|
|---|
| 8222 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\tmpl\Residue.h(85): note: see declaration of 'std::map<std::string,std::vector<std::string,std::allocator<std::string>>,std::less<std::string>,std::allocator<std::pair<const std::string,std::vector<std::string,std::allocator<std::string>>>>>'
|
|---|
| 8223 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\tmpl\Residue.h(88): 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'
|
|---|
| 8224 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 8225 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\tmpl\Residue.h(89): warning C4251: 'tmpl::Residue::_atoms': class 'std::map<atomstruct::AtomName,tmpl::Atom *,std::less<std::string>,std::allocator<std::pair<const atomstruct::AtomName,tmpl::Atom *>>>' needs to have dll-interface to be used by clients of class 'tmpl::Residue'
|
|---|
| 8226 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\tmpl\Residue.h(80): note: see declaration of 'std::map<atomstruct::AtomName,tmpl::Atom *,std::less<std::string>,std::allocator<std::pair<const atomstruct::AtomName,tmpl::Atom *>>>'
|
|---|
| 8227 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\tmpl\Residue.h(91): 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'
|
|---|
| 8228 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 8229 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\tmpl\Residue.h(92): warning C4251: 'tmpl::Residue::_link_atoms': class 'std::vector<tmpl::Atom *,std::allocator<tmpl::Atom *>>' needs to have dll-interface to be used by clients of class 'tmpl::Residue'
|
|---|
| 8230 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\tmpl\Atom.h(51): note: see declaration of 'std::vector<tmpl::Atom *,std::allocator<tmpl::Atom *>>'
|
|---|
| 8231 | src/include\pyinstance/PythonInstance.declare.h(78): 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>'
|
|---|
| 8232 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 8233 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\tmpl\Molecule.h(48): note: see reference to class template instantiation 'pyinstance::PythonInstance<tmpl::Molecule>' being compiled
|
|---|
| 8234 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\tmpl\Molecule.h(57): warning C4251: 'tmpl::Molecule::_atoms': class 'std::set<tmpl::Atom *,std::less<tmpl::Atom *>,std::allocator<tmpl::Atom *>>' needs to have dll-interface to be used by clients of class 'tmpl::Molecule'
|
|---|
| 8235 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\tmpl\Molecule.h(52): note: see declaration of 'std::set<tmpl::Atom *,std::less<tmpl::Atom *>,std::allocator<tmpl::Atom *>>'
|
|---|
| 8236 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\tmpl\Molecule.h(58): warning C4251: 'tmpl::Molecule::_bonds': class 'std::set<tmpl::Bond *,std::less<tmpl::Bond *>,std::allocator<tmpl::Bond *>>' needs to have dll-interface to be used by clients of class 'tmpl::Molecule'
|
|---|
| 8237 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\tmpl\Molecule.h(53): note: see declaration of 'std::set<tmpl::Bond *,std::less<tmpl::Bond *>,std::allocator<tmpl::Bond *>>'
|
|---|
| 8238 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\tmpl\Molecule.h(59): warning C4251: 'tmpl::Molecule::_coord_sets': class 'std::vector<tmpl::CoordSet *,std::allocator<tmpl::CoordSet *>>' needs to have dll-interface to be used by clients of class 'tmpl::Molecule'
|
|---|
| 8239 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\tmpl\Molecule.h(54): note: see declaration of 'std::vector<tmpl::CoordSet *,std::allocator<tmpl::CoordSet *>>'
|
|---|
| 8240 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\tmpl\Molecule.h(60): warning C4251: 'tmpl::Molecule::_residues': class 'std::map<atomstruct::ResName,tmpl::Residue *,std::less<std::string>,std::allocator<std::pair<const atomstruct::ResName,tmpl::Residue *>>>' needs to have dll-interface to be used by clients of class 'tmpl::Molecule'
|
|---|
| 8241 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\tmpl\Molecule.h(55): note: see declaration of 'std::map<atomstruct::ResName,tmpl::Residue *,std::less<std::string>,std::allocator<std::pair<const atomstruct::ResName,tmpl::Residue *>>>'
|
|---|
| 8242 | ions.cpp
|
|---|
| 8243 | src/include\pyinstance/PythonInstance.declare.h(78): 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>'
|
|---|
| 8244 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 8245 | src/include\pyinstance/PythonInstance.declare.h(104): note: see reference to class template instantiation 'pyinstance::PythonInstance<C>' being compiled
|
|---|
| 8246 | src/include\pyinstance/PythonInstance.declare.h(78): 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>'
|
|---|
| 8247 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 8248 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\tmpl\CoordSet.h(39): note: see reference to class template instantiation 'pyinstance::PythonInstance<tmpl::CoordSet>' being compiled
|
|---|
| 8249 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\tmpl\CoordSet.h(44): warning C4251: 'tmpl::CoordSet::_coords': class 'std::vector<tmpl::Coord,std::allocator<tmpl::Coord>>' needs to have dll-interface to be used by clients of class 'tmpl::CoordSet'
|
|---|
| 8250 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\tmpl\CoordSet.h(44): note: see declaration of 'std::vector<tmpl::Coord,std::allocator<tmpl::Coord>>'
|
|---|
| 8251 | src/include\pyinstance/PythonInstance.declare.h(78): 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>'
|
|---|
| 8252 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 8253 | src/include\element/Element.h(49): note: see reference to class template instantiation 'pyinstance::PythonInstance<element::Element>' being compiled
|
|---|
| 8254 | src/include\element/Element.h(76): warning C4251: 'element::Element::_alkali_metals': class 'std::set<int,std::less<int>,std::allocator<int>>' needs to have dll-interface to be used by clients of class 'element::Element'
|
|---|
| 8255 | src/include\element/Element.h(76): note: see declaration of 'std::set<int,std::less<int>,std::allocator<int>>'
|
|---|
| 8256 | src/include\element/Element.h(77): warning C4251: 'element::Element::_elements': class 'std::map<int,const element::Element *,std::less<int>,std::allocator<std::pair<const int,const element::Element *>>>' needs to have dll-interface to be used by clients of class 'element::Element'
|
|---|
| 8257 | src/include\element/Element.h(77): note: see declaration of 'std::map<int,const element::Element *,std::less<int>,std::allocator<std::pair<const int,const element::Element *>>>'
|
|---|
| 8258 | src/include\element/Element.h(78): warning C4251: 'element::Element::_halogens': class 'std::set<int,std::less<int>,std::allocator<int>>' needs to have dll-interface to be used by clients of class 'element::Element'
|
|---|
| 8259 | src/include\element/Element.h(76): note: see declaration of 'std::set<int,std::less<int>,std::allocator<int>>'
|
|---|
| 8260 | src/include\element/Element.h(79): warning C4251: 'element::Element::_names': class 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>' needs to have dll-interface to be used by clients of class 'element::Element'
|
|---|
| 8261 | src/include\element/Element.h(79): note: see declaration of 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>'
|
|---|
| 8262 | src/include\element/Element.h(80): warning C4251: 'element::Element::_noble_gases': class 'std::set<int,std::less<int>,std::allocator<int>>' needs to have dll-interface to be used by clients of class 'element::Element'
|
|---|
| 8263 | src/include\element/Element.h(76): note: see declaration of 'std::set<int,std::less<int>,std::allocator<int>>'
|
|---|
| 8264 | src/include\pyinstance/PythonInstance.declare.h(78): 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>'
|
|---|
| 8265 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 8266 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\tmpl\Atom.h(48): note: see reference to class template instantiation 'pyinstance::PythonInstance<tmpl::Atom>' being compiled
|
|---|
| 8267 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\tmpl\Atom.h(58): warning C4251: 'tmpl::Atom::_bonds': class 'std::vector<tmpl::Bond *,std::allocator<tmpl::Bond *>>' needs to have dll-interface to be used by clients of class 'tmpl::Atom'
|
|---|
| 8268 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\tmpl\Atom.h(50): note: see declaration of 'std::vector<tmpl::Bond *,std::allocator<tmpl::Bond *>>'
|
|---|
| 8269 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\tmpl\Atom.h(61): 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'
|
|---|
| 8270 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\tmpl\../string_types.h(44): note: see declaration of 'chutil::CString<5,65,116,111,109,32,84,121,112,101>'
|
|---|
| 8271 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\tmpl\Atom.h(64): warning C4251: 'tmpl::Atom::_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::Atom'
|
|---|
| 8272 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 8273 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\tmpl\Atom.h(65): warning C4251: 'tmpl::Atom::_neighbors': class 'std::vector<tmpl::Atom *,std::allocator<tmpl::Atom *>>' needs to have dll-interface to be used by clients of class 'tmpl::Atom'
|
|---|
| 8274 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\tmpl\Atom.h(51): note: see declaration of 'std::vector<tmpl::Atom *,std::allocator<tmpl::Atom *>>'
|
|---|
| 8275 | src/include\pyinstance/PythonInstance.declare.h(78): 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>'
|
|---|
| 8276 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 8277 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\tmpl\Bond.h(39): note: see reference to class template instantiation 'pyinstance::PythonInstance<tmpl::Bond>' being compiled
|
|---|
| 8278 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\tmpl\TAexcept.h(36): warning C4275: non dll-interface class 'std::runtime_error' used as base for dll-interface class 'tmpl::TA_exception'
|
|---|
| 8279 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\stdexcept(101): note: see declaration of 'std::runtime_error'
|
|---|
| 8280 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\tmpl\TAexcept.h(36): note: see declaration of 'tmpl::TA_exception'
|
|---|
| 8281 | src/include\pyinstance/PythonInstance.declare.h(78): 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>'
|
|---|
| 8282 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 8283 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\tmpl\Residue.h(47): note: see reference to class template instantiation 'pyinstance::PythonInstance<tmpl::Residue>' being compiled
|
|---|
| 8284 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\tmpl\Residue.h(85): warning C4251: 'tmpl::Residue::metadata': class 'std::map<std::string,std::vector<std::string,std::allocator<std::string>>,std::less<std::string>,std::allocator<std::pair<const std::string,std::vector<std::string,std::allocator<std::string>>>>>' needs to have dll-interface to be used by clients of class 'tmpl::Residue'
|
|---|
| 8285 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\tmpl\Residue.h(85): note: see declaration of 'std::map<std::string,std::vector<std::string,std::allocator<std::string>>,std::less<std::string>,std::allocator<std::pair<const std::string,std::vector<std::string,std::allocator<std::string>>>>>'
|
|---|
| 8286 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\tmpl\Residue.h(88): 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'
|
|---|
| 8287 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 8288 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\tmpl\Residue.h(89): warning C4251: 'tmpl::Residue::_atoms': class 'std::map<atomstruct::AtomName,tmpl::Atom *,std::less<std::string>,std::allocator<std::pair<const atomstruct::AtomName,tmpl::Atom *>>>' needs to have dll-interface to be used by clients of class 'tmpl::Residue'
|
|---|
| 8289 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\tmpl\Residue.h(80): note: see declaration of 'std::map<atomstruct::AtomName,tmpl::Atom *,std::less<std::string>,std::allocator<std::pair<const atomstruct::AtomName,tmpl::Atom *>>>'
|
|---|
| 8290 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\tmpl\Residue.h(91): 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'
|
|---|
| 8291 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 8292 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\tmpl\Residue.h(92): warning C4251: 'tmpl::Residue::_link_atoms': class 'std::vector<tmpl::Atom *,std::allocator<tmpl::Atom *>>' needs to have dll-interface to be used by clients of class 'tmpl::Residue'
|
|---|
| 8293 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\tmpl\Atom.h(51): note: see declaration of 'std::vector<tmpl::Atom *,std::allocator<tmpl::Atom *>>'
|
|---|
| 8294 | src/include\pyinstance/PythonInstance.declare.h(78): 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>'
|
|---|
| 8295 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 8296 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\tmpl\Molecule.h(48): note: see reference to class template instantiation 'pyinstance::PythonInstance<tmpl::Molecule>' being compiled
|
|---|
| 8297 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\tmpl\Molecule.h(57): warning C4251: 'tmpl::Molecule::_atoms': class 'std::set<tmpl::Atom *,std::less<tmpl::Atom *>,std::allocator<tmpl::Atom *>>' needs to have dll-interface to be used by clients of class 'tmpl::Molecule'
|
|---|
| 8298 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\tmpl\Molecule.h(52): note: see declaration of 'std::set<tmpl::Atom *,std::less<tmpl::Atom *>,std::allocator<tmpl::Atom *>>'
|
|---|
| 8299 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\tmpl\Molecule.h(58): warning C4251: 'tmpl::Molecule::_bonds': class 'std::set<tmpl::Bond *,std::less<tmpl::Bond *>,std::allocator<tmpl::Bond *>>' needs to have dll-interface to be used by clients of class 'tmpl::Molecule'
|
|---|
| 8300 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\tmpl\Molecule.h(53): note: see declaration of 'std::set<tmpl::Bond *,std::less<tmpl::Bond *>,std::allocator<tmpl::Bond *>>'
|
|---|
| 8301 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\tmpl\Molecule.h(59): warning C4251: 'tmpl::Molecule::_coord_sets': class 'std::vector<tmpl::CoordSet *,std::allocator<tmpl::CoordSet *>>' needs to have dll-interface to be used by clients of class 'tmpl::Molecule'
|
|---|
| 8302 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\tmpl\Molecule.h(54): note: see declaration of 'std::vector<tmpl::CoordSet *,std::allocator<tmpl::CoordSet *>>'
|
|---|
| 8303 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\tmpl\Molecule.h(60): warning C4251: 'tmpl::Molecule::_residues': class 'std::map<atomstruct::ResName,tmpl::Residue *,std::less<std::string>,std::allocator<std::pair<const atomstruct::ResName,tmpl::Residue *>>>' needs to have dll-interface to be used by clients of class 'tmpl::Molecule'
|
|---|
| 8304 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\tmpl\Molecule.h(55): note: see declaration of 'std::map<atomstruct::ResName,tmpl::Residue *,std::less<std::string>,std::allocator<std::pair<const atomstruct::ResName,tmpl::Residue *>>>'
|
|---|
| 8305 | namino.cpp
|
|---|
| 8306 | src/include\pyinstance/PythonInstance.declare.h(78): 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>'
|
|---|
| 8307 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 8308 | src/include\pyinstance/PythonInstance.declare.h(104): note: see reference to class template instantiation 'pyinstance::PythonInstance<C>' being compiled
|
|---|
| 8309 | src/include\pyinstance/PythonInstance.declare.h(78): 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>'
|
|---|
| 8310 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 8311 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\tmpl\CoordSet.h(39): note: see reference to class template instantiation 'pyinstance::PythonInstance<tmpl::CoordSet>' being compiled
|
|---|
| 8312 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\tmpl\CoordSet.h(44): warning C4251: 'tmpl::CoordSet::_coords': class 'std::vector<tmpl::Coord,std::allocator<tmpl::Coord>>' needs to have dll-interface to be used by clients of class 'tmpl::CoordSet'
|
|---|
| 8313 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\tmpl\CoordSet.h(44): note: see declaration of 'std::vector<tmpl::Coord,std::allocator<tmpl::Coord>>'
|
|---|
| 8314 | src/include\pyinstance/PythonInstance.declare.h(78): 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>'
|
|---|
| 8315 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 8316 | src/include\element/Element.h(49): note: see reference to class template instantiation 'pyinstance::PythonInstance<element::Element>' being compiled
|
|---|
| 8317 | src/include\element/Element.h(76): warning C4251: 'element::Element::_alkali_metals': class 'std::set<int,std::less<int>,std::allocator<int>>' needs to have dll-interface to be used by clients of class 'element::Element'
|
|---|
| 8318 | src/include\element/Element.h(76): note: see declaration of 'std::set<int,std::less<int>,std::allocator<int>>'
|
|---|
| 8319 | src/include\element/Element.h(77): warning C4251: 'element::Element::_elements': class 'std::map<int,const element::Element *,std::less<int>,std::allocator<std::pair<const int,const element::Element *>>>' needs to have dll-interface to be used by clients of class 'element::Element'
|
|---|
| 8320 | src/include\element/Element.h(77): note: see declaration of 'std::map<int,const element::Element *,std::less<int>,std::allocator<std::pair<const int,const element::Element *>>>'
|
|---|
| 8321 | src/include\element/Element.h(78): warning C4251: 'element::Element::_halogens': class 'std::set<int,std::less<int>,std::allocator<int>>' needs to have dll-interface to be used by clients of class 'element::Element'
|
|---|
| 8322 | src/include\element/Element.h(76): note: see declaration of 'std::set<int,std::less<int>,std::allocator<int>>'
|
|---|
| 8323 | src/include\element/Element.h(79): warning C4251: 'element::Element::_names': class 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>' needs to have dll-interface to be used by clients of class 'element::Element'
|
|---|
| 8324 | src/include\element/Element.h(79): note: see declaration of 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>'
|
|---|
| 8325 | src/include\element/Element.h(80): warning C4251: 'element::Element::_noble_gases': class 'std::set<int,std::less<int>,std::allocator<int>>' needs to have dll-interface to be used by clients of class 'element::Element'
|
|---|
| 8326 | src/include\element/Element.h(76): note: see declaration of 'std::set<int,std::less<int>,std::allocator<int>>'
|
|---|
| 8327 | src/include\pyinstance/PythonInstance.declare.h(78): 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>'
|
|---|
| 8328 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 8329 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\tmpl\Atom.h(48): note: see reference to class template instantiation 'pyinstance::PythonInstance<tmpl::Atom>' being compiled
|
|---|
| 8330 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\tmpl\Atom.h(58): warning C4251: 'tmpl::Atom::_bonds': class 'std::vector<tmpl::Bond *,std::allocator<tmpl::Bond *>>' needs to have dll-interface to be used by clients of class 'tmpl::Atom'
|
|---|
| 8331 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\tmpl\Atom.h(50): note: see declaration of 'std::vector<tmpl::Bond *,std::allocator<tmpl::Bond *>>'
|
|---|
| 8332 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\tmpl\Atom.h(61): 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'
|
|---|
| 8333 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\tmpl\../string_types.h(44): note: see declaration of 'chutil::CString<5,65,116,111,109,32,84,121,112,101>'
|
|---|
| 8334 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\tmpl\Atom.h(64): warning C4251: 'tmpl::Atom::_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::Atom'
|
|---|
| 8335 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 8336 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\tmpl\Atom.h(65): warning C4251: 'tmpl::Atom::_neighbors': class 'std::vector<tmpl::Atom *,std::allocator<tmpl::Atom *>>' needs to have dll-interface to be used by clients of class 'tmpl::Atom'
|
|---|
| 8337 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\tmpl\Atom.h(51): note: see declaration of 'std::vector<tmpl::Atom *,std::allocator<tmpl::Atom *>>'
|
|---|
| 8338 | src/include\pyinstance/PythonInstance.declare.h(78): 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>'
|
|---|
| 8339 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 8340 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\tmpl\Bond.h(39): note: see reference to class template instantiation 'pyinstance::PythonInstance<tmpl::Bond>' being compiled
|
|---|
| 8341 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\tmpl\TAexcept.h(36): warning C4275: non dll-interface class 'std::runtime_error' used as base for dll-interface class 'tmpl::TA_exception'
|
|---|
| 8342 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\stdexcept(101): note: see declaration of 'std::runtime_error'
|
|---|
| 8343 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\tmpl\TAexcept.h(36): note: see declaration of 'tmpl::TA_exception'
|
|---|
| 8344 | src/include\pyinstance/PythonInstance.declare.h(78): 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>'
|
|---|
| 8345 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 8346 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\tmpl\Residue.h(47): note: see reference to class template instantiation 'pyinstance::PythonInstance<tmpl::Residue>' being compiled
|
|---|
| 8347 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\tmpl\Residue.h(85): warning C4251: 'tmpl::Residue::metadata': class 'std::map<std::string,std::vector<std::string,std::allocator<std::string>>,std::less<std::string>,std::allocator<std::pair<const std::string,std::vector<std::string,std::allocator<std::string>>>>>' needs to have dll-interface to be used by clients of class 'tmpl::Residue'
|
|---|
| 8348 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\tmpl\Residue.h(85): note: see declaration of 'std::map<std::string,std::vector<std::string,std::allocator<std::string>>,std::less<std::string>,std::allocator<std::pair<const std::string,std::vector<std::string,std::allocator<std::string>>>>>'
|
|---|
| 8349 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\tmpl\Residue.h(88): 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'
|
|---|
| 8350 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 8351 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\tmpl\Residue.h(89): warning C4251: 'tmpl::Residue::_atoms': class 'std::map<atomstruct::AtomName,tmpl::Atom *,std::less<std::string>,std::allocator<std::pair<const atomstruct::AtomName,tmpl::Atom *>>>' needs to have dll-interface to be used by clients of class 'tmpl::Residue'
|
|---|
| 8352 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\tmpl\Residue.h(80): note: see declaration of 'std::map<atomstruct::AtomName,tmpl::Atom *,std::less<std::string>,std::allocator<std::pair<const atomstruct::AtomName,tmpl::Atom *>>>'
|
|---|
| 8353 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\tmpl\Residue.h(91): 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'
|
|---|
| 8354 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 8355 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\tmpl\Residue.h(92): warning C4251: 'tmpl::Residue::_link_atoms': class 'std::vector<tmpl::Atom *,std::allocator<tmpl::Atom *>>' needs to have dll-interface to be used by clients of class 'tmpl::Residue'
|
|---|
| 8356 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\tmpl\Atom.h(51): note: see declaration of 'std::vector<tmpl::Atom *,std::allocator<tmpl::Atom *>>'
|
|---|
| 8357 | src/include\pyinstance/PythonInstance.declare.h(78): 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>'
|
|---|
| 8358 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 8359 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\tmpl\Molecule.h(48): note: see reference to class template instantiation 'pyinstance::PythonInstance<tmpl::Molecule>' being compiled
|
|---|
| 8360 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\tmpl\Molecule.h(57): warning C4251: 'tmpl::Molecule::_atoms': class 'std::set<tmpl::Atom *,std::less<tmpl::Atom *>,std::allocator<tmpl::Atom *>>' needs to have dll-interface to be used by clients of class 'tmpl::Molecule'
|
|---|
| 8361 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\tmpl\Molecule.h(52): note: see declaration of 'std::set<tmpl::Atom *,std::less<tmpl::Atom *>,std::allocator<tmpl::Atom *>>'
|
|---|
| 8362 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\tmpl\Molecule.h(58): warning C4251: 'tmpl::Molecule::_bonds': class 'std::set<tmpl::Bond *,std::less<tmpl::Bond *>,std::allocator<tmpl::Bond *>>' needs to have dll-interface to be used by clients of class 'tmpl::Molecule'
|
|---|
| 8363 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\tmpl\Molecule.h(53): note: see declaration of 'std::set<tmpl::Bond *,std::less<tmpl::Bond *>,std::allocator<tmpl::Bond *>>'
|
|---|
| 8364 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\tmpl\Molecule.h(59): warning C4251: 'tmpl::Molecule::_coord_sets': class 'std::vector<tmpl::CoordSet *,std::allocator<tmpl::CoordSet *>>' needs to have dll-interface to be used by clients of class 'tmpl::Molecule'
|
|---|
| 8365 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\tmpl\Molecule.h(54): note: see declaration of 'std::vector<tmpl::CoordSet *,std::allocator<tmpl::CoordSet *>>'
|
|---|
| 8366 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\tmpl\Molecule.h(60): warning C4251: 'tmpl::Molecule::_residues': class 'std::map<atomstruct::ResName,tmpl::Residue *,std::less<std::string>,std::allocator<std::pair<const atomstruct::ResName,tmpl::Residue *>>>' needs to have dll-interface to be used by clients of class 'tmpl::Molecule'
|
|---|
| 8367 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\tmpl\Molecule.h(55): note: see declaration of 'std::map<atomstruct::ResName,tmpl::Residue *,std::less<std::string>,std::allocator<std::pair<const atomstruct::ResName,tmpl::Residue *>>>'
|
|---|
| 8368 | nucleic.cpp
|
|---|
| 8369 | src/include\pyinstance/PythonInstance.declare.h(78): 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>'
|
|---|
| 8370 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 8371 | src/include\pyinstance/PythonInstance.declare.h(104): note: see reference to class template instantiation 'pyinstance::PythonInstance<C>' being compiled
|
|---|
| 8372 | src/include\pyinstance/PythonInstance.declare.h(78): 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>'
|
|---|
| 8373 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 8374 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\tmpl\CoordSet.h(39): note: see reference to class template instantiation 'pyinstance::PythonInstance<tmpl::CoordSet>' being compiled
|
|---|
| 8375 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\tmpl\CoordSet.h(44): warning C4251: 'tmpl::CoordSet::_coords': class 'std::vector<tmpl::Coord,std::allocator<tmpl::Coord>>' needs to have dll-interface to be used by clients of class 'tmpl::CoordSet'
|
|---|
| 8376 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\tmpl\CoordSet.h(44): note: see declaration of 'std::vector<tmpl::Coord,std::allocator<tmpl::Coord>>'
|
|---|
| 8377 | src/include\pyinstance/PythonInstance.declare.h(78): 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>'
|
|---|
| 8378 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 8379 | src/include\element/Element.h(49): note: see reference to class template instantiation 'pyinstance::PythonInstance<element::Element>' being compiled
|
|---|
| 8380 | src/include\element/Element.h(76): warning C4251: 'element::Element::_alkali_metals': class 'std::set<int,std::less<int>,std::allocator<int>>' needs to have dll-interface to be used by clients of class 'element::Element'
|
|---|
| 8381 | src/include\element/Element.h(76): note: see declaration of 'std::set<int,std::less<int>,std::allocator<int>>'
|
|---|
| 8382 | src/include\element/Element.h(77): warning C4251: 'element::Element::_elements': class 'std::map<int,const element::Element *,std::less<int>,std::allocator<std::pair<const int,const element::Element *>>>' needs to have dll-interface to be used by clients of class 'element::Element'
|
|---|
| 8383 | src/include\element/Element.h(77): note: see declaration of 'std::map<int,const element::Element *,std::less<int>,std::allocator<std::pair<const int,const element::Element *>>>'
|
|---|
| 8384 | src/include\element/Element.h(78): warning C4251: 'element::Element::_halogens': class 'std::set<int,std::less<int>,std::allocator<int>>' needs to have dll-interface to be used by clients of class 'element::Element'
|
|---|
| 8385 | src/include\element/Element.h(76): note: see declaration of 'std::set<int,std::less<int>,std::allocator<int>>'
|
|---|
| 8386 | src/include\element/Element.h(79): warning C4251: 'element::Element::_names': class 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>' needs to have dll-interface to be used by clients of class 'element::Element'
|
|---|
| 8387 | src/include\element/Element.h(79): note: see declaration of 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>'
|
|---|
| 8388 | src/include\element/Element.h(80): warning C4251: 'element::Element::_noble_gases': class 'std::set<int,std::less<int>,std::allocator<int>>' needs to have dll-interface to be used by clients of class 'element::Element'
|
|---|
| 8389 | src/include\element/Element.h(76): note: see declaration of 'std::set<int,std::less<int>,std::allocator<int>>'
|
|---|
| 8390 | src/include\pyinstance/PythonInstance.declare.h(78): 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>'
|
|---|
| 8391 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 8392 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\tmpl\Atom.h(48): note: see reference to class template instantiation 'pyinstance::PythonInstance<tmpl::Atom>' being compiled
|
|---|
| 8393 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\tmpl\Atom.h(58): warning C4251: 'tmpl::Atom::_bonds': class 'std::vector<tmpl::Bond *,std::allocator<tmpl::Bond *>>' needs to have dll-interface to be used by clients of class 'tmpl::Atom'
|
|---|
| 8394 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\tmpl\Atom.h(50): note: see declaration of 'std::vector<tmpl::Bond *,std::allocator<tmpl::Bond *>>'
|
|---|
| 8395 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\tmpl\Atom.h(61): 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'
|
|---|
| 8396 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\tmpl\../string_types.h(44): note: see declaration of 'chutil::CString<5,65,116,111,109,32,84,121,112,101>'
|
|---|
| 8397 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\tmpl\Atom.h(64): warning C4251: 'tmpl::Atom::_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::Atom'
|
|---|
| 8398 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 8399 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\tmpl\Atom.h(65): warning C4251: 'tmpl::Atom::_neighbors': class 'std::vector<tmpl::Atom *,std::allocator<tmpl::Atom *>>' needs to have dll-interface to be used by clients of class 'tmpl::Atom'
|
|---|
| 8400 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\tmpl\Atom.h(51): note: see declaration of 'std::vector<tmpl::Atom *,std::allocator<tmpl::Atom *>>'
|
|---|
| 8401 | src/include\pyinstance/PythonInstance.declare.h(78): 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>'
|
|---|
| 8402 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 8403 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\tmpl\Bond.h(39): note: see reference to class template instantiation 'pyinstance::PythonInstance<tmpl::Bond>' being compiled
|
|---|
| 8404 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\tmpl\TAexcept.h(36): warning C4275: non dll-interface class 'std::runtime_error' used as base for dll-interface class 'tmpl::TA_exception'
|
|---|
| 8405 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\stdexcept(101): note: see declaration of 'std::runtime_error'
|
|---|
| 8406 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\tmpl\TAexcept.h(36): note: see declaration of 'tmpl::TA_exception'
|
|---|
| 8407 | src/include\pyinstance/PythonInstance.declare.h(78): 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>'
|
|---|
| 8408 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 8409 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\tmpl\Residue.h(47): note: see reference to class template instantiation 'pyinstance::PythonInstance<tmpl::Residue>' being compiled
|
|---|
| 8410 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\tmpl\Residue.h(85): warning C4251: 'tmpl::Residue::metadata': class 'std::map<std::string,std::vector<std::string,std::allocator<std::string>>,std::less<std::string>,std::allocator<std::pair<const std::string,std::vector<std::string,std::allocator<std::string>>>>>' needs to have dll-interface to be used by clients of class 'tmpl::Residue'
|
|---|
| 8411 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\tmpl\Residue.h(85): note: see declaration of 'std::map<std::string,std::vector<std::string,std::allocator<std::string>>,std::less<std::string>,std::allocator<std::pair<const std::string,std::vector<std::string,std::allocator<std::string>>>>>'
|
|---|
| 8412 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\tmpl\Residue.h(88): 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'
|
|---|
| 8413 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 8414 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\tmpl\Residue.h(89): warning C4251: 'tmpl::Residue::_atoms': class 'std::map<atomstruct::AtomName,tmpl::Atom *,std::less<std::string>,std::allocator<std::pair<const atomstruct::AtomName,tmpl::Atom *>>>' needs to have dll-interface to be used by clients of class 'tmpl::Residue'
|
|---|
| 8415 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\tmpl\Residue.h(80): note: see declaration of 'std::map<atomstruct::AtomName,tmpl::Atom *,std::less<std::string>,std::allocator<std::pair<const atomstruct::AtomName,tmpl::Atom *>>>'
|
|---|
| 8416 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\tmpl\Residue.h(91): 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'
|
|---|
| 8417 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 8418 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\tmpl\Residue.h(92): warning C4251: 'tmpl::Residue::_link_atoms': class 'std::vector<tmpl::Atom *,std::allocator<tmpl::Atom *>>' needs to have dll-interface to be used by clients of class 'tmpl::Residue'
|
|---|
| 8419 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\tmpl\Atom.h(51): note: see declaration of 'std::vector<tmpl::Atom *,std::allocator<tmpl::Atom *>>'
|
|---|
| 8420 | src/include\pyinstance/PythonInstance.declare.h(78): 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>'
|
|---|
| 8421 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 8422 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\tmpl\Molecule.h(48): note: see reference to class template instantiation 'pyinstance::PythonInstance<tmpl::Molecule>' being compiled
|
|---|
| 8423 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\tmpl\Molecule.h(57): warning C4251: 'tmpl::Molecule::_atoms': class 'std::set<tmpl::Atom *,std::less<tmpl::Atom *>,std::allocator<tmpl::Atom *>>' needs to have dll-interface to be used by clients of class 'tmpl::Molecule'
|
|---|
| 8424 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\tmpl\Molecule.h(52): note: see declaration of 'std::set<tmpl::Atom *,std::less<tmpl::Atom *>,std::allocator<tmpl::Atom *>>'
|
|---|
| 8425 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\tmpl\Molecule.h(58): warning C4251: 'tmpl::Molecule::_bonds': class 'std::set<tmpl::Bond *,std::less<tmpl::Bond *>,std::allocator<tmpl::Bond *>>' needs to have dll-interface to be used by clients of class 'tmpl::Molecule'
|
|---|
| 8426 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\tmpl\Molecule.h(53): note: see declaration of 'std::set<tmpl::Bond *,std::less<tmpl::Bond *>,std::allocator<tmpl::Bond *>>'
|
|---|
| 8427 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\tmpl\Molecule.h(59): warning C4251: 'tmpl::Molecule::_coord_sets': class 'std::vector<tmpl::CoordSet *,std::allocator<tmpl::CoordSet *>>' needs to have dll-interface to be used by clients of class 'tmpl::Molecule'
|
|---|
| 8428 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\tmpl\Molecule.h(54): note: see declaration of 'std::vector<tmpl::CoordSet *,std::allocator<tmpl::CoordSet *>>'
|
|---|
| 8429 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\tmpl\Molecule.h(60): warning C4251: 'tmpl::Molecule::_residues': class 'std::map<atomstruct::ResName,tmpl::Residue *,std::less<std::string>,std::allocator<std::pair<const atomstruct::ResName,tmpl::Residue *>>>' needs to have dll-interface to be used by clients of class 'tmpl::Molecule'
|
|---|
| 8430 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\tmpl\Molecule.h(55): note: see declaration of 'std::map<atomstruct::ResName,tmpl::Residue *,std::less<std::string>,std::allocator<std::pair<const atomstruct::ResName,tmpl::Residue *>>>'
|
|---|
| 8431 | Microsoft (R) Library Manager Version 14.29.30152.0
|
|---|
| 8432 | Copyright (C) Microsoft Corporation. All rights reserved.
|
|---|
| 8433 |
|
|---|
| 8434 | Atom.cpp
|
|---|
| 8435 | src/include\pyinstance/PythonInstance.declare.h(78): 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>'
|
|---|
| 8436 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 8437 | src/include\pyinstance/PythonInstance.declare.h(104): note: see reference to class template instantiation 'pyinstance::PythonInstance<C>' being compiled
|
|---|
| 8438 | src/include\pyinstance/PythonInstance.declare.h(78): 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>'
|
|---|
| 8439 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 8440 | src/include\element/Element.h(49): note: see reference to class template instantiation 'pyinstance::PythonInstance<element::Element>' being compiled
|
|---|
| 8441 | src/include\element/Element.h(76): warning C4251: 'element::Element::_alkali_metals': class 'std::set<int,std::less<int>,std::allocator<int>>' needs to have dll-interface to be used by clients of class 'element::Element'
|
|---|
| 8442 | src/include\element/Element.h(76): note: see declaration of 'std::set<int,std::less<int>,std::allocator<int>>'
|
|---|
| 8443 | src/include\element/Element.h(77): warning C4251: 'element::Element::_elements': class 'std::map<int,const element::Element *,std::less<int>,std::allocator<std::pair<const int,const element::Element *>>>' needs to have dll-interface to be used by clients of class 'element::Element'
|
|---|
| 8444 | src/include\element/Element.h(77): note: see declaration of 'std::map<int,const element::Element *,std::less<int>,std::allocator<std::pair<const int,const element::Element *>>>'
|
|---|
| 8445 | src/include\element/Element.h(78): warning C4251: 'element::Element::_halogens': class 'std::set<int,std::less<int>,std::allocator<int>>' needs to have dll-interface to be used by clients of class 'element::Element'
|
|---|
| 8446 | src/include\element/Element.h(76): note: see declaration of 'std::set<int,std::less<int>,std::allocator<int>>'
|
|---|
| 8447 | src/include\element/Element.h(79): warning C4251: 'element::Element::_names': class 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>' needs to have dll-interface to be used by clients of class 'element::Element'
|
|---|
| 8448 | src/include\element/Element.h(79): note: see declaration of 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>'
|
|---|
| 8449 | src/include\element/Element.h(80): warning C4251: 'element::Element::_noble_gases': class 'std::set<int,std::less<int>,std::allocator<int>>' needs to have dll-interface to be used by clients of class 'element::Element'
|
|---|
| 8450 | src/include\element/Element.h(76): note: see declaration of 'std::set<int,std::less<int>,std::allocator<int>>'
|
|---|
| 8451 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(59): warning C4251: 'atomstruct::Changes::created': class 'std::set<const void *,std::less<const void *>,std::allocator<const void *>>' needs to have dll-interface to be used by clients of class 'atomstruct::Changes'
|
|---|
| 8452 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(59): note: see declaration of 'std::set<const void *,std::less<const void *>,std::allocator<const void *>>'
|
|---|
| 8453 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(60): warning C4251: 'atomstruct::Changes::modified': class 'std::set<const void *,std::less<const void *>,std::allocator<const void *>>' needs to have dll-interface to be used by clients of class 'atomstruct::Changes'
|
|---|
| 8454 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(59): note: see declaration of 'std::set<const void *,std::less<const void *>,std::allocator<const void *>>'
|
|---|
| 8455 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(61): warning C4251: 'atomstruct::Changes::reasons': class 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>' needs to have dll-interface to be used by clients of class 'atomstruct::Changes'
|
|---|
| 8456 | src/include\element/Element.h(79): note: see declaration of 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>'
|
|---|
| 8457 | src/include\pyinstance/PythonInstance.declare.h(78): 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>'
|
|---|
| 8458 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 8459 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(68): note: see reference to class template instantiation 'pyinstance::PythonInstance<atomstruct::ChangeTracker>' being compiled
|
|---|
| 8460 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(82): warning C4251: 'atomstruct::ChangeTracker::_structure_type_changes': class 'std::map<atomstruct::Structure *,atomstruct::ChangeTracker::ChangesArray,std::less<atomstruct::Structure *>,std::allocator<std::pair<atomstruct::Structure *const ,atomstruct::ChangeTracker::ChangesArray>>>' needs to have dll-interface to be used by clients of class 'atomstruct::ChangeTracker'
|
|---|
| 8461 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(82): note: see declaration of 'std::map<atomstruct::Structure *,atomstruct::ChangeTracker::ChangesArray,std::less<atomstruct::Structure *>,std::allocator<std::pair<atomstruct::Structure *const ,atomstruct::ChangeTracker::ChangesArray>>>'
|
|---|
| 8462 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(83): warning C4251: 'atomstruct::ChangeTracker::_dead_structures': class 'std::set<atomstruct::Structure *,std::less<atomstruct::Structure *>,std::allocator<atomstruct::Structure *>>' needs to have dll-interface to be used by clients of class 'atomstruct::ChangeTracker'
|
|---|
| 8463 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(83): note: see declaration of 'std::set<atomstruct::Structure *,std::less<atomstruct::Structure *>,std::allocator<atomstruct::Structure *>>'
|
|---|
| 8464 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(92): 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'
|
|---|
| 8465 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 8466 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(93): 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'
|
|---|
| 8467 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 8468 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(94): warning C4251: 'atomstruct::ChangeTracker::REASON_ALT_LOCS': 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'
|
|---|
| 8469 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 8470 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(95): 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'
|
|---|
| 8471 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 8472 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(96): 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'
|
|---|
| 8473 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 8474 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(97): 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'
|
|---|
| 8475 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 8476 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(98): warning C4251: 'atomstruct::ChangeTracker::REASON_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::ChangeTracker'
|
|---|
| 8477 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 8478 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(99): 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'
|
|---|
| 8479 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 8480 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(100): 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'
|
|---|
| 8481 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 8482 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(101): 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'
|
|---|
| 8483 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 8484 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(102): 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'
|
|---|
| 8485 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 8486 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(103): 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'
|
|---|
| 8487 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 8488 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(104): warning C4251: 'atomstruct::ChangeTracker::REASON_ELEMENT': 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'
|
|---|
| 8489 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 8490 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(105): 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'
|
|---|
| 8491 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 8492 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(106): 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'
|
|---|
| 8493 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 8494 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(107): 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'
|
|---|
| 8495 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 8496 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(108): warning C4251: 'atomstruct::ChangeTracker::REASON_INSERTION_CODE': 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'
|
|---|
| 8497 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 8498 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(109): 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'
|
|---|
| 8499 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 8500 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(110): warning C4251: 'atomstruct::ChangeTracker::REASON_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'
|
|---|
| 8501 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 8502 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(111): 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'
|
|---|
| 8503 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 8504 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(112): 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'
|
|---|
| 8505 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 8506 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(113): 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'
|
|---|
| 8507 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 8508 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(114): 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'
|
|---|
| 8509 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 8510 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(115): 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'
|
|---|
| 8511 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 8512 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(116): 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'
|
|---|
| 8513 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 8514 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(117): 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'
|
|---|
| 8515 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 8516 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(118): 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'
|
|---|
| 8517 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 8518 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(119): 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'
|
|---|
| 8519 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 8520 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(120): 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'
|
|---|
| 8521 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 8522 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(121): 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'
|
|---|
| 8523 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 8524 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(122): 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'
|
|---|
| 8525 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 8526 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(123): 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'
|
|---|
| 8527 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 8528 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(124): 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'
|
|---|
| 8529 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 8530 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(125): 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'
|
|---|
| 8531 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 8532 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(126): 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'
|
|---|
| 8533 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 8534 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(127): 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'
|
|---|
| 8535 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 8536 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(128): 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'
|
|---|
| 8537 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 8538 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(129): 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'
|
|---|
| 8539 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 8540 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(130): 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'
|
|---|
| 8541 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 8542 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(131): warning C4251: 'atomstruct::ChangeTracker::REASON_WORM_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'
|
|---|
| 8543 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 8544 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(132): warning C4251: 'atomstruct::ChangeTracker::REASON_WORM_RIBBON': 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'
|
|---|
| 8545 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 8546 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(306): 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'
|
|---|
| 8547 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 8548 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\destruct.h(53): warning C4251: 'atomstruct::DestructionCoordinator::_observers': class 'std::set<atomstruct::DestructionObserver *,std::less<atomstruct::DestructionObserver *>,std::allocator<atomstruct::DestructionObserver *>>' needs to have dll-interface to be used by clients of class 'atomstruct::DestructionCoordinator'
|
|---|
| 8549 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\destruct.h(53): note: see declaration of 'std::set<atomstruct::DestructionObserver *,std::less<atomstruct::DestructionObserver *>,std::allocator<atomstruct::DestructionObserver *>>'
|
|---|
| 8550 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\destruct.h(54): warning C4251: 'atomstruct::DestructionCoordinator::_destroyed': class 'std::set<void *,std::less<void *>,std::allocator<void *>>' needs to have dll-interface to be used by clients of class 'atomstruct::DestructionCoordinator'
|
|---|
| 8551 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\destruct.h(42): note: see declaration of 'std::set<void *,std::less<void *>,std::allocator<void *>>'
|
|---|
| 8552 | src/include\pyinstance/PythonInstance.declare.h(78): 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>'
|
|---|
| 8553 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 8554 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Sequence.h(57): note: see reference to class template instantiation 'pyinstance::PythonInstance<atomstruct::Sequence>' being compiled
|
|---|
| 8555 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Sequence.h(63): warning C4251: 'atomstruct::Sequence::_nucleic3to1': class 'std::map<atomstruct::ResName,char,std::less<std::string>,std::allocator<std::pair<const atomstruct::ResName,char>>>' needs to have dll-interface to be used by clients of class 'atomstruct::Sequence'
|
|---|
| 8556 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Sequence.h(61): note: see declaration of 'std::map<atomstruct::ResName,char,std::less<std::string>,std::allocator<std::pair<const atomstruct::ResName,char>>>'
|
|---|
| 8557 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Sequence.h(64): warning C4251: 'atomstruct::Sequence::_protein3to1': class 'std::map<atomstruct::ResName,char,std::less<std::string>,std::allocator<std::pair<const atomstruct::ResName,char>>>' needs to have dll-interface to be used by clients of class 'atomstruct::Sequence'
|
|---|
| 8558 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Sequence.h(61): note: see declaration of 'std::map<atomstruct::ResName,char,std::less<std::string>,std::allocator<std::pair<const atomstruct::ResName,char>>>'
|
|---|
| 8559 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Sequence.h(65): warning C4251: 'atomstruct::Sequence::_rname3to1': class 'std::map<atomstruct::ResName,char,std::less<std::string>,std::allocator<std::pair<const atomstruct::ResName,char>>>' needs to have dll-interface to be used by clients of class 'atomstruct::Sequence'
|
|---|
| 8560 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Sequence.h(61): note: see declaration of 'std::map<atomstruct::ResName,char,std::less<std::string>,std::allocator<std::pair<const atomstruct::ResName,char>>>'
|
|---|
| 8561 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Sequence.h(67): warning C4251: 'atomstruct::Sequence::_cache_g2ug': class 'std::map<unsigned int,unsigned int,std::less<unsigned int>,std::allocator<std::pair<const unsigned int,unsigned int>>>' needs to have dll-interface to be used by clients of class 'atomstruct::Sequence'
|
|---|
| 8562 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Sequence.h(67): note: see declaration of 'std::map<unsigned int,unsigned int,std::less<unsigned int>,std::allocator<std::pair<const unsigned int,unsigned int>>>'
|
|---|
| 8563 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Sequence.h(68): warning C4251: 'atomstruct::Sequence::_cache_ug2g': class 'std::map<unsigned int,unsigned int,std::less<unsigned int>,std::allocator<std::pair<const unsigned int,unsigned int>>>' needs to have dll-interface to be used by clients of class 'atomstruct::Sequence'
|
|---|
| 8564 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Sequence.h(67): note: see declaration of 'std::map<unsigned int,unsigned int,std::less<unsigned int>,std::allocator<std::pair<const unsigned int,unsigned int>>>'
|
|---|
| 8565 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Sequence.h(69): 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'
|
|---|
| 8566 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Sequence.h(59): note: see declaration of 'std::vector<char,std::allocator<char>>'
|
|---|
| 8567 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Sequence.h(74): 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'
|
|---|
| 8568 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Sequence.h(59): note: see declaration of 'std::vector<char,std::allocator<char>>'
|
|---|
| 8569 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Sequence.h(75): 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'
|
|---|
| 8570 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 8571 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Sequence.h(140): warning C4267: 'return': conversion from 'size_t' to 'int', possible loss of data
|
|---|
| 8572 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\StructureSeq.h(61): 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'
|
|---|
| 8573 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 8574 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\StructureSeq.h(62): warning C4251: 'atomstruct::StructureSeq::_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 'atomstruct::StructureSeq'
|
|---|
| 8575 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 8576 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\StructureSeq.h(66): warning C4251: 'atomstruct::StructureSeq::_res_map': class 'std::map<atomstruct::Residue *,atomstruct::StructureSeq::SeqPos,std::less<atomstruct::Residue *>,std::allocator<std::pair<atomstruct::Residue *const ,atomstruct::StructureSeq::SeqPos>>>' needs to have dll-interface to be used by clients of class 'atomstruct::StructureSeq'
|
|---|
| 8577 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\StructureSeq.h(51): note: see declaration of 'std::map<atomstruct::Residue *,atomstruct::StructureSeq::SeqPos,std::less<atomstruct::Residue *>,std::allocator<std::pair<atomstruct::Residue *const ,atomstruct::StructureSeq::SeqPos>>>'
|
|---|
| 8578 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\StructureSeq.h(67): warning C4251: 'atomstruct::StructureSeq::_residues': class 'std::vector<atomstruct::Residue *,std::allocator<atomstruct::Residue *>>' needs to have dll-interface to be used by clients of class 'atomstruct::StructureSeq'
|
|---|
| 8579 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\StructureSeq.h(50): note: see declaration of 'std::vector<atomstruct::Residue *,std::allocator<atomstruct::Residue *>>'
|
|---|
| 8580 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\StructureSeq.h(122): warning C4267: 'return': conversion from 'size_t' to 'int', possible loss of data
|
|---|
| 8581 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\CompSS.h(42): warning C4251: 'atomstruct::CompSSInfo::strands': class 'std::vector<std::pair<atomstruct::Residue *,atomstruct::Residue *>,std::allocator<std::pair<atomstruct::Residue *,atomstruct::Residue *>>>' needs to have dll-interface to be used by clients of class 'atomstruct::CompSSInfo'
|
|---|
| 8582 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\CompSS.h(42): note: see declaration of 'std::vector<std::pair<atomstruct::Residue *,atomstruct::Residue *>,std::allocator<std::pair<atomstruct::Residue *,atomstruct::Residue *>>>'
|
|---|
| 8583 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\CompSS.h(43): warning C4251: 'atomstruct::CompSSInfo::sheets': class 'std::vector<std::set<int,std::less<int>,std::allocator<int>>,std::allocator<std::set<int,std::less<int>,std::allocator<int>>>>' needs to have dll-interface to be used by clients of class 'atomstruct::CompSSInfo'
|
|---|
| 8584 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\CompSS.h(43): note: see declaration of 'std::vector<std::set<int,std::less<int>,std::allocator<int>>,std::allocator<std::set<int,std::less<int>,std::allocator<int>>>>'
|
|---|
| 8585 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\CompSS.h(44): warning C4251: 'atomstruct::CompSSInfo::strands_parallel': class 'std::map<std::pair<int,int>,bool,std::less<std::pair<int,int>>,std::allocator<std::pair<const std::pair<int,int>,bool>>>' needs to have dll-interface to be used by clients of class 'atomstruct::CompSSInfo'
|
|---|
| 8586 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\CompSS.h(44): note: see declaration of 'std::map<std::pair<int,int>,bool,std::less<std::pair<int,int>>,std::allocator<std::pair<const std::pair<int,int>,bool>>>'
|
|---|
| 8587 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\CompSS.h(45): warning C4251: 'atomstruct::CompSSInfo::helix_info': class 'std::vector<std::pair<std::pair<atomstruct::Residue *,atomstruct::Residue *>,char>,std::allocator<std::pair<std::pair<atomstruct::Residue *,atomstruct::Residue *>,char>>>' needs to have dll-interface to be used by clients of class 'atomstruct::CompSSInfo'
|
|---|
| 8588 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\CompSS.h(45): note: see declaration of 'std::vector<std::pair<std::pair<atomstruct::Residue *,atomstruct::Residue *>,char>,std::allocator<std::pair<std::pair<atomstruct::Residue *,atomstruct::Residue *>,char>>>'
|
|---|
| 8589 | src/include\pyinstance/PythonInstance.declare.h(78): 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>'
|
|---|
| 8590 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 8591 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\PBManager.h(53): note: see reference to class template instantiation 'pyinstance::PythonInstance<atomstruct::BaseManager>' being compiled
|
|---|
| 8592 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\PBManager.h(63): warning C4251: 'atomstruct::BaseManager::_groups': class 'std::map<std::string,atomstruct::Proxy_PBGroup *,std::less<std::string>,std::allocator<std::pair<const std::string,atomstruct::Proxy_PBGroup *>>>' needs to have dll-interface to be used by clients of class 'atomstruct::BaseManager'
|
|---|
| 8593 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\PBManager.h(58): note: see declaration of 'std::map<std::string,atomstruct::Proxy_PBGroup *,std::less<std::string>,std::allocator<std::pair<const std::string,atomstruct::Proxy_PBGroup *>>>'
|
|---|
| 8594 | src/include\pyinstance/PythonInstance.declare.h(78): 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>'
|
|---|
| 8595 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 8596 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Ring.h(38): note: see reference to class template instantiation 'pyinstance::PythonInstance<atomstruct::Ring>' being compiled
|
|---|
| 8597 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Ring.h(43): warning C4251: 'atomstruct::Ring::_bonds': class 'std::set<atomstruct::Bond *,std::less<atomstruct::Bond *>,std::allocator<atomstruct::Bond *>>' needs to have dll-interface to be used by clients of class 'atomstruct::Ring'
|
|---|
| 8598 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Ring.h(41): note: see declaration of 'std::set<atomstruct::Bond *,std::less<atomstruct::Bond *>,std::allocator<atomstruct::Bond *>>'
|
|---|
| 8599 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Ring.h(44): warning C4251: 'atomstruct::Ring::_atoms': class 'std::set<atomstruct::Atom *,std::less<atomstruct::Atom *>,std::allocator<atomstruct::Atom *>>' needs to have dll-interface to be used by clients of class 'atomstruct::Ring'
|
|---|
| 8600 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Ring.h(40): note: see declaration of 'std::set<atomstruct::Atom *,std::less<atomstruct::Atom *>,std::allocator<atomstruct::Atom *>>'
|
|---|
| 8601 | src/include\pyinstance/PythonInstance.declare.h(78): 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>'
|
|---|
| 8602 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 8603 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Structure.h(110): note: see reference to class template instantiation 'pyinstance::PythonInstance<atomstruct::Structure>' being compiled
|
|---|
| 8604 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Structure.h(145): warning C4251: 'atomstruct::Structure::_atoms': class 'std::vector<atomstruct::Atom *,std::allocator<atomstruct::Atom *>>' needs to have dll-interface to be used by clients of class 'atomstruct::Structure'
|
|---|
| 8605 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Ring.h(64): note: see declaration of 'std::vector<atomstruct::Atom *,std::allocator<atomstruct::Atom *>>'
|
|---|
| 8606 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Structure.h(147): warning C4251: 'atomstruct::Structure::_bonds': class 'std::vector<atomstruct::Bond *,std::allocator<atomstruct::Bond *>>' needs to have dll-interface to be used by clients of class 'atomstruct::Structure'
|
|---|
| 8607 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Ring.h(63): note: see declaration of 'std::vector<atomstruct::Bond *,std::allocator<atomstruct::Bond *>>'
|
|---|
| 8608 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Structure.h(151): warning C4251: 'atomstruct::Structure::_coord_sets': class 'std::vector<atomstruct::CoordSet *,std::allocator<atomstruct::CoordSet *>>' needs to have dll-interface to be used by clients of class 'atomstruct::Structure'
|
|---|
| 8609 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Structure.h(120): note: see declaration of 'std::vector<atomstruct::CoordSet *,std::allocator<atomstruct::CoordSet *>>'
|
|---|
| 8610 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Structure.h(156): warning C4251: 'atomstruct::Structure::_input_seq_info': class 'std::map<atomstruct::ChainID,std::vector<atomstruct::ResName,std::allocator<std::string>>,std::less<std::string>,std::allocator<std::pair<const atomstruct::ChainID,std::vector<atomstruct::ResName,std::allocator<std::string>>>>>' needs to have dll-interface to be used by clients of class 'atomstruct::Structure'
|
|---|
| 8611 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Structure.h(121): note: see declaration of 'std::map<atomstruct::ChainID,std::vector<atomstruct::ResName,std::allocator<std::string>>,std::less<std::string>,std::allocator<std::pair<const atomstruct::ChainID,std::vector<atomstruct::ResName,std::allocator<std::string>>>>>'
|
|---|
| 8612 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Structure.h(163): warning C4251: 'atomstruct::Structure::_residues': class 'std::vector<atomstruct::Residue *,std::allocator<atomstruct::Residue *>>' needs to have dll-interface to be used by clients of class 'atomstruct::Structure'
|
|---|
| 8613 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\StructureSeq.h(50): note: see declaration of 'std::vector<atomstruct::Residue *,std::allocator<atomstruct::Residue *>>'
|
|---|
| 8614 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Structure.h(165): warning C4251: 'atomstruct::Structure::_res_numbering_valid': class 'std::vector<bool,std::allocator<bool>>' needs to have dll-interface to be used by clients of class 'atomstruct::Structure'
|
|---|
| 8615 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Structure.h(165): note: see declaration of 'std::vector<bool,std::allocator<bool>>'
|
|---|
| 8616 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Structure.h(176): warning C4251: 'atomstruct::Structure::_rings': class 'std::set<atomstruct::Ring,std::less<atomstruct::Ring>,std::allocator<atomstruct::Ring>>' needs to have dll-interface to be used by clients of class 'atomstruct::Structure'
|
|---|
| 8617 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Structure.h(128): note: see declaration of 'std::set<atomstruct::Ring,std::less<atomstruct::Ring>,std::allocator<atomstruct::Ring>>'
|
|---|
| 8618 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Structure.h(283): 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'
|
|---|
| 8619 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 8620 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Structure.h(287): warning C4251: 'atomstruct::Structure::metadata': class 'std::map<atomstruct::ChainID,std::vector<atomstruct::ResName,std::allocator<std::string>>,std::less<std::string>,std::allocator<std::pair<const atomstruct::ChainID,std::vector<atomstruct::ResName,std::allocator<std::string>>>>>' needs to have dll-interface to be used by clients of class 'atomstruct::Structure'
|
|---|
| 8621 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Structure.h(121): note: see declaration of 'std::map<atomstruct::ChainID,std::vector<atomstruct::ResName,std::allocator<std::string>>,std::less<std::string>,std::allocator<std::pair<const atomstruct::ChainID,std::vector<atomstruct::ResName,std::allocator<std::string>>>>>'
|
|---|
| 8622 | src/include\pyinstance/PythonInstance.declare.h(78): 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>'
|
|---|
| 8623 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 8624 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\CoordSet.h(41): note: see reference to class template instantiation 'pyinstance::PythonInstance<atomstruct::CoordSet>' being compiled
|
|---|
| 8625 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\CoordSet.h(49): warning C4251: 'atomstruct::CoordSet::_coords': class 'std::vector<atomstruct::Coord,std::allocator<atomstruct::Coord>>' needs to have dll-interface to be used by clients of class 'atomstruct::CoordSet'
|
|---|
| 8626 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\CoordSet.h(46): note: see declaration of 'std::vector<atomstruct::Coord,std::allocator<atomstruct::Coord>>'
|
|---|
| 8627 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\CoordSet.h(51): warning C4251: 'atomstruct::CoordSet::_bfactor_map': class 'std::unordered_map<const atomstruct::Atom *,float,std::hash<const atomstruct::Atom *>,std::equal_to<const atomstruct::Atom *>,std::allocator<std::pair<const atomstruct::Atom *const ,float>>>' needs to have dll-interface to be used by clients of class 'atomstruct::CoordSet'
|
|---|
| 8628 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\CoordSet.h(51): note: see declaration of 'std::unordered_map<const atomstruct::Atom *,float,std::hash<const atomstruct::Atom *>,std::equal_to<const atomstruct::Atom *>,std::allocator<std::pair<const atomstruct::Atom *const ,float>>>'
|
|---|
| 8629 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\CoordSet.h(52): warning C4251: 'atomstruct::CoordSet::_occupancy_map': class 'std::unordered_map<const atomstruct::Atom *,float,std::hash<const atomstruct::Atom *>,std::equal_to<const atomstruct::Atom *>,std::allocator<std::pair<const atomstruct::Atom *const ,float>>>' needs to have dll-interface to be used by clients of class 'atomstruct::CoordSet'
|
|---|
| 8630 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\CoordSet.h(51): note: see declaration of 'std::unordered_map<const atomstruct::Atom *,float,std::hash<const atomstruct::Atom *>,std::equal_to<const atomstruct::Atom *>,std::allocator<std::pair<const atomstruct::Atom *const ,float>>>'
|
|---|
| 8631 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\CoordSet.h(77): warning C4267: 'return': conversion from 'size_t' to 'int', possible loss of data
|
|---|
| 8632 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\CoordSet.h(80): warning C4267: 'return': conversion from 'size_t' to 'int', possible loss of data
|
|---|
| 8633 | src/include\pyinstance/PythonInstance.declare.h(78): 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>'
|
|---|
| 8634 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 8635 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Atom.h(68): note: see reference to class template instantiation 'pyinstance::PythonInstance<atomstruct::Atom>' being compiled
|
|---|
| 8636 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Atom.h(124): warning C4251: 'atomstruct::Atom::_alt_loc_map': class 'std::map<unsigned char,atomstruct::Atom::_Alt_loc_info,std::less<unsigned char>,std::allocator<std::pair<const unsigned char,atomstruct::Atom::_Alt_loc_info>>>' needs to have dll-interface to be used by clients of class 'atomstruct::Atom'
|
|---|
| 8637 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Atom.h(123): note: see declaration of 'std::map<unsigned char,atomstruct::Atom::_Alt_loc_info,std::less<unsigned char>,std::allocator<std::pair<const unsigned char,atomstruct::Atom::_Alt_loc_info>>>'
|
|---|
| 8638 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Atom.h(126): warning C4251: 'atomstruct::Atom::_bonds': class 'std::vector<atomstruct::Bond *,std::allocator<atomstruct::Bond *>>' needs to have dll-interface to be used by clients of class 'atomstruct::Atom'
|
|---|
| 8639 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Ring.h(63): note: see declaration of 'std::vector<atomstruct::Bond *,std::allocator<atomstruct::Bond *>>'
|
|---|
| 8640 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Atom.h(127): 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'
|
|---|
| 8641 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\string_types.h(44): note: see declaration of 'chutil::CString<5,65,116,111,109,32,84,121,112,101>'
|
|---|
| 8642 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Atom.h(134): 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'
|
|---|
| 8643 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\string_types.h(44): note: see declaration of 'chutil::CString<5,65,116,111,109,32,84,121,112,101>'
|
|---|
| 8644 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Atom.h(136): warning C4251: 'atomstruct::Atom::_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::Atom'
|
|---|
| 8645 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 8646 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Atom.h(137): warning C4251: 'atomstruct::Atom::_neighbors': class 'std::vector<atomstruct::Atom *,std::allocator<atomstruct::Atom *>>' needs to have dll-interface to be used by clients of class 'atomstruct::Atom'
|
|---|
| 8647 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Ring.h(64): note: see declaration of 'std::vector<atomstruct::Atom *,std::allocator<atomstruct::Atom *>>'
|
|---|
| 8648 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Atom.h(143): warning C4251: 'atomstruct::Atom::_rings': class 'std::vector<const atomstruct::Ring *,std::allocator<const atomstruct::Ring *>>' needs to have dll-interface to be used by clients of class 'atomstruct::Atom'
|
|---|
| 8649 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Atom.h(91): note: see declaration of 'std::vector<const atomstruct::Ring *,std::allocator<const atomstruct::Ring *>>'
|
|---|
| 8650 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Atom.h(201): warning C4244: '=': conversion from 'double' to 'float', possible loss of data
|
|---|
| 8651 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Atom.h(205): warning C4244: 'return': conversion from 'double' to 'float', possible loss of data
|
|---|
| 8652 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Atom.h(223): warning C4267: 'return': conversion from 'size_t' to 'int', possible loss of data
|
|---|
| 8653 | src/include\pyinstance/PythonInstance.declare.h(78): 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>'
|
|---|
| 8654 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 8655 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Bond.h(47): note: see reference to class template instantiation 'pyinstance::PythonInstance<atomstruct::Bond>' being compiled
|
|---|
| 8656 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Bond.h(59): warning C4251: 'atomstruct::Bond::_rings': class 'std::vector<const atomstruct::Ring *,std::allocator<const atomstruct::Ring *>>' needs to have dll-interface to be used by clients of class 'atomstruct::Bond'
|
|---|
| 8657 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Atom.h(91): note: see declaration of 'std::vector<const atomstruct::Ring *,std::allocator<const atomstruct::Ring *>>'
|
|---|
| 8658 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Bond.h(128): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data
|
|---|
| 8659 | src/include\pyinstance/PythonInstance.declare.h(78): warning C4251: 'pyinstance::PythonInstance<atomstruct::PBGroup>::_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::PBGroup>'
|
|---|
| 8660 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 8661 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\PBGroup.h(61): note: see reference to class template instantiation 'pyinstance::PythonInstance<atomstruct::PBGroup>' being compiled
|
|---|
| 8662 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\PBGroup.h(70): warning C4251: 'atomstruct::PBGroup::_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::PBGroup'
|
|---|
| 8663 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 8664 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\PBGroup.h(169): warning C4251: 'atomstruct::StructurePBGroup::_pbonds': class 'std::set<atomstruct::Pseudobond *,std::less<atomstruct::Pseudobond *>,std::allocator<atomstruct::Pseudobond *>>' needs to have dll-interface to be used by clients of class 'atomstruct::StructurePBGroup'
|
|---|
| 8665 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\PBGroup.h(63): note: see declaration of 'std::set<atomstruct::Pseudobond *,std::less<atomstruct::Pseudobond *>,std::allocator<atomstruct::Pseudobond *>>'
|
|---|
| 8666 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\PBGroup.h(199): warning C4251: 'atomstruct::CS_PBGroup::_pbonds': class 'std::unordered_map<const atomstruct::CoordSet *,atomstruct::PBGroup::Pseudobonds,std::hash<const atomstruct::CoordSet *>,std::equal_to<const atomstruct::CoordSet *>,std::allocator<std::pair<const atomstruct::CoordSet *const ,atomstruct::PBGroup::Pseudobonds>>>' needs to have dll-interface to be used by clients of class 'atomstruct::CS_PBGroup'
|
|---|
| 8667 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\PBGroup.h(199): note: see declaration of 'std::unordered_map<const atomstruct::CoordSet *,atomstruct::PBGroup::Pseudobonds,std::hash<const atomstruct::CoordSet *>,std::equal_to<const atomstruct::CoordSet *>,std::allocator<std::pair<const atomstruct::CoordSet *const ,atomstruct::PBGroup::Pseudobonds>>>'
|
|---|
| 8668 | src/include\pyinstance/PythonInstance.declare.h(78): warning C4251: 'pyinstance::PythonInstance<atomstruct::Pseudobond>::_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::Pseudobond>'
|
|---|
| 8669 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 8670 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Pseudobond.h(52): note: see reference to class template instantiation 'pyinstance::PythonInstance<atomstruct::Pseudobond>' being compiled
|
|---|
| 8671 | src/include\pyinstance/PythonInstance.declare.h(78): 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>'
|
|---|
| 8672 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 8673 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Residue.h(53): note: see reference to class template instantiation 'pyinstance::PythonInstance<atomstruct::Residue>' being compiled
|
|---|
| 8674 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Residue.h(81): warning C4251: 'atomstruct::Residue::_atoms': class 'std::vector<atomstruct::Atom *,std::allocator<atomstruct::Atom *>>' needs to have dll-interface to be used by clients of class 'atomstruct::Residue'
|
|---|
| 8675 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Ring.h(64): note: see declaration of 'std::vector<atomstruct::Atom *,std::allocator<atomstruct::Atom *>>'
|
|---|
| 8676 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Residue.h(83): 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'
|
|---|
| 8677 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 8678 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Residue.h(85): 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'
|
|---|
| 8679 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 8680 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Residue.h(86): 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'
|
|---|
| 8681 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 8682 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Residue.h(162): warning C4251: 'atomstruct::Residue::aa_min_backbone_names': class 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>' needs to have dll-interface to be used by clients of class 'atomstruct::Residue'
|
|---|
| 8683 | src/include\element/Element.h(79): note: see declaration of 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>'
|
|---|
| 8684 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Residue.h(163): warning C4251: 'atomstruct::Residue::aa_min_ordered_backbone_names': class 'std::vector<atomstruct::ResName,std::allocator<std::string>>' needs to have dll-interface to be used by clients of class 'atomstruct::Residue'
|
|---|
| 8685 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Sequence.h(99): note: see declaration of 'std::vector<atomstruct::ResName,std::allocator<std::string>>'
|
|---|
| 8686 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Residue.h(164): warning C4251: 'atomstruct::Residue::aa_max_backbone_names': class 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>' needs to have dll-interface to be used by clients of class 'atomstruct::Residue'
|
|---|
| 8687 | src/include\element/Element.h(79): note: see declaration of 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>'
|
|---|
| 8688 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Residue.h(165): warning C4251: 'atomstruct::Residue::aa_ribbon_backbone_names': class 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>' needs to have dll-interface to be used by clients of class 'atomstruct::Residue'
|
|---|
| 8689 | src/include\element/Element.h(79): note: see declaration of 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>'
|
|---|
| 8690 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Residue.h(166): warning C4251: 'atomstruct::Residue::aa_side_connector_names': class 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>' needs to have dll-interface to be used by clients of class 'atomstruct::Residue'
|
|---|
| 8691 | src/include\element/Element.h(79): note: see declaration of 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>'
|
|---|
| 8692 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Residue.h(167): warning C4251: 'atomstruct::Residue::na_min_backbone_names': class 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>' needs to have dll-interface to be used by clients of class 'atomstruct::Residue'
|
|---|
| 8693 | src/include\element/Element.h(79): note: see declaration of 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>'
|
|---|
| 8694 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Residue.h(168): warning C4251: 'atomstruct::Residue::na_min_ordered_backbone_names': class 'std::vector<atomstruct::ResName,std::allocator<std::string>>' needs to have dll-interface to be used by clients of class 'atomstruct::Residue'
|
|---|
| 8695 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Sequence.h(99): note: see declaration of 'std::vector<atomstruct::ResName,std::allocator<std::string>>'
|
|---|
| 8696 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Residue.h(169): warning C4251: 'atomstruct::Residue::na_max_backbone_names': class 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>' needs to have dll-interface to be used by clients of class 'atomstruct::Residue'
|
|---|
| 8697 | src/include\element/Element.h(79): note: see declaration of 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>'
|
|---|
| 8698 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Residue.h(170): warning C4251: 'atomstruct::Residue::na_ribbon_backbone_names': class 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>' needs to have dll-interface to be used by clients of class 'atomstruct::Residue'
|
|---|
| 8699 | src/include\element/Element.h(79): note: see declaration of 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>'
|
|---|
| 8700 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Residue.h(171): warning C4251: 'atomstruct::Residue::na_side_connector_names': class 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>' needs to have dll-interface to be used by clients of class 'atomstruct::Residue'
|
|---|
| 8701 | src/include\element/Element.h(79): note: see declaration of 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>'
|
|---|
| 8702 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Residue.h(172): warning C4251: 'atomstruct::Residue::ribose_names': class 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>' needs to have dll-interface to be used by clients of class 'atomstruct::Residue'
|
|---|
| 8703 | src/include\element/Element.h(79): note: see declaration of 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>'
|
|---|
| 8704 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Residue.h(173): warning C4251: 'atomstruct::Residue::std_solvent_names': class 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>' needs to have dll-interface to be used by clients of class 'atomstruct::Residue'
|
|---|
| 8705 | src/include\element/Element.h(79): note: see declaration of 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>'
|
|---|
| 8706 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Residue.h(174): warning C4251: 'atomstruct::Residue::std_water_names': class 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>' needs to have dll-interface to be used by clients of class 'atomstruct::Residue'
|
|---|
| 8707 | src/include\element/Element.h(79): note: see declaration of 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>'
|
|---|
| 8708 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Residue.h(175): warning C4251: 'atomstruct::Residue::ideal_chirality': class 'std::map<atomstruct::ResName,std::map<atomstruct::ResName,char,std::less<std::string>,std::allocator<std::pair<const atomstruct::ResName,char>>>,std::less<std::string>,std::allocator<std::pair<const atomstruct::ResName,std::map<atomstruct::ResName,char,std::less<std::string>,std::allocator<std::pair<const atomstruct::ResName,char>>>>>>' needs to have dll-interface to be used by clients of class 'atomstruct::Residue'
|
|---|
| 8709 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Residue.h(175): note: see declaration of 'std::map<atomstruct::ResName,std::map<atomstruct::ResName,char,std::less<std::string>,std::allocator<std::pair<const atomstruct::ResName,char>>>,std::less<std::string>,std::allocator<std::pair<const atomstruct::ResName,std::map<atomstruct::ResName,char,std::less<std::string>,std::allocator<std::pair<const atomstruct::ResName,char>>>>>>'
|
|---|
| 8710 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Residue.h(126): warning C4267: 'return': conversion from 'size_t' to 'int', possible loss of data
|
|---|
| 8711 | src/include\pyinstance/PythonInstance.declare.h(78): 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>'
|
|---|
| 8712 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 8713 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\tmpl\CoordSet.h(39): note: see reference to class template instantiation 'pyinstance::PythonInstance<tmpl::CoordSet>' being compiled
|
|---|
| 8714 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\tmpl\CoordSet.h(44): warning C4251: 'tmpl::CoordSet::_coords': class 'std::vector<atomstruct::Coord,std::allocator<atomstruct::Coord>>' needs to have dll-interface to be used by clients of class 'tmpl::CoordSet'
|
|---|
| 8715 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\CoordSet.h(46): note: see declaration of 'std::vector<atomstruct::Coord,std::allocator<atomstruct::Coord>>'
|
|---|
| 8716 | src/include\pyinstance/PythonInstance.declare.h(78): 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>'
|
|---|
| 8717 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 8718 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\tmpl\Atom.h(48): note: see reference to class template instantiation 'pyinstance::PythonInstance<tmpl::Atom>' being compiled
|
|---|
| 8719 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\tmpl\Atom.h(58): warning C4251: 'tmpl::Atom::_bonds': class 'std::vector<tmpl::Bond *,std::allocator<tmpl::Bond *>>' needs to have dll-interface to be used by clients of class 'tmpl::Atom'
|
|---|
| 8720 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\tmpl\Atom.h(50): note: see declaration of 'std::vector<tmpl::Bond *,std::allocator<tmpl::Bond *>>'
|
|---|
| 8721 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\tmpl\Atom.h(61): 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'
|
|---|
| 8722 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\string_types.h(44): note: see declaration of 'chutil::CString<5,65,116,111,109,32,84,121,112,101>'
|
|---|
| 8723 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\tmpl\Atom.h(64): warning C4251: 'tmpl::Atom::_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::Atom'
|
|---|
| 8724 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 8725 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\tmpl\Atom.h(65): warning C4251: 'tmpl::Atom::_neighbors': class 'std::vector<tmpl::Atom *,std::allocator<tmpl::Atom *>>' needs to have dll-interface to be used by clients of class 'tmpl::Atom'
|
|---|
| 8726 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\tmpl\Atom.h(51): note: see declaration of 'std::vector<tmpl::Atom *,std::allocator<tmpl::Atom *>>'
|
|---|
| 8727 | src/include\pyinstance/PythonInstance.declare.h(78): 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>'
|
|---|
| 8728 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 8729 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\tmpl\Bond.h(39): note: see reference to class template instantiation 'pyinstance::PythonInstance<tmpl::Bond>' being compiled
|
|---|
| 8730 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\tmpl\TAexcept.h(36): warning C4275: non dll-interface class 'std::runtime_error' used as base for dll-interface class 'tmpl::TA_exception'
|
|---|
| 8731 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\stdexcept(101): note: see declaration of 'std::runtime_error'
|
|---|
| 8732 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\tmpl\TAexcept.h(36): note: see declaration of 'tmpl::TA_exception'
|
|---|
| 8733 | src/include\pyinstance/PythonInstance.declare.h(78): 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>'
|
|---|
| 8734 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 8735 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\tmpl\Residue.h(47): note: see reference to class template instantiation 'pyinstance::PythonInstance<tmpl::Residue>' being compiled
|
|---|
| 8736 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\tmpl\Residue.h(85): warning C4251: 'tmpl::Residue::metadata': class 'std::map<atomstruct::ChainID,std::vector<atomstruct::ResName,std::allocator<std::string>>,std::less<std::string>,std::allocator<std::pair<const atomstruct::ChainID,std::vector<atomstruct::ResName,std::allocator<std::string>>>>>' needs to have dll-interface to be used by clients of class 'tmpl::Residue'
|
|---|
| 8737 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Structure.h(121): note: see declaration of 'std::map<atomstruct::ChainID,std::vector<atomstruct::ResName,std::allocator<std::string>>,std::less<std::string>,std::allocator<std::pair<const atomstruct::ChainID,std::vector<atomstruct::ResName,std::allocator<std::string>>>>>'
|
|---|
| 8738 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\tmpl\Residue.h(88): 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'
|
|---|
| 8739 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 8740 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\tmpl\Residue.h(89): warning C4251: 'tmpl::Residue::_atoms': class 'std::map<atomstruct::AtomName,tmpl::Atom *,std::less<std::string>,std::allocator<std::pair<const atomstruct::AtomName,tmpl::Atom *>>>' needs to have dll-interface to be used by clients of class 'tmpl::Residue'
|
|---|
| 8741 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\tmpl\Residue.h(80): note: see declaration of 'std::map<atomstruct::AtomName,tmpl::Atom *,std::less<std::string>,std::allocator<std::pair<const atomstruct::AtomName,tmpl::Atom *>>>'
|
|---|
| 8742 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\tmpl\Residue.h(91): 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'
|
|---|
| 8743 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 8744 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\tmpl\Residue.h(92): warning C4251: 'tmpl::Residue::_link_atoms': class 'std::vector<tmpl::Atom *,std::allocator<tmpl::Atom *>>' needs to have dll-interface to be used by clients of class 'tmpl::Residue'
|
|---|
| 8745 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\tmpl\Atom.h(51): note: see declaration of 'std::vector<tmpl::Atom *,std::allocator<tmpl::Atom *>>'
|
|---|
| 8746 | src/include\pyinstance/PythonInstance.declare.h(78): 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>'
|
|---|
| 8747 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 8748 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\tmpl\Molecule.h(48): note: see reference to class template instantiation 'pyinstance::PythonInstance<tmpl::Molecule>' being compiled
|
|---|
| 8749 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\tmpl\Molecule.h(57): warning C4251: 'tmpl::Molecule::_atoms': class 'std::set<tmpl::Atom *,std::less<tmpl::Atom *>,std::allocator<tmpl::Atom *>>' needs to have dll-interface to be used by clients of class 'tmpl::Molecule'
|
|---|
| 8750 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\tmpl\Molecule.h(52): note: see declaration of 'std::set<tmpl::Atom *,std::less<tmpl::Atom *>,std::allocator<tmpl::Atom *>>'
|
|---|
| 8751 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\tmpl\Molecule.h(58): warning C4251: 'tmpl::Molecule::_bonds': class 'std::set<tmpl::Bond *,std::less<tmpl::Bond *>,std::allocator<tmpl::Bond *>>' needs to have dll-interface to be used by clients of class 'tmpl::Molecule'
|
|---|
| 8752 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\tmpl\Molecule.h(53): note: see declaration of 'std::set<tmpl::Bond *,std::less<tmpl::Bond *>,std::allocator<tmpl::Bond *>>'
|
|---|
| 8753 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\tmpl\Molecule.h(59): warning C4251: 'tmpl::Molecule::_coord_sets': class 'std::vector<tmpl::CoordSet *,std::allocator<tmpl::CoordSet *>>' needs to have dll-interface to be used by clients of class 'tmpl::Molecule'
|
|---|
| 8754 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\tmpl\Molecule.h(54): note: see declaration of 'std::vector<tmpl::CoordSet *,std::allocator<tmpl::CoordSet *>>'
|
|---|
| 8755 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\tmpl\Molecule.h(60): warning C4251: 'tmpl::Molecule::_residues': class 'std::map<atomstruct::ResName,tmpl::Residue *,std::less<std::string>,std::allocator<std::pair<const atomstruct::ResName,tmpl::Residue *>>>' needs to have dll-interface to be used by clients of class 'tmpl::Molecule'
|
|---|
| 8756 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\tmpl\Molecule.h(55): note: see declaration of 'std::map<atomstruct::ResName,tmpl::Residue *,std::less<std::string>,std::allocator<std::pair<const atomstruct::ResName,tmpl::Residue *>>>'
|
|---|
| 8757 | atomic_cpp/atomstruct_cpp/Atom.cpp(232): warning C4267: '=': conversion from 'size_t' to 'unsigned int', possible loss of data
|
|---|
| 8758 | atomic_cpp/atomstruct_cpp/Atom.cpp(266): warning C4267: 'return': conversion from 'size_t' to 'int', possible loss of data
|
|---|
| 8759 | atomic_cpp/atomstruct_cpp/Atom.cpp(439): warning C4305: 'return': truncation from 'double' to 'float'
|
|---|
| 8760 | atomic_cpp/atomstruct_cpp/Atom.cpp(447): warning C4305: 'return': truncation from 'double' to 'float'
|
|---|
| 8761 | atomic_cpp/atomstruct_cpp/Atom.cpp(883): warning C4244: 'initializing': conversion from 'double' to 'float', possible loss of data
|
|---|
| 8762 | atomic_cpp/atomstruct_cpp/Atom.cpp(1178): warning C4267: 'initializing': conversion from 'size_t' to 'int', possible loss of data
|
|---|
| 8763 | atomic_cpp/atomstruct_cpp/Atom.cpp(1182): warning C4267: '+=': conversion from 'size_t' to 'int', possible loss of data
|
|---|
| 8764 | atomic_cpp/atomstruct_cpp/Atom.cpp(1259): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data
|
|---|
| 8765 | atomic_cpp/atomstruct_cpp/Atom.cpp(1260): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data
|
|---|
| 8766 | atomic_cpp/atomstruct_cpp/Atom.cpp(1295): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data
|
|---|
| 8767 | atomic_cpp/atomstruct_cpp/Atom.cpp(1300): warning C4244: '=': conversion from 'const atomstruct::Real' to 'float', possible loss of data
|
|---|
| 8768 | atomic_cpp/atomstruct_cpp/Atom.cpp(1301): warning C4244: '=': conversion from 'const atomstruct::Real' to 'float', possible loss of data
|
|---|
| 8769 | atomic_cpp/atomstruct_cpp/Atom.cpp(1302): warning C4244: '=': conversion from 'const atomstruct::Real' to 'float', possible loss of data
|
|---|
| 8770 | AtomTypes.cpp
|
|---|
| 8771 | src/include\pyinstance/PythonInstance.declare.h(78): 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>'
|
|---|
| 8772 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 8773 | src/include\pyinstance/PythonInstance.declare.h(104): note: see reference to class template instantiation 'pyinstance::PythonInstance<C>' being compiled
|
|---|
| 8774 | src/include\pyinstance/PythonInstance.declare.h(78): 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>'
|
|---|
| 8775 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 8776 | src/include\element/Element.h(49): note: see reference to class template instantiation 'pyinstance::PythonInstance<element::Element>' being compiled
|
|---|
| 8777 | src/include\element/Element.h(76): warning C4251: 'element::Element::_alkali_metals': class 'std::set<int,std::less<int>,std::allocator<int>>' needs to have dll-interface to be used by clients of class 'element::Element'
|
|---|
| 8778 | src/include\element/Element.h(76): note: see declaration of 'std::set<int,std::less<int>,std::allocator<int>>'
|
|---|
| 8779 | src/include\element/Element.h(77): warning C4251: 'element::Element::_elements': class 'std::map<int,const element::Element *,std::less<int>,std::allocator<std::pair<const int,const element::Element *>>>' needs to have dll-interface to be used by clients of class 'element::Element'
|
|---|
| 8780 | src/include\element/Element.h(77): note: see declaration of 'std::map<int,const element::Element *,std::less<int>,std::allocator<std::pair<const int,const element::Element *>>>'
|
|---|
| 8781 | src/include\element/Element.h(78): warning C4251: 'element::Element::_halogens': class 'std::set<int,std::less<int>,std::allocator<int>>' needs to have dll-interface to be used by clients of class 'element::Element'
|
|---|
| 8782 | src/include\element/Element.h(76): note: see declaration of 'std::set<int,std::less<int>,std::allocator<int>>'
|
|---|
| 8783 | src/include\element/Element.h(79): warning C4251: 'element::Element::_names': class 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>' needs to have dll-interface to be used by clients of class 'element::Element'
|
|---|
| 8784 | src/include\element/Element.h(79): note: see declaration of 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>'
|
|---|
| 8785 | src/include\element/Element.h(80): warning C4251: 'element::Element::_noble_gases': class 'std::set<int,std::less<int>,std::allocator<int>>' needs to have dll-interface to be used by clients of class 'element::Element'
|
|---|
| 8786 | src/include\element/Element.h(76): note: see declaration of 'std::set<int,std::less<int>,std::allocator<int>>'
|
|---|
| 8787 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\destruct.h(53): warning C4251: 'atomstruct::DestructionCoordinator::_observers': class 'std::set<atomstruct::DestructionObserver *,std::less<atomstruct::DestructionObserver *>,std::allocator<atomstruct::DestructionObserver *>>' needs to have dll-interface to be used by clients of class 'atomstruct::DestructionCoordinator'
|
|---|
| 8788 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\destruct.h(53): note: see declaration of 'std::set<atomstruct::DestructionObserver *,std::less<atomstruct::DestructionObserver *>,std::allocator<atomstruct::DestructionObserver *>>'
|
|---|
| 8789 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\destruct.h(54): warning C4251: 'atomstruct::DestructionCoordinator::_destroyed': class 'std::set<void *,std::less<void *>,std::allocator<void *>>' needs to have dll-interface to be used by clients of class 'atomstruct::DestructionCoordinator'
|
|---|
| 8790 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\destruct.h(42): note: see declaration of 'std::set<void *,std::less<void *>,std::allocator<void *>>'
|
|---|
| 8791 | src/include\pyinstance/PythonInstance.declare.h(78): 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>'
|
|---|
| 8792 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 8793 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Sequence.h(57): note: see reference to class template instantiation 'pyinstance::PythonInstance<atomstruct::Sequence>' being compiled
|
|---|
| 8794 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Sequence.h(63): warning C4251: 'atomstruct::Sequence::_nucleic3to1': class 'std::map<atomstruct::ResName,char,std::less<std::string>,std::allocator<std::pair<const atomstruct::ResName,char>>>' needs to have dll-interface to be used by clients of class 'atomstruct::Sequence'
|
|---|
| 8795 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Sequence.h(61): note: see declaration of 'std::map<atomstruct::ResName,char,std::less<std::string>,std::allocator<std::pair<const atomstruct::ResName,char>>>'
|
|---|
| 8796 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Sequence.h(64): warning C4251: 'atomstruct::Sequence::_protein3to1': class 'std::map<atomstruct::ResName,char,std::less<std::string>,std::allocator<std::pair<const atomstruct::ResName,char>>>' needs to have dll-interface to be used by clients of class 'atomstruct::Sequence'
|
|---|
| 8797 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Sequence.h(61): note: see declaration of 'std::map<atomstruct::ResName,char,std::less<std::string>,std::allocator<std::pair<const atomstruct::ResName,char>>>'
|
|---|
| 8798 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Sequence.h(65): warning C4251: 'atomstruct::Sequence::_rname3to1': class 'std::map<atomstruct::ResName,char,std::less<std::string>,std::allocator<std::pair<const atomstruct::ResName,char>>>' needs to have dll-interface to be used by clients of class 'atomstruct::Sequence'
|
|---|
| 8799 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Sequence.h(61): note: see declaration of 'std::map<atomstruct::ResName,char,std::less<std::string>,std::allocator<std::pair<const atomstruct::ResName,char>>>'
|
|---|
| 8800 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Sequence.h(67): warning C4251: 'atomstruct::Sequence::_cache_g2ug': class 'std::map<unsigned int,unsigned int,std::less<unsigned int>,std::allocator<std::pair<const unsigned int,unsigned int>>>' needs to have dll-interface to be used by clients of class 'atomstruct::Sequence'
|
|---|
| 8801 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Sequence.h(67): note: see declaration of 'std::map<unsigned int,unsigned int,std::less<unsigned int>,std::allocator<std::pair<const unsigned int,unsigned int>>>'
|
|---|
| 8802 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Sequence.h(68): warning C4251: 'atomstruct::Sequence::_cache_ug2g': class 'std::map<unsigned int,unsigned int,std::less<unsigned int>,std::allocator<std::pair<const unsigned int,unsigned int>>>' needs to have dll-interface to be used by clients of class 'atomstruct::Sequence'
|
|---|
| 8803 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Sequence.h(67): note: see declaration of 'std::map<unsigned int,unsigned int,std::less<unsigned int>,std::allocator<std::pair<const unsigned int,unsigned int>>>'
|
|---|
| 8804 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Sequence.h(69): 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'
|
|---|
| 8805 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Sequence.h(59): note: see declaration of 'std::vector<char,std::allocator<char>>'
|
|---|
| 8806 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Sequence.h(74): 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'
|
|---|
| 8807 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Sequence.h(59): note: see declaration of 'std::vector<char,std::allocator<char>>'
|
|---|
| 8808 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Sequence.h(75): 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'
|
|---|
| 8809 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 8810 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Sequence.h(140): warning C4267: 'return': conversion from 'size_t' to 'int', possible loss of data
|
|---|
| 8811 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\StructureSeq.h(61): 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'
|
|---|
| 8812 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 8813 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\StructureSeq.h(62): warning C4251: 'atomstruct::StructureSeq::_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 'atomstruct::StructureSeq'
|
|---|
| 8814 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 8815 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\StructureSeq.h(66): warning C4251: 'atomstruct::StructureSeq::_res_map': class 'std::map<atomstruct::Residue *,atomstruct::StructureSeq::SeqPos,std::less<atomstruct::Residue *>,std::allocator<std::pair<atomstruct::Residue *const ,atomstruct::StructureSeq::SeqPos>>>' needs to have dll-interface to be used by clients of class 'atomstruct::StructureSeq'
|
|---|
| 8816 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\StructureSeq.h(51): note: see declaration of 'std::map<atomstruct::Residue *,atomstruct::StructureSeq::SeqPos,std::less<atomstruct::Residue *>,std::allocator<std::pair<atomstruct::Residue *const ,atomstruct::StructureSeq::SeqPos>>>'
|
|---|
| 8817 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\StructureSeq.h(67): warning C4251: 'atomstruct::StructureSeq::_residues': class 'std::vector<atomstruct::Residue *,std::allocator<atomstruct::Residue *>>' needs to have dll-interface to be used by clients of class 'atomstruct::StructureSeq'
|
|---|
| 8818 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\StructureSeq.h(50): note: see declaration of 'std::vector<atomstruct::Residue *,std::allocator<atomstruct::Residue *>>'
|
|---|
| 8819 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\StructureSeq.h(122): warning C4267: 'return': conversion from 'size_t' to 'int', possible loss of data
|
|---|
| 8820 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(59): warning C4251: 'atomstruct::Changes::created': class 'std::set<const void *,std::less<const void *>,std::allocator<const void *>>' needs to have dll-interface to be used by clients of class 'atomstruct::Changes'
|
|---|
| 8821 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(59): note: see declaration of 'std::set<const void *,std::less<const void *>,std::allocator<const void *>>'
|
|---|
| 8822 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(60): warning C4251: 'atomstruct::Changes::modified': class 'std::set<const void *,std::less<const void *>,std::allocator<const void *>>' needs to have dll-interface to be used by clients of class 'atomstruct::Changes'
|
|---|
| 8823 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(59): note: see declaration of 'std::set<const void *,std::less<const void *>,std::allocator<const void *>>'
|
|---|
| 8824 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(61): warning C4251: 'atomstruct::Changes::reasons': class 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>' needs to have dll-interface to be used by clients of class 'atomstruct::Changes'
|
|---|
| 8825 | src/include\element/Element.h(79): note: see declaration of 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>'
|
|---|
| 8826 | src/include\pyinstance/PythonInstance.declare.h(78): 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>'
|
|---|
| 8827 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 8828 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(68): note: see reference to class template instantiation 'pyinstance::PythonInstance<atomstruct::ChangeTracker>' being compiled
|
|---|
| 8829 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(82): warning C4251: 'atomstruct::ChangeTracker::_structure_type_changes': class 'std::map<atomstruct::Structure *,atomstruct::ChangeTracker::ChangesArray,std::less<atomstruct::Structure *>,std::allocator<std::pair<atomstruct::Structure *const ,atomstruct::ChangeTracker::ChangesArray>>>' needs to have dll-interface to be used by clients of class 'atomstruct::ChangeTracker'
|
|---|
| 8830 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(82): note: see declaration of 'std::map<atomstruct::Structure *,atomstruct::ChangeTracker::ChangesArray,std::less<atomstruct::Structure *>,std::allocator<std::pair<atomstruct::Structure *const ,atomstruct::ChangeTracker::ChangesArray>>>'
|
|---|
| 8831 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(83): warning C4251: 'atomstruct::ChangeTracker::_dead_structures': class 'std::set<atomstruct::Structure *,std::less<atomstruct::Structure *>,std::allocator<atomstruct::Structure *>>' needs to have dll-interface to be used by clients of class 'atomstruct::ChangeTracker'
|
|---|
| 8832 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(83): note: see declaration of 'std::set<atomstruct::Structure *,std::less<atomstruct::Structure *>,std::allocator<atomstruct::Structure *>>'
|
|---|
| 8833 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(92): 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'
|
|---|
| 8834 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 8835 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(93): 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'
|
|---|
| 8836 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 8837 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(94): warning C4251: 'atomstruct::ChangeTracker::REASON_ALT_LOCS': 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'
|
|---|
| 8838 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 8839 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(95): 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'
|
|---|
| 8840 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 8841 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(96): 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'
|
|---|
| 8842 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 8843 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(97): 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'
|
|---|
| 8844 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 8845 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(98): warning C4251: 'atomstruct::ChangeTracker::REASON_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::ChangeTracker'
|
|---|
| 8846 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 8847 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(99): 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'
|
|---|
| 8848 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 8849 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(100): 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'
|
|---|
| 8850 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 8851 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(101): 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'
|
|---|
| 8852 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 8853 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(102): 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'
|
|---|
| 8854 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 8855 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(103): 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'
|
|---|
| 8856 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 8857 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(104): warning C4251: 'atomstruct::ChangeTracker::REASON_ELEMENT': 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'
|
|---|
| 8858 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 8859 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(105): 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'
|
|---|
| 8860 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 8861 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(106): 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'
|
|---|
| 8862 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 8863 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(107): 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'
|
|---|
| 8864 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 8865 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(108): warning C4251: 'atomstruct::ChangeTracker::REASON_INSERTION_CODE': 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'
|
|---|
| 8866 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 8867 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(109): 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'
|
|---|
| 8868 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 8869 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(110): warning C4251: 'atomstruct::ChangeTracker::REASON_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'
|
|---|
| 8870 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 8871 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(111): 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'
|
|---|
| 8872 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 8873 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(112): 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'
|
|---|
| 8874 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 8875 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(113): 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'
|
|---|
| 8876 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 8877 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(114): 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'
|
|---|
| 8878 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 8879 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(115): 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'
|
|---|
| 8880 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 8881 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(116): 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'
|
|---|
| 8882 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 8883 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(117): 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'
|
|---|
| 8884 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 8885 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(118): 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'
|
|---|
| 8886 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 8887 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(119): 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'
|
|---|
| 8888 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 8889 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(120): 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'
|
|---|
| 8890 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 8891 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(121): 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'
|
|---|
| 8892 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 8893 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(122): 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'
|
|---|
| 8894 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 8895 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(123): 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'
|
|---|
| 8896 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 8897 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(124): 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'
|
|---|
| 8898 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 8899 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(125): 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'
|
|---|
| 8900 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 8901 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(126): 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'
|
|---|
| 8902 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 8903 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(127): 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'
|
|---|
| 8904 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 8905 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(128): 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'
|
|---|
| 8906 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 8907 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(129): 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'
|
|---|
| 8908 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 8909 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(130): 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'
|
|---|
| 8910 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 8911 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(131): warning C4251: 'atomstruct::ChangeTracker::REASON_WORM_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'
|
|---|
| 8912 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 8913 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(132): warning C4251: 'atomstruct::ChangeTracker::REASON_WORM_RIBBON': 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'
|
|---|
| 8914 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 8915 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(306): 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'
|
|---|
| 8916 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 8917 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\CompSS.h(42): warning C4251: 'atomstruct::CompSSInfo::strands': class 'std::vector<std::pair<atomstruct::Residue *,atomstruct::Residue *>,std::allocator<std::pair<atomstruct::Residue *,atomstruct::Residue *>>>' needs to have dll-interface to be used by clients of class 'atomstruct::CompSSInfo'
|
|---|
| 8918 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\CompSS.h(42): note: see declaration of 'std::vector<std::pair<atomstruct::Residue *,atomstruct::Residue *>,std::allocator<std::pair<atomstruct::Residue *,atomstruct::Residue *>>>'
|
|---|
| 8919 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\CompSS.h(43): warning C4251: 'atomstruct::CompSSInfo::sheets': class 'std::vector<std::set<int,std::less<int>,std::allocator<int>>,std::allocator<std::set<int,std::less<int>,std::allocator<int>>>>' needs to have dll-interface to be used by clients of class 'atomstruct::CompSSInfo'
|
|---|
| 8920 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\CompSS.h(43): note: see declaration of 'std::vector<std::set<int,std::less<int>,std::allocator<int>>,std::allocator<std::set<int,std::less<int>,std::allocator<int>>>>'
|
|---|
| 8921 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\CompSS.h(44): warning C4251: 'atomstruct::CompSSInfo::strands_parallel': class 'std::map<std::pair<int,int>,bool,std::less<std::pair<int,int>>,std::allocator<std::pair<const std::pair<int,int>,bool>>>' needs to have dll-interface to be used by clients of class 'atomstruct::CompSSInfo'
|
|---|
| 8922 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\CompSS.h(44): note: see declaration of 'std::map<std::pair<int,int>,bool,std::less<std::pair<int,int>>,std::allocator<std::pair<const std::pair<int,int>,bool>>>'
|
|---|
| 8923 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\CompSS.h(45): warning C4251: 'atomstruct::CompSSInfo::helix_info': class 'std::vector<std::pair<std::pair<atomstruct::Residue *,atomstruct::Residue *>,char>,std::allocator<std::pair<std::pair<atomstruct::Residue *,atomstruct::Residue *>,char>>>' needs to have dll-interface to be used by clients of class 'atomstruct::CompSSInfo'
|
|---|
| 8924 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\CompSS.h(45): note: see declaration of 'std::vector<std::pair<std::pair<atomstruct::Residue *,atomstruct::Residue *>,char>,std::allocator<std::pair<std::pair<atomstruct::Residue *,atomstruct::Residue *>,char>>>'
|
|---|
| 8925 | src/include\pyinstance/PythonInstance.declare.h(78): 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>'
|
|---|
| 8926 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 8927 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\PBManager.h(53): note: see reference to class template instantiation 'pyinstance::PythonInstance<atomstruct::BaseManager>' being compiled
|
|---|
| 8928 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\PBManager.h(63): warning C4251: 'atomstruct::BaseManager::_groups': class 'std::map<std::string,atomstruct::Proxy_PBGroup *,std::less<std::string>,std::allocator<std::pair<const std::string,atomstruct::Proxy_PBGroup *>>>' needs to have dll-interface to be used by clients of class 'atomstruct::BaseManager'
|
|---|
| 8929 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\PBManager.h(58): note: see declaration of 'std::map<std::string,atomstruct::Proxy_PBGroup *,std::less<std::string>,std::allocator<std::pair<const std::string,atomstruct::Proxy_PBGroup *>>>'
|
|---|
| 8930 | src/include\pyinstance/PythonInstance.declare.h(78): 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>'
|
|---|
| 8931 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 8932 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Ring.h(38): note: see reference to class template instantiation 'pyinstance::PythonInstance<atomstruct::Ring>' being compiled
|
|---|
| 8933 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Ring.h(43): warning C4251: 'atomstruct::Ring::_bonds': class 'std::set<atomstruct::Bond *,std::less<atomstruct::Bond *>,std::allocator<atomstruct::Bond *>>' needs to have dll-interface to be used by clients of class 'atomstruct::Ring'
|
|---|
| 8934 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Ring.h(41): note: see declaration of 'std::set<atomstruct::Bond *,std::less<atomstruct::Bond *>,std::allocator<atomstruct::Bond *>>'
|
|---|
| 8935 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Ring.h(44): warning C4251: 'atomstruct::Ring::_atoms': class 'std::set<atomstruct::Atom *,std::less<atomstruct::Atom *>,std::allocator<atomstruct::Atom *>>' needs to have dll-interface to be used by clients of class 'atomstruct::Ring'
|
|---|
| 8936 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Ring.h(40): note: see declaration of 'std::set<atomstruct::Atom *,std::less<atomstruct::Atom *>,std::allocator<atomstruct::Atom *>>'
|
|---|
| 8937 | src/include\pyinstance/PythonInstance.declare.h(78): 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>'
|
|---|
| 8938 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 8939 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Structure.h(110): note: see reference to class template instantiation 'pyinstance::PythonInstance<atomstruct::Structure>' being compiled
|
|---|
| 8940 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Structure.h(145): warning C4251: 'atomstruct::Structure::_atoms': class 'std::vector<atomstruct::Atom *,std::allocator<atomstruct::Atom *>>' needs to have dll-interface to be used by clients of class 'atomstruct::Structure'
|
|---|
| 8941 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Ring.h(64): note: see declaration of 'std::vector<atomstruct::Atom *,std::allocator<atomstruct::Atom *>>'
|
|---|
| 8942 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Structure.h(147): warning C4251: 'atomstruct::Structure::_bonds': class 'std::vector<atomstruct::Bond *,std::allocator<atomstruct::Bond *>>' needs to have dll-interface to be used by clients of class 'atomstruct::Structure'
|
|---|
| 8943 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Ring.h(63): note: see declaration of 'std::vector<atomstruct::Bond *,std::allocator<atomstruct::Bond *>>'
|
|---|
| 8944 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Structure.h(151): warning C4251: 'atomstruct::Structure::_coord_sets': class 'std::vector<atomstruct::CoordSet *,std::allocator<atomstruct::CoordSet *>>' needs to have dll-interface to be used by clients of class 'atomstruct::Structure'
|
|---|
| 8945 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Structure.h(120): note: see declaration of 'std::vector<atomstruct::CoordSet *,std::allocator<atomstruct::CoordSet *>>'
|
|---|
| 8946 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Structure.h(156): warning C4251: 'atomstruct::Structure::_input_seq_info': class 'std::map<atomstruct::ChainID,std::vector<atomstruct::ResName,std::allocator<std::string>>,std::less<std::string>,std::allocator<std::pair<const atomstruct::ChainID,std::vector<atomstruct::ResName,std::allocator<std::string>>>>>' needs to have dll-interface to be used by clients of class 'atomstruct::Structure'
|
|---|
| 8947 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Structure.h(121): note: see declaration of 'std::map<atomstruct::ChainID,std::vector<atomstruct::ResName,std::allocator<std::string>>,std::less<std::string>,std::allocator<std::pair<const atomstruct::ChainID,std::vector<atomstruct::ResName,std::allocator<std::string>>>>>'
|
|---|
| 8948 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Structure.h(163): warning C4251: 'atomstruct::Structure::_residues': class 'std::vector<atomstruct::Residue *,std::allocator<atomstruct::Residue *>>' needs to have dll-interface to be used by clients of class 'atomstruct::Structure'
|
|---|
| 8949 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\StructureSeq.h(50): note: see declaration of 'std::vector<atomstruct::Residue *,std::allocator<atomstruct::Residue *>>'
|
|---|
| 8950 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Structure.h(165): warning C4251: 'atomstruct::Structure::_res_numbering_valid': class 'std::vector<bool,std::allocator<bool>>' needs to have dll-interface to be used by clients of class 'atomstruct::Structure'
|
|---|
| 8951 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Structure.h(165): note: see declaration of 'std::vector<bool,std::allocator<bool>>'
|
|---|
| 8952 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Structure.h(176): warning C4251: 'atomstruct::Structure::_rings': class 'std::set<atomstruct::Ring,std::less<atomstruct::Ring>,std::allocator<atomstruct::Ring>>' needs to have dll-interface to be used by clients of class 'atomstruct::Structure'
|
|---|
| 8953 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Structure.h(128): note: see declaration of 'std::set<atomstruct::Ring,std::less<atomstruct::Ring>,std::allocator<atomstruct::Ring>>'
|
|---|
| 8954 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Structure.h(283): 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'
|
|---|
| 8955 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 8956 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Structure.h(287): warning C4251: 'atomstruct::Structure::metadata': class 'std::map<atomstruct::ChainID,std::vector<atomstruct::ResName,std::allocator<std::string>>,std::less<std::string>,std::allocator<std::pair<const atomstruct::ChainID,std::vector<atomstruct::ResName,std::allocator<std::string>>>>>' needs to have dll-interface to be used by clients of class 'atomstruct::Structure'
|
|---|
| 8957 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Structure.h(121): note: see declaration of 'std::map<atomstruct::ChainID,std::vector<atomstruct::ResName,std::allocator<std::string>>,std::less<std::string>,std::allocator<std::pair<const atomstruct::ChainID,std::vector<atomstruct::ResName,std::allocator<std::string>>>>>'
|
|---|
| 8958 | src/include\pyinstance/PythonInstance.declare.h(78): 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>'
|
|---|
| 8959 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 8960 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\CoordSet.h(41): note: see reference to class template instantiation 'pyinstance::PythonInstance<atomstruct::CoordSet>' being compiled
|
|---|
| 8961 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\CoordSet.h(49): warning C4251: 'atomstruct::CoordSet::_coords': class 'std::vector<atomstruct::Coord,std::allocator<atomstruct::Coord>>' needs to have dll-interface to be used by clients of class 'atomstruct::CoordSet'
|
|---|
| 8962 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\CoordSet.h(46): note: see declaration of 'std::vector<atomstruct::Coord,std::allocator<atomstruct::Coord>>'
|
|---|
| 8963 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\CoordSet.h(51): warning C4251: 'atomstruct::CoordSet::_bfactor_map': class 'std::unordered_map<const atomstruct::Atom *,float,std::hash<const atomstruct::Atom *>,std::equal_to<const atomstruct::Atom *>,std::allocator<std::pair<const atomstruct::Atom *const ,float>>>' needs to have dll-interface to be used by clients of class 'atomstruct::CoordSet'
|
|---|
| 8964 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\CoordSet.h(51): note: see declaration of 'std::unordered_map<const atomstruct::Atom *,float,std::hash<const atomstruct::Atom *>,std::equal_to<const atomstruct::Atom *>,std::allocator<std::pair<const atomstruct::Atom *const ,float>>>'
|
|---|
| 8965 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\CoordSet.h(52): warning C4251: 'atomstruct::CoordSet::_occupancy_map': class 'std::unordered_map<const atomstruct::Atom *,float,std::hash<const atomstruct::Atom *>,std::equal_to<const atomstruct::Atom *>,std::allocator<std::pair<const atomstruct::Atom *const ,float>>>' needs to have dll-interface to be used by clients of class 'atomstruct::CoordSet'
|
|---|
| 8966 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\CoordSet.h(51): note: see declaration of 'std::unordered_map<const atomstruct::Atom *,float,std::hash<const atomstruct::Atom *>,std::equal_to<const atomstruct::Atom *>,std::allocator<std::pair<const atomstruct::Atom *const ,float>>>'
|
|---|
| 8967 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\CoordSet.h(77): warning C4267: 'return': conversion from 'size_t' to 'int', possible loss of data
|
|---|
| 8968 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\CoordSet.h(80): warning C4267: 'return': conversion from 'size_t' to 'int', possible loss of data
|
|---|
| 8969 | src/include\pyinstance/PythonInstance.declare.h(78): 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>'
|
|---|
| 8970 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 8971 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Atom.h(68): note: see reference to class template instantiation 'pyinstance::PythonInstance<atomstruct::Atom>' being compiled
|
|---|
| 8972 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Atom.h(124): warning C4251: 'atomstruct::Atom::_alt_loc_map': class 'std::map<unsigned char,atomstruct::Atom::_Alt_loc_info,std::less<unsigned char>,std::allocator<std::pair<const unsigned char,atomstruct::Atom::_Alt_loc_info>>>' needs to have dll-interface to be used by clients of class 'atomstruct::Atom'
|
|---|
| 8973 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Atom.h(123): note: see declaration of 'std::map<unsigned char,atomstruct::Atom::_Alt_loc_info,std::less<unsigned char>,std::allocator<std::pair<const unsigned char,atomstruct::Atom::_Alt_loc_info>>>'
|
|---|
| 8974 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Atom.h(126): warning C4251: 'atomstruct::Atom::_bonds': class 'std::vector<atomstruct::Bond *,std::allocator<atomstruct::Bond *>>' needs to have dll-interface to be used by clients of class 'atomstruct::Atom'
|
|---|
| 8975 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Ring.h(63): note: see declaration of 'std::vector<atomstruct::Bond *,std::allocator<atomstruct::Bond *>>'
|
|---|
| 8976 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Atom.h(127): 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'
|
|---|
| 8977 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\string_types.h(44): note: see declaration of 'chutil::CString<5,65,116,111,109,32,84,121,112,101>'
|
|---|
| 8978 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Atom.h(134): 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'
|
|---|
| 8979 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\string_types.h(44): note: see declaration of 'chutil::CString<5,65,116,111,109,32,84,121,112,101>'
|
|---|
| 8980 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Atom.h(136): warning C4251: 'atomstruct::Atom::_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::Atom'
|
|---|
| 8981 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 8982 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Atom.h(137): warning C4251: 'atomstruct::Atom::_neighbors': class 'std::vector<atomstruct::Atom *,std::allocator<atomstruct::Atom *>>' needs to have dll-interface to be used by clients of class 'atomstruct::Atom'
|
|---|
| 8983 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Ring.h(64): note: see declaration of 'std::vector<atomstruct::Atom *,std::allocator<atomstruct::Atom *>>'
|
|---|
| 8984 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Atom.h(143): warning C4251: 'atomstruct::Atom::_rings': class 'std::vector<const atomstruct::Ring *,std::allocator<const atomstruct::Ring *>>' needs to have dll-interface to be used by clients of class 'atomstruct::Atom'
|
|---|
| 8985 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Atom.h(91): note: see declaration of 'std::vector<const atomstruct::Ring *,std::allocator<const atomstruct::Ring *>>'
|
|---|
| 8986 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Atom.h(201): warning C4244: '=': conversion from 'double' to 'float', possible loss of data
|
|---|
| 8987 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Atom.h(205): warning C4244: 'return': conversion from 'double' to 'float', possible loss of data
|
|---|
| 8988 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Atom.h(223): warning C4267: 'return': conversion from 'size_t' to 'int', possible loss of data
|
|---|
| 8989 | src/include\pyinstance/PythonInstance.declare.h(78): 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>'
|
|---|
| 8990 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 8991 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Bond.h(47): note: see reference to class template instantiation 'pyinstance::PythonInstance<atomstruct::Bond>' being compiled
|
|---|
| 8992 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Bond.h(59): warning C4251: 'atomstruct::Bond::_rings': class 'std::vector<const atomstruct::Ring *,std::allocator<const atomstruct::Ring *>>' needs to have dll-interface to be used by clients of class 'atomstruct::Bond'
|
|---|
| 8993 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Atom.h(91): note: see declaration of 'std::vector<const atomstruct::Ring *,std::allocator<const atomstruct::Ring *>>'
|
|---|
| 8994 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Bond.h(128): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data
|
|---|
| 8995 | src/include\pyinstance/PythonInstance.declare.h(78): warning C4251: 'pyinstance::PythonInstance<atomstruct::PBGroup>::_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::PBGroup>'
|
|---|
| 8996 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 8997 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\PBGroup.h(61): note: see reference to class template instantiation 'pyinstance::PythonInstance<atomstruct::PBGroup>' being compiled
|
|---|
| 8998 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\PBGroup.h(70): warning C4251: 'atomstruct::PBGroup::_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::PBGroup'
|
|---|
| 8999 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 9000 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\PBGroup.h(169): warning C4251: 'atomstruct::StructurePBGroup::_pbonds': class 'std::set<atomstruct::Pseudobond *,std::less<atomstruct::Pseudobond *>,std::allocator<atomstruct::Pseudobond *>>' needs to have dll-interface to be used by clients of class 'atomstruct::StructurePBGroup'
|
|---|
| 9001 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\PBGroup.h(63): note: see declaration of 'std::set<atomstruct::Pseudobond *,std::less<atomstruct::Pseudobond *>,std::allocator<atomstruct::Pseudobond *>>'
|
|---|
| 9002 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\PBGroup.h(199): warning C4251: 'atomstruct::CS_PBGroup::_pbonds': class 'std::unordered_map<const atomstruct::CoordSet *,atomstruct::PBGroup::Pseudobonds,std::hash<const atomstruct::CoordSet *>,std::equal_to<const atomstruct::CoordSet *>,std::allocator<std::pair<const atomstruct::CoordSet *const ,atomstruct::PBGroup::Pseudobonds>>>' needs to have dll-interface to be used by clients of class 'atomstruct::CS_PBGroup'
|
|---|
| 9003 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\PBGroup.h(199): note: see declaration of 'std::unordered_map<const atomstruct::CoordSet *,atomstruct::PBGroup::Pseudobonds,std::hash<const atomstruct::CoordSet *>,std::equal_to<const atomstruct::CoordSet *>,std::allocator<std::pair<const atomstruct::CoordSet *const ,atomstruct::PBGroup::Pseudobonds>>>'
|
|---|
| 9004 | src/include\pyinstance/PythonInstance.declare.h(78): warning C4251: 'pyinstance::PythonInstance<atomstruct::Pseudobond>::_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::Pseudobond>'
|
|---|
| 9005 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 9006 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Pseudobond.h(52): note: see reference to class template instantiation 'pyinstance::PythonInstance<atomstruct::Pseudobond>' being compiled
|
|---|
| 9007 | src/include\pyinstance/PythonInstance.declare.h(78): 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>'
|
|---|
| 9008 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 9009 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Residue.h(53): note: see reference to class template instantiation 'pyinstance::PythonInstance<atomstruct::Residue>' being compiled
|
|---|
| 9010 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Residue.h(81): warning C4251: 'atomstruct::Residue::_atoms': class 'std::vector<atomstruct::Atom *,std::allocator<atomstruct::Atom *>>' needs to have dll-interface to be used by clients of class 'atomstruct::Residue'
|
|---|
| 9011 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Ring.h(64): note: see declaration of 'std::vector<atomstruct::Atom *,std::allocator<atomstruct::Atom *>>'
|
|---|
| 9012 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Residue.h(83): 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'
|
|---|
| 9013 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 9014 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Residue.h(85): 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'
|
|---|
| 9015 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 9016 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Residue.h(86): 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'
|
|---|
| 9017 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 9018 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Residue.h(162): warning C4251: 'atomstruct::Residue::aa_min_backbone_names': class 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>' needs to have dll-interface to be used by clients of class 'atomstruct::Residue'
|
|---|
| 9019 | src/include\element/Element.h(79): note: see declaration of 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>'
|
|---|
| 9020 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Residue.h(163): warning C4251: 'atomstruct::Residue::aa_min_ordered_backbone_names': class 'std::vector<atomstruct::ResName,std::allocator<std::string>>' needs to have dll-interface to be used by clients of class 'atomstruct::Residue'
|
|---|
| 9021 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Sequence.h(99): note: see declaration of 'std::vector<atomstruct::ResName,std::allocator<std::string>>'
|
|---|
| 9022 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Residue.h(164): warning C4251: 'atomstruct::Residue::aa_max_backbone_names': class 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>' needs to have dll-interface to be used by clients of class 'atomstruct::Residue'
|
|---|
| 9023 | src/include\element/Element.h(79): note: see declaration of 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>'
|
|---|
| 9024 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Residue.h(165): warning C4251: 'atomstruct::Residue::aa_ribbon_backbone_names': class 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>' needs to have dll-interface to be used by clients of class 'atomstruct::Residue'
|
|---|
| 9025 | src/include\element/Element.h(79): note: see declaration of 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>'
|
|---|
| 9026 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Residue.h(166): warning C4251: 'atomstruct::Residue::aa_side_connector_names': class 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>' needs to have dll-interface to be used by clients of class 'atomstruct::Residue'
|
|---|
| 9027 | src/include\element/Element.h(79): note: see declaration of 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>'
|
|---|
| 9028 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Residue.h(167): warning C4251: 'atomstruct::Residue::na_min_backbone_names': class 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>' needs to have dll-interface to be used by clients of class 'atomstruct::Residue'
|
|---|
| 9029 | src/include\element/Element.h(79): note: see declaration of 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>'
|
|---|
| 9030 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Residue.h(168): warning C4251: 'atomstruct::Residue::na_min_ordered_backbone_names': class 'std::vector<atomstruct::ResName,std::allocator<std::string>>' needs to have dll-interface to be used by clients of class 'atomstruct::Residue'
|
|---|
| 9031 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Sequence.h(99): note: see declaration of 'std::vector<atomstruct::ResName,std::allocator<std::string>>'
|
|---|
| 9032 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Residue.h(169): warning C4251: 'atomstruct::Residue::na_max_backbone_names': class 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>' needs to have dll-interface to be used by clients of class 'atomstruct::Residue'
|
|---|
| 9033 | src/include\element/Element.h(79): note: see declaration of 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>'
|
|---|
| 9034 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Residue.h(170): warning C4251: 'atomstruct::Residue::na_ribbon_backbone_names': class 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>' needs to have dll-interface to be used by clients of class 'atomstruct::Residue'
|
|---|
| 9035 | src/include\element/Element.h(79): note: see declaration of 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>'
|
|---|
| 9036 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Residue.h(171): warning C4251: 'atomstruct::Residue::na_side_connector_names': class 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>' needs to have dll-interface to be used by clients of class 'atomstruct::Residue'
|
|---|
| 9037 | src/include\element/Element.h(79): note: see declaration of 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>'
|
|---|
| 9038 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Residue.h(172): warning C4251: 'atomstruct::Residue::ribose_names': class 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>' needs to have dll-interface to be used by clients of class 'atomstruct::Residue'
|
|---|
| 9039 | src/include\element/Element.h(79): note: see declaration of 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>'
|
|---|
| 9040 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Residue.h(173): warning C4251: 'atomstruct::Residue::std_solvent_names': class 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>' needs to have dll-interface to be used by clients of class 'atomstruct::Residue'
|
|---|
| 9041 | src/include\element/Element.h(79): note: see declaration of 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>'
|
|---|
| 9042 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Residue.h(174): warning C4251: 'atomstruct::Residue::std_water_names': class 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>' needs to have dll-interface to be used by clients of class 'atomstruct::Residue'
|
|---|
| 9043 | src/include\element/Element.h(79): note: see declaration of 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>'
|
|---|
| 9044 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Residue.h(175): warning C4251: 'atomstruct::Residue::ideal_chirality': class 'std::map<atomstruct::ResName,std::map<atomstruct::ResName,char,std::less<std::string>,std::allocator<std::pair<const atomstruct::ResName,char>>>,std::less<std::string>,std::allocator<std::pair<const atomstruct::ResName,std::map<atomstruct::ResName,char,std::less<std::string>,std::allocator<std::pair<const atomstruct::ResName,char>>>>>>' needs to have dll-interface to be used by clients of class 'atomstruct::Residue'
|
|---|
| 9045 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Residue.h(175): note: see declaration of 'std::map<atomstruct::ResName,std::map<atomstruct::ResName,char,std::less<std::string>,std::allocator<std::pair<const atomstruct::ResName,char>>>,std::less<std::string>,std::allocator<std::pair<const atomstruct::ResName,std::map<atomstruct::ResName,char,std::less<std::string>,std::allocator<std::pair<const atomstruct::ResName,char>>>>>>'
|
|---|
| 9046 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Residue.h(126): warning C4267: 'return': conversion from 'size_t' to 'int', possible loss of data
|
|---|
| 9047 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\tmpl/TAexcept.h(36): warning C4275: non dll-interface class 'std::runtime_error' used as base for dll-interface class 'tmpl::TA_exception'
|
|---|
| 9048 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\stdexcept(101): note: see declaration of 'std::runtime_error'
|
|---|
| 9049 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\tmpl/TAexcept.h(36): note: see declaration of 'tmpl::TA_exception'
|
|---|
| 9050 | atomic_cpp/atomstruct_cpp/AtomTypes.cpp(340): warning C4267: '+=': conversion from 'size_t' to 'int', possible loss of data
|
|---|
| 9051 | atomic_cpp/atomstruct_cpp/AtomTypes.cpp(357): warning C4244: 'initializing': conversion from '__int64' to 'int', possible loss of data
|
|---|
| 9052 | atomic_cpp/atomstruct_cpp/AtomTypes.cpp(378): warning C4244: 'argument': conversion from '__int64' to 'const int', possible loss of data
|
|---|
| 9053 | atomic_cpp/atomstruct_cpp/AtomTypes.cpp(384): warning C4244: '+=': conversion from 'atomstruct::Real' to 'float', possible loss of data
|
|---|
| 9054 | atomic_cpp/atomstruct_cpp/AtomTypes.cpp(556): warning C4267: 'initializing': conversion from 'size_t' to 'int', possible loss of data
|
|---|
| 9055 | atomic_cpp/atomstruct_cpp/AtomTypes.cpp(1486): warning C4267: 'initializing': conversion from 'size_t' to 'int', possible loss of data
|
|---|
| 9056 | atomic_cpp/atomstruct_cpp/AtomTypes.cpp(1570): warning C4244: 'initializing': conversion from '__int64' to 'unsigned int', possible loss of data
|
|---|
| 9057 | atomic_cpp/atomstruct_cpp/AtomTypes.cpp(1753): warning C4244: '+=': conversion from 'atomstruct::Real' to 'float', possible loss of data
|
|---|
| 9058 | atomic_cpp/atomstruct_cpp/AtomTypes.cpp(1969): warning C4244: '=': conversion from 'atomstruct::Real' to 'float', possible loss of data
|
|---|
| 9059 | atomic_cpp/atomstruct_cpp/AtomTypes.cpp(2353): warning C4267: 'initializing': conversion from 'size_t' to 'unsigned int', possible loss of data
|
|---|
| 9060 | atomic_cpp/atomstruct_cpp/AtomTypes.cpp(2358): warning C4267: 'initializing': conversion from 'size_t' to 'unsigned int', possible loss of data
|
|---|
| 9061 | atomic_cpp/atomstruct_cpp/AtomTypes.cpp(2361): warning C4267: 'initializing': conversion from 'size_t' to 'int', possible loss of data
|
|---|
| 9062 | atomic_cpp/atomstruct_cpp/AtomTypes.cpp(2363): warning C4267: '=': conversion from 'size_t' to 'unsigned int', possible loss of data
|
|---|
| 9063 | AtomicStructure.cpp
|
|---|
| 9064 | src/include\pyinstance/PythonInstance.declare.h(78): 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>'
|
|---|
| 9065 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 9066 | src/include\pyinstance/PythonInstance.declare.h(104): note: see reference to class template instantiation 'pyinstance::PythonInstance<C>' being compiled
|
|---|
| 9067 | src/include\pyinstance/PythonInstance.declare.h(78): 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>'
|
|---|
| 9068 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 9069 | src/include\element/Element.h(49): note: see reference to class template instantiation 'pyinstance::PythonInstance<element::Element>' being compiled
|
|---|
| 9070 | src/include\element/Element.h(76): warning C4251: 'element::Element::_alkali_metals': class 'std::set<int,std::less<int>,std::allocator<int>>' needs to have dll-interface to be used by clients of class 'element::Element'
|
|---|
| 9071 | src/include\element/Element.h(76): note: see declaration of 'std::set<int,std::less<int>,std::allocator<int>>'
|
|---|
| 9072 | src/include\element/Element.h(77): warning C4251: 'element::Element::_elements': class 'std::map<int,const element::Element *,std::less<int>,std::allocator<std::pair<const int,const element::Element *>>>' needs to have dll-interface to be used by clients of class 'element::Element'
|
|---|
| 9073 | src/include\element/Element.h(77): note: see declaration of 'std::map<int,const element::Element *,std::less<int>,std::allocator<std::pair<const int,const element::Element *>>>'
|
|---|
| 9074 | src/include\element/Element.h(78): warning C4251: 'element::Element::_halogens': class 'std::set<int,std::less<int>,std::allocator<int>>' needs to have dll-interface to be used by clients of class 'element::Element'
|
|---|
| 9075 | src/include\element/Element.h(76): note: see declaration of 'std::set<int,std::less<int>,std::allocator<int>>'
|
|---|
| 9076 | src/include\element/Element.h(79): warning C4251: 'element::Element::_names': class 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>' needs to have dll-interface to be used by clients of class 'element::Element'
|
|---|
| 9077 | src/include\element/Element.h(79): note: see declaration of 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>'
|
|---|
| 9078 | src/include\element/Element.h(80): warning C4251: 'element::Element::_noble_gases': class 'std::set<int,std::less<int>,std::allocator<int>>' needs to have dll-interface to be used by clients of class 'element::Element'
|
|---|
| 9079 | src/include\element/Element.h(76): note: see declaration of 'std::set<int,std::less<int>,std::allocator<int>>'
|
|---|
| 9080 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(59): warning C4251: 'atomstruct::Changes::created': class 'std::set<const void *,std::less<const void *>,std::allocator<const void *>>' needs to have dll-interface to be used by clients of class 'atomstruct::Changes'
|
|---|
| 9081 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(59): note: see declaration of 'std::set<const void *,std::less<const void *>,std::allocator<const void *>>'
|
|---|
| 9082 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(60): warning C4251: 'atomstruct::Changes::modified': class 'std::set<const void *,std::less<const void *>,std::allocator<const void *>>' needs to have dll-interface to be used by clients of class 'atomstruct::Changes'
|
|---|
| 9083 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(59): note: see declaration of 'std::set<const void *,std::less<const void *>,std::allocator<const void *>>'
|
|---|
| 9084 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(61): warning C4251: 'atomstruct::Changes::reasons': class 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>' needs to have dll-interface to be used by clients of class 'atomstruct::Changes'
|
|---|
| 9085 | src/include\element/Element.h(79): note: see declaration of 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>'
|
|---|
| 9086 | src/include\pyinstance/PythonInstance.declare.h(78): 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>'
|
|---|
| 9087 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 9088 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(68): note: see reference to class template instantiation 'pyinstance::PythonInstance<atomstruct::ChangeTracker>' being compiled
|
|---|
| 9089 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(82): warning C4251: 'atomstruct::ChangeTracker::_structure_type_changes': class 'std::map<atomstruct::Structure *,atomstruct::ChangeTracker::ChangesArray,std::less<atomstruct::Structure *>,std::allocator<std::pair<atomstruct::Structure *const ,atomstruct::ChangeTracker::ChangesArray>>>' needs to have dll-interface to be used by clients of class 'atomstruct::ChangeTracker'
|
|---|
| 9090 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(82): note: see declaration of 'std::map<atomstruct::Structure *,atomstruct::ChangeTracker::ChangesArray,std::less<atomstruct::Structure *>,std::allocator<std::pair<atomstruct::Structure *const ,atomstruct::ChangeTracker::ChangesArray>>>'
|
|---|
| 9091 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(83): warning C4251: 'atomstruct::ChangeTracker::_dead_structures': class 'std::set<atomstruct::Structure *,std::less<atomstruct::Structure *>,std::allocator<atomstruct::Structure *>>' needs to have dll-interface to be used by clients of class 'atomstruct::ChangeTracker'
|
|---|
| 9092 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(83): note: see declaration of 'std::set<atomstruct::Structure *,std::less<atomstruct::Structure *>,std::allocator<atomstruct::Structure *>>'
|
|---|
| 9093 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(92): 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'
|
|---|
| 9094 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 9095 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(93): 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'
|
|---|
| 9096 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 9097 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(94): warning C4251: 'atomstruct::ChangeTracker::REASON_ALT_LOCS': 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'
|
|---|
| 9098 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 9099 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(95): 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'
|
|---|
| 9100 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 9101 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(96): 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'
|
|---|
| 9102 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 9103 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(97): 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'
|
|---|
| 9104 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 9105 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(98): warning C4251: 'atomstruct::ChangeTracker::REASON_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::ChangeTracker'
|
|---|
| 9106 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 9107 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(99): 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'
|
|---|
| 9108 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 9109 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(100): 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'
|
|---|
| 9110 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 9111 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(101): 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'
|
|---|
| 9112 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 9113 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(102): 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'
|
|---|
| 9114 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 9115 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(103): 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'
|
|---|
| 9116 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 9117 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(104): warning C4251: 'atomstruct::ChangeTracker::REASON_ELEMENT': 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'
|
|---|
| 9118 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 9119 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(105): 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'
|
|---|
| 9120 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 9121 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(106): 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'
|
|---|
| 9122 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 9123 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(107): 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'
|
|---|
| 9124 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 9125 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(108): warning C4251: 'atomstruct::ChangeTracker::REASON_INSERTION_CODE': 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'
|
|---|
| 9126 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 9127 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(109): 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'
|
|---|
| 9128 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 9129 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(110): warning C4251: 'atomstruct::ChangeTracker::REASON_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'
|
|---|
| 9130 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 9131 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(111): 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'
|
|---|
| 9132 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 9133 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(112): 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'
|
|---|
| 9134 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 9135 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(113): 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'
|
|---|
| 9136 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 9137 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(114): 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'
|
|---|
| 9138 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 9139 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(115): 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'
|
|---|
| 9140 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 9141 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(116): 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'
|
|---|
| 9142 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 9143 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(117): 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'
|
|---|
| 9144 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 9145 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(118): 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'
|
|---|
| 9146 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 9147 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(119): 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'
|
|---|
| 9148 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 9149 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(120): 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'
|
|---|
| 9150 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 9151 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(121): 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'
|
|---|
| 9152 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 9153 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(122): 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'
|
|---|
| 9154 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 9155 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(123): 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'
|
|---|
| 9156 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 9157 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(124): 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'
|
|---|
| 9158 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 9159 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(125): 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'
|
|---|
| 9160 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 9161 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(126): 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'
|
|---|
| 9162 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 9163 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(127): 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'
|
|---|
| 9164 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 9165 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(128): 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'
|
|---|
| 9166 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 9167 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(129): 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'
|
|---|
| 9168 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 9169 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(130): 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'
|
|---|
| 9170 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 9171 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(131): warning C4251: 'atomstruct::ChangeTracker::REASON_WORM_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'
|
|---|
| 9172 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 9173 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(132): warning C4251: 'atomstruct::ChangeTracker::REASON_WORM_RIBBON': 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'
|
|---|
| 9174 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 9175 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(306): 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'
|
|---|
| 9176 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 9177 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\destruct.h(53): warning C4251: 'atomstruct::DestructionCoordinator::_observers': class 'std::set<atomstruct::DestructionObserver *,std::less<atomstruct::DestructionObserver *>,std::allocator<atomstruct::DestructionObserver *>>' needs to have dll-interface to be used by clients of class 'atomstruct::DestructionCoordinator'
|
|---|
| 9178 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\destruct.h(53): note: see declaration of 'std::set<atomstruct::DestructionObserver *,std::less<atomstruct::DestructionObserver *>,std::allocator<atomstruct::DestructionObserver *>>'
|
|---|
| 9179 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\destruct.h(54): warning C4251: 'atomstruct::DestructionCoordinator::_destroyed': class 'std::set<void *,std::less<void *>,std::allocator<void *>>' needs to have dll-interface to be used by clients of class 'atomstruct::DestructionCoordinator'
|
|---|
| 9180 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\destruct.h(42): note: see declaration of 'std::set<void *,std::less<void *>,std::allocator<void *>>'
|
|---|
| 9181 | src/include\pyinstance/PythonInstance.declare.h(78): 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>'
|
|---|
| 9182 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 9183 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Sequence.h(57): note: see reference to class template instantiation 'pyinstance::PythonInstance<atomstruct::Sequence>' being compiled
|
|---|
| 9184 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Sequence.h(63): warning C4251: 'atomstruct::Sequence::_nucleic3to1': class 'std::map<atomstruct::ResName,char,std::less<std::string>,std::allocator<std::pair<const atomstruct::ResName,char>>>' needs to have dll-interface to be used by clients of class 'atomstruct::Sequence'
|
|---|
| 9185 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Sequence.h(61): note: see declaration of 'std::map<atomstruct::ResName,char,std::less<std::string>,std::allocator<std::pair<const atomstruct::ResName,char>>>'
|
|---|
| 9186 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Sequence.h(64): warning C4251: 'atomstruct::Sequence::_protein3to1': class 'std::map<atomstruct::ResName,char,std::less<std::string>,std::allocator<std::pair<const atomstruct::ResName,char>>>' needs to have dll-interface to be used by clients of class 'atomstruct::Sequence'
|
|---|
| 9187 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Sequence.h(61): note: see declaration of 'std::map<atomstruct::ResName,char,std::less<std::string>,std::allocator<std::pair<const atomstruct::ResName,char>>>'
|
|---|
| 9188 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Sequence.h(65): warning C4251: 'atomstruct::Sequence::_rname3to1': class 'std::map<atomstruct::ResName,char,std::less<std::string>,std::allocator<std::pair<const atomstruct::ResName,char>>>' needs to have dll-interface to be used by clients of class 'atomstruct::Sequence'
|
|---|
| 9189 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Sequence.h(61): note: see declaration of 'std::map<atomstruct::ResName,char,std::less<std::string>,std::allocator<std::pair<const atomstruct::ResName,char>>>'
|
|---|
| 9190 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Sequence.h(67): warning C4251: 'atomstruct::Sequence::_cache_g2ug': class 'std::map<unsigned int,unsigned int,std::less<unsigned int>,std::allocator<std::pair<const unsigned int,unsigned int>>>' needs to have dll-interface to be used by clients of class 'atomstruct::Sequence'
|
|---|
| 9191 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Sequence.h(67): note: see declaration of 'std::map<unsigned int,unsigned int,std::less<unsigned int>,std::allocator<std::pair<const unsigned int,unsigned int>>>'
|
|---|
| 9192 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Sequence.h(68): warning C4251: 'atomstruct::Sequence::_cache_ug2g': class 'std::map<unsigned int,unsigned int,std::less<unsigned int>,std::allocator<std::pair<const unsigned int,unsigned int>>>' needs to have dll-interface to be used by clients of class 'atomstruct::Sequence'
|
|---|
| 9193 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Sequence.h(67): note: see declaration of 'std::map<unsigned int,unsigned int,std::less<unsigned int>,std::allocator<std::pair<const unsigned int,unsigned int>>>'
|
|---|
| 9194 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Sequence.h(69): 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'
|
|---|
| 9195 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Sequence.h(59): note: see declaration of 'std::vector<char,std::allocator<char>>'
|
|---|
| 9196 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Sequence.h(74): 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'
|
|---|
| 9197 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Sequence.h(59): note: see declaration of 'std::vector<char,std::allocator<char>>'
|
|---|
| 9198 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Sequence.h(75): 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'
|
|---|
| 9199 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 9200 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Sequence.h(140): warning C4267: 'return': conversion from 'size_t' to 'int', possible loss of data
|
|---|
| 9201 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\StructureSeq.h(61): 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'
|
|---|
| 9202 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 9203 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\StructureSeq.h(62): warning C4251: 'atomstruct::StructureSeq::_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 'atomstruct::StructureSeq'
|
|---|
| 9204 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 9205 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\StructureSeq.h(66): warning C4251: 'atomstruct::StructureSeq::_res_map': class 'std::map<atomstruct::Residue *,atomstruct::StructureSeq::SeqPos,std::less<atomstruct::Residue *>,std::allocator<std::pair<atomstruct::Residue *const ,atomstruct::StructureSeq::SeqPos>>>' needs to have dll-interface to be used by clients of class 'atomstruct::StructureSeq'
|
|---|
| 9206 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\StructureSeq.h(51): note: see declaration of 'std::map<atomstruct::Residue *,atomstruct::StructureSeq::SeqPos,std::less<atomstruct::Residue *>,std::allocator<std::pair<atomstruct::Residue *const ,atomstruct::StructureSeq::SeqPos>>>'
|
|---|
| 9207 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\StructureSeq.h(67): warning C4251: 'atomstruct::StructureSeq::_residues': class 'std::vector<atomstruct::Residue *,std::allocator<atomstruct::Residue *>>' needs to have dll-interface to be used by clients of class 'atomstruct::StructureSeq'
|
|---|
| 9208 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\StructureSeq.h(50): note: see declaration of 'std::vector<atomstruct::Residue *,std::allocator<atomstruct::Residue *>>'
|
|---|
| 9209 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\StructureSeq.h(122): warning C4267: 'return': conversion from 'size_t' to 'int', possible loss of data
|
|---|
| 9210 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\CompSS.h(42): warning C4251: 'atomstruct::CompSSInfo::strands': class 'std::vector<std::pair<atomstruct::Residue *,atomstruct::Residue *>,std::allocator<std::pair<atomstruct::Residue *,atomstruct::Residue *>>>' needs to have dll-interface to be used by clients of class 'atomstruct::CompSSInfo'
|
|---|
| 9211 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\CompSS.h(42): note: see declaration of 'std::vector<std::pair<atomstruct::Residue *,atomstruct::Residue *>,std::allocator<std::pair<atomstruct::Residue *,atomstruct::Residue *>>>'
|
|---|
| 9212 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\CompSS.h(43): warning C4251: 'atomstruct::CompSSInfo::sheets': class 'std::vector<std::set<int,std::less<int>,std::allocator<int>>,std::allocator<std::set<int,std::less<int>,std::allocator<int>>>>' needs to have dll-interface to be used by clients of class 'atomstruct::CompSSInfo'
|
|---|
| 9213 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\CompSS.h(43): note: see declaration of 'std::vector<std::set<int,std::less<int>,std::allocator<int>>,std::allocator<std::set<int,std::less<int>,std::allocator<int>>>>'
|
|---|
| 9214 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\CompSS.h(44): warning C4251: 'atomstruct::CompSSInfo::strands_parallel': class 'std::map<std::pair<int,int>,bool,std::less<std::pair<int,int>>,std::allocator<std::pair<const std::pair<int,int>,bool>>>' needs to have dll-interface to be used by clients of class 'atomstruct::CompSSInfo'
|
|---|
| 9215 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\CompSS.h(44): note: see declaration of 'std::map<std::pair<int,int>,bool,std::less<std::pair<int,int>>,std::allocator<std::pair<const std::pair<int,int>,bool>>>'
|
|---|
| 9216 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\CompSS.h(45): warning C4251: 'atomstruct::CompSSInfo::helix_info': class 'std::vector<std::pair<std::pair<atomstruct::Residue *,atomstruct::Residue *>,char>,std::allocator<std::pair<std::pair<atomstruct::Residue *,atomstruct::Residue *>,char>>>' needs to have dll-interface to be used by clients of class 'atomstruct::CompSSInfo'
|
|---|
| 9217 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\CompSS.h(45): note: see declaration of 'std::vector<std::pair<std::pair<atomstruct::Residue *,atomstruct::Residue *>,char>,std::allocator<std::pair<std::pair<atomstruct::Residue *,atomstruct::Residue *>,char>>>'
|
|---|
| 9218 | src/include\pyinstance/PythonInstance.declare.h(78): 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>'
|
|---|
| 9219 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 9220 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\PBManager.h(53): note: see reference to class template instantiation 'pyinstance::PythonInstance<atomstruct::BaseManager>' being compiled
|
|---|
| 9221 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\PBManager.h(63): warning C4251: 'atomstruct::BaseManager::_groups': class 'std::map<std::string,atomstruct::Proxy_PBGroup *,std::less<std::string>,std::allocator<std::pair<const std::string,atomstruct::Proxy_PBGroup *>>>' needs to have dll-interface to be used by clients of class 'atomstruct::BaseManager'
|
|---|
| 9222 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\PBManager.h(58): note: see declaration of 'std::map<std::string,atomstruct::Proxy_PBGroup *,std::less<std::string>,std::allocator<std::pair<const std::string,atomstruct::Proxy_PBGroup *>>>'
|
|---|
| 9223 | src/include\pyinstance/PythonInstance.declare.h(78): 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>'
|
|---|
| 9224 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 9225 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Ring.h(38): note: see reference to class template instantiation 'pyinstance::PythonInstance<atomstruct::Ring>' being compiled
|
|---|
| 9226 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Ring.h(43): warning C4251: 'atomstruct::Ring::_bonds': class 'std::set<atomstruct::Bond *,std::less<atomstruct::Bond *>,std::allocator<atomstruct::Bond *>>' needs to have dll-interface to be used by clients of class 'atomstruct::Ring'
|
|---|
| 9227 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Ring.h(41): note: see declaration of 'std::set<atomstruct::Bond *,std::less<atomstruct::Bond *>,std::allocator<atomstruct::Bond *>>'
|
|---|
| 9228 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Ring.h(44): warning C4251: 'atomstruct::Ring::_atoms': class 'std::set<atomstruct::Atom *,std::less<atomstruct::Atom *>,std::allocator<atomstruct::Atom *>>' needs to have dll-interface to be used by clients of class 'atomstruct::Ring'
|
|---|
| 9229 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Ring.h(40): note: see declaration of 'std::set<atomstruct::Atom *,std::less<atomstruct::Atom *>,std::allocator<atomstruct::Atom *>>'
|
|---|
| 9230 | src/include\pyinstance/PythonInstance.declare.h(78): 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>'
|
|---|
| 9231 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 9232 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Structure.h(110): note: see reference to class template instantiation 'pyinstance::PythonInstance<atomstruct::Structure>' being compiled
|
|---|
| 9233 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Structure.h(145): warning C4251: 'atomstruct::Structure::_atoms': class 'std::vector<atomstruct::Atom *,std::allocator<atomstruct::Atom *>>' needs to have dll-interface to be used by clients of class 'atomstruct::Structure'
|
|---|
| 9234 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Ring.h(64): note: see declaration of 'std::vector<atomstruct::Atom *,std::allocator<atomstruct::Atom *>>'
|
|---|
| 9235 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Structure.h(147): warning C4251: 'atomstruct::Structure::_bonds': class 'std::vector<atomstruct::Bond *,std::allocator<atomstruct::Bond *>>' needs to have dll-interface to be used by clients of class 'atomstruct::Structure'
|
|---|
| 9236 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Ring.h(63): note: see declaration of 'std::vector<atomstruct::Bond *,std::allocator<atomstruct::Bond *>>'
|
|---|
| 9237 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Structure.h(151): warning C4251: 'atomstruct::Structure::_coord_sets': class 'std::vector<atomstruct::CoordSet *,std::allocator<atomstruct::CoordSet *>>' needs to have dll-interface to be used by clients of class 'atomstruct::Structure'
|
|---|
| 9238 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Structure.h(120): note: see declaration of 'std::vector<atomstruct::CoordSet *,std::allocator<atomstruct::CoordSet *>>'
|
|---|
| 9239 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Structure.h(156): warning C4251: 'atomstruct::Structure::_input_seq_info': class 'std::map<atomstruct::ChainID,std::vector<atomstruct::ResName,std::allocator<std::string>>,std::less<std::string>,std::allocator<std::pair<const atomstruct::ChainID,std::vector<atomstruct::ResName,std::allocator<std::string>>>>>' needs to have dll-interface to be used by clients of class 'atomstruct::Structure'
|
|---|
| 9240 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Structure.h(121): note: see declaration of 'std::map<atomstruct::ChainID,std::vector<atomstruct::ResName,std::allocator<std::string>>,std::less<std::string>,std::allocator<std::pair<const atomstruct::ChainID,std::vector<atomstruct::ResName,std::allocator<std::string>>>>>'
|
|---|
| 9241 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Structure.h(163): warning C4251: 'atomstruct::Structure::_residues': class 'std::vector<atomstruct::Residue *,std::allocator<atomstruct::Residue *>>' needs to have dll-interface to be used by clients of class 'atomstruct::Structure'
|
|---|
| 9242 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\StructureSeq.h(50): note: see declaration of 'std::vector<atomstruct::Residue *,std::allocator<atomstruct::Residue *>>'
|
|---|
| 9243 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Structure.h(165): warning C4251: 'atomstruct::Structure::_res_numbering_valid': class 'std::vector<bool,std::allocator<bool>>' needs to have dll-interface to be used by clients of class 'atomstruct::Structure'
|
|---|
| 9244 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Structure.h(165): note: see declaration of 'std::vector<bool,std::allocator<bool>>'
|
|---|
| 9245 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Structure.h(176): warning C4251: 'atomstruct::Structure::_rings': class 'std::set<atomstruct::Ring,std::less<atomstruct::Ring>,std::allocator<atomstruct::Ring>>' needs to have dll-interface to be used by clients of class 'atomstruct::Structure'
|
|---|
| 9246 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Structure.h(128): note: see declaration of 'std::set<atomstruct::Ring,std::less<atomstruct::Ring>,std::allocator<atomstruct::Ring>>'
|
|---|
| 9247 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Structure.h(283): 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'
|
|---|
| 9248 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 9249 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Structure.h(287): warning C4251: 'atomstruct::Structure::metadata': class 'std::map<atomstruct::ChainID,std::vector<atomstruct::ResName,std::allocator<std::string>>,std::less<std::string>,std::allocator<std::pair<const atomstruct::ChainID,std::vector<atomstruct::ResName,std::allocator<std::string>>>>>' needs to have dll-interface to be used by clients of class 'atomstruct::Structure'
|
|---|
| 9250 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Structure.h(121): note: see declaration of 'std::map<atomstruct::ChainID,std::vector<atomstruct::ResName,std::allocator<std::string>>,std::less<std::string>,std::allocator<std::pair<const atomstruct::ChainID,std::vector<atomstruct::ResName,std::allocator<std::string>>>>>'
|
|---|
| 9251 | src/include\pyinstance/PythonInstance.declare.h(78): 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>'
|
|---|
| 9252 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 9253 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\CoordSet.h(41): note: see reference to class template instantiation 'pyinstance::PythonInstance<atomstruct::CoordSet>' being compiled
|
|---|
| 9254 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\CoordSet.h(49): warning C4251: 'atomstruct::CoordSet::_coords': class 'std::vector<atomstruct::Coord,std::allocator<atomstruct::Coord>>' needs to have dll-interface to be used by clients of class 'atomstruct::CoordSet'
|
|---|
| 9255 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\CoordSet.h(46): note: see declaration of 'std::vector<atomstruct::Coord,std::allocator<atomstruct::Coord>>'
|
|---|
| 9256 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\CoordSet.h(51): warning C4251: 'atomstruct::CoordSet::_bfactor_map': class 'std::unordered_map<const atomstruct::Atom *,float,std::hash<const atomstruct::Atom *>,std::equal_to<const atomstruct::Atom *>,std::allocator<std::pair<const atomstruct::Atom *const ,float>>>' needs to have dll-interface to be used by clients of class 'atomstruct::CoordSet'
|
|---|
| 9257 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\CoordSet.h(51): note: see declaration of 'std::unordered_map<const atomstruct::Atom *,float,std::hash<const atomstruct::Atom *>,std::equal_to<const atomstruct::Atom *>,std::allocator<std::pair<const atomstruct::Atom *const ,float>>>'
|
|---|
| 9258 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\CoordSet.h(52): warning C4251: 'atomstruct::CoordSet::_occupancy_map': class 'std::unordered_map<const atomstruct::Atom *,float,std::hash<const atomstruct::Atom *>,std::equal_to<const atomstruct::Atom *>,std::allocator<std::pair<const atomstruct::Atom *const ,float>>>' needs to have dll-interface to be used by clients of class 'atomstruct::CoordSet'
|
|---|
| 9259 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\CoordSet.h(51): note: see declaration of 'std::unordered_map<const atomstruct::Atom *,float,std::hash<const atomstruct::Atom *>,std::equal_to<const atomstruct::Atom *>,std::allocator<std::pair<const atomstruct::Atom *const ,float>>>'
|
|---|
| 9260 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\CoordSet.h(77): warning C4267: 'return': conversion from 'size_t' to 'int', possible loss of data
|
|---|
| 9261 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\CoordSet.h(80): warning C4267: 'return': conversion from 'size_t' to 'int', possible loss of data
|
|---|
| 9262 | src/include\pyinstance/PythonInstance.declare.h(78): 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>'
|
|---|
| 9263 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 9264 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Atom.h(68): note: see reference to class template instantiation 'pyinstance::PythonInstance<atomstruct::Atom>' being compiled
|
|---|
| 9265 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Atom.h(124): warning C4251: 'atomstruct::Atom::_alt_loc_map': class 'std::map<unsigned char,atomstruct::Atom::_Alt_loc_info,std::less<unsigned char>,std::allocator<std::pair<const unsigned char,atomstruct::Atom::_Alt_loc_info>>>' needs to have dll-interface to be used by clients of class 'atomstruct::Atom'
|
|---|
| 9266 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Atom.h(123): note: see declaration of 'std::map<unsigned char,atomstruct::Atom::_Alt_loc_info,std::less<unsigned char>,std::allocator<std::pair<const unsigned char,atomstruct::Atom::_Alt_loc_info>>>'
|
|---|
| 9267 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Atom.h(126): warning C4251: 'atomstruct::Atom::_bonds': class 'std::vector<atomstruct::Bond *,std::allocator<atomstruct::Bond *>>' needs to have dll-interface to be used by clients of class 'atomstruct::Atom'
|
|---|
| 9268 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Ring.h(63): note: see declaration of 'std::vector<atomstruct::Bond *,std::allocator<atomstruct::Bond *>>'
|
|---|
| 9269 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Atom.h(127): 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'
|
|---|
| 9270 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\string_types.h(44): note: see declaration of 'chutil::CString<5,65,116,111,109,32,84,121,112,101>'
|
|---|
| 9271 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Atom.h(134): 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'
|
|---|
| 9272 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\string_types.h(44): note: see declaration of 'chutil::CString<5,65,116,111,109,32,84,121,112,101>'
|
|---|
| 9273 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Atom.h(136): warning C4251: 'atomstruct::Atom::_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::Atom'
|
|---|
| 9274 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 9275 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Atom.h(137): warning C4251: 'atomstruct::Atom::_neighbors': class 'std::vector<atomstruct::Atom *,std::allocator<atomstruct::Atom *>>' needs to have dll-interface to be used by clients of class 'atomstruct::Atom'
|
|---|
| 9276 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Ring.h(64): note: see declaration of 'std::vector<atomstruct::Atom *,std::allocator<atomstruct::Atom *>>'
|
|---|
| 9277 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Atom.h(143): warning C4251: 'atomstruct::Atom::_rings': class 'std::vector<const atomstruct::Ring *,std::allocator<const atomstruct::Ring *>>' needs to have dll-interface to be used by clients of class 'atomstruct::Atom'
|
|---|
| 9278 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Atom.h(91): note: see declaration of 'std::vector<const atomstruct::Ring *,std::allocator<const atomstruct::Ring *>>'
|
|---|
| 9279 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Atom.h(201): warning C4244: '=': conversion from 'double' to 'float', possible loss of data
|
|---|
| 9280 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Atom.h(205): warning C4244: 'return': conversion from 'double' to 'float', possible loss of data
|
|---|
| 9281 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Atom.h(223): warning C4267: 'return': conversion from 'size_t' to 'int', possible loss of data
|
|---|
| 9282 | src/include\pyinstance/PythonInstance.declare.h(78): 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>'
|
|---|
| 9283 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 9284 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Bond.h(47): note: see reference to class template instantiation 'pyinstance::PythonInstance<atomstruct::Bond>' being compiled
|
|---|
| 9285 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Bond.h(59): warning C4251: 'atomstruct::Bond::_rings': class 'std::vector<const atomstruct::Ring *,std::allocator<const atomstruct::Ring *>>' needs to have dll-interface to be used by clients of class 'atomstruct::Bond'
|
|---|
| 9286 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Atom.h(91): note: see declaration of 'std::vector<const atomstruct::Ring *,std::allocator<const atomstruct::Ring *>>'
|
|---|
| 9287 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Bond.h(128): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data
|
|---|
| 9288 | src/include\pyinstance/PythonInstance.declare.h(78): warning C4251: 'pyinstance::PythonInstance<atomstruct::PBGroup>::_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::PBGroup>'
|
|---|
| 9289 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 9290 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\PBGroup.h(61): note: see reference to class template instantiation 'pyinstance::PythonInstance<atomstruct::PBGroup>' being compiled
|
|---|
| 9291 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\PBGroup.h(70): warning C4251: 'atomstruct::PBGroup::_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::PBGroup'
|
|---|
| 9292 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 9293 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\PBGroup.h(169): warning C4251: 'atomstruct::StructurePBGroup::_pbonds': class 'std::set<atomstruct::Pseudobond *,std::less<atomstruct::Pseudobond *>,std::allocator<atomstruct::Pseudobond *>>' needs to have dll-interface to be used by clients of class 'atomstruct::StructurePBGroup'
|
|---|
| 9294 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\PBGroup.h(63): note: see declaration of 'std::set<atomstruct::Pseudobond *,std::less<atomstruct::Pseudobond *>,std::allocator<atomstruct::Pseudobond *>>'
|
|---|
| 9295 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\PBGroup.h(199): warning C4251: 'atomstruct::CS_PBGroup::_pbonds': class 'std::unordered_map<const atomstruct::CoordSet *,atomstruct::PBGroup::Pseudobonds,std::hash<const atomstruct::CoordSet *>,std::equal_to<const atomstruct::CoordSet *>,std::allocator<std::pair<const atomstruct::CoordSet *const ,atomstruct::PBGroup::Pseudobonds>>>' needs to have dll-interface to be used by clients of class 'atomstruct::CS_PBGroup'
|
|---|
| 9296 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\PBGroup.h(199): note: see declaration of 'std::unordered_map<const atomstruct::CoordSet *,atomstruct::PBGroup::Pseudobonds,std::hash<const atomstruct::CoordSet *>,std::equal_to<const atomstruct::CoordSet *>,std::allocator<std::pair<const atomstruct::CoordSet *const ,atomstruct::PBGroup::Pseudobonds>>>'
|
|---|
| 9297 | src/include\pyinstance/PythonInstance.declare.h(78): warning C4251: 'pyinstance::PythonInstance<atomstruct::Pseudobond>::_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::Pseudobond>'
|
|---|
| 9298 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 9299 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Pseudobond.h(52): note: see reference to class template instantiation 'pyinstance::PythonInstance<atomstruct::Pseudobond>' being compiled
|
|---|
| 9300 | src/include\pyinstance/PythonInstance.declare.h(78): 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>'
|
|---|
| 9301 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 9302 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Residue.h(53): note: see reference to class template instantiation 'pyinstance::PythonInstance<atomstruct::Residue>' being compiled
|
|---|
| 9303 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Residue.h(81): warning C4251: 'atomstruct::Residue::_atoms': class 'std::vector<atomstruct::Atom *,std::allocator<atomstruct::Atom *>>' needs to have dll-interface to be used by clients of class 'atomstruct::Residue'
|
|---|
| 9304 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Ring.h(64): note: see declaration of 'std::vector<atomstruct::Atom *,std::allocator<atomstruct::Atom *>>'
|
|---|
| 9305 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Residue.h(83): 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'
|
|---|
| 9306 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 9307 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Residue.h(85): 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'
|
|---|
| 9308 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 9309 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Residue.h(86): 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'
|
|---|
| 9310 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 9311 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Residue.h(162): warning C4251: 'atomstruct::Residue::aa_min_backbone_names': class 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>' needs to have dll-interface to be used by clients of class 'atomstruct::Residue'
|
|---|
| 9312 | src/include\element/Element.h(79): note: see declaration of 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>'
|
|---|
| 9313 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Residue.h(163): warning C4251: 'atomstruct::Residue::aa_min_ordered_backbone_names': class 'std::vector<atomstruct::ResName,std::allocator<std::string>>' needs to have dll-interface to be used by clients of class 'atomstruct::Residue'
|
|---|
| 9314 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Sequence.h(99): note: see declaration of 'std::vector<atomstruct::ResName,std::allocator<std::string>>'
|
|---|
| 9315 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Residue.h(164): warning C4251: 'atomstruct::Residue::aa_max_backbone_names': class 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>' needs to have dll-interface to be used by clients of class 'atomstruct::Residue'
|
|---|
| 9316 | src/include\element/Element.h(79): note: see declaration of 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>'
|
|---|
| 9317 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Residue.h(165): warning C4251: 'atomstruct::Residue::aa_ribbon_backbone_names': class 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>' needs to have dll-interface to be used by clients of class 'atomstruct::Residue'
|
|---|
| 9318 | src/include\element/Element.h(79): note: see declaration of 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>'
|
|---|
| 9319 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Residue.h(166): warning C4251: 'atomstruct::Residue::aa_side_connector_names': class 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>' needs to have dll-interface to be used by clients of class 'atomstruct::Residue'
|
|---|
| 9320 | src/include\element/Element.h(79): note: see declaration of 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>'
|
|---|
| 9321 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Residue.h(167): warning C4251: 'atomstruct::Residue::na_min_backbone_names': class 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>' needs to have dll-interface to be used by clients of class 'atomstruct::Residue'
|
|---|
| 9322 | src/include\element/Element.h(79): note: see declaration of 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>'
|
|---|
| 9323 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Residue.h(168): warning C4251: 'atomstruct::Residue::na_min_ordered_backbone_names': class 'std::vector<atomstruct::ResName,std::allocator<std::string>>' needs to have dll-interface to be used by clients of class 'atomstruct::Residue'
|
|---|
| 9324 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Sequence.h(99): note: see declaration of 'std::vector<atomstruct::ResName,std::allocator<std::string>>'
|
|---|
| 9325 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Residue.h(169): warning C4251: 'atomstruct::Residue::na_max_backbone_names': class 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>' needs to have dll-interface to be used by clients of class 'atomstruct::Residue'
|
|---|
| 9326 | src/include\element/Element.h(79): note: see declaration of 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>'
|
|---|
| 9327 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Residue.h(170): warning C4251: 'atomstruct::Residue::na_ribbon_backbone_names': class 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>' needs to have dll-interface to be used by clients of class 'atomstruct::Residue'
|
|---|
| 9328 | src/include\element/Element.h(79): note: see declaration of 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>'
|
|---|
| 9329 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Residue.h(171): warning C4251: 'atomstruct::Residue::na_side_connector_names': class 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>' needs to have dll-interface to be used by clients of class 'atomstruct::Residue'
|
|---|
| 9330 | src/include\element/Element.h(79): note: see declaration of 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>'
|
|---|
| 9331 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Residue.h(172): warning C4251: 'atomstruct::Residue::ribose_names': class 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>' needs to have dll-interface to be used by clients of class 'atomstruct::Residue'
|
|---|
| 9332 | src/include\element/Element.h(79): note: see declaration of 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>'
|
|---|
| 9333 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Residue.h(173): warning C4251: 'atomstruct::Residue::std_solvent_names': class 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>' needs to have dll-interface to be used by clients of class 'atomstruct::Residue'
|
|---|
| 9334 | src/include\element/Element.h(79): note: see declaration of 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>'
|
|---|
| 9335 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Residue.h(174): warning C4251: 'atomstruct::Residue::std_water_names': class 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>' needs to have dll-interface to be used by clients of class 'atomstruct::Residue'
|
|---|
| 9336 | src/include\element/Element.h(79): note: see declaration of 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>'
|
|---|
| 9337 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Residue.h(175): warning C4251: 'atomstruct::Residue::ideal_chirality': class 'std::map<atomstruct::ResName,std::map<atomstruct::ResName,char,std::less<std::string>,std::allocator<std::pair<const atomstruct::ResName,char>>>,std::less<std::string>,std::allocator<std::pair<const atomstruct::ResName,std::map<atomstruct::ResName,char,std::less<std::string>,std::allocator<std::pair<const atomstruct::ResName,char>>>>>>' needs to have dll-interface to be used by clients of class 'atomstruct::Residue'
|
|---|
| 9338 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Residue.h(175): note: see declaration of 'std::map<atomstruct::ResName,std::map<atomstruct::ResName,char,std::less<std::string>,std::allocator<std::pair<const atomstruct::ResName,char>>>,std::less<std::string>,std::allocator<std::pair<const atomstruct::ResName,std::map<atomstruct::ResName,char,std::less<std::string>,std::allocator<std::pair<const atomstruct::ResName,char>>>>>>'
|
|---|
| 9339 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Residue.h(126): warning C4267: 'return': conversion from 'size_t' to 'int', possible loss of data
|
|---|
| 9340 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\seq_assoc.h(64): warning C4251: 'atomstruct::MatchMap::_pos_to_res': class 'std::map<atomstruct::StructureSeq::SeqPos,atomstruct::Residue *,std::less<atomstruct::StructureSeq::SeqPos>,std::allocator<std::pair<const atomstruct::StructureSeq::SeqPos,atomstruct::Residue *>>>' needs to have dll-interface to be used by clients of class 'atomstruct::MatchMap'
|
|---|
| 9341 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\seq_assoc.h(60): note: see declaration of 'std::map<atomstruct::StructureSeq::SeqPos,atomstruct::Residue *,std::less<atomstruct::StructureSeq::SeqPos>,std::allocator<std::pair<const atomstruct::StructureSeq::SeqPos,atomstruct::Residue *>>>'
|
|---|
| 9342 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\seq_assoc.h(65): warning C4251: 'atomstruct::MatchMap::_res_to_pos': class 'std::map<atomstruct::Residue *,atomstruct::StructureSeq::SeqPos,std::less<atomstruct::Residue *>,std::allocator<std::pair<atomstruct::Residue *const ,atomstruct::StructureSeq::SeqPos>>>' needs to have dll-interface to be used by clients of class 'atomstruct::MatchMap'
|
|---|
| 9343 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\StructureSeq.h(51): note: see declaration of 'std::map<atomstruct::Residue *,atomstruct::StructureSeq::SeqPos,std::less<atomstruct::Residue *>,std::allocator<std::pair<atomstruct::Residue *const ,atomstruct::StructureSeq::SeqPos>>>'
|
|---|
| 9344 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\seq_assoc.h(85): warning C4275: non dll-interface class 'std::runtime_error' used as base for dll-interface class 'atomstruct::SA_AssocFailure'
|
|---|
| 9345 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\stdexcept(101): note: see declaration of 'std::runtime_error'
|
|---|
| 9346 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\seq_assoc.h(85): note: see declaration of 'atomstruct::SA_AssocFailure'
|
|---|
| 9347 | atomic_cpp/atomstruct_cpp/AtomicStructure.cpp(415): warning C4267: '+=': conversion from 'size_t' to 'unsigned int', possible loss of data
|
|---|
| 9348 | atomic_cpp/atomstruct_cpp/AtomicStructure.cpp(436): warning C4267: '+=': conversion from 'size_t' to 'unsigned int', possible loss of data
|
|---|
| 9349 | atomic_cpp/atomstruct_cpp/AtomicStructure.cpp(457): warning C4267: 'initializing': conversion from 'size_t' to 'unsigned int', possible loss of data
|
|---|
| 9350 | Bond.cpp
|
|---|
| 9351 | src/include\pyinstance/PythonInstance.declare.h(78): 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>'
|
|---|
| 9352 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 9353 | src/include\pyinstance/PythonInstance.declare.h(104): note: see reference to class template instantiation 'pyinstance::PythonInstance<C>' being compiled
|
|---|
| 9354 | src/include\pyinstance/PythonInstance.declare.h(78): 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>'
|
|---|
| 9355 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 9356 | src/include\element/Element.h(49): note: see reference to class template instantiation 'pyinstance::PythonInstance<element::Element>' being compiled
|
|---|
| 9357 | src/include\element/Element.h(76): warning C4251: 'element::Element::_alkali_metals': class 'std::set<int,std::less<int>,std::allocator<int>>' needs to have dll-interface to be used by clients of class 'element::Element'
|
|---|
| 9358 | src/include\element/Element.h(76): note: see declaration of 'std::set<int,std::less<int>,std::allocator<int>>'
|
|---|
| 9359 | src/include\element/Element.h(77): warning C4251: 'element::Element::_elements': class 'std::map<int,const element::Element *,std::less<int>,std::allocator<std::pair<const int,const element::Element *>>>' needs to have dll-interface to be used by clients of class 'element::Element'
|
|---|
| 9360 | src/include\element/Element.h(77): note: see declaration of 'std::map<int,const element::Element *,std::less<int>,std::allocator<std::pair<const int,const element::Element *>>>'
|
|---|
| 9361 | src/include\element/Element.h(78): warning C4251: 'element::Element::_halogens': class 'std::set<int,std::less<int>,std::allocator<int>>' needs to have dll-interface to be used by clients of class 'element::Element'
|
|---|
| 9362 | src/include\element/Element.h(76): note: see declaration of 'std::set<int,std::less<int>,std::allocator<int>>'
|
|---|
| 9363 | src/include\element/Element.h(79): warning C4251: 'element::Element::_names': class 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>' needs to have dll-interface to be used by clients of class 'element::Element'
|
|---|
| 9364 | src/include\element/Element.h(79): note: see declaration of 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>'
|
|---|
| 9365 | src/include\element/Element.h(80): warning C4251: 'element::Element::_noble_gases': class 'std::set<int,std::less<int>,std::allocator<int>>' needs to have dll-interface to be used by clients of class 'element::Element'
|
|---|
| 9366 | src/include\element/Element.h(76): note: see declaration of 'std::set<int,std::less<int>,std::allocator<int>>'
|
|---|
| 9367 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(59): warning C4251: 'atomstruct::Changes::created': class 'std::set<const void *,std::less<const void *>,std::allocator<const void *>>' needs to have dll-interface to be used by clients of class 'atomstruct::Changes'
|
|---|
| 9368 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(59): note: see declaration of 'std::set<const void *,std::less<const void *>,std::allocator<const void *>>'
|
|---|
| 9369 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(60): warning C4251: 'atomstruct::Changes::modified': class 'std::set<const void *,std::less<const void *>,std::allocator<const void *>>' needs to have dll-interface to be used by clients of class 'atomstruct::Changes'
|
|---|
| 9370 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(59): note: see declaration of 'std::set<const void *,std::less<const void *>,std::allocator<const void *>>'
|
|---|
| 9371 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(61): warning C4251: 'atomstruct::Changes::reasons': class 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>' needs to have dll-interface to be used by clients of class 'atomstruct::Changes'
|
|---|
| 9372 | src/include\element/Element.h(79): note: see declaration of 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>'
|
|---|
| 9373 | src/include\pyinstance/PythonInstance.declare.h(78): 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>'
|
|---|
| 9374 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 9375 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(68): note: see reference to class template instantiation 'pyinstance::PythonInstance<atomstruct::ChangeTracker>' being compiled
|
|---|
| 9376 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(82): warning C4251: 'atomstruct::ChangeTracker::_structure_type_changes': class 'std::map<atomstruct::Structure *,atomstruct::ChangeTracker::ChangesArray,std::less<atomstruct::Structure *>,std::allocator<std::pair<atomstruct::Structure *const ,atomstruct::ChangeTracker::ChangesArray>>>' needs to have dll-interface to be used by clients of class 'atomstruct::ChangeTracker'
|
|---|
| 9377 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(82): note: see declaration of 'std::map<atomstruct::Structure *,atomstruct::ChangeTracker::ChangesArray,std::less<atomstruct::Structure *>,std::allocator<std::pair<atomstruct::Structure *const ,atomstruct::ChangeTracker::ChangesArray>>>'
|
|---|
| 9378 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(83): warning C4251: 'atomstruct::ChangeTracker::_dead_structures': class 'std::set<atomstruct::Structure *,std::less<atomstruct::Structure *>,std::allocator<atomstruct::Structure *>>' needs to have dll-interface to be used by clients of class 'atomstruct::ChangeTracker'
|
|---|
| 9379 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(83): note: see declaration of 'std::set<atomstruct::Structure *,std::less<atomstruct::Structure *>,std::allocator<atomstruct::Structure *>>'
|
|---|
| 9380 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(92): 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'
|
|---|
| 9381 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 9382 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(93): 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'
|
|---|
| 9383 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 9384 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(94): warning C4251: 'atomstruct::ChangeTracker::REASON_ALT_LOCS': 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'
|
|---|
| 9385 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 9386 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(95): 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'
|
|---|
| 9387 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 9388 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(96): 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'
|
|---|
| 9389 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 9390 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(97): 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'
|
|---|
| 9391 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 9392 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(98): warning C4251: 'atomstruct::ChangeTracker::REASON_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::ChangeTracker'
|
|---|
| 9393 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 9394 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(99): 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'
|
|---|
| 9395 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 9396 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(100): 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'
|
|---|
| 9397 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 9398 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(101): 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'
|
|---|
| 9399 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 9400 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(102): 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'
|
|---|
| 9401 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 9402 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(103): 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'
|
|---|
| 9403 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 9404 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(104): warning C4251: 'atomstruct::ChangeTracker::REASON_ELEMENT': 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'
|
|---|
| 9405 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 9406 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(105): 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'
|
|---|
| 9407 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 9408 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(106): 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'
|
|---|
| 9409 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 9410 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(107): 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'
|
|---|
| 9411 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 9412 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(108): warning C4251: 'atomstruct::ChangeTracker::REASON_INSERTION_CODE': 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'
|
|---|
| 9413 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 9414 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(109): 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'
|
|---|
| 9415 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 9416 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(110): warning C4251: 'atomstruct::ChangeTracker::REASON_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'
|
|---|
| 9417 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 9418 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(111): 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'
|
|---|
| 9419 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 9420 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(112): 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'
|
|---|
| 9421 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 9422 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(113): 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'
|
|---|
| 9423 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 9424 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(114): 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'
|
|---|
| 9425 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 9426 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(115): 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'
|
|---|
| 9427 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 9428 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(116): 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'
|
|---|
| 9429 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 9430 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(117): 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'
|
|---|
| 9431 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 9432 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(118): 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'
|
|---|
| 9433 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 9434 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(119): 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'
|
|---|
| 9435 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 9436 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(120): 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'
|
|---|
| 9437 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 9438 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(121): 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'
|
|---|
| 9439 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 9440 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(122): 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'
|
|---|
| 9441 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 9442 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(123): 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'
|
|---|
| 9443 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 9444 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(124): 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'
|
|---|
| 9445 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 9446 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(125): 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'
|
|---|
| 9447 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 9448 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(126): 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'
|
|---|
| 9449 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 9450 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(127): 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'
|
|---|
| 9451 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 9452 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(128): 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'
|
|---|
| 9453 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 9454 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(129): 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'
|
|---|
| 9455 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 9456 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(130): 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'
|
|---|
| 9457 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 9458 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(131): warning C4251: 'atomstruct::ChangeTracker::REASON_WORM_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'
|
|---|
| 9459 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 9460 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(132): warning C4251: 'atomstruct::ChangeTracker::REASON_WORM_RIBBON': 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'
|
|---|
| 9461 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 9462 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(306): 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'
|
|---|
| 9463 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 9464 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\destruct.h(53): warning C4251: 'atomstruct::DestructionCoordinator::_observers': class 'std::set<atomstruct::DestructionObserver *,std::less<atomstruct::DestructionObserver *>,std::allocator<atomstruct::DestructionObserver *>>' needs to have dll-interface to be used by clients of class 'atomstruct::DestructionCoordinator'
|
|---|
| 9465 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\destruct.h(53): note: see declaration of 'std::set<atomstruct::DestructionObserver *,std::less<atomstruct::DestructionObserver *>,std::allocator<atomstruct::DestructionObserver *>>'
|
|---|
| 9466 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\destruct.h(54): warning C4251: 'atomstruct::DestructionCoordinator::_destroyed': class 'std::set<void *,std::less<void *>,std::allocator<void *>>' needs to have dll-interface to be used by clients of class 'atomstruct::DestructionCoordinator'
|
|---|
| 9467 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\destruct.h(42): note: see declaration of 'std::set<void *,std::less<void *>,std::allocator<void *>>'
|
|---|
| 9468 | src/include\pyinstance/PythonInstance.declare.h(78): 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>'
|
|---|
| 9469 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 9470 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Sequence.h(57): note: see reference to class template instantiation 'pyinstance::PythonInstance<atomstruct::Sequence>' being compiled
|
|---|
| 9471 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Sequence.h(63): warning C4251: 'atomstruct::Sequence::_nucleic3to1': class 'std::map<atomstruct::ResName,char,std::less<std::string>,std::allocator<std::pair<const atomstruct::ResName,char>>>' needs to have dll-interface to be used by clients of class 'atomstruct::Sequence'
|
|---|
| 9472 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Sequence.h(61): note: see declaration of 'std::map<atomstruct::ResName,char,std::less<std::string>,std::allocator<std::pair<const atomstruct::ResName,char>>>'
|
|---|
| 9473 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Sequence.h(64): warning C4251: 'atomstruct::Sequence::_protein3to1': class 'std::map<atomstruct::ResName,char,std::less<std::string>,std::allocator<std::pair<const atomstruct::ResName,char>>>' needs to have dll-interface to be used by clients of class 'atomstruct::Sequence'
|
|---|
| 9474 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Sequence.h(61): note: see declaration of 'std::map<atomstruct::ResName,char,std::less<std::string>,std::allocator<std::pair<const atomstruct::ResName,char>>>'
|
|---|
| 9475 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Sequence.h(65): warning C4251: 'atomstruct::Sequence::_rname3to1': class 'std::map<atomstruct::ResName,char,std::less<std::string>,std::allocator<std::pair<const atomstruct::ResName,char>>>' needs to have dll-interface to be used by clients of class 'atomstruct::Sequence'
|
|---|
| 9476 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Sequence.h(61): note: see declaration of 'std::map<atomstruct::ResName,char,std::less<std::string>,std::allocator<std::pair<const atomstruct::ResName,char>>>'
|
|---|
| 9477 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Sequence.h(67): warning C4251: 'atomstruct::Sequence::_cache_g2ug': class 'std::map<unsigned int,unsigned int,std::less<unsigned int>,std::allocator<std::pair<const unsigned int,unsigned int>>>' needs to have dll-interface to be used by clients of class 'atomstruct::Sequence'
|
|---|
| 9478 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Sequence.h(67): note: see declaration of 'std::map<unsigned int,unsigned int,std::less<unsigned int>,std::allocator<std::pair<const unsigned int,unsigned int>>>'
|
|---|
| 9479 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Sequence.h(68): warning C4251: 'atomstruct::Sequence::_cache_ug2g': class 'std::map<unsigned int,unsigned int,std::less<unsigned int>,std::allocator<std::pair<const unsigned int,unsigned int>>>' needs to have dll-interface to be used by clients of class 'atomstruct::Sequence'
|
|---|
| 9480 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Sequence.h(67): note: see declaration of 'std::map<unsigned int,unsigned int,std::less<unsigned int>,std::allocator<std::pair<const unsigned int,unsigned int>>>'
|
|---|
| 9481 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Sequence.h(69): 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'
|
|---|
| 9482 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Sequence.h(59): note: see declaration of 'std::vector<char,std::allocator<char>>'
|
|---|
| 9483 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Sequence.h(74): 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'
|
|---|
| 9484 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Sequence.h(59): note: see declaration of 'std::vector<char,std::allocator<char>>'
|
|---|
| 9485 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Sequence.h(75): 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'
|
|---|
| 9486 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 9487 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Sequence.h(140): warning C4267: 'return': conversion from 'size_t' to 'int', possible loss of data
|
|---|
| 9488 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\StructureSeq.h(61): 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'
|
|---|
| 9489 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 9490 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\StructureSeq.h(62): warning C4251: 'atomstruct::StructureSeq::_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 'atomstruct::StructureSeq'
|
|---|
| 9491 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 9492 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\StructureSeq.h(66): warning C4251: 'atomstruct::StructureSeq::_res_map': class 'std::map<atomstruct::Residue *,atomstruct::StructureSeq::SeqPos,std::less<atomstruct::Residue *>,std::allocator<std::pair<atomstruct::Residue *const ,atomstruct::StructureSeq::SeqPos>>>' needs to have dll-interface to be used by clients of class 'atomstruct::StructureSeq'
|
|---|
| 9493 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\StructureSeq.h(51): note: see declaration of 'std::map<atomstruct::Residue *,atomstruct::StructureSeq::SeqPos,std::less<atomstruct::Residue *>,std::allocator<std::pair<atomstruct::Residue *const ,atomstruct::StructureSeq::SeqPos>>>'
|
|---|
| 9494 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\StructureSeq.h(67): warning C4251: 'atomstruct::StructureSeq::_residues': class 'std::vector<atomstruct::Residue *,std::allocator<atomstruct::Residue *>>' needs to have dll-interface to be used by clients of class 'atomstruct::StructureSeq'
|
|---|
| 9495 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\StructureSeq.h(50): note: see declaration of 'std::vector<atomstruct::Residue *,std::allocator<atomstruct::Residue *>>'
|
|---|
| 9496 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\StructureSeq.h(122): warning C4267: 'return': conversion from 'size_t' to 'int', possible loss of data
|
|---|
| 9497 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\CompSS.h(42): warning C4251: 'atomstruct::CompSSInfo::strands': class 'std::vector<std::pair<atomstruct::Residue *,atomstruct::Residue *>,std::allocator<std::pair<atomstruct::Residue *,atomstruct::Residue *>>>' needs to have dll-interface to be used by clients of class 'atomstruct::CompSSInfo'
|
|---|
| 9498 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\CompSS.h(42): note: see declaration of 'std::vector<std::pair<atomstruct::Residue *,atomstruct::Residue *>,std::allocator<std::pair<atomstruct::Residue *,atomstruct::Residue *>>>'
|
|---|
| 9499 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\CompSS.h(43): warning C4251: 'atomstruct::CompSSInfo::sheets': class 'std::vector<std::set<int,std::less<int>,std::allocator<int>>,std::allocator<std::set<int,std::less<int>,std::allocator<int>>>>' needs to have dll-interface to be used by clients of class 'atomstruct::CompSSInfo'
|
|---|
| 9500 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\CompSS.h(43): note: see declaration of 'std::vector<std::set<int,std::less<int>,std::allocator<int>>,std::allocator<std::set<int,std::less<int>,std::allocator<int>>>>'
|
|---|
| 9501 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\CompSS.h(44): warning C4251: 'atomstruct::CompSSInfo::strands_parallel': class 'std::map<std::pair<int,int>,bool,std::less<std::pair<int,int>>,std::allocator<std::pair<const std::pair<int,int>,bool>>>' needs to have dll-interface to be used by clients of class 'atomstruct::CompSSInfo'
|
|---|
| 9502 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\CompSS.h(44): note: see declaration of 'std::map<std::pair<int,int>,bool,std::less<std::pair<int,int>>,std::allocator<std::pair<const std::pair<int,int>,bool>>>'
|
|---|
| 9503 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\CompSS.h(45): warning C4251: 'atomstruct::CompSSInfo::helix_info': class 'std::vector<std::pair<std::pair<atomstruct::Residue *,atomstruct::Residue *>,char>,std::allocator<std::pair<std::pair<atomstruct::Residue *,atomstruct::Residue *>,char>>>' needs to have dll-interface to be used by clients of class 'atomstruct::CompSSInfo'
|
|---|
| 9504 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\CompSS.h(45): note: see declaration of 'std::vector<std::pair<std::pair<atomstruct::Residue *,atomstruct::Residue *>,char>,std::allocator<std::pair<std::pair<atomstruct::Residue *,atomstruct::Residue *>,char>>>'
|
|---|
| 9505 | src/include\pyinstance/PythonInstance.declare.h(78): 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>'
|
|---|
| 9506 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 9507 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\PBManager.h(53): note: see reference to class template instantiation 'pyinstance::PythonInstance<atomstruct::BaseManager>' being compiled
|
|---|
| 9508 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\PBManager.h(63): warning C4251: 'atomstruct::BaseManager::_groups': class 'std::map<std::string,atomstruct::Proxy_PBGroup *,std::less<std::string>,std::allocator<std::pair<const std::string,atomstruct::Proxy_PBGroup *>>>' needs to have dll-interface to be used by clients of class 'atomstruct::BaseManager'
|
|---|
| 9509 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\PBManager.h(58): note: see declaration of 'std::map<std::string,atomstruct::Proxy_PBGroup *,std::less<std::string>,std::allocator<std::pair<const std::string,atomstruct::Proxy_PBGroup *>>>'
|
|---|
| 9510 | src/include\pyinstance/PythonInstance.declare.h(78): 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>'
|
|---|
| 9511 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 9512 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Ring.h(38): note: see reference to class template instantiation 'pyinstance::PythonInstance<atomstruct::Ring>' being compiled
|
|---|
| 9513 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Ring.h(43): warning C4251: 'atomstruct::Ring::_bonds': class 'std::set<atomstruct::Bond *,std::less<atomstruct::Bond *>,std::allocator<atomstruct::Bond *>>' needs to have dll-interface to be used by clients of class 'atomstruct::Ring'
|
|---|
| 9514 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Ring.h(41): note: see declaration of 'std::set<atomstruct::Bond *,std::less<atomstruct::Bond *>,std::allocator<atomstruct::Bond *>>'
|
|---|
| 9515 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Ring.h(44): warning C4251: 'atomstruct::Ring::_atoms': class 'std::set<atomstruct::Atom *,std::less<atomstruct::Atom *>,std::allocator<atomstruct::Atom *>>' needs to have dll-interface to be used by clients of class 'atomstruct::Ring'
|
|---|
| 9516 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Ring.h(40): note: see declaration of 'std::set<atomstruct::Atom *,std::less<atomstruct::Atom *>,std::allocator<atomstruct::Atom *>>'
|
|---|
| 9517 | src/include\pyinstance/PythonInstance.declare.h(78): 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>'
|
|---|
| 9518 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 9519 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Structure.h(110): note: see reference to class template instantiation 'pyinstance::PythonInstance<atomstruct::Structure>' being compiled
|
|---|
| 9520 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Structure.h(145): warning C4251: 'atomstruct::Structure::_atoms': class 'std::vector<atomstruct::Atom *,std::allocator<atomstruct::Atom *>>' needs to have dll-interface to be used by clients of class 'atomstruct::Structure'
|
|---|
| 9521 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Ring.h(64): note: see declaration of 'std::vector<atomstruct::Atom *,std::allocator<atomstruct::Atom *>>'
|
|---|
| 9522 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Structure.h(147): warning C4251: 'atomstruct::Structure::_bonds': class 'std::vector<atomstruct::Bond *,std::allocator<atomstruct::Bond *>>' needs to have dll-interface to be used by clients of class 'atomstruct::Structure'
|
|---|
| 9523 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Ring.h(63): note: see declaration of 'std::vector<atomstruct::Bond *,std::allocator<atomstruct::Bond *>>'
|
|---|
| 9524 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Structure.h(151): warning C4251: 'atomstruct::Structure::_coord_sets': class 'std::vector<atomstruct::CoordSet *,std::allocator<atomstruct::CoordSet *>>' needs to have dll-interface to be used by clients of class 'atomstruct::Structure'
|
|---|
| 9525 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Structure.h(120): note: see declaration of 'std::vector<atomstruct::CoordSet *,std::allocator<atomstruct::CoordSet *>>'
|
|---|
| 9526 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Structure.h(156): warning C4251: 'atomstruct::Structure::_input_seq_info': class 'std::map<atomstruct::ChainID,std::vector<atomstruct::ResName,std::allocator<std::string>>,std::less<std::string>,std::allocator<std::pair<const atomstruct::ChainID,std::vector<atomstruct::ResName,std::allocator<std::string>>>>>' needs to have dll-interface to be used by clients of class 'atomstruct::Structure'
|
|---|
| 9527 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Structure.h(121): note: see declaration of 'std::map<atomstruct::ChainID,std::vector<atomstruct::ResName,std::allocator<std::string>>,std::less<std::string>,std::allocator<std::pair<const atomstruct::ChainID,std::vector<atomstruct::ResName,std::allocator<std::string>>>>>'
|
|---|
| 9528 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Structure.h(163): warning C4251: 'atomstruct::Structure::_residues': class 'std::vector<atomstruct::Residue *,std::allocator<atomstruct::Residue *>>' needs to have dll-interface to be used by clients of class 'atomstruct::Structure'
|
|---|
| 9529 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\StructureSeq.h(50): note: see declaration of 'std::vector<atomstruct::Residue *,std::allocator<atomstruct::Residue *>>'
|
|---|
| 9530 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Structure.h(165): warning C4251: 'atomstruct::Structure::_res_numbering_valid': class 'std::vector<bool,std::allocator<bool>>' needs to have dll-interface to be used by clients of class 'atomstruct::Structure'
|
|---|
| 9531 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Structure.h(165): note: see declaration of 'std::vector<bool,std::allocator<bool>>'
|
|---|
| 9532 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Structure.h(176): warning C4251: 'atomstruct::Structure::_rings': class 'std::set<atomstruct::Ring,std::less<atomstruct::Ring>,std::allocator<atomstruct::Ring>>' needs to have dll-interface to be used by clients of class 'atomstruct::Structure'
|
|---|
| 9533 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Structure.h(128): note: see declaration of 'std::set<atomstruct::Ring,std::less<atomstruct::Ring>,std::allocator<atomstruct::Ring>>'
|
|---|
| 9534 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Structure.h(283): 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'
|
|---|
| 9535 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 9536 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Structure.h(287): warning C4251: 'atomstruct::Structure::metadata': class 'std::map<atomstruct::ChainID,std::vector<atomstruct::ResName,std::allocator<std::string>>,std::less<std::string>,std::allocator<std::pair<const atomstruct::ChainID,std::vector<atomstruct::ResName,std::allocator<std::string>>>>>' needs to have dll-interface to be used by clients of class 'atomstruct::Structure'
|
|---|
| 9537 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Structure.h(121): note: see declaration of 'std::map<atomstruct::ChainID,std::vector<atomstruct::ResName,std::allocator<std::string>>,std::less<std::string>,std::allocator<std::pair<const atomstruct::ChainID,std::vector<atomstruct::ResName,std::allocator<std::string>>>>>'
|
|---|
| 9538 | src/include\pyinstance/PythonInstance.declare.h(78): 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>'
|
|---|
| 9539 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 9540 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\CoordSet.h(41): note: see reference to class template instantiation 'pyinstance::PythonInstance<atomstruct::CoordSet>' being compiled
|
|---|
| 9541 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\CoordSet.h(49): warning C4251: 'atomstruct::CoordSet::_coords': class 'std::vector<atomstruct::Coord,std::allocator<atomstruct::Coord>>' needs to have dll-interface to be used by clients of class 'atomstruct::CoordSet'
|
|---|
| 9542 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\CoordSet.h(46): note: see declaration of 'std::vector<atomstruct::Coord,std::allocator<atomstruct::Coord>>'
|
|---|
| 9543 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\CoordSet.h(51): warning C4251: 'atomstruct::CoordSet::_bfactor_map': class 'std::unordered_map<const atomstruct::Atom *,float,std::hash<const atomstruct::Atom *>,std::equal_to<const atomstruct::Atom *>,std::allocator<std::pair<const atomstruct::Atom *const ,float>>>' needs to have dll-interface to be used by clients of class 'atomstruct::CoordSet'
|
|---|
| 9544 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\CoordSet.h(51): note: see declaration of 'std::unordered_map<const atomstruct::Atom *,float,std::hash<const atomstruct::Atom *>,std::equal_to<const atomstruct::Atom *>,std::allocator<std::pair<const atomstruct::Atom *const ,float>>>'
|
|---|
| 9545 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\CoordSet.h(52): warning C4251: 'atomstruct::CoordSet::_occupancy_map': class 'std::unordered_map<const atomstruct::Atom *,float,std::hash<const atomstruct::Atom *>,std::equal_to<const atomstruct::Atom *>,std::allocator<std::pair<const atomstruct::Atom *const ,float>>>' needs to have dll-interface to be used by clients of class 'atomstruct::CoordSet'
|
|---|
| 9546 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\CoordSet.h(51): note: see declaration of 'std::unordered_map<const atomstruct::Atom *,float,std::hash<const atomstruct::Atom *>,std::equal_to<const atomstruct::Atom *>,std::allocator<std::pair<const atomstruct::Atom *const ,float>>>'
|
|---|
| 9547 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\CoordSet.h(77): warning C4267: 'return': conversion from 'size_t' to 'int', possible loss of data
|
|---|
| 9548 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\CoordSet.h(80): warning C4267: 'return': conversion from 'size_t' to 'int', possible loss of data
|
|---|
| 9549 | src/include\pyinstance/PythonInstance.declare.h(78): 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>'
|
|---|
| 9550 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 9551 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Atom.h(68): note: see reference to class template instantiation 'pyinstance::PythonInstance<atomstruct::Atom>' being compiled
|
|---|
| 9552 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Atom.h(124): warning C4251: 'atomstruct::Atom::_alt_loc_map': class 'std::map<unsigned char,atomstruct::Atom::_Alt_loc_info,std::less<unsigned char>,std::allocator<std::pair<const unsigned char,atomstruct::Atom::_Alt_loc_info>>>' needs to have dll-interface to be used by clients of class 'atomstruct::Atom'
|
|---|
| 9553 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Atom.h(123): note: see declaration of 'std::map<unsigned char,atomstruct::Atom::_Alt_loc_info,std::less<unsigned char>,std::allocator<std::pair<const unsigned char,atomstruct::Atom::_Alt_loc_info>>>'
|
|---|
| 9554 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Atom.h(126): warning C4251: 'atomstruct::Atom::_bonds': class 'std::vector<atomstruct::Bond *,std::allocator<atomstruct::Bond *>>' needs to have dll-interface to be used by clients of class 'atomstruct::Atom'
|
|---|
| 9555 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Ring.h(63): note: see declaration of 'std::vector<atomstruct::Bond *,std::allocator<atomstruct::Bond *>>'
|
|---|
| 9556 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Atom.h(127): 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'
|
|---|
| 9557 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\string_types.h(44): note: see declaration of 'chutil::CString<5,65,116,111,109,32,84,121,112,101>'
|
|---|
| 9558 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Atom.h(134): 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'
|
|---|
| 9559 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\string_types.h(44): note: see declaration of 'chutil::CString<5,65,116,111,109,32,84,121,112,101>'
|
|---|
| 9560 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Atom.h(136): warning C4251: 'atomstruct::Atom::_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::Atom'
|
|---|
| 9561 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 9562 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Atom.h(137): warning C4251: 'atomstruct::Atom::_neighbors': class 'std::vector<atomstruct::Atom *,std::allocator<atomstruct::Atom *>>' needs to have dll-interface to be used by clients of class 'atomstruct::Atom'
|
|---|
| 9563 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Ring.h(64): note: see declaration of 'std::vector<atomstruct::Atom *,std::allocator<atomstruct::Atom *>>'
|
|---|
| 9564 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Atom.h(143): warning C4251: 'atomstruct::Atom::_rings': class 'std::vector<const atomstruct::Ring *,std::allocator<const atomstruct::Ring *>>' needs to have dll-interface to be used by clients of class 'atomstruct::Atom'
|
|---|
| 9565 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Atom.h(91): note: see declaration of 'std::vector<const atomstruct::Ring *,std::allocator<const atomstruct::Ring *>>'
|
|---|
| 9566 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Atom.h(201): warning C4244: '=': conversion from 'double' to 'float', possible loss of data
|
|---|
| 9567 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Atom.h(205): warning C4244: 'return': conversion from 'double' to 'float', possible loss of data
|
|---|
| 9568 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Atom.h(223): warning C4267: 'return': conversion from 'size_t' to 'int', possible loss of data
|
|---|
| 9569 | src/include\pyinstance/PythonInstance.declare.h(78): 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>'
|
|---|
| 9570 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 9571 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Bond.h(47): note: see reference to class template instantiation 'pyinstance::PythonInstance<atomstruct::Bond>' being compiled
|
|---|
| 9572 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Bond.h(59): warning C4251: 'atomstruct::Bond::_rings': class 'std::vector<const atomstruct::Ring *,std::allocator<const atomstruct::Ring *>>' needs to have dll-interface to be used by clients of class 'atomstruct::Bond'
|
|---|
| 9573 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Atom.h(91): note: see declaration of 'std::vector<const atomstruct::Ring *,std::allocator<const atomstruct::Ring *>>'
|
|---|
| 9574 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Bond.h(128): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data
|
|---|
| 9575 | src/include\pyinstance/PythonInstance.declare.h(78): warning C4251: 'pyinstance::PythonInstance<atomstruct::PBGroup>::_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::PBGroup>'
|
|---|
| 9576 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 9577 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\PBGroup.h(61): note: see reference to class template instantiation 'pyinstance::PythonInstance<atomstruct::PBGroup>' being compiled
|
|---|
| 9578 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\PBGroup.h(70): warning C4251: 'atomstruct::PBGroup::_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::PBGroup'
|
|---|
| 9579 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 9580 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\PBGroup.h(169): warning C4251: 'atomstruct::StructurePBGroup::_pbonds': class 'std::set<atomstruct::Pseudobond *,std::less<atomstruct::Pseudobond *>,std::allocator<atomstruct::Pseudobond *>>' needs to have dll-interface to be used by clients of class 'atomstruct::StructurePBGroup'
|
|---|
| 9581 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\PBGroup.h(63): note: see declaration of 'std::set<atomstruct::Pseudobond *,std::less<atomstruct::Pseudobond *>,std::allocator<atomstruct::Pseudobond *>>'
|
|---|
| 9582 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\PBGroup.h(199): warning C4251: 'atomstruct::CS_PBGroup::_pbonds': class 'std::unordered_map<const atomstruct::CoordSet *,atomstruct::PBGroup::Pseudobonds,std::hash<const atomstruct::CoordSet *>,std::equal_to<const atomstruct::CoordSet *>,std::allocator<std::pair<const atomstruct::CoordSet *const ,atomstruct::PBGroup::Pseudobonds>>>' needs to have dll-interface to be used by clients of class 'atomstruct::CS_PBGroup'
|
|---|
| 9583 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\PBGroup.h(199): note: see declaration of 'std::unordered_map<const atomstruct::CoordSet *,atomstruct::PBGroup::Pseudobonds,std::hash<const atomstruct::CoordSet *>,std::equal_to<const atomstruct::CoordSet *>,std::allocator<std::pair<const atomstruct::CoordSet *const ,atomstruct::PBGroup::Pseudobonds>>>'
|
|---|
| 9584 | src/include\pyinstance/PythonInstance.declare.h(78): warning C4251: 'pyinstance::PythonInstance<atomstruct::Pseudobond>::_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::Pseudobond>'
|
|---|
| 9585 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 9586 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Pseudobond.h(52): note: see reference to class template instantiation 'pyinstance::PythonInstance<atomstruct::Pseudobond>' being compiled
|
|---|
| 9587 | src/include\pyinstance/PythonInstance.declare.h(78): 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>'
|
|---|
| 9588 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 9589 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Residue.h(53): note: see reference to class template instantiation 'pyinstance::PythonInstance<atomstruct::Residue>' being compiled
|
|---|
| 9590 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Residue.h(81): warning C4251: 'atomstruct::Residue::_atoms': class 'std::vector<atomstruct::Atom *,std::allocator<atomstruct::Atom *>>' needs to have dll-interface to be used by clients of class 'atomstruct::Residue'
|
|---|
| 9591 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Ring.h(64): note: see declaration of 'std::vector<atomstruct::Atom *,std::allocator<atomstruct::Atom *>>'
|
|---|
| 9592 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Residue.h(83): 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'
|
|---|
| 9593 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 9594 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Residue.h(85): 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'
|
|---|
| 9595 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 9596 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Residue.h(86): 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'
|
|---|
| 9597 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 9598 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Residue.h(162): warning C4251: 'atomstruct::Residue::aa_min_backbone_names': class 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>' needs to have dll-interface to be used by clients of class 'atomstruct::Residue'
|
|---|
| 9599 | src/include\element/Element.h(79): note: see declaration of 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>'
|
|---|
| 9600 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Residue.h(163): warning C4251: 'atomstruct::Residue::aa_min_ordered_backbone_names': class 'std::vector<atomstruct::ResName,std::allocator<std::string>>' needs to have dll-interface to be used by clients of class 'atomstruct::Residue'
|
|---|
| 9601 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Sequence.h(99): note: see declaration of 'std::vector<atomstruct::ResName,std::allocator<std::string>>'
|
|---|
| 9602 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Residue.h(164): warning C4251: 'atomstruct::Residue::aa_max_backbone_names': class 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>' needs to have dll-interface to be used by clients of class 'atomstruct::Residue'
|
|---|
| 9603 | src/include\element/Element.h(79): note: see declaration of 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>'
|
|---|
| 9604 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Residue.h(165): warning C4251: 'atomstruct::Residue::aa_ribbon_backbone_names': class 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>' needs to have dll-interface to be used by clients of class 'atomstruct::Residue'
|
|---|
| 9605 | src/include\element/Element.h(79): note: see declaration of 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>'
|
|---|
| 9606 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Residue.h(166): warning C4251: 'atomstruct::Residue::aa_side_connector_names': class 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>' needs to have dll-interface to be used by clients of class 'atomstruct::Residue'
|
|---|
| 9607 | src/include\element/Element.h(79): note: see declaration of 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>'
|
|---|
| 9608 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Residue.h(167): warning C4251: 'atomstruct::Residue::na_min_backbone_names': class 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>' needs to have dll-interface to be used by clients of class 'atomstruct::Residue'
|
|---|
| 9609 | src/include\element/Element.h(79): note: see declaration of 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>'
|
|---|
| 9610 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Residue.h(168): warning C4251: 'atomstruct::Residue::na_min_ordered_backbone_names': class 'std::vector<atomstruct::ResName,std::allocator<std::string>>' needs to have dll-interface to be used by clients of class 'atomstruct::Residue'
|
|---|
| 9611 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Sequence.h(99): note: see declaration of 'std::vector<atomstruct::ResName,std::allocator<std::string>>'
|
|---|
| 9612 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Residue.h(169): warning C4251: 'atomstruct::Residue::na_max_backbone_names': class 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>' needs to have dll-interface to be used by clients of class 'atomstruct::Residue'
|
|---|
| 9613 | src/include\element/Element.h(79): note: see declaration of 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>'
|
|---|
| 9614 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Residue.h(170): warning C4251: 'atomstruct::Residue::na_ribbon_backbone_names': class 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>' needs to have dll-interface to be used by clients of class 'atomstruct::Residue'
|
|---|
| 9615 | src/include\element/Element.h(79): note: see declaration of 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>'
|
|---|
| 9616 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Residue.h(171): warning C4251: 'atomstruct::Residue::na_side_connector_names': class 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>' needs to have dll-interface to be used by clients of class 'atomstruct::Residue'
|
|---|
| 9617 | src/include\element/Element.h(79): note: see declaration of 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>'
|
|---|
| 9618 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Residue.h(172): warning C4251: 'atomstruct::Residue::ribose_names': class 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>' needs to have dll-interface to be used by clients of class 'atomstruct::Residue'
|
|---|
| 9619 | src/include\element/Element.h(79): note: see declaration of 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>'
|
|---|
| 9620 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Residue.h(173): warning C4251: 'atomstruct::Residue::std_solvent_names': class 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>' needs to have dll-interface to be used by clients of class 'atomstruct::Residue'
|
|---|
| 9621 | src/include\element/Element.h(79): note: see declaration of 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>'
|
|---|
| 9622 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Residue.h(174): warning C4251: 'atomstruct::Residue::std_water_names': class 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>' needs to have dll-interface to be used by clients of class 'atomstruct::Residue'
|
|---|
| 9623 | src/include\element/Element.h(79): note: see declaration of 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>'
|
|---|
| 9624 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Residue.h(175): warning C4251: 'atomstruct::Residue::ideal_chirality': class 'std::map<atomstruct::ResName,std::map<atomstruct::ResName,char,std::less<std::string>,std::allocator<std::pair<const atomstruct::ResName,char>>>,std::less<std::string>,std::allocator<std::pair<const atomstruct::ResName,std::map<atomstruct::ResName,char,std::less<std::string>,std::allocator<std::pair<const atomstruct::ResName,char>>>>>>' needs to have dll-interface to be used by clients of class 'atomstruct::Residue'
|
|---|
| 9625 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Residue.h(175): note: see declaration of 'std::map<atomstruct::ResName,std::map<atomstruct::ResName,char,std::less<std::string>,std::allocator<std::pair<const atomstruct::ResName,char>>>,std::less<std::string>,std::allocator<std::pair<const atomstruct::ResName,std::map<atomstruct::ResName,char,std::less<std::string>,std::allocator<std::pair<const atomstruct::ResName,char>>>>>>'
|
|---|
| 9626 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Residue.h(126): warning C4267: 'return': conversion from 'size_t' to 'int', possible loss of data
|
|---|
| 9627 | Chain.cpp
|
|---|
| 9628 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\destruct.h(53): warning C4251: 'atomstruct::DestructionCoordinator::_observers': class 'std::set<atomstruct::DestructionObserver *,std::less<atomstruct::DestructionObserver *>,std::allocator<atomstruct::DestructionObserver *>>' needs to have dll-interface to be used by clients of class 'atomstruct::DestructionCoordinator'
|
|---|
| 9629 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\destruct.h(53): note: see declaration of 'std::set<atomstruct::DestructionObserver *,std::less<atomstruct::DestructionObserver *>,std::allocator<atomstruct::DestructionObserver *>>'
|
|---|
| 9630 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\destruct.h(54): warning C4251: 'atomstruct::DestructionCoordinator::_destroyed': class 'std::set<void *,std::less<void *>,std::allocator<void *>>' needs to have dll-interface to be used by clients of class 'atomstruct::DestructionCoordinator'
|
|---|
| 9631 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\destruct.h(42): note: see declaration of 'std::set<void *,std::less<void *>,std::allocator<void *>>'
|
|---|
| 9632 | src/include\pyinstance/PythonInstance.declare.h(78): 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>'
|
|---|
| 9633 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 9634 | src/include\pyinstance/PythonInstance.declare.h(104): note: see reference to class template instantiation 'pyinstance::PythonInstance<C>' being compiled
|
|---|
| 9635 | src/include\pyinstance/PythonInstance.declare.h(78): 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>'
|
|---|
| 9636 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 9637 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Sequence.h(57): note: see reference to class template instantiation 'pyinstance::PythonInstance<atomstruct::Sequence>' being compiled
|
|---|
| 9638 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Sequence.h(63): warning C4251: 'atomstruct::Sequence::_nucleic3to1': class 'std::map<atomstruct::ResName,char,std::less<atomstruct::ResName>,std::allocator<std::pair<const atomstruct::ResName,char>>>' needs to have dll-interface to be used by clients of class 'atomstruct::Sequence'
|
|---|
| 9639 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Sequence.h(61): note: see declaration of 'std::map<atomstruct::ResName,char,std::less<atomstruct::ResName>,std::allocator<std::pair<const atomstruct::ResName,char>>>'
|
|---|
| 9640 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Sequence.h(64): warning C4251: 'atomstruct::Sequence::_protein3to1': class 'std::map<atomstruct::ResName,char,std::less<atomstruct::ResName>,std::allocator<std::pair<const atomstruct::ResName,char>>>' needs to have dll-interface to be used by clients of class 'atomstruct::Sequence'
|
|---|
| 9641 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Sequence.h(61): note: see declaration of 'std::map<atomstruct::ResName,char,std::less<atomstruct::ResName>,std::allocator<std::pair<const atomstruct::ResName,char>>>'
|
|---|
| 9642 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Sequence.h(65): warning C4251: 'atomstruct::Sequence::_rname3to1': class 'std::map<atomstruct::ResName,char,std::less<atomstruct::ResName>,std::allocator<std::pair<const atomstruct::ResName,char>>>' needs to have dll-interface to be used by clients of class 'atomstruct::Sequence'
|
|---|
| 9643 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Sequence.h(61): note: see declaration of 'std::map<atomstruct::ResName,char,std::less<atomstruct::ResName>,std::allocator<std::pair<const atomstruct::ResName,char>>>'
|
|---|
| 9644 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Sequence.h(67): warning C4251: 'atomstruct::Sequence::_cache_g2ug': class 'std::map<unsigned int,unsigned int,std::less<unsigned int>,std::allocator<std::pair<const unsigned int,unsigned int>>>' needs to have dll-interface to be used by clients of class 'atomstruct::Sequence'
|
|---|
| 9645 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Sequence.h(67): note: see declaration of 'std::map<unsigned int,unsigned int,std::less<unsigned int>,std::allocator<std::pair<const unsigned int,unsigned int>>>'
|
|---|
| 9646 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Sequence.h(68): warning C4251: 'atomstruct::Sequence::_cache_ug2g': class 'std::map<unsigned int,unsigned int,std::less<unsigned int>,std::allocator<std::pair<const unsigned int,unsigned int>>>' needs to have dll-interface to be used by clients of class 'atomstruct::Sequence'
|
|---|
| 9647 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Sequence.h(67): note: see declaration of 'std::map<unsigned int,unsigned int,std::less<unsigned int>,std::allocator<std::pair<const unsigned int,unsigned int>>>'
|
|---|
| 9648 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Sequence.h(69): 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'
|
|---|
| 9649 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Sequence.h(59): note: see declaration of 'std::vector<char,std::allocator<char>>'
|
|---|
| 9650 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Sequence.h(74): 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'
|
|---|
| 9651 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Sequence.h(59): note: see declaration of 'std::vector<char,std::allocator<char>>'
|
|---|
| 9652 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Sequence.h(75): 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'
|
|---|
| 9653 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 9654 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Sequence.h(140): warning C4267: 'return': conversion from 'size_t' to 'int', possible loss of data
|
|---|
| 9655 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\StructureSeq.h(61): 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'
|
|---|
| 9656 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 9657 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\StructureSeq.h(62): warning C4251: 'atomstruct::StructureSeq::_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 'atomstruct::StructureSeq'
|
|---|
| 9658 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 9659 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\StructureSeq.h(66): warning C4251: 'atomstruct::StructureSeq::_res_map': class 'std::map<atomstruct::Residue *,atomstruct::StructureSeq::SeqPos,std::less<atomstruct::Residue *>,std::allocator<std::pair<atomstruct::Residue *const ,atomstruct::StructureSeq::SeqPos>>>' needs to have dll-interface to be used by clients of class 'atomstruct::StructureSeq'
|
|---|
| 9660 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\StructureSeq.h(51): note: see declaration of 'std::map<atomstruct::Residue *,atomstruct::StructureSeq::SeqPos,std::less<atomstruct::Residue *>,std::allocator<std::pair<atomstruct::Residue *const ,atomstruct::StructureSeq::SeqPos>>>'
|
|---|
| 9661 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\StructureSeq.h(67): warning C4251: 'atomstruct::StructureSeq::_residues': class 'std::vector<atomstruct::Residue *,std::allocator<atomstruct::Residue *>>' needs to have dll-interface to be used by clients of class 'atomstruct::StructureSeq'
|
|---|
| 9662 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\StructureSeq.h(50): note: see declaration of 'std::vector<atomstruct::Residue *,std::allocator<atomstruct::Residue *>>'
|
|---|
| 9663 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\StructureSeq.h(122): warning C4267: 'return': conversion from 'size_t' to 'int', possible loss of data
|
|---|
| 9664 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(59): warning C4251: 'atomstruct::Changes::created': class 'std::set<const void *,std::less<const void *>,std::allocator<const void *>>' needs to have dll-interface to be used by clients of class 'atomstruct::Changes'
|
|---|
| 9665 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(59): note: see declaration of 'std::set<const void *,std::less<const void *>,std::allocator<const void *>>'
|
|---|
| 9666 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(60): warning C4251: 'atomstruct::Changes::modified': class 'std::set<const void *,std::less<const void *>,std::allocator<const void *>>' needs to have dll-interface to be used by clients of class 'atomstruct::Changes'
|
|---|
| 9667 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(59): note: see declaration of 'std::set<const void *,std::less<const void *>,std::allocator<const void *>>'
|
|---|
| 9668 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(61): warning C4251: 'atomstruct::Changes::reasons': class 'std::set<std::string,std::less<atomstruct::ResName>,std::allocator<atomstruct::ResName>>' needs to have dll-interface to be used by clients of class 'atomstruct::Changes'
|
|---|
| 9669 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(61): note: see declaration of 'std::set<std::string,std::less<atomstruct::ResName>,std::allocator<atomstruct::ResName>>'
|
|---|
| 9670 | src/include\pyinstance/PythonInstance.declare.h(78): 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>'
|
|---|
| 9671 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 9672 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(68): note: see reference to class template instantiation 'pyinstance::PythonInstance<atomstruct::ChangeTracker>' being compiled
|
|---|
| 9673 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(82): warning C4251: 'atomstruct::ChangeTracker::_structure_type_changes': class 'std::map<atomstruct::Structure *,atomstruct::ChangeTracker::ChangesArray,std::less<atomstruct::Structure *>,std::allocator<std::pair<atomstruct::Structure *const ,atomstruct::ChangeTracker::ChangesArray>>>' needs to have dll-interface to be used by clients of class 'atomstruct::ChangeTracker'
|
|---|
| 9674 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(82): note: see declaration of 'std::map<atomstruct::Structure *,atomstruct::ChangeTracker::ChangesArray,std::less<atomstruct::Structure *>,std::allocator<std::pair<atomstruct::Structure *const ,atomstruct::ChangeTracker::ChangesArray>>>'
|
|---|
| 9675 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(83): warning C4251: 'atomstruct::ChangeTracker::_dead_structures': class 'std::set<atomstruct::Structure *,std::less<atomstruct::Structure *>,std::allocator<atomstruct::Structure *>>' needs to have dll-interface to be used by clients of class 'atomstruct::ChangeTracker'
|
|---|
| 9676 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(83): note: see declaration of 'std::set<atomstruct::Structure *,std::less<atomstruct::Structure *>,std::allocator<atomstruct::Structure *>>'
|
|---|
| 9677 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(92): 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'
|
|---|
| 9678 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 9679 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(93): 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'
|
|---|
| 9680 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 9681 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(94): warning C4251: 'atomstruct::ChangeTracker::REASON_ALT_LOCS': 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'
|
|---|
| 9682 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 9683 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(95): 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'
|
|---|
| 9684 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 9685 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(96): 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'
|
|---|
| 9686 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 9687 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(97): 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'
|
|---|
| 9688 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 9689 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(98): warning C4251: 'atomstruct::ChangeTracker::REASON_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::ChangeTracker'
|
|---|
| 9690 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 9691 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(99): 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'
|
|---|
| 9692 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 9693 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(100): 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'
|
|---|
| 9694 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 9695 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(101): 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'
|
|---|
| 9696 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 9697 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(102): 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'
|
|---|
| 9698 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 9699 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(103): 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'
|
|---|
| 9700 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 9701 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(104): warning C4251: 'atomstruct::ChangeTracker::REASON_ELEMENT': 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'
|
|---|
| 9702 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 9703 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(105): 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'
|
|---|
| 9704 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 9705 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(106): 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'
|
|---|
| 9706 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 9707 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(107): 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'
|
|---|
| 9708 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 9709 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(108): warning C4251: 'atomstruct::ChangeTracker::REASON_INSERTION_CODE': 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'
|
|---|
| 9710 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 9711 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(109): 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'
|
|---|
| 9712 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 9713 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(110): warning C4251: 'atomstruct::ChangeTracker::REASON_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'
|
|---|
| 9714 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 9715 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(111): 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'
|
|---|
| 9716 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 9717 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(112): 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'
|
|---|
| 9718 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 9719 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(113): 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'
|
|---|
| 9720 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 9721 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(114): 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'
|
|---|
| 9722 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 9723 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(115): 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'
|
|---|
| 9724 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 9725 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(116): 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'
|
|---|
| 9726 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 9727 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(117): 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'
|
|---|
| 9728 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 9729 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(118): 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'
|
|---|
| 9730 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 9731 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(119): 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'
|
|---|
| 9732 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 9733 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(120): 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'
|
|---|
| 9734 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 9735 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(121): 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'
|
|---|
| 9736 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 9737 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(122): 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'
|
|---|
| 9738 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 9739 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(123): 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'
|
|---|
| 9740 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 9741 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(124): 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'
|
|---|
| 9742 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 9743 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(125): 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'
|
|---|
| 9744 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 9745 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(126): 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'
|
|---|
| 9746 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 9747 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(127): 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'
|
|---|
| 9748 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 9749 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(128): 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'
|
|---|
| 9750 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 9751 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(129): 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'
|
|---|
| 9752 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 9753 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(130): 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'
|
|---|
| 9754 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 9755 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(131): warning C4251: 'atomstruct::ChangeTracker::REASON_WORM_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'
|
|---|
| 9756 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 9757 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(132): warning C4251: 'atomstruct::ChangeTracker::REASON_WORM_RIBBON': 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'
|
|---|
| 9758 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 9759 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(306): 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'
|
|---|
| 9760 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 9761 | src/include\pyinstance/PythonInstance.declare.h(78): 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>'
|
|---|
| 9762 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 9763 | src/include\element/Element.h(49): note: see reference to class template instantiation 'pyinstance::PythonInstance<element::Element>' being compiled
|
|---|
| 9764 | src/include\element/Element.h(76): warning C4251: 'element::Element::_alkali_metals': class 'std::set<int,std::less<int>,std::allocator<int>>' needs to have dll-interface to be used by clients of class 'element::Element'
|
|---|
| 9765 | src/include\element/Element.h(76): note: see declaration of 'std::set<int,std::less<int>,std::allocator<int>>'
|
|---|
| 9766 | src/include\element/Element.h(77): warning C4251: 'element::Element::_elements': class 'std::map<int,const element::Element *,std::less<int>,std::allocator<std::pair<const int,const element::Element *>>>' needs to have dll-interface to be used by clients of class 'element::Element'
|
|---|
| 9767 | src/include\element/Element.h(77): note: see declaration of 'std::map<int,const element::Element *,std::less<int>,std::allocator<std::pair<const int,const element::Element *>>>'
|
|---|
| 9768 | src/include\element/Element.h(78): warning C4251: 'element::Element::_halogens': class 'std::set<int,std::less<int>,std::allocator<int>>' needs to have dll-interface to be used by clients of class 'element::Element'
|
|---|
| 9769 | src/include\element/Element.h(76): note: see declaration of 'std::set<int,std::less<int>,std::allocator<int>>'
|
|---|
| 9770 | src/include\element/Element.h(79): warning C4251: 'element::Element::_names': class 'std::set<std::string,std::less<atomstruct::ResName>,std::allocator<atomstruct::ResName>>' needs to have dll-interface to be used by clients of class 'element::Element'
|
|---|
| 9771 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(61): note: see declaration of 'std::set<std::string,std::less<atomstruct::ResName>,std::allocator<atomstruct::ResName>>'
|
|---|
| 9772 | src/include\element/Element.h(80): warning C4251: 'element::Element::_noble_gases': class 'std::set<int,std::less<int>,std::allocator<int>>' needs to have dll-interface to be used by clients of class 'element::Element'
|
|---|
| 9773 | src/include\element/Element.h(76): note: see declaration of 'std::set<int,std::less<int>,std::allocator<int>>'
|
|---|
| 9774 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\CompSS.h(42): warning C4251: 'atomstruct::CompSSInfo::strands': class 'std::vector<std::pair<atomstruct::Residue *,atomstruct::Residue *>,std::allocator<std::pair<atomstruct::Residue *,atomstruct::Residue *>>>' needs to have dll-interface to be used by clients of class 'atomstruct::CompSSInfo'
|
|---|
| 9775 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\CompSS.h(42): note: see declaration of 'std::vector<std::pair<atomstruct::Residue *,atomstruct::Residue *>,std::allocator<std::pair<atomstruct::Residue *,atomstruct::Residue *>>>'
|
|---|
| 9776 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\CompSS.h(43): warning C4251: 'atomstruct::CompSSInfo::sheets': class 'std::vector<std::set<int,std::less<int>,std::allocator<int>>,std::allocator<std::set<int,std::less<int>,std::allocator<int>>>>' needs to have dll-interface to be used by clients of class 'atomstruct::CompSSInfo'
|
|---|
| 9777 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\CompSS.h(43): note: see declaration of 'std::vector<std::set<int,std::less<int>,std::allocator<int>>,std::allocator<std::set<int,std::less<int>,std::allocator<int>>>>'
|
|---|
| 9778 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\CompSS.h(44): warning C4251: 'atomstruct::CompSSInfo::strands_parallel': class 'std::map<std::pair<int,int>,bool,std::less<std::pair<int,int>>,std::allocator<std::pair<const std::pair<int,int>,bool>>>' needs to have dll-interface to be used by clients of class 'atomstruct::CompSSInfo'
|
|---|
| 9779 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\CompSS.h(44): note: see declaration of 'std::map<std::pair<int,int>,bool,std::less<std::pair<int,int>>,std::allocator<std::pair<const std::pair<int,int>,bool>>>'
|
|---|
| 9780 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\CompSS.h(45): warning C4251: 'atomstruct::CompSSInfo::helix_info': class 'std::vector<std::pair<std::pair<atomstruct::Residue *,atomstruct::Residue *>,char>,std::allocator<std::pair<std::pair<atomstruct::Residue *,atomstruct::Residue *>,char>>>' needs to have dll-interface to be used by clients of class 'atomstruct::CompSSInfo'
|
|---|
| 9781 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\CompSS.h(45): note: see declaration of 'std::vector<std::pair<std::pair<atomstruct::Residue *,atomstruct::Residue *>,char>,std::allocator<std::pair<std::pair<atomstruct::Residue *,atomstruct::Residue *>,char>>>'
|
|---|
| 9782 | src/include\pyinstance/PythonInstance.declare.h(78): 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>'
|
|---|
| 9783 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 9784 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\PBManager.h(53): note: see reference to class template instantiation 'pyinstance::PythonInstance<atomstruct::BaseManager>' being compiled
|
|---|
| 9785 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\PBManager.h(63): warning C4251: 'atomstruct::BaseManager::_groups': class 'std::map<std::string,atomstruct::Proxy_PBGroup *,std::less<atomstruct::ResName>,std::allocator<std::pair<const std::string,atomstruct::Proxy_PBGroup *>>>' needs to have dll-interface to be used by clients of class 'atomstruct::BaseManager'
|
|---|
| 9786 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\PBManager.h(58): note: see declaration of 'std::map<std::string,atomstruct::Proxy_PBGroup *,std::less<atomstruct::ResName>,std::allocator<std::pair<const std::string,atomstruct::Proxy_PBGroup *>>>'
|
|---|
| 9787 | src/include\pyinstance/PythonInstance.declare.h(78): 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>'
|
|---|
| 9788 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 9789 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Ring.h(38): note: see reference to class template instantiation 'pyinstance::PythonInstance<atomstruct::Ring>' being compiled
|
|---|
| 9790 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Ring.h(43): warning C4251: 'atomstruct::Ring::_bonds': class 'std::set<atomstruct::Bond *,std::less<atomstruct::Bond *>,std::allocator<atomstruct::Bond *>>' needs to have dll-interface to be used by clients of class 'atomstruct::Ring'
|
|---|
| 9791 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Ring.h(41): note: see declaration of 'std::set<atomstruct::Bond *,std::less<atomstruct::Bond *>,std::allocator<atomstruct::Bond *>>'
|
|---|
| 9792 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Ring.h(44): warning C4251: 'atomstruct::Ring::_atoms': class 'std::set<atomstruct::Atom *,std::less<atomstruct::Atom *>,std::allocator<atomstruct::Atom *>>' needs to have dll-interface to be used by clients of class 'atomstruct::Ring'
|
|---|
| 9793 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Ring.h(40): note: see declaration of 'std::set<atomstruct::Atom *,std::less<atomstruct::Atom *>,std::allocator<atomstruct::Atom *>>'
|
|---|
| 9794 | src/include\pyinstance/PythonInstance.declare.h(78): 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>'
|
|---|
| 9795 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 9796 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Structure.h(110): note: see reference to class template instantiation 'pyinstance::PythonInstance<atomstruct::Structure>' being compiled
|
|---|
| 9797 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Structure.h(145): warning C4251: 'atomstruct::Structure::_atoms': class 'std::vector<atomstruct::Atom *,std::allocator<atomstruct::Atom *>>' needs to have dll-interface to be used by clients of class 'atomstruct::Structure'
|
|---|
| 9798 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Ring.h(64): note: see declaration of 'std::vector<atomstruct::Atom *,std::allocator<atomstruct::Atom *>>'
|
|---|
| 9799 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Structure.h(147): warning C4251: 'atomstruct::Structure::_bonds': class 'std::vector<atomstruct::Bond *,std::allocator<atomstruct::Bond *>>' needs to have dll-interface to be used by clients of class 'atomstruct::Structure'
|
|---|
| 9800 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Ring.h(63): note: see declaration of 'std::vector<atomstruct::Bond *,std::allocator<atomstruct::Bond *>>'
|
|---|
| 9801 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Structure.h(151): warning C4251: 'atomstruct::Structure::_coord_sets': class 'std::vector<atomstruct::CoordSet *,std::allocator<atomstruct::CoordSet *>>' needs to have dll-interface to be used by clients of class 'atomstruct::Structure'
|
|---|
| 9802 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Structure.h(120): note: see declaration of 'std::vector<atomstruct::CoordSet *,std::allocator<atomstruct::CoordSet *>>'
|
|---|
| 9803 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Structure.h(156): warning C4251: 'atomstruct::Structure::_input_seq_info': class 'std::map<atomstruct::ChainID,std::vector<atomstruct::ResName,std::allocator<atomstruct::ResName>>,std::less<atomstruct::ResName>,std::allocator<std::pair<const atomstruct::ChainID,std::vector<atomstruct::ResName,std::allocator<atomstruct::ResName>>>>>' needs to have dll-interface to be used by clients of class 'atomstruct::Structure'
|
|---|
| 9804 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Structure.h(121): note: see declaration of 'std::map<atomstruct::ChainID,std::vector<atomstruct::ResName,std::allocator<atomstruct::ResName>>,std::less<atomstruct::ResName>,std::allocator<std::pair<const atomstruct::ChainID,std::vector<atomstruct::ResName,std::allocator<atomstruct::ResName>>>>>'
|
|---|
| 9805 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Structure.h(163): warning C4251: 'atomstruct::Structure::_residues': class 'std::vector<atomstruct::Residue *,std::allocator<atomstruct::Residue *>>' needs to have dll-interface to be used by clients of class 'atomstruct::Structure'
|
|---|
| 9806 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\StructureSeq.h(50): note: see declaration of 'std::vector<atomstruct::Residue *,std::allocator<atomstruct::Residue *>>'
|
|---|
| 9807 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Structure.h(165): warning C4251: 'atomstruct::Structure::_res_numbering_valid': class 'std::vector<bool,std::allocator<bool>>' needs to have dll-interface to be used by clients of class 'atomstruct::Structure'
|
|---|
| 9808 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Structure.h(165): note: see declaration of 'std::vector<bool,std::allocator<bool>>'
|
|---|
| 9809 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Structure.h(176): warning C4251: 'atomstruct::Structure::_rings': class 'std::set<atomstruct::Ring,std::less<atomstruct::Ring>,std::allocator<atomstruct::Ring>>' needs to have dll-interface to be used by clients of class 'atomstruct::Structure'
|
|---|
| 9810 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Structure.h(128): note: see declaration of 'std::set<atomstruct::Ring,std::less<atomstruct::Ring>,std::allocator<atomstruct::Ring>>'
|
|---|
| 9811 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Structure.h(283): 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'
|
|---|
| 9812 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 9813 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Structure.h(287): warning C4251: 'atomstruct::Structure::metadata': class 'std::map<atomstruct::ChainID,std::vector<atomstruct::ResName,std::allocator<atomstruct::ResName>>,std::less<atomstruct::ResName>,std::allocator<std::pair<const atomstruct::ChainID,std::vector<atomstruct::ResName,std::allocator<atomstruct::ResName>>>>>' needs to have dll-interface to be used by clients of class 'atomstruct::Structure'
|
|---|
| 9814 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Structure.h(121): note: see declaration of 'std::map<atomstruct::ChainID,std::vector<atomstruct::ResName,std::allocator<atomstruct::ResName>>,std::less<atomstruct::ResName>,std::allocator<std::pair<const atomstruct::ChainID,std::vector<atomstruct::ResName,std::allocator<atomstruct::ResName>>>>>'
|
|---|
| 9815 | src/include\pyinstance/PythonInstance.declare.h(78): 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>'
|
|---|
| 9816 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 9817 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\CoordSet.h(41): note: see reference to class template instantiation 'pyinstance::PythonInstance<atomstruct::CoordSet>' being compiled
|
|---|
| 9818 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\CoordSet.h(49): warning C4251: 'atomstruct::CoordSet::_coords': class 'std::vector<atomstruct::Coord,std::allocator<atomstruct::Coord>>' needs to have dll-interface to be used by clients of class 'atomstruct::CoordSet'
|
|---|
| 9819 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\CoordSet.h(46): note: see declaration of 'std::vector<atomstruct::Coord,std::allocator<atomstruct::Coord>>'
|
|---|
| 9820 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\CoordSet.h(51): warning C4251: 'atomstruct::CoordSet::_bfactor_map': class 'std::unordered_map<const atomstruct::Atom *,float,std::hash<const atomstruct::Atom *>,std::equal_to<const atomstruct::Atom *>,std::allocator<std::pair<const atomstruct::Atom *const ,float>>>' needs to have dll-interface to be used by clients of class 'atomstruct::CoordSet'
|
|---|
| 9821 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\CoordSet.h(51): note: see declaration of 'std::unordered_map<const atomstruct::Atom *,float,std::hash<const atomstruct::Atom *>,std::equal_to<const atomstruct::Atom *>,std::allocator<std::pair<const atomstruct::Atom *const ,float>>>'
|
|---|
| 9822 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\CoordSet.h(52): warning C4251: 'atomstruct::CoordSet::_occupancy_map': class 'std::unordered_map<const atomstruct::Atom *,float,std::hash<const atomstruct::Atom *>,std::equal_to<const atomstruct::Atom *>,std::allocator<std::pair<const atomstruct::Atom *const ,float>>>' needs to have dll-interface to be used by clients of class 'atomstruct::CoordSet'
|
|---|
| 9823 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\CoordSet.h(51): note: see declaration of 'std::unordered_map<const atomstruct::Atom *,float,std::hash<const atomstruct::Atom *>,std::equal_to<const atomstruct::Atom *>,std::allocator<std::pair<const atomstruct::Atom *const ,float>>>'
|
|---|
| 9824 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\CoordSet.h(77): warning C4267: 'return': conversion from 'size_t' to 'int', possible loss of data
|
|---|
| 9825 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\CoordSet.h(80): warning C4267: 'return': conversion from 'size_t' to 'int', possible loss of data
|
|---|
| 9826 | ChangeTracker.cpp
|
|---|
| 9827 | src/include\pyinstance/PythonInstance.declare.h(78): 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>'
|
|---|
| 9828 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 9829 | src/include\pyinstance/PythonInstance.declare.h(104): note: see reference to class template instantiation 'pyinstance::PythonInstance<C>' being compiled
|
|---|
| 9830 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(59): warning C4251: 'atomstruct::Changes::created': class 'std::set<const void *,std::less<const void *>,std::allocator<const void *>>' needs to have dll-interface to be used by clients of class 'atomstruct::Changes'
|
|---|
| 9831 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(59): note: see declaration of 'std::set<const void *,std::less<const void *>,std::allocator<const void *>>'
|
|---|
| 9832 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(60): warning C4251: 'atomstruct::Changes::modified': class 'std::set<const void *,std::less<const void *>,std::allocator<const void *>>' needs to have dll-interface to be used by clients of class 'atomstruct::Changes'
|
|---|
| 9833 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(59): note: see declaration of 'std::set<const void *,std::less<const void *>,std::allocator<const void *>>'
|
|---|
| 9834 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(61): warning C4251: 'atomstruct::Changes::reasons': class 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>' needs to have dll-interface to be used by clients of class 'atomstruct::Changes'
|
|---|
| 9835 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(61): note: see declaration of 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>'
|
|---|
| 9836 | src/include\pyinstance/PythonInstance.declare.h(78): 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>'
|
|---|
| 9837 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 9838 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(68): note: see reference to class template instantiation 'pyinstance::PythonInstance<atomstruct::ChangeTracker>' being compiled
|
|---|
| 9839 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(82): warning C4251: 'atomstruct::ChangeTracker::_structure_type_changes': class 'std::map<atomstruct::Structure *,atomstruct::ChangeTracker::ChangesArray,std::less<atomstruct::Structure *>,std::allocator<std::pair<atomstruct::Structure *const ,atomstruct::ChangeTracker::ChangesArray>>>' needs to have dll-interface to be used by clients of class 'atomstruct::ChangeTracker'
|
|---|
| 9840 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(82): note: see declaration of 'std::map<atomstruct::Structure *,atomstruct::ChangeTracker::ChangesArray,std::less<atomstruct::Structure *>,std::allocator<std::pair<atomstruct::Structure *const ,atomstruct::ChangeTracker::ChangesArray>>>'
|
|---|
| 9841 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(83): warning C4251: 'atomstruct::ChangeTracker::_dead_structures': class 'std::set<atomstruct::Structure *,std::less<atomstruct::Structure *>,std::allocator<atomstruct::Structure *>>' needs to have dll-interface to be used by clients of class 'atomstruct::ChangeTracker'
|
|---|
| 9842 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(83): note: see declaration of 'std::set<atomstruct::Structure *,std::less<atomstruct::Structure *>,std::allocator<atomstruct::Structure *>>'
|
|---|
| 9843 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(92): 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'
|
|---|
| 9844 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 9845 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(93): 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'
|
|---|
| 9846 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 9847 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(94): warning C4251: 'atomstruct::ChangeTracker::REASON_ALT_LOCS': 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'
|
|---|
| 9848 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 9849 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(95): 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'
|
|---|
| 9850 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 9851 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(96): 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'
|
|---|
| 9852 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 9853 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(97): 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'
|
|---|
| 9854 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 9855 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(98): warning C4251: 'atomstruct::ChangeTracker::REASON_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::ChangeTracker'
|
|---|
| 9856 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 9857 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(99): 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'
|
|---|
| 9858 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 9859 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(100): 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'
|
|---|
| 9860 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 9861 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(101): 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'
|
|---|
| 9862 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 9863 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(102): 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'
|
|---|
| 9864 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 9865 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(103): 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'
|
|---|
| 9866 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 9867 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(104): warning C4251: 'atomstruct::ChangeTracker::REASON_ELEMENT': 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'
|
|---|
| 9868 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 9869 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(105): 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'
|
|---|
| 9870 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 9871 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(106): 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'
|
|---|
| 9872 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 9873 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(107): 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'
|
|---|
| 9874 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 9875 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(108): warning C4251: 'atomstruct::ChangeTracker::REASON_INSERTION_CODE': 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'
|
|---|
| 9876 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 9877 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(109): 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'
|
|---|
| 9878 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 9879 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(110): warning C4251: 'atomstruct::ChangeTracker::REASON_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'
|
|---|
| 9880 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 9881 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(111): 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'
|
|---|
| 9882 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 9883 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(112): 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'
|
|---|
| 9884 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 9885 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(113): 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'
|
|---|
| 9886 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 9887 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(114): 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'
|
|---|
| 9888 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 9889 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(115): 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'
|
|---|
| 9890 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 9891 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(116): 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'
|
|---|
| 9892 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 9893 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(117): 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'
|
|---|
| 9894 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 9895 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(118): 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'
|
|---|
| 9896 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 9897 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(119): 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'
|
|---|
| 9898 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 9899 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(120): 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'
|
|---|
| 9900 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 9901 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(121): 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'
|
|---|
| 9902 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 9903 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(122): 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'
|
|---|
| 9904 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 9905 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(123): 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'
|
|---|
| 9906 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 9907 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(124): 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'
|
|---|
| 9908 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 9909 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(125): 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'
|
|---|
| 9910 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 9911 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(126): 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'
|
|---|
| 9912 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 9913 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(127): 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'
|
|---|
| 9914 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 9915 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(128): 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'
|
|---|
| 9916 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 9917 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(129): 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'
|
|---|
| 9918 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 9919 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(130): 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'
|
|---|
| 9920 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 9921 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(131): warning C4251: 'atomstruct::ChangeTracker::REASON_WORM_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'
|
|---|
| 9922 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 9923 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(132): warning C4251: 'atomstruct::ChangeTracker::REASON_WORM_RIBBON': 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'
|
|---|
| 9924 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 9925 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(306): 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'
|
|---|
| 9926 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 9927 | CompSS.cpp
|
|---|
| 9928 | src/include\pyinstance/PythonInstance.declare.h(78): 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>'
|
|---|
| 9929 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 9930 | src/include\pyinstance/PythonInstance.declare.h(104): note: see reference to class template instantiation 'pyinstance::PythonInstance<C>' being compiled
|
|---|
| 9931 | src/include\pyinstance/PythonInstance.declare.h(78): 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>'
|
|---|
| 9932 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 9933 | src/include\element/Element.h(49): note: see reference to class template instantiation 'pyinstance::PythonInstance<element::Element>' being compiled
|
|---|
| 9934 | src/include\element/Element.h(76): warning C4251: 'element::Element::_alkali_metals': class 'std::set<int,std::less<int>,std::allocator<int>>' needs to have dll-interface to be used by clients of class 'element::Element'
|
|---|
| 9935 | src/include\element/Element.h(76): note: see declaration of 'std::set<int,std::less<int>,std::allocator<int>>'
|
|---|
| 9936 | src/include\element/Element.h(77): warning C4251: 'element::Element::_elements': class 'std::map<int,const element::Element *,std::less<int>,std::allocator<std::pair<const int,const element::Element *>>>' needs to have dll-interface to be used by clients of class 'element::Element'
|
|---|
| 9937 | src/include\element/Element.h(77): note: see declaration of 'std::map<int,const element::Element *,std::less<int>,std::allocator<std::pair<const int,const element::Element *>>>'
|
|---|
| 9938 | src/include\element/Element.h(78): warning C4251: 'element::Element::_halogens': class 'std::set<int,std::less<int>,std::allocator<int>>' needs to have dll-interface to be used by clients of class 'element::Element'
|
|---|
| 9939 | src/include\element/Element.h(76): note: see declaration of 'std::set<int,std::less<int>,std::allocator<int>>'
|
|---|
| 9940 | src/include\element/Element.h(79): warning C4251: 'element::Element::_names': class 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>' needs to have dll-interface to be used by clients of class 'element::Element'
|
|---|
| 9941 | src/include\element/Element.h(79): note: see declaration of 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>'
|
|---|
| 9942 | src/include\element/Element.h(80): warning C4251: 'element::Element::_noble_gases': class 'std::set<int,std::less<int>,std::allocator<int>>' needs to have dll-interface to be used by clients of class 'element::Element'
|
|---|
| 9943 | src/include\element/Element.h(76): note: see declaration of 'std::set<int,std::less<int>,std::allocator<int>>'
|
|---|
| 9944 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(59): warning C4251: 'atomstruct::Changes::created': class 'std::set<const void *,std::less<const void *>,std::allocator<const void *>>' needs to have dll-interface to be used by clients of class 'atomstruct::Changes'
|
|---|
| 9945 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(59): note: see declaration of 'std::set<const void *,std::less<const void *>,std::allocator<const void *>>'
|
|---|
| 9946 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(60): warning C4251: 'atomstruct::Changes::modified': class 'std::set<const void *,std::less<const void *>,std::allocator<const void *>>' needs to have dll-interface to be used by clients of class 'atomstruct::Changes'
|
|---|
| 9947 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(59): note: see declaration of 'std::set<const void *,std::less<const void *>,std::allocator<const void *>>'
|
|---|
| 9948 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(61): warning C4251: 'atomstruct::Changes::reasons': class 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>' needs to have dll-interface to be used by clients of class 'atomstruct::Changes'
|
|---|
| 9949 | src/include\element/Element.h(79): note: see declaration of 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>'
|
|---|
| 9950 | src/include\pyinstance/PythonInstance.declare.h(78): 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>'
|
|---|
| 9951 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 9952 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(68): note: see reference to class template instantiation 'pyinstance::PythonInstance<atomstruct::ChangeTracker>' being compiled
|
|---|
| 9953 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(82): warning C4251: 'atomstruct::ChangeTracker::_structure_type_changes': class 'std::map<atomstruct::Structure *,atomstruct::ChangeTracker::ChangesArray,std::less<atomstruct::Structure *>,std::allocator<std::pair<atomstruct::Structure *const ,atomstruct::ChangeTracker::ChangesArray>>>' needs to have dll-interface to be used by clients of class 'atomstruct::ChangeTracker'
|
|---|
| 9954 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(82): note: see declaration of 'std::map<atomstruct::Structure *,atomstruct::ChangeTracker::ChangesArray,std::less<atomstruct::Structure *>,std::allocator<std::pair<atomstruct::Structure *const ,atomstruct::ChangeTracker::ChangesArray>>>'
|
|---|
| 9955 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(83): warning C4251: 'atomstruct::ChangeTracker::_dead_structures': class 'std::set<atomstruct::Structure *,std::less<atomstruct::Structure *>,std::allocator<atomstruct::Structure *>>' needs to have dll-interface to be used by clients of class 'atomstruct::ChangeTracker'
|
|---|
| 9956 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(83): note: see declaration of 'std::set<atomstruct::Structure *,std::less<atomstruct::Structure *>,std::allocator<atomstruct::Structure *>>'
|
|---|
| 9957 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(92): 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'
|
|---|
| 9958 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 9959 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(93): 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'
|
|---|
| 9960 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 9961 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(94): warning C4251: 'atomstruct::ChangeTracker::REASON_ALT_LOCS': 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'
|
|---|
| 9962 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 9963 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(95): 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'
|
|---|
| 9964 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 9965 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(96): 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'
|
|---|
| 9966 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 9967 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(97): 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'
|
|---|
| 9968 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 9969 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(98): warning C4251: 'atomstruct::ChangeTracker::REASON_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::ChangeTracker'
|
|---|
| 9970 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 9971 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(99): 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'
|
|---|
| 9972 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 9973 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(100): 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'
|
|---|
| 9974 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 9975 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(101): 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'
|
|---|
| 9976 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 9977 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(102): 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'
|
|---|
| 9978 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 9979 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(103): 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'
|
|---|
| 9980 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 9981 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(104): warning C4251: 'atomstruct::ChangeTracker::REASON_ELEMENT': 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'
|
|---|
| 9982 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 9983 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(105): 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'
|
|---|
| 9984 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 9985 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(106): 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'
|
|---|
| 9986 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 9987 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(107): 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'
|
|---|
| 9988 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 9989 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(108): warning C4251: 'atomstruct::ChangeTracker::REASON_INSERTION_CODE': 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'
|
|---|
| 9990 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 9991 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(109): 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'
|
|---|
| 9992 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 9993 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(110): warning C4251: 'atomstruct::ChangeTracker::REASON_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'
|
|---|
| 9994 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 9995 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(111): 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'
|
|---|
| 9996 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 9997 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(112): 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'
|
|---|
| 9998 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 9999 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(113): 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'
|
|---|
| 10000 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 10001 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(114): 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'
|
|---|
| 10002 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 10003 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(115): 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'
|
|---|
| 10004 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 10005 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(116): 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'
|
|---|
| 10006 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 10007 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(117): 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'
|
|---|
| 10008 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 10009 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(118): 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'
|
|---|
| 10010 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 10011 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(119): 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'
|
|---|
| 10012 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 10013 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(120): 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'
|
|---|
| 10014 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 10015 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(121): 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'
|
|---|
| 10016 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 10017 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(122): 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'
|
|---|
| 10018 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 10019 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(123): 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'
|
|---|
| 10020 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 10021 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(124): 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'
|
|---|
| 10022 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 10023 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(125): 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'
|
|---|
| 10024 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 10025 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(126): 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'
|
|---|
| 10026 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 10027 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(127): 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'
|
|---|
| 10028 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 10029 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(128): 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'
|
|---|
| 10030 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 10031 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(129): 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'
|
|---|
| 10032 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 10033 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(130): 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'
|
|---|
| 10034 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 10035 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(131): warning C4251: 'atomstruct::ChangeTracker::REASON_WORM_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'
|
|---|
| 10036 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 10037 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(132): warning C4251: 'atomstruct::ChangeTracker::REASON_WORM_RIBBON': 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'
|
|---|
| 10038 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 10039 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(306): 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'
|
|---|
| 10040 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 10041 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\destruct.h(53): warning C4251: 'atomstruct::DestructionCoordinator::_observers': class 'std::set<atomstruct::DestructionObserver *,std::less<atomstruct::DestructionObserver *>,std::allocator<atomstruct::DestructionObserver *>>' needs to have dll-interface to be used by clients of class 'atomstruct::DestructionCoordinator'
|
|---|
| 10042 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\destruct.h(53): note: see declaration of 'std::set<atomstruct::DestructionObserver *,std::less<atomstruct::DestructionObserver *>,std::allocator<atomstruct::DestructionObserver *>>'
|
|---|
| 10043 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\destruct.h(54): warning C4251: 'atomstruct::DestructionCoordinator::_destroyed': class 'std::set<void *,std::less<void *>,std::allocator<void *>>' needs to have dll-interface to be used by clients of class 'atomstruct::DestructionCoordinator'
|
|---|
| 10044 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\destruct.h(42): note: see declaration of 'std::set<void *,std::less<void *>,std::allocator<void *>>'
|
|---|
| 10045 | src/include\pyinstance/PythonInstance.declare.h(78): 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>'
|
|---|
| 10046 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 10047 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Sequence.h(57): note: see reference to class template instantiation 'pyinstance::PythonInstance<atomstruct::Sequence>' being compiled
|
|---|
| 10048 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Sequence.h(63): warning C4251: 'atomstruct::Sequence::_nucleic3to1': class 'std::map<atomstruct::ResName,char,std::less<std::string>,std::allocator<std::pair<const atomstruct::ResName,char>>>' needs to have dll-interface to be used by clients of class 'atomstruct::Sequence'
|
|---|
| 10049 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Sequence.h(61): note: see declaration of 'std::map<atomstruct::ResName,char,std::less<std::string>,std::allocator<std::pair<const atomstruct::ResName,char>>>'
|
|---|
| 10050 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Sequence.h(64): warning C4251: 'atomstruct::Sequence::_protein3to1': class 'std::map<atomstruct::ResName,char,std::less<std::string>,std::allocator<std::pair<const atomstruct::ResName,char>>>' needs to have dll-interface to be used by clients of class 'atomstruct::Sequence'
|
|---|
| 10051 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Sequence.h(61): note: see declaration of 'std::map<atomstruct::ResName,char,std::less<std::string>,std::allocator<std::pair<const atomstruct::ResName,char>>>'
|
|---|
| 10052 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Sequence.h(65): warning C4251: 'atomstruct::Sequence::_rname3to1': class 'std::map<atomstruct::ResName,char,std::less<std::string>,std::allocator<std::pair<const atomstruct::ResName,char>>>' needs to have dll-interface to be used by clients of class 'atomstruct::Sequence'
|
|---|
| 10053 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Sequence.h(61): note: see declaration of 'std::map<atomstruct::ResName,char,std::less<std::string>,std::allocator<std::pair<const atomstruct::ResName,char>>>'
|
|---|
| 10054 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Sequence.h(67): warning C4251: 'atomstruct::Sequence::_cache_g2ug': class 'std::map<unsigned int,unsigned int,std::less<unsigned int>,std::allocator<std::pair<const unsigned int,unsigned int>>>' needs to have dll-interface to be used by clients of class 'atomstruct::Sequence'
|
|---|
| 10055 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Sequence.h(67): note: see declaration of 'std::map<unsigned int,unsigned int,std::less<unsigned int>,std::allocator<std::pair<const unsigned int,unsigned int>>>'
|
|---|
| 10056 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Sequence.h(68): warning C4251: 'atomstruct::Sequence::_cache_ug2g': class 'std::map<unsigned int,unsigned int,std::less<unsigned int>,std::allocator<std::pair<const unsigned int,unsigned int>>>' needs to have dll-interface to be used by clients of class 'atomstruct::Sequence'
|
|---|
| 10057 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Sequence.h(67): note: see declaration of 'std::map<unsigned int,unsigned int,std::less<unsigned int>,std::allocator<std::pair<const unsigned int,unsigned int>>>'
|
|---|
| 10058 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Sequence.h(69): 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'
|
|---|
| 10059 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Sequence.h(59): note: see declaration of 'std::vector<char,std::allocator<char>>'
|
|---|
| 10060 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Sequence.h(74): 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'
|
|---|
| 10061 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Sequence.h(59): note: see declaration of 'std::vector<char,std::allocator<char>>'
|
|---|
| 10062 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Sequence.h(75): 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'
|
|---|
| 10063 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 10064 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Sequence.h(140): warning C4267: 'return': conversion from 'size_t' to 'int', possible loss of data
|
|---|
| 10065 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\StructureSeq.h(61): 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'
|
|---|
| 10066 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 10067 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\StructureSeq.h(62): warning C4251: 'atomstruct::StructureSeq::_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 'atomstruct::StructureSeq'
|
|---|
| 10068 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 10069 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\StructureSeq.h(66): warning C4251: 'atomstruct::StructureSeq::_res_map': class 'std::map<atomstruct::Residue *,atomstruct::StructureSeq::SeqPos,std::less<atomstruct::Residue *>,std::allocator<std::pair<atomstruct::Residue *const ,atomstruct::StructureSeq::SeqPos>>>' needs to have dll-interface to be used by clients of class 'atomstruct::StructureSeq'
|
|---|
| 10070 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\StructureSeq.h(51): note: see declaration of 'std::map<atomstruct::Residue *,atomstruct::StructureSeq::SeqPos,std::less<atomstruct::Residue *>,std::allocator<std::pair<atomstruct::Residue *const ,atomstruct::StructureSeq::SeqPos>>>'
|
|---|
| 10071 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\StructureSeq.h(67): warning C4251: 'atomstruct::StructureSeq::_residues': class 'std::vector<atomstruct::Residue *,std::allocator<atomstruct::Residue *>>' needs to have dll-interface to be used by clients of class 'atomstruct::StructureSeq'
|
|---|
| 10072 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\StructureSeq.h(50): note: see declaration of 'std::vector<atomstruct::Residue *,std::allocator<atomstruct::Residue *>>'
|
|---|
| 10073 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\StructureSeq.h(122): warning C4267: 'return': conversion from 'size_t' to 'int', possible loss of data
|
|---|
| 10074 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\CompSS.h(42): warning C4251: 'atomstruct::CompSSInfo::strands': class 'std::vector<std::pair<atomstruct::Residue *,atomstruct::Residue *>,std::allocator<std::pair<atomstruct::Residue *,atomstruct::Residue *>>>' needs to have dll-interface to be used by clients of class 'atomstruct::CompSSInfo'
|
|---|
| 10075 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\CompSS.h(42): note: see declaration of 'std::vector<std::pair<atomstruct::Residue *,atomstruct::Residue *>,std::allocator<std::pair<atomstruct::Residue *,atomstruct::Residue *>>>'
|
|---|
| 10076 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\CompSS.h(43): warning C4251: 'atomstruct::CompSSInfo::sheets': class 'std::vector<std::set<int,std::less<int>,std::allocator<int>>,std::allocator<std::set<int,std::less<int>,std::allocator<int>>>>' needs to have dll-interface to be used by clients of class 'atomstruct::CompSSInfo'
|
|---|
| 10077 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\CompSS.h(43): note: see declaration of 'std::vector<std::set<int,std::less<int>,std::allocator<int>>,std::allocator<std::set<int,std::less<int>,std::allocator<int>>>>'
|
|---|
| 10078 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\CompSS.h(44): warning C4251: 'atomstruct::CompSSInfo::strands_parallel': class 'std::map<std::pair<int,int>,bool,std::less<std::pair<int,int>>,std::allocator<std::pair<const std::pair<int,int>,bool>>>' needs to have dll-interface to be used by clients of class 'atomstruct::CompSSInfo'
|
|---|
| 10079 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\CompSS.h(44): note: see declaration of 'std::map<std::pair<int,int>,bool,std::less<std::pair<int,int>>,std::allocator<std::pair<const std::pair<int,int>,bool>>>'
|
|---|
| 10080 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\CompSS.h(45): warning C4251: 'atomstruct::CompSSInfo::helix_info': class 'std::vector<std::pair<std::pair<atomstruct::Residue *,atomstruct::Residue *>,char>,std::allocator<std::pair<std::pair<atomstruct::Residue *,atomstruct::Residue *>,char>>>' needs to have dll-interface to be used by clients of class 'atomstruct::CompSSInfo'
|
|---|
| 10081 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\CompSS.h(45): note: see declaration of 'std::vector<std::pair<std::pair<atomstruct::Residue *,atomstruct::Residue *>,char>,std::allocator<std::pair<std::pair<atomstruct::Residue *,atomstruct::Residue *>,char>>>'
|
|---|
| 10082 | src/include\pyinstance/PythonInstance.declare.h(78): 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>'
|
|---|
| 10083 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 10084 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\PBManager.h(53): note: see reference to class template instantiation 'pyinstance::PythonInstance<atomstruct::BaseManager>' being compiled
|
|---|
| 10085 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\PBManager.h(63): warning C4251: 'atomstruct::BaseManager::_groups': class 'std::map<std::string,atomstruct::Proxy_PBGroup *,std::less<std::string>,std::allocator<std::pair<const std::string,atomstruct::Proxy_PBGroup *>>>' needs to have dll-interface to be used by clients of class 'atomstruct::BaseManager'
|
|---|
| 10086 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\PBManager.h(58): note: see declaration of 'std::map<std::string,atomstruct::Proxy_PBGroup *,std::less<std::string>,std::allocator<std::pair<const std::string,atomstruct::Proxy_PBGroup *>>>'
|
|---|
| 10087 | src/include\pyinstance/PythonInstance.declare.h(78): 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>'
|
|---|
| 10088 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 10089 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Ring.h(38): note: see reference to class template instantiation 'pyinstance::PythonInstance<atomstruct::Ring>' being compiled
|
|---|
| 10090 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Ring.h(43): warning C4251: 'atomstruct::Ring::_bonds': class 'std::set<atomstruct::Bond *,std::less<atomstruct::Bond *>,std::allocator<atomstruct::Bond *>>' needs to have dll-interface to be used by clients of class 'atomstruct::Ring'
|
|---|
| 10091 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Ring.h(41): note: see declaration of 'std::set<atomstruct::Bond *,std::less<atomstruct::Bond *>,std::allocator<atomstruct::Bond *>>'
|
|---|
| 10092 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Ring.h(44): warning C4251: 'atomstruct::Ring::_atoms': class 'std::set<atomstruct::Atom *,std::less<atomstruct::Atom *>,std::allocator<atomstruct::Atom *>>' needs to have dll-interface to be used by clients of class 'atomstruct::Ring'
|
|---|
| 10093 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Ring.h(40): note: see declaration of 'std::set<atomstruct::Atom *,std::less<atomstruct::Atom *>,std::allocator<atomstruct::Atom *>>'
|
|---|
| 10094 | src/include\pyinstance/PythonInstance.declare.h(78): 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>'
|
|---|
| 10095 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 10096 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Structure.h(110): note: see reference to class template instantiation 'pyinstance::PythonInstance<atomstruct::Structure>' being compiled
|
|---|
| 10097 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Structure.h(145): warning C4251: 'atomstruct::Structure::_atoms': class 'std::vector<atomstruct::Atom *,std::allocator<atomstruct::Atom *>>' needs to have dll-interface to be used by clients of class 'atomstruct::Structure'
|
|---|
| 10098 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Ring.h(64): note: see declaration of 'std::vector<atomstruct::Atom *,std::allocator<atomstruct::Atom *>>'
|
|---|
| 10099 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Structure.h(147): warning C4251: 'atomstruct::Structure::_bonds': class 'std::vector<atomstruct::Bond *,std::allocator<atomstruct::Bond *>>' needs to have dll-interface to be used by clients of class 'atomstruct::Structure'
|
|---|
| 10100 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Ring.h(63): note: see declaration of 'std::vector<atomstruct::Bond *,std::allocator<atomstruct::Bond *>>'
|
|---|
| 10101 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Structure.h(151): warning C4251: 'atomstruct::Structure::_coord_sets': class 'std::vector<atomstruct::CoordSet *,std::allocator<atomstruct::CoordSet *>>' needs to have dll-interface to be used by clients of class 'atomstruct::Structure'
|
|---|
| 10102 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Structure.h(120): note: see declaration of 'std::vector<atomstruct::CoordSet *,std::allocator<atomstruct::CoordSet *>>'
|
|---|
| 10103 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Structure.h(156): warning C4251: 'atomstruct::Structure::_input_seq_info': class 'std::map<atomstruct::ChainID,std::vector<atomstruct::ResName,std::allocator<std::string>>,std::less<std::string>,std::allocator<std::pair<const atomstruct::ChainID,std::vector<atomstruct::ResName,std::allocator<std::string>>>>>' needs to have dll-interface to be used by clients of class 'atomstruct::Structure'
|
|---|
| 10104 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Structure.h(121): note: see declaration of 'std::map<atomstruct::ChainID,std::vector<atomstruct::ResName,std::allocator<std::string>>,std::less<std::string>,std::allocator<std::pair<const atomstruct::ChainID,std::vector<atomstruct::ResName,std::allocator<std::string>>>>>'
|
|---|
| 10105 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Structure.h(163): warning C4251: 'atomstruct::Structure::_residues': class 'std::vector<atomstruct::Residue *,std::allocator<atomstruct::Residue *>>' needs to have dll-interface to be used by clients of class 'atomstruct::Structure'
|
|---|
| 10106 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\StructureSeq.h(50): note: see declaration of 'std::vector<atomstruct::Residue *,std::allocator<atomstruct::Residue *>>'
|
|---|
| 10107 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Structure.h(165): warning C4251: 'atomstruct::Structure::_res_numbering_valid': class 'std::vector<bool,std::allocator<bool>>' needs to have dll-interface to be used by clients of class 'atomstruct::Structure'
|
|---|
| 10108 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Structure.h(165): note: see declaration of 'std::vector<bool,std::allocator<bool>>'
|
|---|
| 10109 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Structure.h(176): warning C4251: 'atomstruct::Structure::_rings': class 'std::set<atomstruct::Ring,std::less<atomstruct::Ring>,std::allocator<atomstruct::Ring>>' needs to have dll-interface to be used by clients of class 'atomstruct::Structure'
|
|---|
| 10110 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Structure.h(128): note: see declaration of 'std::set<atomstruct::Ring,std::less<atomstruct::Ring>,std::allocator<atomstruct::Ring>>'
|
|---|
| 10111 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Structure.h(283): 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'
|
|---|
| 10112 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 10113 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Structure.h(287): warning C4251: 'atomstruct::Structure::metadata': class 'std::map<atomstruct::ChainID,std::vector<atomstruct::ResName,std::allocator<std::string>>,std::less<std::string>,std::allocator<std::pair<const atomstruct::ChainID,std::vector<atomstruct::ResName,std::allocator<std::string>>>>>' needs to have dll-interface to be used by clients of class 'atomstruct::Structure'
|
|---|
| 10114 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Structure.h(121): note: see declaration of 'std::map<atomstruct::ChainID,std::vector<atomstruct::ResName,std::allocator<std::string>>,std::less<std::string>,std::allocator<std::pair<const atomstruct::ChainID,std::vector<atomstruct::ResName,std::allocator<std::string>>>>>'
|
|---|
| 10115 | src/include\pyinstance/PythonInstance.declare.h(78): 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>'
|
|---|
| 10116 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 10117 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\CoordSet.h(41): note: see reference to class template instantiation 'pyinstance::PythonInstance<atomstruct::CoordSet>' being compiled
|
|---|
| 10118 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\CoordSet.h(49): warning C4251: 'atomstruct::CoordSet::_coords': class 'std::vector<atomstruct::Coord,std::allocator<atomstruct::Coord>>' needs to have dll-interface to be used by clients of class 'atomstruct::CoordSet'
|
|---|
| 10119 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\CoordSet.h(46): note: see declaration of 'std::vector<atomstruct::Coord,std::allocator<atomstruct::Coord>>'
|
|---|
| 10120 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\CoordSet.h(51): warning C4251: 'atomstruct::CoordSet::_bfactor_map': class 'std::unordered_map<const atomstruct::Atom *,float,std::hash<const atomstruct::Atom *>,std::equal_to<const atomstruct::Atom *>,std::allocator<std::pair<const atomstruct::Atom *const ,float>>>' needs to have dll-interface to be used by clients of class 'atomstruct::CoordSet'
|
|---|
| 10121 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\CoordSet.h(51): note: see declaration of 'std::unordered_map<const atomstruct::Atom *,float,std::hash<const atomstruct::Atom *>,std::equal_to<const atomstruct::Atom *>,std::allocator<std::pair<const atomstruct::Atom *const ,float>>>'
|
|---|
| 10122 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\CoordSet.h(52): warning C4251: 'atomstruct::CoordSet::_occupancy_map': class 'std::unordered_map<const atomstruct::Atom *,float,std::hash<const atomstruct::Atom *>,std::equal_to<const atomstruct::Atom *>,std::allocator<std::pair<const atomstruct::Atom *const ,float>>>' needs to have dll-interface to be used by clients of class 'atomstruct::CoordSet'
|
|---|
| 10123 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\CoordSet.h(51): note: see declaration of 'std::unordered_map<const atomstruct::Atom *,float,std::hash<const atomstruct::Atom *>,std::equal_to<const atomstruct::Atom *>,std::allocator<std::pair<const atomstruct::Atom *const ,float>>>'
|
|---|
| 10124 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\CoordSet.h(77): warning C4267: 'return': conversion from 'size_t' to 'int', possible loss of data
|
|---|
| 10125 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\CoordSet.h(80): warning C4267: 'return': conversion from 'size_t' to 'int', possible loss of data
|
|---|
| 10126 | src/include\pyinstance/PythonInstance.declare.h(78): 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>'
|
|---|
| 10127 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 10128 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Atom.h(68): note: see reference to class template instantiation 'pyinstance::PythonInstance<atomstruct::Atom>' being compiled
|
|---|
| 10129 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Atom.h(124): warning C4251: 'atomstruct::Atom::_alt_loc_map': class 'std::map<unsigned char,atomstruct::Atom::_Alt_loc_info,std::less<unsigned char>,std::allocator<std::pair<const unsigned char,atomstruct::Atom::_Alt_loc_info>>>' needs to have dll-interface to be used by clients of class 'atomstruct::Atom'
|
|---|
| 10130 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Atom.h(123): note: see declaration of 'std::map<unsigned char,atomstruct::Atom::_Alt_loc_info,std::less<unsigned char>,std::allocator<std::pair<const unsigned char,atomstruct::Atom::_Alt_loc_info>>>'
|
|---|
| 10131 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Atom.h(126): warning C4251: 'atomstruct::Atom::_bonds': class 'std::vector<atomstruct::Bond *,std::allocator<atomstruct::Bond *>>' needs to have dll-interface to be used by clients of class 'atomstruct::Atom'
|
|---|
| 10132 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Ring.h(63): note: see declaration of 'std::vector<atomstruct::Bond *,std::allocator<atomstruct::Bond *>>'
|
|---|
| 10133 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Atom.h(127): 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'
|
|---|
| 10134 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\string_types.h(44): note: see declaration of 'chutil::CString<5,65,116,111,109,32,84,121,112,101>'
|
|---|
| 10135 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Atom.h(134): 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'
|
|---|
| 10136 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\string_types.h(44): note: see declaration of 'chutil::CString<5,65,116,111,109,32,84,121,112,101>'
|
|---|
| 10137 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Atom.h(136): warning C4251: 'atomstruct::Atom::_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::Atom'
|
|---|
| 10138 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 10139 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Atom.h(137): warning C4251: 'atomstruct::Atom::_neighbors': class 'std::vector<atomstruct::Atom *,std::allocator<atomstruct::Atom *>>' needs to have dll-interface to be used by clients of class 'atomstruct::Atom'
|
|---|
| 10140 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Ring.h(64): note: see declaration of 'std::vector<atomstruct::Atom *,std::allocator<atomstruct::Atom *>>'
|
|---|
| 10141 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Atom.h(143): warning C4251: 'atomstruct::Atom::_rings': class 'std::vector<const atomstruct::Ring *,std::allocator<const atomstruct::Ring *>>' needs to have dll-interface to be used by clients of class 'atomstruct::Atom'
|
|---|
| 10142 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Atom.h(91): note: see declaration of 'std::vector<const atomstruct::Ring *,std::allocator<const atomstruct::Ring *>>'
|
|---|
| 10143 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Atom.h(201): warning C4244: '=': conversion from 'double' to 'float', possible loss of data
|
|---|
| 10144 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Atom.h(205): warning C4244: 'return': conversion from 'double' to 'float', possible loss of data
|
|---|
| 10145 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Atom.h(223): warning C4267: 'return': conversion from 'size_t' to 'int', possible loss of data
|
|---|
| 10146 | src/include\pyinstance/PythonInstance.declare.h(78): 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>'
|
|---|
| 10147 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 10148 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Residue.h(53): note: see reference to class template instantiation 'pyinstance::PythonInstance<atomstruct::Residue>' being compiled
|
|---|
| 10149 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Residue.h(81): warning C4251: 'atomstruct::Residue::_atoms': class 'std::vector<atomstruct::Atom *,std::allocator<atomstruct::Atom *>>' needs to have dll-interface to be used by clients of class 'atomstruct::Residue'
|
|---|
| 10150 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Ring.h(64): note: see declaration of 'std::vector<atomstruct::Atom *,std::allocator<atomstruct::Atom *>>'
|
|---|
| 10151 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Residue.h(83): 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'
|
|---|
| 10152 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 10153 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Residue.h(85): 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'
|
|---|
| 10154 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 10155 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Residue.h(86): 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'
|
|---|
| 10156 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 10157 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Residue.h(162): warning C4251: 'atomstruct::Residue::aa_min_backbone_names': class 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>' needs to have dll-interface to be used by clients of class 'atomstruct::Residue'
|
|---|
| 10158 | src/include\element/Element.h(79): note: see declaration of 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>'
|
|---|
| 10159 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Residue.h(163): warning C4251: 'atomstruct::Residue::aa_min_ordered_backbone_names': class 'std::vector<atomstruct::ResName,std::allocator<std::string>>' needs to have dll-interface to be used by clients of class 'atomstruct::Residue'
|
|---|
| 10160 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Sequence.h(99): note: see declaration of 'std::vector<atomstruct::ResName,std::allocator<std::string>>'
|
|---|
| 10161 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Residue.h(164): warning C4251: 'atomstruct::Residue::aa_max_backbone_names': class 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>' needs to have dll-interface to be used by clients of class 'atomstruct::Residue'
|
|---|
| 10162 | src/include\element/Element.h(79): note: see declaration of 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>'
|
|---|
| 10163 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Residue.h(165): warning C4251: 'atomstruct::Residue::aa_ribbon_backbone_names': class 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>' needs to have dll-interface to be used by clients of class 'atomstruct::Residue'
|
|---|
| 10164 | src/include\element/Element.h(79): note: see declaration of 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>'
|
|---|
| 10165 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Residue.h(166): warning C4251: 'atomstruct::Residue::aa_side_connector_names': class 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>' needs to have dll-interface to be used by clients of class 'atomstruct::Residue'
|
|---|
| 10166 | src/include\element/Element.h(79): note: see declaration of 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>'
|
|---|
| 10167 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Residue.h(167): warning C4251: 'atomstruct::Residue::na_min_backbone_names': class 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>' needs to have dll-interface to be used by clients of class 'atomstruct::Residue'
|
|---|
| 10168 | src/include\element/Element.h(79): note: see declaration of 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>'
|
|---|
| 10169 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Residue.h(168): warning C4251: 'atomstruct::Residue::na_min_ordered_backbone_names': class 'std::vector<atomstruct::ResName,std::allocator<std::string>>' needs to have dll-interface to be used by clients of class 'atomstruct::Residue'
|
|---|
| 10170 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Sequence.h(99): note: see declaration of 'std::vector<atomstruct::ResName,std::allocator<std::string>>'
|
|---|
| 10171 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Residue.h(169): warning C4251: 'atomstruct::Residue::na_max_backbone_names': class 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>' needs to have dll-interface to be used by clients of class 'atomstruct::Residue'
|
|---|
| 10172 | src/include\element/Element.h(79): note: see declaration of 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>'
|
|---|
| 10173 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Residue.h(170): warning C4251: 'atomstruct::Residue::na_ribbon_backbone_names': class 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>' needs to have dll-interface to be used by clients of class 'atomstruct::Residue'
|
|---|
| 10174 | src/include\element/Element.h(79): note: see declaration of 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>'
|
|---|
| 10175 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Residue.h(171): warning C4251: 'atomstruct::Residue::na_side_connector_names': class 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>' needs to have dll-interface to be used by clients of class 'atomstruct::Residue'
|
|---|
| 10176 | src/include\element/Element.h(79): note: see declaration of 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>'
|
|---|
| 10177 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Residue.h(172): warning C4251: 'atomstruct::Residue::ribose_names': class 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>' needs to have dll-interface to be used by clients of class 'atomstruct::Residue'
|
|---|
| 10178 | src/include\element/Element.h(79): note: see declaration of 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>'
|
|---|
| 10179 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Residue.h(173): warning C4251: 'atomstruct::Residue::std_solvent_names': class 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>' needs to have dll-interface to be used by clients of class 'atomstruct::Residue'
|
|---|
| 10180 | src/include\element/Element.h(79): note: see declaration of 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>'
|
|---|
| 10181 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Residue.h(174): warning C4251: 'atomstruct::Residue::std_water_names': class 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>' needs to have dll-interface to be used by clients of class 'atomstruct::Residue'
|
|---|
| 10182 | src/include\element/Element.h(79): note: see declaration of 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>'
|
|---|
| 10183 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Residue.h(175): warning C4251: 'atomstruct::Residue::ideal_chirality': class 'std::map<atomstruct::ResName,std::map<atomstruct::ResName,char,std::less<std::string>,std::allocator<std::pair<const atomstruct::ResName,char>>>,std::less<std::string>,std::allocator<std::pair<const atomstruct::ResName,std::map<atomstruct::ResName,char,std::less<std::string>,std::allocator<std::pair<const atomstruct::ResName,char>>>>>>' needs to have dll-interface to be used by clients of class 'atomstruct::Residue'
|
|---|
| 10184 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Residue.h(175): note: see declaration of 'std::map<atomstruct::ResName,std::map<atomstruct::ResName,char,std::less<std::string>,std::allocator<std::pair<const atomstruct::ResName,char>>>,std::less<std::string>,std::allocator<std::pair<const atomstruct::ResName,std::map<atomstruct::ResName,char,std::less<std::string>,std::allocator<std::pair<const atomstruct::ResName,char>>>>>>'
|
|---|
| 10185 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Residue.h(126): warning C4267: 'return': conversion from 'size_t' to 'int', possible loss of data
|
|---|
| 10186 | src/include\pyinstance/PythonInstance.declare.h(78): 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>'
|
|---|
| 10187 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 10188 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Bond.h(47): note: see reference to class template instantiation 'pyinstance::PythonInstance<atomstruct::Bond>' being compiled
|
|---|
| 10189 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Bond.h(59): warning C4251: 'atomstruct::Bond::_rings': class 'std::vector<const atomstruct::Ring *,std::allocator<const atomstruct::Ring *>>' needs to have dll-interface to be used by clients of class 'atomstruct::Bond'
|
|---|
| 10190 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Atom.h(91): note: see declaration of 'std::vector<const atomstruct::Ring *,std::allocator<const atomstruct::Ring *>>'
|
|---|
| 10191 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Bond.h(128): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data
|
|---|
| 10192 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\search.h(77): warning C4251: 'atomstruct::AtomSearchTree::_atoms': class 'std::vector<atomstruct::Atom *,std::allocator<atomstruct::Atom *>>' needs to have dll-interface to be used by clients of class 'atomstruct::AtomSearchTree'
|
|---|
| 10193 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Ring.h(64): note: see declaration of 'std::vector<atomstruct::Atom *,std::allocator<atomstruct::Atom *>>'
|
|---|
| 10194 | atomic_cpp/atomstruct_cpp/CompSS.cpp(164): warning C4267: 'initializing': conversion from 'size_t' to 'int', possible loss of data
|
|---|
| 10195 | atomic_cpp/atomstruct_cpp/CompSS.cpp(265): warning C4267: 'initializing': conversion from 'size_t' to 'int', possible loss of data
|
|---|
| 10196 | atomic_cpp/atomstruct_cpp/CompSS.cpp(285): warning C4267: 'initializing': conversion from 'size_t' to 'int', possible loss of data
|
|---|
| 10197 | atomic_cpp/atomstruct_cpp/CompSS.cpp(302): warning C4267: 'initializing': conversion from 'size_t' to 'int', possible loss of data
|
|---|
| 10198 | atomic_cpp/atomstruct_cpp/CompSS.cpp(454): warning C4267: 'initializing': conversion from 'size_t' to 'int', possible loss of data
|
|---|
| 10199 | atomic_cpp/atomstruct_cpp/CompSS.cpp(467): warning C4267: 'initializing': conversion from 'size_t' to 'int', possible loss of data
|
|---|
| 10200 | atomic_cpp/atomstruct_cpp/CompSS.cpp(733): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data
|
|---|
| 10201 | atomic_cpp/atomstruct_cpp/CompSS.cpp(818): warning C4267: 'initializing': conversion from 'size_t' to 'int', possible loss of data
|
|---|
| 10202 | CoordSet.cpp
|
|---|
| 10203 | src/include\pyinstance/PythonInstance.declare.h(78): 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>'
|
|---|
| 10204 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 10205 | src/include\pyinstance/PythonInstance.declare.h(104): note: see reference to class template instantiation 'pyinstance::PythonInstance<C>' being compiled
|
|---|
| 10206 | src/include\pyinstance/PythonInstance.declare.h(78): 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>'
|
|---|
| 10207 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 10208 | src/include\element/Element.h(49): note: see reference to class template instantiation 'pyinstance::PythonInstance<element::Element>' being compiled
|
|---|
| 10209 | src/include\element/Element.h(76): warning C4251: 'element::Element::_alkali_metals': class 'std::set<int,std::less<int>,std::allocator<int>>' needs to have dll-interface to be used by clients of class 'element::Element'
|
|---|
| 10210 | src/include\element/Element.h(76): note: see declaration of 'std::set<int,std::less<int>,std::allocator<int>>'
|
|---|
| 10211 | src/include\element/Element.h(77): warning C4251: 'element::Element::_elements': class 'std::map<int,const element::Element *,std::less<int>,std::allocator<std::pair<const int,const element::Element *>>>' needs to have dll-interface to be used by clients of class 'element::Element'
|
|---|
| 10212 | src/include\element/Element.h(77): note: see declaration of 'std::map<int,const element::Element *,std::less<int>,std::allocator<std::pair<const int,const element::Element *>>>'
|
|---|
| 10213 | src/include\element/Element.h(78): warning C4251: 'element::Element::_halogens': class 'std::set<int,std::less<int>,std::allocator<int>>' needs to have dll-interface to be used by clients of class 'element::Element'
|
|---|
| 10214 | src/include\element/Element.h(76): note: see declaration of 'std::set<int,std::less<int>,std::allocator<int>>'
|
|---|
| 10215 | src/include\element/Element.h(79): warning C4251: 'element::Element::_names': class 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>' needs to have dll-interface to be used by clients of class 'element::Element'
|
|---|
| 10216 | src/include\element/Element.h(79): note: see declaration of 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>'
|
|---|
| 10217 | src/include\element/Element.h(80): warning C4251: 'element::Element::_noble_gases': class 'std::set<int,std::less<int>,std::allocator<int>>' needs to have dll-interface to be used by clients of class 'element::Element'
|
|---|
| 10218 | src/include\element/Element.h(76): note: see declaration of 'std::set<int,std::less<int>,std::allocator<int>>'
|
|---|
| 10219 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(59): warning C4251: 'atomstruct::Changes::created': class 'std::set<const void *,std::less<const void *>,std::allocator<const void *>>' needs to have dll-interface to be used by clients of class 'atomstruct::Changes'
|
|---|
| 10220 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(59): note: see declaration of 'std::set<const void *,std::less<const void *>,std::allocator<const void *>>'
|
|---|
| 10221 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(60): warning C4251: 'atomstruct::Changes::modified': class 'std::set<const void *,std::less<const void *>,std::allocator<const void *>>' needs to have dll-interface to be used by clients of class 'atomstruct::Changes'
|
|---|
| 10222 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(59): note: see declaration of 'std::set<const void *,std::less<const void *>,std::allocator<const void *>>'
|
|---|
| 10223 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(61): warning C4251: 'atomstruct::Changes::reasons': class 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>' needs to have dll-interface to be used by clients of class 'atomstruct::Changes'
|
|---|
| 10224 | src/include\element/Element.h(79): note: see declaration of 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>'
|
|---|
| 10225 | src/include\pyinstance/PythonInstance.declare.h(78): 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>'
|
|---|
| 10226 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 10227 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(68): note: see reference to class template instantiation 'pyinstance::PythonInstance<atomstruct::ChangeTracker>' being compiled
|
|---|
| 10228 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(82): warning C4251: 'atomstruct::ChangeTracker::_structure_type_changes': class 'std::map<atomstruct::Structure *,atomstruct::ChangeTracker::ChangesArray,std::less<atomstruct::Structure *>,std::allocator<std::pair<atomstruct::Structure *const ,atomstruct::ChangeTracker::ChangesArray>>>' needs to have dll-interface to be used by clients of class 'atomstruct::ChangeTracker'
|
|---|
| 10229 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(82): note: see declaration of 'std::map<atomstruct::Structure *,atomstruct::ChangeTracker::ChangesArray,std::less<atomstruct::Structure *>,std::allocator<std::pair<atomstruct::Structure *const ,atomstruct::ChangeTracker::ChangesArray>>>'
|
|---|
| 10230 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(83): warning C4251: 'atomstruct::ChangeTracker::_dead_structures': class 'std::set<atomstruct::Structure *,std::less<atomstruct::Structure *>,std::allocator<atomstruct::Structure *>>' needs to have dll-interface to be used by clients of class 'atomstruct::ChangeTracker'
|
|---|
| 10231 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(83): note: see declaration of 'std::set<atomstruct::Structure *,std::less<atomstruct::Structure *>,std::allocator<atomstruct::Structure *>>'
|
|---|
| 10232 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(92): 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'
|
|---|
| 10233 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 10234 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(93): 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'
|
|---|
| 10235 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 10236 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(94): warning C4251: 'atomstruct::ChangeTracker::REASON_ALT_LOCS': 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'
|
|---|
| 10237 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 10238 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(95): 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'
|
|---|
| 10239 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 10240 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(96): 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'
|
|---|
| 10241 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 10242 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(97): 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'
|
|---|
| 10243 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 10244 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(98): warning C4251: 'atomstruct::ChangeTracker::REASON_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::ChangeTracker'
|
|---|
| 10245 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 10246 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(99): 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'
|
|---|
| 10247 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 10248 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(100): 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'
|
|---|
| 10249 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 10250 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(101): 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'
|
|---|
| 10251 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 10252 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(102): 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'
|
|---|
| 10253 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 10254 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(103): 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'
|
|---|
| 10255 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 10256 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(104): warning C4251: 'atomstruct::ChangeTracker::REASON_ELEMENT': 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'
|
|---|
| 10257 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 10258 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(105): 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'
|
|---|
| 10259 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 10260 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(106): 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'
|
|---|
| 10261 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 10262 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(107): 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'
|
|---|
| 10263 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 10264 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(108): warning C4251: 'atomstruct::ChangeTracker::REASON_INSERTION_CODE': 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'
|
|---|
| 10265 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 10266 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(109): 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'
|
|---|
| 10267 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 10268 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(110): warning C4251: 'atomstruct::ChangeTracker::REASON_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'
|
|---|
| 10269 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 10270 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(111): 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'
|
|---|
| 10271 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 10272 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(112): 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'
|
|---|
| 10273 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 10274 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(113): 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'
|
|---|
| 10275 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 10276 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(114): 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'
|
|---|
| 10277 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 10278 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(115): 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'
|
|---|
| 10279 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 10280 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(116): 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'
|
|---|
| 10281 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 10282 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(117): 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'
|
|---|
| 10283 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 10284 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(118): 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'
|
|---|
| 10285 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 10286 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(119): 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'
|
|---|
| 10287 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 10288 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(120): 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'
|
|---|
| 10289 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 10290 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(121): 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'
|
|---|
| 10291 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 10292 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(122): 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'
|
|---|
| 10293 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 10294 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(123): 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'
|
|---|
| 10295 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 10296 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(124): 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'
|
|---|
| 10297 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 10298 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(125): 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'
|
|---|
| 10299 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 10300 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(126): 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'
|
|---|
| 10301 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 10302 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(127): 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'
|
|---|
| 10303 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 10304 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(128): 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'
|
|---|
| 10305 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 10306 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(129): 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'
|
|---|
| 10307 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 10308 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(130): 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'
|
|---|
| 10309 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 10310 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(131): warning C4251: 'atomstruct::ChangeTracker::REASON_WORM_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'
|
|---|
| 10311 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 10312 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(132): warning C4251: 'atomstruct::ChangeTracker::REASON_WORM_RIBBON': 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'
|
|---|
| 10313 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 10314 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(306): 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'
|
|---|
| 10315 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 10316 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\destruct.h(53): warning C4251: 'atomstruct::DestructionCoordinator::_observers': class 'std::set<atomstruct::DestructionObserver *,std::less<atomstruct::DestructionObserver *>,std::allocator<atomstruct::DestructionObserver *>>' needs to have dll-interface to be used by clients of class 'atomstruct::DestructionCoordinator'
|
|---|
| 10317 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\destruct.h(53): note: see declaration of 'std::set<atomstruct::DestructionObserver *,std::less<atomstruct::DestructionObserver *>,std::allocator<atomstruct::DestructionObserver *>>'
|
|---|
| 10318 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\destruct.h(54): warning C4251: 'atomstruct::DestructionCoordinator::_destroyed': class 'std::set<void *,std::less<void *>,std::allocator<void *>>' needs to have dll-interface to be used by clients of class 'atomstruct::DestructionCoordinator'
|
|---|
| 10319 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\destruct.h(42): note: see declaration of 'std::set<void *,std::less<void *>,std::allocator<void *>>'
|
|---|
| 10320 | src/include\pyinstance/PythonInstance.declare.h(78): 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>'
|
|---|
| 10321 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 10322 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Sequence.h(57): note: see reference to class template instantiation 'pyinstance::PythonInstance<atomstruct::Sequence>' being compiled
|
|---|
| 10323 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Sequence.h(63): warning C4251: 'atomstruct::Sequence::_nucleic3to1': class 'std::map<atomstruct::ResName,char,std::less<std::string>,std::allocator<std::pair<const atomstruct::ResName,char>>>' needs to have dll-interface to be used by clients of class 'atomstruct::Sequence'
|
|---|
| 10324 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Sequence.h(61): note: see declaration of 'std::map<atomstruct::ResName,char,std::less<std::string>,std::allocator<std::pair<const atomstruct::ResName,char>>>'
|
|---|
| 10325 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Sequence.h(64): warning C4251: 'atomstruct::Sequence::_protein3to1': class 'std::map<atomstruct::ResName,char,std::less<std::string>,std::allocator<std::pair<const atomstruct::ResName,char>>>' needs to have dll-interface to be used by clients of class 'atomstruct::Sequence'
|
|---|
| 10326 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Sequence.h(61): note: see declaration of 'std::map<atomstruct::ResName,char,std::less<std::string>,std::allocator<std::pair<const atomstruct::ResName,char>>>'
|
|---|
| 10327 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Sequence.h(65): warning C4251: 'atomstruct::Sequence::_rname3to1': class 'std::map<atomstruct::ResName,char,std::less<std::string>,std::allocator<std::pair<const atomstruct::ResName,char>>>' needs to have dll-interface to be used by clients of class 'atomstruct::Sequence'
|
|---|
| 10328 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Sequence.h(61): note: see declaration of 'std::map<atomstruct::ResName,char,std::less<std::string>,std::allocator<std::pair<const atomstruct::ResName,char>>>'
|
|---|
| 10329 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Sequence.h(67): warning C4251: 'atomstruct::Sequence::_cache_g2ug': class 'std::map<unsigned int,unsigned int,std::less<unsigned int>,std::allocator<std::pair<const unsigned int,unsigned int>>>' needs to have dll-interface to be used by clients of class 'atomstruct::Sequence'
|
|---|
| 10330 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Sequence.h(67): note: see declaration of 'std::map<unsigned int,unsigned int,std::less<unsigned int>,std::allocator<std::pair<const unsigned int,unsigned int>>>'
|
|---|
| 10331 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Sequence.h(68): warning C4251: 'atomstruct::Sequence::_cache_ug2g': class 'std::map<unsigned int,unsigned int,std::less<unsigned int>,std::allocator<std::pair<const unsigned int,unsigned int>>>' needs to have dll-interface to be used by clients of class 'atomstruct::Sequence'
|
|---|
| 10332 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Sequence.h(67): note: see declaration of 'std::map<unsigned int,unsigned int,std::less<unsigned int>,std::allocator<std::pair<const unsigned int,unsigned int>>>'
|
|---|
| 10333 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Sequence.h(69): 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'
|
|---|
| 10334 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Sequence.h(59): note: see declaration of 'std::vector<char,std::allocator<char>>'
|
|---|
| 10335 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Sequence.h(74): 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'
|
|---|
| 10336 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Sequence.h(59): note: see declaration of 'std::vector<char,std::allocator<char>>'
|
|---|
| 10337 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Sequence.h(75): 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'
|
|---|
| 10338 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 10339 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Sequence.h(140): warning C4267: 'return': conversion from 'size_t' to 'int', possible loss of data
|
|---|
| 10340 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\StructureSeq.h(61): 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'
|
|---|
| 10341 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 10342 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\StructureSeq.h(62): warning C4251: 'atomstruct::StructureSeq::_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 'atomstruct::StructureSeq'
|
|---|
| 10343 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 10344 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\StructureSeq.h(66): warning C4251: 'atomstruct::StructureSeq::_res_map': class 'std::map<atomstruct::Residue *,atomstruct::StructureSeq::SeqPos,std::less<atomstruct::Residue *>,std::allocator<std::pair<atomstruct::Residue *const ,atomstruct::StructureSeq::SeqPos>>>' needs to have dll-interface to be used by clients of class 'atomstruct::StructureSeq'
|
|---|
| 10345 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\StructureSeq.h(51): note: see declaration of 'std::map<atomstruct::Residue *,atomstruct::StructureSeq::SeqPos,std::less<atomstruct::Residue *>,std::allocator<std::pair<atomstruct::Residue *const ,atomstruct::StructureSeq::SeqPos>>>'
|
|---|
| 10346 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\StructureSeq.h(67): warning C4251: 'atomstruct::StructureSeq::_residues': class 'std::vector<atomstruct::Residue *,std::allocator<atomstruct::Residue *>>' needs to have dll-interface to be used by clients of class 'atomstruct::StructureSeq'
|
|---|
| 10347 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\StructureSeq.h(50): note: see declaration of 'std::vector<atomstruct::Residue *,std::allocator<atomstruct::Residue *>>'
|
|---|
| 10348 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\StructureSeq.h(122): warning C4267: 'return': conversion from 'size_t' to 'int', possible loss of data
|
|---|
| 10349 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\CompSS.h(42): warning C4251: 'atomstruct::CompSSInfo::strands': class 'std::vector<std::pair<atomstruct::Residue *,atomstruct::Residue *>,std::allocator<std::pair<atomstruct::Residue *,atomstruct::Residue *>>>' needs to have dll-interface to be used by clients of class 'atomstruct::CompSSInfo'
|
|---|
| 10350 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\CompSS.h(42): note: see declaration of 'std::vector<std::pair<atomstruct::Residue *,atomstruct::Residue *>,std::allocator<std::pair<atomstruct::Residue *,atomstruct::Residue *>>>'
|
|---|
| 10351 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\CompSS.h(43): warning C4251: 'atomstruct::CompSSInfo::sheets': class 'std::vector<std::set<int,std::less<int>,std::allocator<int>>,std::allocator<std::set<int,std::less<int>,std::allocator<int>>>>' needs to have dll-interface to be used by clients of class 'atomstruct::CompSSInfo'
|
|---|
| 10352 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\CompSS.h(43): note: see declaration of 'std::vector<std::set<int,std::less<int>,std::allocator<int>>,std::allocator<std::set<int,std::less<int>,std::allocator<int>>>>'
|
|---|
| 10353 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\CompSS.h(44): warning C4251: 'atomstruct::CompSSInfo::strands_parallel': class 'std::map<std::pair<int,int>,bool,std::less<std::pair<int,int>>,std::allocator<std::pair<const std::pair<int,int>,bool>>>' needs to have dll-interface to be used by clients of class 'atomstruct::CompSSInfo'
|
|---|
| 10354 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\CompSS.h(44): note: see declaration of 'std::map<std::pair<int,int>,bool,std::less<std::pair<int,int>>,std::allocator<std::pair<const std::pair<int,int>,bool>>>'
|
|---|
| 10355 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\CompSS.h(45): warning C4251: 'atomstruct::CompSSInfo::helix_info': class 'std::vector<std::pair<std::pair<atomstruct::Residue *,atomstruct::Residue *>,char>,std::allocator<std::pair<std::pair<atomstruct::Residue *,atomstruct::Residue *>,char>>>' needs to have dll-interface to be used by clients of class 'atomstruct::CompSSInfo'
|
|---|
| 10356 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\CompSS.h(45): note: see declaration of 'std::vector<std::pair<std::pair<atomstruct::Residue *,atomstruct::Residue *>,char>,std::allocator<std::pair<std::pair<atomstruct::Residue *,atomstruct::Residue *>,char>>>'
|
|---|
| 10357 | src/include\pyinstance/PythonInstance.declare.h(78): 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>'
|
|---|
| 10358 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 10359 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\PBManager.h(53): note: see reference to class template instantiation 'pyinstance::PythonInstance<atomstruct::BaseManager>' being compiled
|
|---|
| 10360 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\PBManager.h(63): warning C4251: 'atomstruct::BaseManager::_groups': class 'std::map<std::string,atomstruct::Proxy_PBGroup *,std::less<std::string>,std::allocator<std::pair<const std::string,atomstruct::Proxy_PBGroup *>>>' needs to have dll-interface to be used by clients of class 'atomstruct::BaseManager'
|
|---|
| 10361 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\PBManager.h(58): note: see declaration of 'std::map<std::string,atomstruct::Proxy_PBGroup *,std::less<std::string>,std::allocator<std::pair<const std::string,atomstruct::Proxy_PBGroup *>>>'
|
|---|
| 10362 | src/include\pyinstance/PythonInstance.declare.h(78): 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>'
|
|---|
| 10363 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 10364 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Ring.h(38): note: see reference to class template instantiation 'pyinstance::PythonInstance<atomstruct::Ring>' being compiled
|
|---|
| 10365 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Ring.h(43): warning C4251: 'atomstruct::Ring::_bonds': class 'std::set<atomstruct::Bond *,std::less<atomstruct::Bond *>,std::allocator<atomstruct::Bond *>>' needs to have dll-interface to be used by clients of class 'atomstruct::Ring'
|
|---|
| 10366 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Ring.h(41): note: see declaration of 'std::set<atomstruct::Bond *,std::less<atomstruct::Bond *>,std::allocator<atomstruct::Bond *>>'
|
|---|
| 10367 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Ring.h(44): warning C4251: 'atomstruct::Ring::_atoms': class 'std::set<atomstruct::Atom *,std::less<atomstruct::Atom *>,std::allocator<atomstruct::Atom *>>' needs to have dll-interface to be used by clients of class 'atomstruct::Ring'
|
|---|
| 10368 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Ring.h(40): note: see declaration of 'std::set<atomstruct::Atom *,std::less<atomstruct::Atom *>,std::allocator<atomstruct::Atom *>>'
|
|---|
| 10369 | src/include\pyinstance/PythonInstance.declare.h(78): 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>'
|
|---|
| 10370 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 10371 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Structure.h(110): note: see reference to class template instantiation 'pyinstance::PythonInstance<atomstruct::Structure>' being compiled
|
|---|
| 10372 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Structure.h(145): warning C4251: 'atomstruct::Structure::_atoms': class 'std::vector<atomstruct::Atom *,std::allocator<atomstruct::Atom *>>' needs to have dll-interface to be used by clients of class 'atomstruct::Structure'
|
|---|
| 10373 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Ring.h(64): note: see declaration of 'std::vector<atomstruct::Atom *,std::allocator<atomstruct::Atom *>>'
|
|---|
| 10374 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Structure.h(147): warning C4251: 'atomstruct::Structure::_bonds': class 'std::vector<atomstruct::Bond *,std::allocator<atomstruct::Bond *>>' needs to have dll-interface to be used by clients of class 'atomstruct::Structure'
|
|---|
| 10375 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Ring.h(63): note: see declaration of 'std::vector<atomstruct::Bond *,std::allocator<atomstruct::Bond *>>'
|
|---|
| 10376 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Structure.h(151): warning C4251: 'atomstruct::Structure::_coord_sets': class 'std::vector<atomstruct::CoordSet *,std::allocator<atomstruct::CoordSet *>>' needs to have dll-interface to be used by clients of class 'atomstruct::Structure'
|
|---|
| 10377 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Structure.h(120): note: see declaration of 'std::vector<atomstruct::CoordSet *,std::allocator<atomstruct::CoordSet *>>'
|
|---|
| 10378 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Structure.h(156): warning C4251: 'atomstruct::Structure::_input_seq_info': class 'std::map<atomstruct::ChainID,std::vector<atomstruct::ResName,std::allocator<std::string>>,std::less<std::string>,std::allocator<std::pair<const atomstruct::ChainID,std::vector<atomstruct::ResName,std::allocator<std::string>>>>>' needs to have dll-interface to be used by clients of class 'atomstruct::Structure'
|
|---|
| 10379 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Structure.h(121): note: see declaration of 'std::map<atomstruct::ChainID,std::vector<atomstruct::ResName,std::allocator<std::string>>,std::less<std::string>,std::allocator<std::pair<const atomstruct::ChainID,std::vector<atomstruct::ResName,std::allocator<std::string>>>>>'
|
|---|
| 10380 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Structure.h(163): warning C4251: 'atomstruct::Structure::_residues': class 'std::vector<atomstruct::Residue *,std::allocator<atomstruct::Residue *>>' needs to have dll-interface to be used by clients of class 'atomstruct::Structure'
|
|---|
| 10381 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\StructureSeq.h(50): note: see declaration of 'std::vector<atomstruct::Residue *,std::allocator<atomstruct::Residue *>>'
|
|---|
| 10382 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Structure.h(165): warning C4251: 'atomstruct::Structure::_res_numbering_valid': class 'std::vector<bool,std::allocator<bool>>' needs to have dll-interface to be used by clients of class 'atomstruct::Structure'
|
|---|
| 10383 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Structure.h(165): note: see declaration of 'std::vector<bool,std::allocator<bool>>'
|
|---|
| 10384 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Structure.h(176): warning C4251: 'atomstruct::Structure::_rings': class 'std::set<atomstruct::Ring,std::less<atomstruct::Ring>,std::allocator<atomstruct::Ring>>' needs to have dll-interface to be used by clients of class 'atomstruct::Structure'
|
|---|
| 10385 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Structure.h(128): note: see declaration of 'std::set<atomstruct::Ring,std::less<atomstruct::Ring>,std::allocator<atomstruct::Ring>>'
|
|---|
| 10386 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Structure.h(283): 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'
|
|---|
| 10387 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 10388 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Structure.h(287): warning C4251: 'atomstruct::Structure::metadata': class 'std::map<atomstruct::ChainID,std::vector<atomstruct::ResName,std::allocator<std::string>>,std::less<std::string>,std::allocator<std::pair<const atomstruct::ChainID,std::vector<atomstruct::ResName,std::allocator<std::string>>>>>' needs to have dll-interface to be used by clients of class 'atomstruct::Structure'
|
|---|
| 10389 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Structure.h(121): note: see declaration of 'std::map<atomstruct::ChainID,std::vector<atomstruct::ResName,std::allocator<std::string>>,std::less<std::string>,std::allocator<std::pair<const atomstruct::ChainID,std::vector<atomstruct::ResName,std::allocator<std::string>>>>>'
|
|---|
| 10390 | src/include\pyinstance/PythonInstance.declare.h(78): 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>'
|
|---|
| 10391 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 10392 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\CoordSet.h(41): note: see reference to class template instantiation 'pyinstance::PythonInstance<atomstruct::CoordSet>' being compiled
|
|---|
| 10393 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\CoordSet.h(49): warning C4251: 'atomstruct::CoordSet::_coords': class 'std::vector<atomstruct::Coord,std::allocator<atomstruct::Coord>>' needs to have dll-interface to be used by clients of class 'atomstruct::CoordSet'
|
|---|
| 10394 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\CoordSet.h(46): note: see declaration of 'std::vector<atomstruct::Coord,std::allocator<atomstruct::Coord>>'
|
|---|
| 10395 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\CoordSet.h(51): warning C4251: 'atomstruct::CoordSet::_bfactor_map': class 'std::unordered_map<const atomstruct::Atom *,float,std::hash<const atomstruct::Atom *>,std::equal_to<const atomstruct::Atom *>,std::allocator<std::pair<const atomstruct::Atom *const ,float>>>' needs to have dll-interface to be used by clients of class 'atomstruct::CoordSet'
|
|---|
| 10396 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\CoordSet.h(51): note: see declaration of 'std::unordered_map<const atomstruct::Atom *,float,std::hash<const atomstruct::Atom *>,std::equal_to<const atomstruct::Atom *>,std::allocator<std::pair<const atomstruct::Atom *const ,float>>>'
|
|---|
| 10397 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\CoordSet.h(52): warning C4251: 'atomstruct::CoordSet::_occupancy_map': class 'std::unordered_map<const atomstruct::Atom *,float,std::hash<const atomstruct::Atom *>,std::equal_to<const atomstruct::Atom *>,std::allocator<std::pair<const atomstruct::Atom *const ,float>>>' needs to have dll-interface to be used by clients of class 'atomstruct::CoordSet'
|
|---|
| 10398 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\CoordSet.h(51): note: see declaration of 'std::unordered_map<const atomstruct::Atom *,float,std::hash<const atomstruct::Atom *>,std::equal_to<const atomstruct::Atom *>,std::allocator<std::pair<const atomstruct::Atom *const ,float>>>'
|
|---|
| 10399 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\CoordSet.h(77): warning C4267: 'return': conversion from 'size_t' to 'int', possible loss of data
|
|---|
| 10400 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\CoordSet.h(80): warning C4267: 'return': conversion from 'size_t' to 'int', possible loss of data
|
|---|
| 10401 | src/include\pyinstance/PythonInstance.declare.h(78): 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>'
|
|---|
| 10402 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 10403 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Atom.h(68): note: see reference to class template instantiation 'pyinstance::PythonInstance<atomstruct::Atom>' being compiled
|
|---|
| 10404 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Atom.h(124): warning C4251: 'atomstruct::Atom::_alt_loc_map': class 'std::map<unsigned char,atomstruct::Atom::_Alt_loc_info,std::less<unsigned char>,std::allocator<std::pair<const unsigned char,atomstruct::Atom::_Alt_loc_info>>>' needs to have dll-interface to be used by clients of class 'atomstruct::Atom'
|
|---|
| 10405 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Atom.h(123): note: see declaration of 'std::map<unsigned char,atomstruct::Atom::_Alt_loc_info,std::less<unsigned char>,std::allocator<std::pair<const unsigned char,atomstruct::Atom::_Alt_loc_info>>>'
|
|---|
| 10406 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Atom.h(126): warning C4251: 'atomstruct::Atom::_bonds': class 'std::vector<atomstruct::Bond *,std::allocator<atomstruct::Bond *>>' needs to have dll-interface to be used by clients of class 'atomstruct::Atom'
|
|---|
| 10407 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Ring.h(63): note: see declaration of 'std::vector<atomstruct::Bond *,std::allocator<atomstruct::Bond *>>'
|
|---|
| 10408 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Atom.h(127): 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'
|
|---|
| 10409 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\string_types.h(44): note: see declaration of 'chutil::CString<5,65,116,111,109,32,84,121,112,101>'
|
|---|
| 10410 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Atom.h(134): 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'
|
|---|
| 10411 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\string_types.h(44): note: see declaration of 'chutil::CString<5,65,116,111,109,32,84,121,112,101>'
|
|---|
| 10412 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Atom.h(136): warning C4251: 'atomstruct::Atom::_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::Atom'
|
|---|
| 10413 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 10414 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Atom.h(137): warning C4251: 'atomstruct::Atom::_neighbors': class 'std::vector<atomstruct::Atom *,std::allocator<atomstruct::Atom *>>' needs to have dll-interface to be used by clients of class 'atomstruct::Atom'
|
|---|
| 10415 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Ring.h(64): note: see declaration of 'std::vector<atomstruct::Atom *,std::allocator<atomstruct::Atom *>>'
|
|---|
| 10416 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Atom.h(143): warning C4251: 'atomstruct::Atom::_rings': class 'std::vector<const atomstruct::Ring *,std::allocator<const atomstruct::Ring *>>' needs to have dll-interface to be used by clients of class 'atomstruct::Atom'
|
|---|
| 10417 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Atom.h(91): note: see declaration of 'std::vector<const atomstruct::Ring *,std::allocator<const atomstruct::Ring *>>'
|
|---|
| 10418 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Atom.h(201): warning C4244: '=': conversion from 'double' to 'float', possible loss of data
|
|---|
| 10419 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Atom.h(205): warning C4244: 'return': conversion from 'double' to 'float', possible loss of data
|
|---|
| 10420 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Atom.h(223): warning C4267: 'return': conversion from 'size_t' to 'int', possible loss of data
|
|---|
| 10421 | atomic_cpp/atomstruct_cpp/CoordSet.cpp(128): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data
|
|---|
| 10422 | atomic_cpp/atomstruct_cpp/CoordSet.cpp(131): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data
|
|---|
| 10423 | atomic_cpp/atomstruct_cpp/CoordSet.cpp(136): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data
|
|---|
| 10424 | atomic_cpp/atomstruct_cpp/CoordSet.cpp(139): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data
|
|---|
| 10425 | atomic_cpp/atomstruct_cpp/CoordSet.cpp(144): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data
|
|---|
| 10426 | atomic_cpp/atomstruct_cpp/CoordSet.cpp(147): warning C4244: '=': conversion from 'atomstruct::Real' to 'float', possible loss of data
|
|---|
| 10427 | atomic_cpp/atomstruct_cpp/CoordSet.cpp(148): warning C4244: '=': conversion from 'atomstruct::Real' to 'float', possible loss of data
|
|---|
| 10428 | atomic_cpp/atomstruct_cpp/CoordSet.cpp(149): warning C4244: '=': conversion from 'atomstruct::Real' to 'float', possible loss of data
|
|---|
| 10429 | MolResId.cpp
|
|---|
| 10430 | src/include\pyinstance/PythonInstance.declare.h(78): 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>'
|
|---|
| 10431 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 10432 | src/include\pyinstance/PythonInstance.declare.h(104): note: see reference to class template instantiation 'pyinstance::PythonInstance<C>' being compiled
|
|---|
| 10433 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(59): warning C4251: 'atomstruct::Changes::created': class 'std::set<const void *,std::less<const void *>,std::allocator<const void *>>' needs to have dll-interface to be used by clients of class 'atomstruct::Changes'
|
|---|
| 10434 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(59): note: see declaration of 'std::set<const void *,std::less<const void *>,std::allocator<const void *>>'
|
|---|
| 10435 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(60): warning C4251: 'atomstruct::Changes::modified': class 'std::set<const void *,std::less<const void *>,std::allocator<const void *>>' needs to have dll-interface to be used by clients of class 'atomstruct::Changes'
|
|---|
| 10436 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(59): note: see declaration of 'std::set<const void *,std::less<const void *>,std::allocator<const void *>>'
|
|---|
| 10437 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(61): warning C4251: 'atomstruct::Changes::reasons': class 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>' needs to have dll-interface to be used by clients of class 'atomstruct::Changes'
|
|---|
| 10438 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(61): note: see declaration of 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>'
|
|---|
| 10439 | src/include\pyinstance/PythonInstance.declare.h(78): 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>'
|
|---|
| 10440 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 10441 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(68): note: see reference to class template instantiation 'pyinstance::PythonInstance<atomstruct::ChangeTracker>' being compiled
|
|---|
| 10442 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(82): warning C4251: 'atomstruct::ChangeTracker::_structure_type_changes': class 'std::map<atomstruct::Structure *,atomstruct::ChangeTracker::ChangesArray,std::less<atomstruct::Structure *>,std::allocator<std::pair<atomstruct::Structure *const ,atomstruct::ChangeTracker::ChangesArray>>>' needs to have dll-interface to be used by clients of class 'atomstruct::ChangeTracker'
|
|---|
| 10443 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(82): note: see declaration of 'std::map<atomstruct::Structure *,atomstruct::ChangeTracker::ChangesArray,std::less<atomstruct::Structure *>,std::allocator<std::pair<atomstruct::Structure *const ,atomstruct::ChangeTracker::ChangesArray>>>'
|
|---|
| 10444 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(83): warning C4251: 'atomstruct::ChangeTracker::_dead_structures': class 'std::set<atomstruct::Structure *,std::less<atomstruct::Structure *>,std::allocator<atomstruct::Structure *>>' needs to have dll-interface to be used by clients of class 'atomstruct::ChangeTracker'
|
|---|
| 10445 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(83): note: see declaration of 'std::set<atomstruct::Structure *,std::less<atomstruct::Structure *>,std::allocator<atomstruct::Structure *>>'
|
|---|
| 10446 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(92): 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'
|
|---|
| 10447 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 10448 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(93): 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'
|
|---|
| 10449 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 10450 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(94): warning C4251: 'atomstruct::ChangeTracker::REASON_ALT_LOCS': 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'
|
|---|
| 10451 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 10452 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(95): 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'
|
|---|
| 10453 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 10454 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(96): 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'
|
|---|
| 10455 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 10456 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(97): 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'
|
|---|
| 10457 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 10458 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(98): warning C4251: 'atomstruct::ChangeTracker::REASON_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::ChangeTracker'
|
|---|
| 10459 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 10460 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(99): 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'
|
|---|
| 10461 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 10462 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(100): 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'
|
|---|
| 10463 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 10464 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(101): 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'
|
|---|
| 10465 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 10466 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(102): 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'
|
|---|
| 10467 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 10468 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(103): 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'
|
|---|
| 10469 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 10470 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(104): warning C4251: 'atomstruct::ChangeTracker::REASON_ELEMENT': 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'
|
|---|
| 10471 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 10472 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(105): 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'
|
|---|
| 10473 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 10474 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(106): 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'
|
|---|
| 10475 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 10476 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(107): 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'
|
|---|
| 10477 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 10478 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(108): warning C4251: 'atomstruct::ChangeTracker::REASON_INSERTION_CODE': 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'
|
|---|
| 10479 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 10480 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(109): 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'
|
|---|
| 10481 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 10482 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(110): warning C4251: 'atomstruct::ChangeTracker::REASON_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'
|
|---|
| 10483 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 10484 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(111): 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'
|
|---|
| 10485 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 10486 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(112): 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'
|
|---|
| 10487 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 10488 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(113): 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'
|
|---|
| 10489 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 10490 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(114): 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'
|
|---|
| 10491 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 10492 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(115): 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'
|
|---|
| 10493 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 10494 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(116): 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'
|
|---|
| 10495 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 10496 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(117): 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'
|
|---|
| 10497 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 10498 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(118): 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'
|
|---|
| 10499 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 10500 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(119): 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'
|
|---|
| 10501 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 10502 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(120): 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'
|
|---|
| 10503 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 10504 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(121): 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'
|
|---|
| 10505 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 10506 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(122): 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'
|
|---|
| 10507 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 10508 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(123): 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'
|
|---|
| 10509 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 10510 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(124): 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'
|
|---|
| 10511 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 10512 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(125): 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'
|
|---|
| 10513 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 10514 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(126): 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'
|
|---|
| 10515 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 10516 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(127): 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'
|
|---|
| 10517 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 10518 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(128): 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'
|
|---|
| 10519 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 10520 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(129): 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'
|
|---|
| 10521 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 10522 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(130): 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'
|
|---|
| 10523 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 10524 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(131): warning C4251: 'atomstruct::ChangeTracker::REASON_WORM_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'
|
|---|
| 10525 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 10526 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(132): warning C4251: 'atomstruct::ChangeTracker::REASON_WORM_RIBBON': 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'
|
|---|
| 10527 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 10528 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(306): 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'
|
|---|
| 10529 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 10530 | src/include\pyinstance/PythonInstance.declare.h(78): 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>'
|
|---|
| 10531 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 10532 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Residue.h(53): note: see reference to class template instantiation 'pyinstance::PythonInstance<atomstruct::Residue>' being compiled
|
|---|
| 10533 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Residue.h(81): warning C4251: 'atomstruct::Residue::_atoms': class 'std::vector<atomstruct::Atom *,std::allocator<atomstruct::Atom *>>' needs to have dll-interface to be used by clients of class 'atomstruct::Residue'
|
|---|
| 10534 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Residue.h(55): note: see declaration of 'std::vector<atomstruct::Atom *,std::allocator<atomstruct::Atom *>>'
|
|---|
| 10535 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Residue.h(83): 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'
|
|---|
| 10536 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 10537 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Residue.h(85): 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'
|
|---|
| 10538 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 10539 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Residue.h(86): 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'
|
|---|
| 10540 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 10541 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Residue.h(162): warning C4251: 'atomstruct::Residue::aa_min_backbone_names': class 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>' needs to have dll-interface to be used by clients of class 'atomstruct::Residue'
|
|---|
| 10542 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(61): note: see declaration of 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>'
|
|---|
| 10543 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Residue.h(163): warning C4251: 'atomstruct::Residue::aa_min_ordered_backbone_names': class 'std::vector<atomstruct::AtomName,std::allocator<std::string>>' needs to have dll-interface to be used by clients of class 'atomstruct::Residue'
|
|---|
| 10544 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Residue.h(163): note: see declaration of 'std::vector<atomstruct::AtomName,std::allocator<std::string>>'
|
|---|
| 10545 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Residue.h(164): warning C4251: 'atomstruct::Residue::aa_max_backbone_names': class 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>' needs to have dll-interface to be used by clients of class 'atomstruct::Residue'
|
|---|
| 10546 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(61): note: see declaration of 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>'
|
|---|
| 10547 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Residue.h(165): warning C4251: 'atomstruct::Residue::aa_ribbon_backbone_names': class 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>' needs to have dll-interface to be used by clients of class 'atomstruct::Residue'
|
|---|
| 10548 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(61): note: see declaration of 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>'
|
|---|
| 10549 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Residue.h(166): warning C4251: 'atomstruct::Residue::aa_side_connector_names': class 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>' needs to have dll-interface to be used by clients of class 'atomstruct::Residue'
|
|---|
| 10550 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(61): note: see declaration of 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>'
|
|---|
| 10551 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Residue.h(167): warning C4251: 'atomstruct::Residue::na_min_backbone_names': class 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>' needs to have dll-interface to be used by clients of class 'atomstruct::Residue'
|
|---|
| 10552 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(61): note: see declaration of 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>'
|
|---|
| 10553 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Residue.h(168): warning C4251: 'atomstruct::Residue::na_min_ordered_backbone_names': class 'std::vector<atomstruct::AtomName,std::allocator<std::string>>' needs to have dll-interface to be used by clients of class 'atomstruct::Residue'
|
|---|
| 10554 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Residue.h(163): note: see declaration of 'std::vector<atomstruct::AtomName,std::allocator<std::string>>'
|
|---|
| 10555 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Residue.h(169): warning C4251: 'atomstruct::Residue::na_max_backbone_names': class 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>' needs to have dll-interface to be used by clients of class 'atomstruct::Residue'
|
|---|
| 10556 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(61): note: see declaration of 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>'
|
|---|
| 10557 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Residue.h(170): warning C4251: 'atomstruct::Residue::na_ribbon_backbone_names': class 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>' needs to have dll-interface to be used by clients of class 'atomstruct::Residue'
|
|---|
| 10558 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(61): note: see declaration of 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>'
|
|---|
| 10559 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Residue.h(171): warning C4251: 'atomstruct::Residue::na_side_connector_names': class 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>' needs to have dll-interface to be used by clients of class 'atomstruct::Residue'
|
|---|
| 10560 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(61): note: see declaration of 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>'
|
|---|
| 10561 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Residue.h(172): warning C4251: 'atomstruct::Residue::ribose_names': class 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>' needs to have dll-interface to be used by clients of class 'atomstruct::Residue'
|
|---|
| 10562 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(61): note: see declaration of 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>'
|
|---|
| 10563 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Residue.h(173): warning C4251: 'atomstruct::Residue::std_solvent_names': class 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>' needs to have dll-interface to be used by clients of class 'atomstruct::Residue'
|
|---|
| 10564 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(61): note: see declaration of 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>'
|
|---|
| 10565 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Residue.h(174): warning C4251: 'atomstruct::Residue::std_water_names': class 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>' needs to have dll-interface to be used by clients of class 'atomstruct::Residue'
|
|---|
| 10566 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(61): note: see declaration of 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>'
|
|---|
| 10567 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Residue.h(175): warning C4251: 'atomstruct::Residue::ideal_chirality': class 'std::map<atomstruct::ResName,std::map<atomstruct::AtomName,char,std::less<std::string>,std::allocator<std::pair<const atomstruct::AtomName,char>>>,std::less<std::string>,std::allocator<std::pair<const atomstruct::ResName,std::map<atomstruct::AtomName,char,std::less<std::string>,std::allocator<std::pair<const atomstruct::AtomName,char>>>>>>' needs to have dll-interface to be used by clients of class 'atomstruct::Residue'
|
|---|
| 10568 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Residue.h(175): note: see declaration of 'std::map<atomstruct::ResName,std::map<atomstruct::AtomName,char,std::less<std::string>,std::allocator<std::pair<const atomstruct::AtomName,char>>>,std::less<std::string>,std::allocator<std::pair<const atomstruct::ResName,std::map<atomstruct::AtomName,char,std::less<std::string>,std::allocator<std::pair<const atomstruct::AtomName,char>>>>>>'
|
|---|
| 10569 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Residue.h(126): warning C4267: 'return': conversion from 'size_t' to 'int', possible loss of data
|
|---|
| 10570 | src/include\pyinstance/PythonInstance.declare.h(78): 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>'
|
|---|
| 10571 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 10572 | src/include\element/Element.h(49): note: see reference to class template instantiation 'pyinstance::PythonInstance<element::Element>' being compiled
|
|---|
| 10573 | src/include\element/Element.h(76): warning C4251: 'element::Element::_alkali_metals': class 'std::set<int,std::less<int>,std::allocator<int>>' needs to have dll-interface to be used by clients of class 'element::Element'
|
|---|
| 10574 | src/include\element/Element.h(76): note: see declaration of 'std::set<int,std::less<int>,std::allocator<int>>'
|
|---|
| 10575 | src/include\element/Element.h(77): warning C4251: 'element::Element::_elements': class 'std::map<int,const element::Element *,std::less<int>,std::allocator<std::pair<const int,const element::Element *>>>' needs to have dll-interface to be used by clients of class 'element::Element'
|
|---|
| 10576 | src/include\element/Element.h(77): note: see declaration of 'std::map<int,const element::Element *,std::less<int>,std::allocator<std::pair<const int,const element::Element *>>>'
|
|---|
| 10577 | src/include\element/Element.h(78): warning C4251: 'element::Element::_halogens': class 'std::set<int,std::less<int>,std::allocator<int>>' needs to have dll-interface to be used by clients of class 'element::Element'
|
|---|
| 10578 | src/include\element/Element.h(76): note: see declaration of 'std::set<int,std::less<int>,std::allocator<int>>'
|
|---|
| 10579 | src/include\element/Element.h(79): warning C4251: 'element::Element::_names': class 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>' needs to have dll-interface to be used by clients of class 'element::Element'
|
|---|
| 10580 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(61): note: see declaration of 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>'
|
|---|
| 10581 | src/include\element/Element.h(80): warning C4251: 'element::Element::_noble_gases': class 'std::set<int,std::less<int>,std::allocator<int>>' needs to have dll-interface to be used by clients of class 'element::Element'
|
|---|
| 10582 | src/include\element/Element.h(76): note: see declaration of 'std::set<int,std::less<int>,std::allocator<int>>'
|
|---|
| 10583 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\destruct.h(53): warning C4251: 'atomstruct::DestructionCoordinator::_observers': class 'std::set<atomstruct::DestructionObserver *,std::less<atomstruct::DestructionObserver *>,std::allocator<atomstruct::DestructionObserver *>>' needs to have dll-interface to be used by clients of class 'atomstruct::DestructionCoordinator'
|
|---|
| 10584 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\destruct.h(53): note: see declaration of 'std::set<atomstruct::DestructionObserver *,std::less<atomstruct::DestructionObserver *>,std::allocator<atomstruct::DestructionObserver *>>'
|
|---|
| 10585 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\destruct.h(54): warning C4251: 'atomstruct::DestructionCoordinator::_destroyed': class 'std::set<void *,std::less<void *>,std::allocator<void *>>' needs to have dll-interface to be used by clients of class 'atomstruct::DestructionCoordinator'
|
|---|
| 10586 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\destruct.h(42): note: see declaration of 'std::set<void *,std::less<void *>,std::allocator<void *>>'
|
|---|
| 10587 | src/include\pyinstance/PythonInstance.declare.h(78): 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>'
|
|---|
| 10588 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 10589 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Sequence.h(57): note: see reference to class template instantiation 'pyinstance::PythonInstance<atomstruct::Sequence>' being compiled
|
|---|
| 10590 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Sequence.h(63): warning C4251: 'atomstruct::Sequence::_nucleic3to1': class 'std::map<atomstruct::AtomName,char,std::less<std::string>,std::allocator<std::pair<const atomstruct::AtomName,char>>>' needs to have dll-interface to be used by clients of class 'atomstruct::Sequence'
|
|---|
| 10591 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Residue.h(175): note: see declaration of 'std::map<atomstruct::AtomName,char,std::less<std::string>,std::allocator<std::pair<const atomstruct::AtomName,char>>>'
|
|---|
| 10592 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Sequence.h(64): warning C4251: 'atomstruct::Sequence::_protein3to1': class 'std::map<atomstruct::AtomName,char,std::less<std::string>,std::allocator<std::pair<const atomstruct::AtomName,char>>>' needs to have dll-interface to be used by clients of class 'atomstruct::Sequence'
|
|---|
| 10593 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Residue.h(175): note: see declaration of 'std::map<atomstruct::AtomName,char,std::less<std::string>,std::allocator<std::pair<const atomstruct::AtomName,char>>>'
|
|---|
| 10594 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Sequence.h(65): warning C4251: 'atomstruct::Sequence::_rname3to1': class 'std::map<atomstruct::AtomName,char,std::less<std::string>,std::allocator<std::pair<const atomstruct::AtomName,char>>>' needs to have dll-interface to be used by clients of class 'atomstruct::Sequence'
|
|---|
| 10595 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Residue.h(175): note: see declaration of 'std::map<atomstruct::AtomName,char,std::less<std::string>,std::allocator<std::pair<const atomstruct::AtomName,char>>>'
|
|---|
| 10596 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Sequence.h(67): warning C4251: 'atomstruct::Sequence::_cache_g2ug': class 'std::map<unsigned int,unsigned int,std::less<unsigned int>,std::allocator<std::pair<const unsigned int,unsigned int>>>' needs to have dll-interface to be used by clients of class 'atomstruct::Sequence'
|
|---|
| 10597 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Sequence.h(67): note: see declaration of 'std::map<unsigned int,unsigned int,std::less<unsigned int>,std::allocator<std::pair<const unsigned int,unsigned int>>>'
|
|---|
| 10598 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Sequence.h(68): warning C4251: 'atomstruct::Sequence::_cache_ug2g': class 'std::map<unsigned int,unsigned int,std::less<unsigned int>,std::allocator<std::pair<const unsigned int,unsigned int>>>' needs to have dll-interface to be used by clients of class 'atomstruct::Sequence'
|
|---|
| 10599 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Sequence.h(67): note: see declaration of 'std::map<unsigned int,unsigned int,std::less<unsigned int>,std::allocator<std::pair<const unsigned int,unsigned int>>>'
|
|---|
| 10600 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Sequence.h(69): 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'
|
|---|
| 10601 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Sequence.h(59): note: see declaration of 'std::vector<char,std::allocator<char>>'
|
|---|
| 10602 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Sequence.h(74): 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'
|
|---|
| 10603 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Sequence.h(59): note: see declaration of 'std::vector<char,std::allocator<char>>'
|
|---|
| 10604 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Sequence.h(75): 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'
|
|---|
| 10605 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 10606 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Sequence.h(140): warning C4267: 'return': conversion from 'size_t' to 'int', possible loss of data
|
|---|
| 10607 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\StructureSeq.h(61): 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'
|
|---|
| 10608 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 10609 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\StructureSeq.h(62): warning C4251: 'atomstruct::StructureSeq::_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 'atomstruct::StructureSeq'
|
|---|
| 10610 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 10611 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\StructureSeq.h(66): warning C4251: 'atomstruct::StructureSeq::_res_map': class 'std::map<atomstruct::Residue *,atomstruct::StructureSeq::SeqPos,std::less<atomstruct::Residue *>,std::allocator<std::pair<atomstruct::Residue *const ,atomstruct::StructureSeq::SeqPos>>>' needs to have dll-interface to be used by clients of class 'atomstruct::StructureSeq'
|
|---|
| 10612 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\StructureSeq.h(51): note: see declaration of 'std::map<atomstruct::Residue *,atomstruct::StructureSeq::SeqPos,std::less<atomstruct::Residue *>,std::allocator<std::pair<atomstruct::Residue *const ,atomstruct::StructureSeq::SeqPos>>>'
|
|---|
| 10613 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\StructureSeq.h(67): warning C4251: 'atomstruct::StructureSeq::_residues': class 'std::vector<atomstruct::Residue *,std::allocator<atomstruct::Residue *>>' needs to have dll-interface to be used by clients of class 'atomstruct::StructureSeq'
|
|---|
| 10614 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\StructureSeq.h(50): note: see declaration of 'std::vector<atomstruct::Residue *,std::allocator<atomstruct::Residue *>>'
|
|---|
| 10615 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\StructureSeq.h(122): warning C4267: 'return': conversion from 'size_t' to 'int', possible loss of data
|
|---|
| 10616 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\CompSS.h(42): warning C4251: 'atomstruct::CompSSInfo::strands': class 'std::vector<std::pair<atomstruct::Residue *,atomstruct::Residue *>,std::allocator<std::pair<atomstruct::Residue *,atomstruct::Residue *>>>' needs to have dll-interface to be used by clients of class 'atomstruct::CompSSInfo'
|
|---|
| 10617 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\CompSS.h(42): note: see declaration of 'std::vector<std::pair<atomstruct::Residue *,atomstruct::Residue *>,std::allocator<std::pair<atomstruct::Residue *,atomstruct::Residue *>>>'
|
|---|
| 10618 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\CompSS.h(43): warning C4251: 'atomstruct::CompSSInfo::sheets': class 'std::vector<std::set<int,std::less<int>,std::allocator<int>>,std::allocator<std::set<int,std::less<int>,std::allocator<int>>>>' needs to have dll-interface to be used by clients of class 'atomstruct::CompSSInfo'
|
|---|
| 10619 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\CompSS.h(43): note: see declaration of 'std::vector<std::set<int,std::less<int>,std::allocator<int>>,std::allocator<std::set<int,std::less<int>,std::allocator<int>>>>'
|
|---|
| 10620 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\CompSS.h(44): warning C4251: 'atomstruct::CompSSInfo::strands_parallel': class 'std::map<std::pair<int,int>,bool,std::less<std::pair<int,int>>,std::allocator<std::pair<const std::pair<int,int>,bool>>>' needs to have dll-interface to be used by clients of class 'atomstruct::CompSSInfo'
|
|---|
| 10621 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\CompSS.h(44): note: see declaration of 'std::map<std::pair<int,int>,bool,std::less<std::pair<int,int>>,std::allocator<std::pair<const std::pair<int,int>,bool>>>'
|
|---|
| 10622 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\CompSS.h(45): warning C4251: 'atomstruct::CompSSInfo::helix_info': class 'std::vector<std::pair<std::pair<atomstruct::Residue *,atomstruct::Residue *>,char>,std::allocator<std::pair<std::pair<atomstruct::Residue *,atomstruct::Residue *>,char>>>' needs to have dll-interface to be used by clients of class 'atomstruct::CompSSInfo'
|
|---|
| 10623 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\CompSS.h(45): note: see declaration of 'std::vector<std::pair<std::pair<atomstruct::Residue *,atomstruct::Residue *>,char>,std::allocator<std::pair<std::pair<atomstruct::Residue *,atomstruct::Residue *>,char>>>'
|
|---|
| 10624 | src/include\pyinstance/PythonInstance.declare.h(78): 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>'
|
|---|
| 10625 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 10626 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\PBManager.h(53): note: see reference to class template instantiation 'pyinstance::PythonInstance<atomstruct::BaseManager>' being compiled
|
|---|
| 10627 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\PBManager.h(63): warning C4251: 'atomstruct::BaseManager::_groups': class 'std::map<std::string,atomstruct::Proxy_PBGroup *,std::less<std::string>,std::allocator<std::pair<const std::string,atomstruct::Proxy_PBGroup *>>>' needs to have dll-interface to be used by clients of class 'atomstruct::BaseManager'
|
|---|
| 10628 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\PBManager.h(58): note: see declaration of 'std::map<std::string,atomstruct::Proxy_PBGroup *,std::less<std::string>,std::allocator<std::pair<const std::string,atomstruct::Proxy_PBGroup *>>>'
|
|---|
| 10629 | src/include\pyinstance/PythonInstance.declare.h(78): 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>'
|
|---|
| 10630 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 10631 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Ring.h(38): note: see reference to class template instantiation 'pyinstance::PythonInstance<atomstruct::Ring>' being compiled
|
|---|
| 10632 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Ring.h(43): warning C4251: 'atomstruct::Ring::_bonds': class 'std::set<atomstruct::Bond *,std::less<atomstruct::Bond *>,std::allocator<atomstruct::Bond *>>' needs to have dll-interface to be used by clients of class 'atomstruct::Ring'
|
|---|
| 10633 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Ring.h(41): note: see declaration of 'std::set<atomstruct::Bond *,std::less<atomstruct::Bond *>,std::allocator<atomstruct::Bond *>>'
|
|---|
| 10634 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Ring.h(44): warning C4251: 'atomstruct::Ring::_atoms': class 'std::set<atomstruct::Atom *,std::less<atomstruct::Atom *>,std::allocator<atomstruct::Atom *>>' needs to have dll-interface to be used by clients of class 'atomstruct::Ring'
|
|---|
| 10635 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Ring.h(40): note: see declaration of 'std::set<atomstruct::Atom *,std::less<atomstruct::Atom *>,std::allocator<atomstruct::Atom *>>'
|
|---|
| 10636 | src/include\pyinstance/PythonInstance.declare.h(78): 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>'
|
|---|
| 10637 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 10638 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Structure.h(110): note: see reference to class template instantiation 'pyinstance::PythonInstance<atomstruct::Structure>' being compiled
|
|---|
| 10639 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Structure.h(145): warning C4251: 'atomstruct::Structure::_atoms': class 'std::vector<atomstruct::Atom *,std::allocator<atomstruct::Atom *>>' needs to have dll-interface to be used by clients of class 'atomstruct::Structure'
|
|---|
| 10640 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Residue.h(55): note: see declaration of 'std::vector<atomstruct::Atom *,std::allocator<atomstruct::Atom *>>'
|
|---|
| 10641 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Structure.h(147): warning C4251: 'atomstruct::Structure::_bonds': class 'std::vector<atomstruct::Bond *,std::allocator<atomstruct::Bond *>>' needs to have dll-interface to be used by clients of class 'atomstruct::Structure'
|
|---|
| 10642 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Residue.h(104): note: see declaration of 'std::vector<atomstruct::Bond *,std::allocator<atomstruct::Bond *>>'
|
|---|
| 10643 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Structure.h(151): warning C4251: 'atomstruct::Structure::_coord_sets': class 'std::vector<atomstruct::CoordSet *,std::allocator<atomstruct::CoordSet *>>' needs to have dll-interface to be used by clients of class 'atomstruct::Structure'
|
|---|
| 10644 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Structure.h(120): note: see declaration of 'std::vector<atomstruct::CoordSet *,std::allocator<atomstruct::CoordSet *>>'
|
|---|
| 10645 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Structure.h(156): warning C4251: 'atomstruct::Structure::_input_seq_info': class 'std::map<atomstruct::ChainID,std::vector<atomstruct::AtomName,std::allocator<std::string>>,std::less<std::string>,std::allocator<std::pair<const atomstruct::ChainID,std::vector<atomstruct::AtomName,std::allocator<std::string>>>>>' needs to have dll-interface to be used by clients of class 'atomstruct::Structure'
|
|---|
| 10646 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Structure.h(121): note: see declaration of 'std::map<atomstruct::ChainID,std::vector<atomstruct::AtomName,std::allocator<std::string>>,std::less<std::string>,std::allocator<std::pair<const atomstruct::ChainID,std::vector<atomstruct::AtomName,std::allocator<std::string>>>>>'
|
|---|
| 10647 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Structure.h(163): warning C4251: 'atomstruct::Structure::_residues': class 'std::vector<atomstruct::Residue *,std::allocator<atomstruct::Residue *>>' needs to have dll-interface to be used by clients of class 'atomstruct::Structure'
|
|---|
| 10648 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\StructureSeq.h(50): note: see declaration of 'std::vector<atomstruct::Residue *,std::allocator<atomstruct::Residue *>>'
|
|---|
| 10649 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Structure.h(165): warning C4251: 'atomstruct::Structure::_res_numbering_valid': class 'std::vector<bool,std::allocator<bool>>' needs to have dll-interface to be used by clients of class 'atomstruct::Structure'
|
|---|
| 10650 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Structure.h(165): note: see declaration of 'std::vector<bool,std::allocator<bool>>'
|
|---|
| 10651 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Structure.h(176): warning C4251: 'atomstruct::Structure::_rings': class 'std::set<atomstruct::Ring,std::less<atomstruct::Ring>,std::allocator<atomstruct::Ring>>' needs to have dll-interface to be used by clients of class 'atomstruct::Structure'
|
|---|
| 10652 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Structure.h(128): note: see declaration of 'std::set<atomstruct::Ring,std::less<atomstruct::Ring>,std::allocator<atomstruct::Ring>>'
|
|---|
| 10653 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Structure.h(283): 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'
|
|---|
| 10654 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 10655 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Structure.h(287): warning C4251: 'atomstruct::Structure::metadata': class 'std::map<atomstruct::ChainID,std::vector<atomstruct::AtomName,std::allocator<std::string>>,std::less<std::string>,std::allocator<std::pair<const atomstruct::ChainID,std::vector<atomstruct::AtomName,std::allocator<std::string>>>>>' needs to have dll-interface to be used by clients of class 'atomstruct::Structure'
|
|---|
| 10656 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Structure.h(121): note: see declaration of 'std::map<atomstruct::ChainID,std::vector<atomstruct::AtomName,std::allocator<std::string>>,std::less<std::string>,std::allocator<std::pair<const atomstruct::ChainID,std::vector<atomstruct::AtomName,std::allocator<std::string>>>>>'
|
|---|
| 10657 | src/include\pyinstance/PythonInstance.declare.h(78): 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>'
|
|---|
| 10658 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 10659 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\CoordSet.h(41): note: see reference to class template instantiation 'pyinstance::PythonInstance<atomstruct::CoordSet>' being compiled
|
|---|
| 10660 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\CoordSet.h(49): warning C4251: 'atomstruct::CoordSet::_coords': class 'std::vector<atomstruct::Coord,std::allocator<atomstruct::Coord>>' needs to have dll-interface to be used by clients of class 'atomstruct::CoordSet'
|
|---|
| 10661 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\CoordSet.h(46): note: see declaration of 'std::vector<atomstruct::Coord,std::allocator<atomstruct::Coord>>'
|
|---|
| 10662 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\CoordSet.h(51): warning C4251: 'atomstruct::CoordSet::_bfactor_map': class 'std::unordered_map<const atomstruct::Atom *,float,std::hash<const atomstruct::Atom *>,std::equal_to<const atomstruct::Atom *>,std::allocator<std::pair<const atomstruct::Atom *const ,float>>>' needs to have dll-interface to be used by clients of class 'atomstruct::CoordSet'
|
|---|
| 10663 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\CoordSet.h(51): note: see declaration of 'std::unordered_map<const atomstruct::Atom *,float,std::hash<const atomstruct::Atom *>,std::equal_to<const atomstruct::Atom *>,std::allocator<std::pair<const atomstruct::Atom *const ,float>>>'
|
|---|
| 10664 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\CoordSet.h(52): warning C4251: 'atomstruct::CoordSet::_occupancy_map': class 'std::unordered_map<const atomstruct::Atom *,float,std::hash<const atomstruct::Atom *>,std::equal_to<const atomstruct::Atom *>,std::allocator<std::pair<const atomstruct::Atom *const ,float>>>' needs to have dll-interface to be used by clients of class 'atomstruct::CoordSet'
|
|---|
| 10665 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\CoordSet.h(51): note: see declaration of 'std::unordered_map<const atomstruct::Atom *,float,std::hash<const atomstruct::Atom *>,std::equal_to<const atomstruct::Atom *>,std::allocator<std::pair<const atomstruct::Atom *const ,float>>>'
|
|---|
| 10666 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\CoordSet.h(77): warning C4267: 'return': conversion from 'size_t' to 'int', possible loss of data
|
|---|
| 10667 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\CoordSet.h(80): warning C4267: 'return': conversion from 'size_t' to 'int', possible loss of data
|
|---|
| 10668 | src/include\pyinstance/PythonInstance.declare.h(78): 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>'
|
|---|
| 10669 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 10670 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Atom.h(68): note: see reference to class template instantiation 'pyinstance::PythonInstance<atomstruct::Atom>' being compiled
|
|---|
| 10671 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Atom.h(124): warning C4251: 'atomstruct::Atom::_alt_loc_map': class 'std::map<unsigned char,atomstruct::Atom::_Alt_loc_info,std::less<unsigned char>,std::allocator<std::pair<const unsigned char,atomstruct::Atom::_Alt_loc_info>>>' needs to have dll-interface to be used by clients of class 'atomstruct::Atom'
|
|---|
| 10672 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Atom.h(123): note: see declaration of 'std::map<unsigned char,atomstruct::Atom::_Alt_loc_info,std::less<unsigned char>,std::allocator<std::pair<const unsigned char,atomstruct::Atom::_Alt_loc_info>>>'
|
|---|
| 10673 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Atom.h(126): warning C4251: 'atomstruct::Atom::_bonds': class 'std::vector<atomstruct::Bond *,std::allocator<atomstruct::Bond *>>' needs to have dll-interface to be used by clients of class 'atomstruct::Atom'
|
|---|
| 10674 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Residue.h(104): note: see declaration of 'std::vector<atomstruct::Bond *,std::allocator<atomstruct::Bond *>>'
|
|---|
| 10675 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Atom.h(127): 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'
|
|---|
| 10676 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\string_types.h(44): note: see declaration of 'chutil::CString<5,65,116,111,109,32,84,121,112,101>'
|
|---|
| 10677 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Atom.h(134): 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'
|
|---|
| 10678 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\string_types.h(44): note: see declaration of 'chutil::CString<5,65,116,111,109,32,84,121,112,101>'
|
|---|
| 10679 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Atom.h(136): warning C4251: 'atomstruct::Atom::_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::Atom'
|
|---|
| 10680 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 10681 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Atom.h(137): warning C4251: 'atomstruct::Atom::_neighbors': class 'std::vector<atomstruct::Atom *,std::allocator<atomstruct::Atom *>>' needs to have dll-interface to be used by clients of class 'atomstruct::Atom'
|
|---|
| 10682 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Residue.h(55): note: see declaration of 'std::vector<atomstruct::Atom *,std::allocator<atomstruct::Atom *>>'
|
|---|
| 10683 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Atom.h(143): warning C4251: 'atomstruct::Atom::_rings': class 'std::vector<const atomstruct::Ring *,std::allocator<const atomstruct::Ring *>>' needs to have dll-interface to be used by clients of class 'atomstruct::Atom'
|
|---|
| 10684 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Atom.h(91): note: see declaration of 'std::vector<const atomstruct::Ring *,std::allocator<const atomstruct::Ring *>>'
|
|---|
| 10685 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Atom.h(201): warning C4244: '=': conversion from 'double' to 'float', possible loss of data
|
|---|
| 10686 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Atom.h(205): warning C4244: 'return': conversion from 'double' to 'float', possible loss of data
|
|---|
| 10687 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Atom.h(223): warning C4267: 'return': conversion from 'size_t' to 'int', possible loss of data
|
|---|
| 10688 | src/include\pyinstance/PythonInstance.declare.h(78): 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>'
|
|---|
| 10689 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 10690 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Bond.h(47): note: see reference to class template instantiation 'pyinstance::PythonInstance<atomstruct::Bond>' being compiled
|
|---|
| 10691 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Bond.h(59): warning C4251: 'atomstruct::Bond::_rings': class 'std::vector<const atomstruct::Ring *,std::allocator<const atomstruct::Ring *>>' needs to have dll-interface to be used by clients of class 'atomstruct::Bond'
|
|---|
| 10692 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Atom.h(91): note: see declaration of 'std::vector<const atomstruct::Ring *,std::allocator<const atomstruct::Ring *>>'
|
|---|
| 10693 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Bond.h(128): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data
|
|---|
| 10694 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\MolResId.h(43): warning C4251: 'atomstruct::MolResId::chain': 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::MolResId'
|
|---|
| 10695 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 10696 | PBGroup.cpp
|
|---|
| 10697 | src/include\pyinstance/PythonInstance.declare.h(78): 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>'
|
|---|
| 10698 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 10699 | src/include\pyinstance/PythonInstance.declare.h(104): note: see reference to class template instantiation 'pyinstance::PythonInstance<C>' being compiled
|
|---|
| 10700 | src/include\pyinstance/PythonInstance.declare.h(78): 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>'
|
|---|
| 10701 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 10702 | src/include\element/Element.h(49): note: see reference to class template instantiation 'pyinstance::PythonInstance<element::Element>' being compiled
|
|---|
| 10703 | src/include\element/Element.h(76): warning C4251: 'element::Element::_alkali_metals': class 'std::set<int,std::less<int>,std::allocator<int>>' needs to have dll-interface to be used by clients of class 'element::Element'
|
|---|
| 10704 | src/include\element/Element.h(76): note: see declaration of 'std::set<int,std::less<int>,std::allocator<int>>'
|
|---|
| 10705 | src/include\element/Element.h(77): warning C4251: 'element::Element::_elements': class 'std::map<int,const element::Element *,std::less<int>,std::allocator<std::pair<const int,const element::Element *>>>' needs to have dll-interface to be used by clients of class 'element::Element'
|
|---|
| 10706 | src/include\element/Element.h(77): note: see declaration of 'std::map<int,const element::Element *,std::less<int>,std::allocator<std::pair<const int,const element::Element *>>>'
|
|---|
| 10707 | src/include\element/Element.h(78): warning C4251: 'element::Element::_halogens': class 'std::set<int,std::less<int>,std::allocator<int>>' needs to have dll-interface to be used by clients of class 'element::Element'
|
|---|
| 10708 | src/include\element/Element.h(76): note: see declaration of 'std::set<int,std::less<int>,std::allocator<int>>'
|
|---|
| 10709 | src/include\element/Element.h(79): warning C4251: 'element::Element::_names': class 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>' needs to have dll-interface to be used by clients of class 'element::Element'
|
|---|
| 10710 | src/include\element/Element.h(79): note: see declaration of 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>'
|
|---|
| 10711 | src/include\element/Element.h(80): warning C4251: 'element::Element::_noble_gases': class 'std::set<int,std::less<int>,std::allocator<int>>' needs to have dll-interface to be used by clients of class 'element::Element'
|
|---|
| 10712 | src/include\element/Element.h(76): note: see declaration of 'std::set<int,std::less<int>,std::allocator<int>>'
|
|---|
| 10713 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(59): warning C4251: 'atomstruct::Changes::created': class 'std::set<const void *,std::less<const void *>,std::allocator<const void *>>' needs to have dll-interface to be used by clients of class 'atomstruct::Changes'
|
|---|
| 10714 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(59): note: see declaration of 'std::set<const void *,std::less<const void *>,std::allocator<const void *>>'
|
|---|
| 10715 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(60): warning C4251: 'atomstruct::Changes::modified': class 'std::set<const void *,std::less<const void *>,std::allocator<const void *>>' needs to have dll-interface to be used by clients of class 'atomstruct::Changes'
|
|---|
| 10716 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(59): note: see declaration of 'std::set<const void *,std::less<const void *>,std::allocator<const void *>>'
|
|---|
| 10717 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(61): warning C4251: 'atomstruct::Changes::reasons': class 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>' needs to have dll-interface to be used by clients of class 'atomstruct::Changes'
|
|---|
| 10718 | src/include\element/Element.h(79): note: see declaration of 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>'
|
|---|
| 10719 | src/include\pyinstance/PythonInstance.declare.h(78): 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>'
|
|---|
| 10720 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 10721 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(68): note: see reference to class template instantiation 'pyinstance::PythonInstance<atomstruct::ChangeTracker>' being compiled
|
|---|
| 10722 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(82): warning C4251: 'atomstruct::ChangeTracker::_structure_type_changes': class 'std::map<atomstruct::Structure *,atomstruct::ChangeTracker::ChangesArray,std::less<atomstruct::Structure *>,std::allocator<std::pair<atomstruct::Structure *const ,atomstruct::ChangeTracker::ChangesArray>>>' needs to have dll-interface to be used by clients of class 'atomstruct::ChangeTracker'
|
|---|
| 10723 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(82): note: see declaration of 'std::map<atomstruct::Structure *,atomstruct::ChangeTracker::ChangesArray,std::less<atomstruct::Structure *>,std::allocator<std::pair<atomstruct::Structure *const ,atomstruct::ChangeTracker::ChangesArray>>>'
|
|---|
| 10724 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(83): warning C4251: 'atomstruct::ChangeTracker::_dead_structures': class 'std::set<atomstruct::Structure *,std::less<atomstruct::Structure *>,std::allocator<atomstruct::Structure *>>' needs to have dll-interface to be used by clients of class 'atomstruct::ChangeTracker'
|
|---|
| 10725 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(83): note: see declaration of 'std::set<atomstruct::Structure *,std::less<atomstruct::Structure *>,std::allocator<atomstruct::Structure *>>'
|
|---|
| 10726 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(92): 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'
|
|---|
| 10727 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 10728 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(93): 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'
|
|---|
| 10729 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 10730 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(94): warning C4251: 'atomstruct::ChangeTracker::REASON_ALT_LOCS': 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'
|
|---|
| 10731 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 10732 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(95): 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'
|
|---|
| 10733 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 10734 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(96): 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'
|
|---|
| 10735 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 10736 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(97): 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'
|
|---|
| 10737 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 10738 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(98): warning C4251: 'atomstruct::ChangeTracker::REASON_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::ChangeTracker'
|
|---|
| 10739 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 10740 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(99): 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'
|
|---|
| 10741 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 10742 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(100): 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'
|
|---|
| 10743 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 10744 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(101): 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'
|
|---|
| 10745 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 10746 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(102): 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'
|
|---|
| 10747 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 10748 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(103): 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'
|
|---|
| 10749 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 10750 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(104): warning C4251: 'atomstruct::ChangeTracker::REASON_ELEMENT': 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'
|
|---|
| 10751 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 10752 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(105): 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'
|
|---|
| 10753 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 10754 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(106): 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'
|
|---|
| 10755 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 10756 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(107): 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'
|
|---|
| 10757 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 10758 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(108): warning C4251: 'atomstruct::ChangeTracker::REASON_INSERTION_CODE': 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'
|
|---|
| 10759 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 10760 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(109): 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'
|
|---|
| 10761 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 10762 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(110): warning C4251: 'atomstruct::ChangeTracker::REASON_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'
|
|---|
| 10763 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 10764 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(111): 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'
|
|---|
| 10765 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 10766 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(112): 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'
|
|---|
| 10767 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 10768 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(113): 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'
|
|---|
| 10769 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 10770 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(114): 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'
|
|---|
| 10771 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 10772 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(115): 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'
|
|---|
| 10773 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 10774 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(116): 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'
|
|---|
| 10775 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 10776 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(117): 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'
|
|---|
| 10777 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 10778 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(118): 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'
|
|---|
| 10779 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 10780 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(119): 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'
|
|---|
| 10781 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 10782 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(120): 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'
|
|---|
| 10783 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 10784 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(121): 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'
|
|---|
| 10785 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 10786 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(122): 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'
|
|---|
| 10787 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 10788 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(123): 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'
|
|---|
| 10789 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 10790 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(124): 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'
|
|---|
| 10791 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 10792 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(125): 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'
|
|---|
| 10793 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 10794 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(126): 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'
|
|---|
| 10795 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 10796 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(127): 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'
|
|---|
| 10797 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 10798 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(128): 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'
|
|---|
| 10799 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 10800 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(129): 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'
|
|---|
| 10801 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 10802 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(130): 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'
|
|---|
| 10803 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 10804 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(131): warning C4251: 'atomstruct::ChangeTracker::REASON_WORM_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'
|
|---|
| 10805 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 10806 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(132): warning C4251: 'atomstruct::ChangeTracker::REASON_WORM_RIBBON': 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'
|
|---|
| 10807 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 10808 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(306): 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'
|
|---|
| 10809 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 10810 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\destruct.h(53): warning C4251: 'atomstruct::DestructionCoordinator::_observers': class 'std::set<atomstruct::DestructionObserver *,std::less<atomstruct::DestructionObserver *>,std::allocator<atomstruct::DestructionObserver *>>' needs to have dll-interface to be used by clients of class 'atomstruct::DestructionCoordinator'
|
|---|
| 10811 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\destruct.h(53): note: see declaration of 'std::set<atomstruct::DestructionObserver *,std::less<atomstruct::DestructionObserver *>,std::allocator<atomstruct::DestructionObserver *>>'
|
|---|
| 10812 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\destruct.h(54): warning C4251: 'atomstruct::DestructionCoordinator::_destroyed': class 'std::set<void *,std::less<void *>,std::allocator<void *>>' needs to have dll-interface to be used by clients of class 'atomstruct::DestructionCoordinator'
|
|---|
| 10813 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\destruct.h(42): note: see declaration of 'std::set<void *,std::less<void *>,std::allocator<void *>>'
|
|---|
| 10814 | src/include\pyinstance/PythonInstance.declare.h(78): 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>'
|
|---|
| 10815 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 10816 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Sequence.h(57): note: see reference to class template instantiation 'pyinstance::PythonInstance<atomstruct::Sequence>' being compiled
|
|---|
| 10817 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Sequence.h(63): warning C4251: 'atomstruct::Sequence::_nucleic3to1': class 'std::map<atomstruct::ResName,char,std::less<std::string>,std::allocator<std::pair<const atomstruct::ResName,char>>>' needs to have dll-interface to be used by clients of class 'atomstruct::Sequence'
|
|---|
| 10818 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Sequence.h(61): note: see declaration of 'std::map<atomstruct::ResName,char,std::less<std::string>,std::allocator<std::pair<const atomstruct::ResName,char>>>'
|
|---|
| 10819 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Sequence.h(64): warning C4251: 'atomstruct::Sequence::_protein3to1': class 'std::map<atomstruct::ResName,char,std::less<std::string>,std::allocator<std::pair<const atomstruct::ResName,char>>>' needs to have dll-interface to be used by clients of class 'atomstruct::Sequence'
|
|---|
| 10820 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Sequence.h(61): note: see declaration of 'std::map<atomstruct::ResName,char,std::less<std::string>,std::allocator<std::pair<const atomstruct::ResName,char>>>'
|
|---|
| 10821 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Sequence.h(65): warning C4251: 'atomstruct::Sequence::_rname3to1': class 'std::map<atomstruct::ResName,char,std::less<std::string>,std::allocator<std::pair<const atomstruct::ResName,char>>>' needs to have dll-interface to be used by clients of class 'atomstruct::Sequence'
|
|---|
| 10822 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Sequence.h(61): note: see declaration of 'std::map<atomstruct::ResName,char,std::less<std::string>,std::allocator<std::pair<const atomstruct::ResName,char>>>'
|
|---|
| 10823 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Sequence.h(67): warning C4251: 'atomstruct::Sequence::_cache_g2ug': class 'std::map<unsigned int,unsigned int,std::less<unsigned int>,std::allocator<std::pair<const unsigned int,unsigned int>>>' needs to have dll-interface to be used by clients of class 'atomstruct::Sequence'
|
|---|
| 10824 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Sequence.h(67): note: see declaration of 'std::map<unsigned int,unsigned int,std::less<unsigned int>,std::allocator<std::pair<const unsigned int,unsigned int>>>'
|
|---|
| 10825 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Sequence.h(68): warning C4251: 'atomstruct::Sequence::_cache_ug2g': class 'std::map<unsigned int,unsigned int,std::less<unsigned int>,std::allocator<std::pair<const unsigned int,unsigned int>>>' needs to have dll-interface to be used by clients of class 'atomstruct::Sequence'
|
|---|
| 10826 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Sequence.h(67): note: see declaration of 'std::map<unsigned int,unsigned int,std::less<unsigned int>,std::allocator<std::pair<const unsigned int,unsigned int>>>'
|
|---|
| 10827 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Sequence.h(69): 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'
|
|---|
| 10828 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Sequence.h(59): note: see declaration of 'std::vector<char,std::allocator<char>>'
|
|---|
| 10829 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Sequence.h(74): 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'
|
|---|
| 10830 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Sequence.h(59): note: see declaration of 'std::vector<char,std::allocator<char>>'
|
|---|
| 10831 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Sequence.h(75): 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'
|
|---|
| 10832 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 10833 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Sequence.h(140): warning C4267: 'return': conversion from 'size_t' to 'int', possible loss of data
|
|---|
| 10834 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\StructureSeq.h(61): 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'
|
|---|
| 10835 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 10836 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\StructureSeq.h(62): warning C4251: 'atomstruct::StructureSeq::_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 'atomstruct::StructureSeq'
|
|---|
| 10837 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 10838 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\StructureSeq.h(66): warning C4251: 'atomstruct::StructureSeq::_res_map': class 'std::map<atomstruct::Residue *,atomstruct::StructureSeq::SeqPos,std::less<atomstruct::Residue *>,std::allocator<std::pair<atomstruct::Residue *const ,atomstruct::StructureSeq::SeqPos>>>' needs to have dll-interface to be used by clients of class 'atomstruct::StructureSeq'
|
|---|
| 10839 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\StructureSeq.h(51): note: see declaration of 'std::map<atomstruct::Residue *,atomstruct::StructureSeq::SeqPos,std::less<atomstruct::Residue *>,std::allocator<std::pair<atomstruct::Residue *const ,atomstruct::StructureSeq::SeqPos>>>'
|
|---|
| 10840 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\StructureSeq.h(67): warning C4251: 'atomstruct::StructureSeq::_residues': class 'std::vector<atomstruct::Residue *,std::allocator<atomstruct::Residue *>>' needs to have dll-interface to be used by clients of class 'atomstruct::StructureSeq'
|
|---|
| 10841 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\StructureSeq.h(50): note: see declaration of 'std::vector<atomstruct::Residue *,std::allocator<atomstruct::Residue *>>'
|
|---|
| 10842 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\StructureSeq.h(122): warning C4267: 'return': conversion from 'size_t' to 'int', possible loss of data
|
|---|
| 10843 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\CompSS.h(42): warning C4251: 'atomstruct::CompSSInfo::strands': class 'std::vector<std::pair<atomstruct::Residue *,atomstruct::Residue *>,std::allocator<std::pair<atomstruct::Residue *,atomstruct::Residue *>>>' needs to have dll-interface to be used by clients of class 'atomstruct::CompSSInfo'
|
|---|
| 10844 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\CompSS.h(42): note: see declaration of 'std::vector<std::pair<atomstruct::Residue *,atomstruct::Residue *>,std::allocator<std::pair<atomstruct::Residue *,atomstruct::Residue *>>>'
|
|---|
| 10845 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\CompSS.h(43): warning C4251: 'atomstruct::CompSSInfo::sheets': class 'std::vector<std::set<int,std::less<int>,std::allocator<int>>,std::allocator<std::set<int,std::less<int>,std::allocator<int>>>>' needs to have dll-interface to be used by clients of class 'atomstruct::CompSSInfo'
|
|---|
| 10846 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\CompSS.h(43): note: see declaration of 'std::vector<std::set<int,std::less<int>,std::allocator<int>>,std::allocator<std::set<int,std::less<int>,std::allocator<int>>>>'
|
|---|
| 10847 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\CompSS.h(44): warning C4251: 'atomstruct::CompSSInfo::strands_parallel': class 'std::map<std::pair<int,int>,bool,std::less<std::pair<int,int>>,std::allocator<std::pair<const std::pair<int,int>,bool>>>' needs to have dll-interface to be used by clients of class 'atomstruct::CompSSInfo'
|
|---|
| 10848 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\CompSS.h(44): note: see declaration of 'std::map<std::pair<int,int>,bool,std::less<std::pair<int,int>>,std::allocator<std::pair<const std::pair<int,int>,bool>>>'
|
|---|
| 10849 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\CompSS.h(45): warning C4251: 'atomstruct::CompSSInfo::helix_info': class 'std::vector<std::pair<std::pair<atomstruct::Residue *,atomstruct::Residue *>,char>,std::allocator<std::pair<std::pair<atomstruct::Residue *,atomstruct::Residue *>,char>>>' needs to have dll-interface to be used by clients of class 'atomstruct::CompSSInfo'
|
|---|
| 10850 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\CompSS.h(45): note: see declaration of 'std::vector<std::pair<std::pair<atomstruct::Residue *,atomstruct::Residue *>,char>,std::allocator<std::pair<std::pair<atomstruct::Residue *,atomstruct::Residue *>,char>>>'
|
|---|
| 10851 | src/include\pyinstance/PythonInstance.declare.h(78): 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>'
|
|---|
| 10852 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 10853 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\PBManager.h(53): note: see reference to class template instantiation 'pyinstance::PythonInstance<atomstruct::BaseManager>' being compiled
|
|---|
| 10854 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\PBManager.h(63): warning C4251: 'atomstruct::BaseManager::_groups': class 'std::map<std::string,atomstruct::Proxy_PBGroup *,std::less<std::string>,std::allocator<std::pair<const std::string,atomstruct::Proxy_PBGroup *>>>' needs to have dll-interface to be used by clients of class 'atomstruct::BaseManager'
|
|---|
| 10855 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\PBManager.h(58): note: see declaration of 'std::map<std::string,atomstruct::Proxy_PBGroup *,std::less<std::string>,std::allocator<std::pair<const std::string,atomstruct::Proxy_PBGroup *>>>'
|
|---|
| 10856 | src/include\pyinstance/PythonInstance.declare.h(78): 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>'
|
|---|
| 10857 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 10858 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Ring.h(38): note: see reference to class template instantiation 'pyinstance::PythonInstance<atomstruct::Ring>' being compiled
|
|---|
| 10859 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Ring.h(43): warning C4251: 'atomstruct::Ring::_bonds': class 'std::set<atomstruct::Bond *,std::less<atomstruct::Bond *>,std::allocator<atomstruct::Bond *>>' needs to have dll-interface to be used by clients of class 'atomstruct::Ring'
|
|---|
| 10860 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Ring.h(41): note: see declaration of 'std::set<atomstruct::Bond *,std::less<atomstruct::Bond *>,std::allocator<atomstruct::Bond *>>'
|
|---|
| 10861 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Ring.h(44): warning C4251: 'atomstruct::Ring::_atoms': class 'std::set<atomstruct::Atom *,std::less<atomstruct::Atom *>,std::allocator<atomstruct::Atom *>>' needs to have dll-interface to be used by clients of class 'atomstruct::Ring'
|
|---|
| 10862 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Ring.h(40): note: see declaration of 'std::set<atomstruct::Atom *,std::less<atomstruct::Atom *>,std::allocator<atomstruct::Atom *>>'
|
|---|
| 10863 | src/include\pyinstance/PythonInstance.declare.h(78): 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>'
|
|---|
| 10864 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 10865 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Structure.h(110): note: see reference to class template instantiation 'pyinstance::PythonInstance<atomstruct::Structure>' being compiled
|
|---|
| 10866 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Structure.h(145): warning C4251: 'atomstruct::Structure::_atoms': class 'std::vector<atomstruct::Atom *,std::allocator<atomstruct::Atom *>>' needs to have dll-interface to be used by clients of class 'atomstruct::Structure'
|
|---|
| 10867 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Ring.h(64): note: see declaration of 'std::vector<atomstruct::Atom *,std::allocator<atomstruct::Atom *>>'
|
|---|
| 10868 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Structure.h(147): warning C4251: 'atomstruct::Structure::_bonds': class 'std::vector<atomstruct::Bond *,std::allocator<atomstruct::Bond *>>' needs to have dll-interface to be used by clients of class 'atomstruct::Structure'
|
|---|
| 10869 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Ring.h(63): note: see declaration of 'std::vector<atomstruct::Bond *,std::allocator<atomstruct::Bond *>>'
|
|---|
| 10870 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Structure.h(151): warning C4251: 'atomstruct::Structure::_coord_sets': class 'std::vector<atomstruct::CoordSet *,std::allocator<atomstruct::CoordSet *>>' needs to have dll-interface to be used by clients of class 'atomstruct::Structure'
|
|---|
| 10871 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Structure.h(120): note: see declaration of 'std::vector<atomstruct::CoordSet *,std::allocator<atomstruct::CoordSet *>>'
|
|---|
| 10872 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Structure.h(156): warning C4251: 'atomstruct::Structure::_input_seq_info': class 'std::map<atomstruct::ChainID,std::vector<atomstruct::ResName,std::allocator<std::string>>,std::less<std::string>,std::allocator<std::pair<const atomstruct::ChainID,std::vector<atomstruct::ResName,std::allocator<std::string>>>>>' needs to have dll-interface to be used by clients of class 'atomstruct::Structure'
|
|---|
| 10873 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Structure.h(121): note: see declaration of 'std::map<atomstruct::ChainID,std::vector<atomstruct::ResName,std::allocator<std::string>>,std::less<std::string>,std::allocator<std::pair<const atomstruct::ChainID,std::vector<atomstruct::ResName,std::allocator<std::string>>>>>'
|
|---|
| 10874 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Structure.h(163): warning C4251: 'atomstruct::Structure::_residues': class 'std::vector<atomstruct::Residue *,std::allocator<atomstruct::Residue *>>' needs to have dll-interface to be used by clients of class 'atomstruct::Structure'
|
|---|
| 10875 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\StructureSeq.h(50): note: see declaration of 'std::vector<atomstruct::Residue *,std::allocator<atomstruct::Residue *>>'
|
|---|
| 10876 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Structure.h(165): warning C4251: 'atomstruct::Structure::_res_numbering_valid': class 'std::vector<bool,std::allocator<bool>>' needs to have dll-interface to be used by clients of class 'atomstruct::Structure'
|
|---|
| 10877 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Structure.h(165): note: see declaration of 'std::vector<bool,std::allocator<bool>>'
|
|---|
| 10878 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Structure.h(176): warning C4251: 'atomstruct::Structure::_rings': class 'std::set<atomstruct::Ring,std::less<atomstruct::Ring>,std::allocator<atomstruct::Ring>>' needs to have dll-interface to be used by clients of class 'atomstruct::Structure'
|
|---|
| 10879 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Structure.h(128): note: see declaration of 'std::set<atomstruct::Ring,std::less<atomstruct::Ring>,std::allocator<atomstruct::Ring>>'
|
|---|
| 10880 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Structure.h(283): 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'
|
|---|
| 10881 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 10882 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Structure.h(287): warning C4251: 'atomstruct::Structure::metadata': class 'std::map<atomstruct::ChainID,std::vector<atomstruct::ResName,std::allocator<std::string>>,std::less<std::string>,std::allocator<std::pair<const atomstruct::ChainID,std::vector<atomstruct::ResName,std::allocator<std::string>>>>>' needs to have dll-interface to be used by clients of class 'atomstruct::Structure'
|
|---|
| 10883 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Structure.h(121): note: see declaration of 'std::map<atomstruct::ChainID,std::vector<atomstruct::ResName,std::allocator<std::string>>,std::less<std::string>,std::allocator<std::pair<const atomstruct::ChainID,std::vector<atomstruct::ResName,std::allocator<std::string>>>>>'
|
|---|
| 10884 | src/include\pyinstance/PythonInstance.declare.h(78): 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>'
|
|---|
| 10885 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 10886 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\CoordSet.h(41): note: see reference to class template instantiation 'pyinstance::PythonInstance<atomstruct::CoordSet>' being compiled
|
|---|
| 10887 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\CoordSet.h(49): warning C4251: 'atomstruct::CoordSet::_coords': class 'std::vector<atomstruct::Coord,std::allocator<atomstruct::Coord>>' needs to have dll-interface to be used by clients of class 'atomstruct::CoordSet'
|
|---|
| 10888 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\CoordSet.h(46): note: see declaration of 'std::vector<atomstruct::Coord,std::allocator<atomstruct::Coord>>'
|
|---|
| 10889 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\CoordSet.h(51): warning C4251: 'atomstruct::CoordSet::_bfactor_map': class 'std::unordered_map<const atomstruct::Atom *,float,std::hash<const atomstruct::Atom *>,std::equal_to<const atomstruct::Atom *>,std::allocator<std::pair<const atomstruct::Atom *const ,float>>>' needs to have dll-interface to be used by clients of class 'atomstruct::CoordSet'
|
|---|
| 10890 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\CoordSet.h(51): note: see declaration of 'std::unordered_map<const atomstruct::Atom *,float,std::hash<const atomstruct::Atom *>,std::equal_to<const atomstruct::Atom *>,std::allocator<std::pair<const atomstruct::Atom *const ,float>>>'
|
|---|
| 10891 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\CoordSet.h(52): warning C4251: 'atomstruct::CoordSet::_occupancy_map': class 'std::unordered_map<const atomstruct::Atom *,float,std::hash<const atomstruct::Atom *>,std::equal_to<const atomstruct::Atom *>,std::allocator<std::pair<const atomstruct::Atom *const ,float>>>' needs to have dll-interface to be used by clients of class 'atomstruct::CoordSet'
|
|---|
| 10892 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\CoordSet.h(51): note: see declaration of 'std::unordered_map<const atomstruct::Atom *,float,std::hash<const atomstruct::Atom *>,std::equal_to<const atomstruct::Atom *>,std::allocator<std::pair<const atomstruct::Atom *const ,float>>>'
|
|---|
| 10893 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\CoordSet.h(77): warning C4267: 'return': conversion from 'size_t' to 'int', possible loss of data
|
|---|
| 10894 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\CoordSet.h(80): warning C4267: 'return': conversion from 'size_t' to 'int', possible loss of data
|
|---|
| 10895 | src/include\pyinstance/PythonInstance.declare.h(78): 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>'
|
|---|
| 10896 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 10897 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Atom.h(68): note: see reference to class template instantiation 'pyinstance::PythonInstance<atomstruct::Atom>' being compiled
|
|---|
| 10898 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Atom.h(124): warning C4251: 'atomstruct::Atom::_alt_loc_map': class 'std::map<unsigned char,atomstruct::Atom::_Alt_loc_info,std::less<unsigned char>,std::allocator<std::pair<const unsigned char,atomstruct::Atom::_Alt_loc_info>>>' needs to have dll-interface to be used by clients of class 'atomstruct::Atom'
|
|---|
| 10899 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Atom.h(123): note: see declaration of 'std::map<unsigned char,atomstruct::Atom::_Alt_loc_info,std::less<unsigned char>,std::allocator<std::pair<const unsigned char,atomstruct::Atom::_Alt_loc_info>>>'
|
|---|
| 10900 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Atom.h(126): warning C4251: 'atomstruct::Atom::_bonds': class 'std::vector<atomstruct::Bond *,std::allocator<atomstruct::Bond *>>' needs to have dll-interface to be used by clients of class 'atomstruct::Atom'
|
|---|
| 10901 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Ring.h(63): note: see declaration of 'std::vector<atomstruct::Bond *,std::allocator<atomstruct::Bond *>>'
|
|---|
| 10902 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Atom.h(127): 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'
|
|---|
| 10903 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\string_types.h(44): note: see declaration of 'chutil::CString<5,65,116,111,109,32,84,121,112,101>'
|
|---|
| 10904 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Atom.h(134): 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'
|
|---|
| 10905 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\string_types.h(44): note: see declaration of 'chutil::CString<5,65,116,111,109,32,84,121,112,101>'
|
|---|
| 10906 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Atom.h(136): warning C4251: 'atomstruct::Atom::_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::Atom'
|
|---|
| 10907 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 10908 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Atom.h(137): warning C4251: 'atomstruct::Atom::_neighbors': class 'std::vector<atomstruct::Atom *,std::allocator<atomstruct::Atom *>>' needs to have dll-interface to be used by clients of class 'atomstruct::Atom'
|
|---|
| 10909 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Ring.h(64): note: see declaration of 'std::vector<atomstruct::Atom *,std::allocator<atomstruct::Atom *>>'
|
|---|
| 10910 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Atom.h(143): warning C4251: 'atomstruct::Atom::_rings': class 'std::vector<const atomstruct::Ring *,std::allocator<const atomstruct::Ring *>>' needs to have dll-interface to be used by clients of class 'atomstruct::Atom'
|
|---|
| 10911 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Atom.h(91): note: see declaration of 'std::vector<const atomstruct::Ring *,std::allocator<const atomstruct::Ring *>>'
|
|---|
| 10912 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Atom.h(201): warning C4244: '=': conversion from 'double' to 'float', possible loss of data
|
|---|
| 10913 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Atom.h(205): warning C4244: 'return': conversion from 'double' to 'float', possible loss of data
|
|---|
| 10914 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Atom.h(223): warning C4267: 'return': conversion from 'size_t' to 'int', possible loss of data
|
|---|
| 10915 | src/include\pyinstance/PythonInstance.declare.h(78): warning C4251: 'pyinstance::PythonInstance<atomstruct::PBGroup>::_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::PBGroup>'
|
|---|
| 10916 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 10917 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\PBGroup.h(61): note: see reference to class template instantiation 'pyinstance::PythonInstance<atomstruct::PBGroup>' being compiled
|
|---|
| 10918 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\PBGroup.h(70): warning C4251: 'atomstruct::PBGroup::_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::PBGroup'
|
|---|
| 10919 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 10920 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\PBGroup.h(169): warning C4251: 'atomstruct::StructurePBGroup::_pbonds': class 'std::set<atomstruct::Pseudobond *,std::less<atomstruct::Pseudobond *>,std::allocator<atomstruct::Pseudobond *>>' needs to have dll-interface to be used by clients of class 'atomstruct::StructurePBGroup'
|
|---|
| 10921 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\PBGroup.h(63): note: see declaration of 'std::set<atomstruct::Pseudobond *,std::less<atomstruct::Pseudobond *>,std::allocator<atomstruct::Pseudobond *>>'
|
|---|
| 10922 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\PBGroup.h(199): warning C4251: 'atomstruct::CS_PBGroup::_pbonds': class 'std::unordered_map<const atomstruct::CoordSet *,atomstruct::PBGroup::Pseudobonds,std::hash<const atomstruct::CoordSet *>,std::equal_to<const atomstruct::CoordSet *>,std::allocator<std::pair<const atomstruct::CoordSet *const ,atomstruct::PBGroup::Pseudobonds>>>' needs to have dll-interface to be used by clients of class 'atomstruct::CS_PBGroup'
|
|---|
| 10923 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\PBGroup.h(199): note: see declaration of 'std::unordered_map<const atomstruct::CoordSet *,atomstruct::PBGroup::Pseudobonds,std::hash<const atomstruct::CoordSet *>,std::equal_to<const atomstruct::CoordSet *>,std::allocator<std::pair<const atomstruct::CoordSet *const ,atomstruct::PBGroup::Pseudobonds>>>'
|
|---|
| 10924 | src/include\pyinstance/PythonInstance.declare.h(78): warning C4251: 'pyinstance::PythonInstance<atomstruct::Pseudobond>::_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::Pseudobond>'
|
|---|
| 10925 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 10926 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Pseudobond.h(52): note: see reference to class template instantiation 'pyinstance::PythonInstance<atomstruct::Pseudobond>' being compiled
|
|---|
| 10927 | atomic_cpp/atomstruct_cpp/PBGroup.cpp(290): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data
|
|---|
| 10928 | atomic_cpp/atomstruct_cpp/PBGroup.cpp(298): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data
|
|---|
| 10929 | atomic_cpp/atomstruct_cpp/PBGroup.cpp(307): warning C4267: '+=': conversion from 'size_t' to 'int', possible loss of data
|
|---|
| 10930 | atomic_cpp/atomstruct_cpp/PBGroup.cpp(315): warning C4267: 'return': conversion from 'size_t' to 'int', possible loss of data
|
|---|
| 10931 | atomic_cpp/atomstruct_cpp/PBGroup.cpp(321): warning C4267: 'initializing': conversion from 'size_t' to 'int', possible loss of data
|
|---|
| 10932 | atomic_cpp/atomstruct_cpp/PBGroup.cpp(324): warning C4267: '+=': conversion from 'size_t' to 'int', possible loss of data
|
|---|
| 10933 | atomic_cpp/atomstruct_cpp/PBGroup.cpp(332): warning C4267: 'initializing': conversion from 'size_t' to 'int', possible loss of data
|
|---|
| 10934 | atomic_cpp/atomstruct_cpp/PBGroup.cpp(334): warning C4267: '+=': conversion from 'size_t' to 'int', possible loss of data
|
|---|
| 10935 | atomic_cpp/atomstruct_cpp/PBGroup.cpp(402): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data
|
|---|
| 10936 | atomic_cpp/atomstruct_cpp/PBGroup.cpp(407): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data
|
|---|
| 10937 | atomic_cpp/atomstruct_cpp/PBGroup.cpp(408): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data
|
|---|
| 10938 | atomic_cpp/atomstruct_cpp/PBGroup.cpp(421): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data
|
|---|
| 10939 | atomic_cpp/atomstruct_cpp/PBGroup.cpp(433): warning C4267: 'initializing': conversion from 'size_t' to 'int', possible loss of data
|
|---|
| 10940 | atomic_cpp/atomstruct_cpp/PBGroup.cpp(446): warning C4267: 'initializing': conversion from 'size_t' to 'int', possible loss of data
|
|---|
| 10941 | PBManager.cpp
|
|---|
| 10942 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\destruct.h(53): warning C4251: 'atomstruct::DestructionCoordinator::_observers': class 'std::set<atomstruct::DestructionObserver *,std::less<atomstruct::DestructionObserver *>,std::allocator<atomstruct::DestructionObserver *>>' needs to have dll-interface to be used by clients of class 'atomstruct::DestructionCoordinator'
|
|---|
| 10943 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\destruct.h(53): note: see declaration of 'std::set<atomstruct::DestructionObserver *,std::less<atomstruct::DestructionObserver *>,std::allocator<atomstruct::DestructionObserver *>>'
|
|---|
| 10944 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\destruct.h(54): warning C4251: 'atomstruct::DestructionCoordinator::_destroyed': class 'std::set<void *,std::less<void *>,std::allocator<void *>>' needs to have dll-interface to be used by clients of class 'atomstruct::DestructionCoordinator'
|
|---|
| 10945 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\destruct.h(42): note: see declaration of 'std::set<void *,std::less<void *>,std::allocator<void *>>'
|
|---|
| 10946 | src/include\pyinstance/PythonInstance.declare.h(78): 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>'
|
|---|
| 10947 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 10948 | src/include\pyinstance/PythonInstance.declare.h(104): note: see reference to class template instantiation 'pyinstance::PythonInstance<C>' being compiled
|
|---|
| 10949 | src/include\pyinstance/PythonInstance.declare.h(78): 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>'
|
|---|
| 10950 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 10951 | src/include\element/Element.h(49): note: see reference to class template instantiation 'pyinstance::PythonInstance<element::Element>' being compiled
|
|---|
| 10952 | src/include\element/Element.h(76): warning C4251: 'element::Element::_alkali_metals': class 'std::set<int,std::less<int>,std::allocator<int>>' needs to have dll-interface to be used by clients of class 'element::Element'
|
|---|
| 10953 | src/include\element/Element.h(76): note: see declaration of 'std::set<int,std::less<int>,std::allocator<int>>'
|
|---|
| 10954 | src/include\element/Element.h(77): warning C4251: 'element::Element::_elements': class 'std::map<int,const element::Element *,std::less<int>,std::allocator<std::pair<const int,const element::Element *>>>' needs to have dll-interface to be used by clients of class 'element::Element'
|
|---|
| 10955 | src/include\element/Element.h(77): note: see declaration of 'std::map<int,const element::Element *,std::less<int>,std::allocator<std::pair<const int,const element::Element *>>>'
|
|---|
| 10956 | src/include\element/Element.h(78): warning C4251: 'element::Element::_halogens': class 'std::set<int,std::less<int>,std::allocator<int>>' needs to have dll-interface to be used by clients of class 'element::Element'
|
|---|
| 10957 | src/include\element/Element.h(76): note: see declaration of 'std::set<int,std::less<int>,std::allocator<int>>'
|
|---|
| 10958 | src/include\element/Element.h(79): warning C4251: 'element::Element::_names': class 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>' needs to have dll-interface to be used by clients of class 'element::Element'
|
|---|
| 10959 | src/include\element/Element.h(79): note: see declaration of 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>'
|
|---|
| 10960 | src/include\element/Element.h(80): warning C4251: 'element::Element::_noble_gases': class 'std::set<int,std::less<int>,std::allocator<int>>' needs to have dll-interface to be used by clients of class 'element::Element'
|
|---|
| 10961 | src/include\element/Element.h(76): note: see declaration of 'std::set<int,std::less<int>,std::allocator<int>>'
|
|---|
| 10962 | src/include\pyinstance/PythonInstance.declare.h(78): 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>'
|
|---|
| 10963 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 10964 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Sequence.h(57): note: see reference to class template instantiation 'pyinstance::PythonInstance<atomstruct::Sequence>' being compiled
|
|---|
| 10965 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Sequence.h(63): warning C4251: 'atomstruct::Sequence::_nucleic3to1': class 'std::map<atomstruct::ResName,char,std::less<std::string>,std::allocator<std::pair<const atomstruct::ResName,char>>>' needs to have dll-interface to be used by clients of class 'atomstruct::Sequence'
|
|---|
| 10966 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Sequence.h(61): note: see declaration of 'std::map<atomstruct::ResName,char,std::less<std::string>,std::allocator<std::pair<const atomstruct::ResName,char>>>'
|
|---|
| 10967 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Sequence.h(64): warning C4251: 'atomstruct::Sequence::_protein3to1': class 'std::map<atomstruct::ResName,char,std::less<std::string>,std::allocator<std::pair<const atomstruct::ResName,char>>>' needs to have dll-interface to be used by clients of class 'atomstruct::Sequence'
|
|---|
| 10968 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Sequence.h(61): note: see declaration of 'std::map<atomstruct::ResName,char,std::less<std::string>,std::allocator<std::pair<const atomstruct::ResName,char>>>'
|
|---|
| 10969 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Sequence.h(65): warning C4251: 'atomstruct::Sequence::_rname3to1': class 'std::map<atomstruct::ResName,char,std::less<std::string>,std::allocator<std::pair<const atomstruct::ResName,char>>>' needs to have dll-interface to be used by clients of class 'atomstruct::Sequence'
|
|---|
| 10970 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Sequence.h(61): note: see declaration of 'std::map<atomstruct::ResName,char,std::less<std::string>,std::allocator<std::pair<const atomstruct::ResName,char>>>'
|
|---|
| 10971 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Sequence.h(67): warning C4251: 'atomstruct::Sequence::_cache_g2ug': class 'std::map<unsigned int,unsigned int,std::less<unsigned int>,std::allocator<std::pair<const unsigned int,unsigned int>>>' needs to have dll-interface to be used by clients of class 'atomstruct::Sequence'
|
|---|
| 10972 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Sequence.h(67): note: see declaration of 'std::map<unsigned int,unsigned int,std::less<unsigned int>,std::allocator<std::pair<const unsigned int,unsigned int>>>'
|
|---|
| 10973 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Sequence.h(68): warning C4251: 'atomstruct::Sequence::_cache_ug2g': class 'std::map<unsigned int,unsigned int,std::less<unsigned int>,std::allocator<std::pair<const unsigned int,unsigned int>>>' needs to have dll-interface to be used by clients of class 'atomstruct::Sequence'
|
|---|
| 10974 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Sequence.h(67): note: see declaration of 'std::map<unsigned int,unsigned int,std::less<unsigned int>,std::allocator<std::pair<const unsigned int,unsigned int>>>'
|
|---|
| 10975 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Sequence.h(69): 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'
|
|---|
| 10976 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Sequence.h(59): note: see declaration of 'std::vector<char,std::allocator<char>>'
|
|---|
| 10977 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Sequence.h(74): 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'
|
|---|
| 10978 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Sequence.h(59): note: see declaration of 'std::vector<char,std::allocator<char>>'
|
|---|
| 10979 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Sequence.h(75): 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'
|
|---|
| 10980 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 10981 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Sequence.h(140): warning C4267: 'return': conversion from 'size_t' to 'int', possible loss of data
|
|---|
| 10982 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\StructureSeq.h(61): 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'
|
|---|
| 10983 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 10984 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\StructureSeq.h(62): warning C4251: 'atomstruct::StructureSeq::_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 'atomstruct::StructureSeq'
|
|---|
| 10985 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 10986 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\StructureSeq.h(66): warning C4251: 'atomstruct::StructureSeq::_res_map': class 'std::map<atomstruct::Residue *,atomstruct::StructureSeq::SeqPos,std::less<atomstruct::Residue *>,std::allocator<std::pair<atomstruct::Residue *const ,atomstruct::StructureSeq::SeqPos>>>' needs to have dll-interface to be used by clients of class 'atomstruct::StructureSeq'
|
|---|
| 10987 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\StructureSeq.h(51): note: see declaration of 'std::map<atomstruct::Residue *,atomstruct::StructureSeq::SeqPos,std::less<atomstruct::Residue *>,std::allocator<std::pair<atomstruct::Residue *const ,atomstruct::StructureSeq::SeqPos>>>'
|
|---|
| 10988 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\StructureSeq.h(67): warning C4251: 'atomstruct::StructureSeq::_residues': class 'std::vector<atomstruct::Residue *,std::allocator<atomstruct::Residue *>>' needs to have dll-interface to be used by clients of class 'atomstruct::StructureSeq'
|
|---|
| 10989 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\StructureSeq.h(50): note: see declaration of 'std::vector<atomstruct::Residue *,std::allocator<atomstruct::Residue *>>'
|
|---|
| 10990 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\StructureSeq.h(122): warning C4267: 'return': conversion from 'size_t' to 'int', possible loss of data
|
|---|
| 10991 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(59): warning C4251: 'atomstruct::Changes::created': class 'std::set<const void *,std::less<const void *>,std::allocator<const void *>>' needs to have dll-interface to be used by clients of class 'atomstruct::Changes'
|
|---|
| 10992 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(59): note: see declaration of 'std::set<const void *,std::less<const void *>,std::allocator<const void *>>'
|
|---|
| 10993 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(60): warning C4251: 'atomstruct::Changes::modified': class 'std::set<const void *,std::less<const void *>,std::allocator<const void *>>' needs to have dll-interface to be used by clients of class 'atomstruct::Changes'
|
|---|
| 10994 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(59): note: see declaration of 'std::set<const void *,std::less<const void *>,std::allocator<const void *>>'
|
|---|
| 10995 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(61): warning C4251: 'atomstruct::Changes::reasons': class 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>' needs to have dll-interface to be used by clients of class 'atomstruct::Changes'
|
|---|
| 10996 | src/include\element/Element.h(79): note: see declaration of 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>'
|
|---|
| 10997 | src/include\pyinstance/PythonInstance.declare.h(78): 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>'
|
|---|
| 10998 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 10999 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(68): note: see reference to class template instantiation 'pyinstance::PythonInstance<atomstruct::ChangeTracker>' being compiled
|
|---|
| 11000 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(82): warning C4251: 'atomstruct::ChangeTracker::_structure_type_changes': class 'std::map<atomstruct::Structure *,atomstruct::ChangeTracker::ChangesArray,std::less<atomstruct::Structure *>,std::allocator<std::pair<atomstruct::Structure *const ,atomstruct::ChangeTracker::ChangesArray>>>' needs to have dll-interface to be used by clients of class 'atomstruct::ChangeTracker'
|
|---|
| 11001 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(82): note: see declaration of 'std::map<atomstruct::Structure *,atomstruct::ChangeTracker::ChangesArray,std::less<atomstruct::Structure *>,std::allocator<std::pair<atomstruct::Structure *const ,atomstruct::ChangeTracker::ChangesArray>>>'
|
|---|
| 11002 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(83): warning C4251: 'atomstruct::ChangeTracker::_dead_structures': class 'std::set<atomstruct::Structure *,std::less<atomstruct::Structure *>,std::allocator<atomstruct::Structure *>>' needs to have dll-interface to be used by clients of class 'atomstruct::ChangeTracker'
|
|---|
| 11003 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(83): note: see declaration of 'std::set<atomstruct::Structure *,std::less<atomstruct::Structure *>,std::allocator<atomstruct::Structure *>>'
|
|---|
| 11004 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(92): 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'
|
|---|
| 11005 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 11006 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(93): 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'
|
|---|
| 11007 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 11008 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(94): warning C4251: 'atomstruct::ChangeTracker::REASON_ALT_LOCS': 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'
|
|---|
| 11009 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 11010 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(95): 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'
|
|---|
| 11011 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 11012 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(96): 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'
|
|---|
| 11013 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 11014 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(97): 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'
|
|---|
| 11015 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 11016 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(98): warning C4251: 'atomstruct::ChangeTracker::REASON_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::ChangeTracker'
|
|---|
| 11017 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 11018 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(99): 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'
|
|---|
| 11019 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 11020 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(100): 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'
|
|---|
| 11021 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 11022 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(101): 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'
|
|---|
| 11023 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 11024 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(102): 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'
|
|---|
| 11025 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 11026 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(103): 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'
|
|---|
| 11027 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 11028 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(104): warning C4251: 'atomstruct::ChangeTracker::REASON_ELEMENT': 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'
|
|---|
| 11029 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 11030 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(105): 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'
|
|---|
| 11031 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 11032 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(106): 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'
|
|---|
| 11033 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 11034 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(107): 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'
|
|---|
| 11035 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 11036 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(108): warning C4251: 'atomstruct::ChangeTracker::REASON_INSERTION_CODE': 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'
|
|---|
| 11037 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 11038 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(109): 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'
|
|---|
| 11039 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 11040 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(110): warning C4251: 'atomstruct::ChangeTracker::REASON_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'
|
|---|
| 11041 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 11042 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(111): 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'
|
|---|
| 11043 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 11044 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(112): 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'
|
|---|
| 11045 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 11046 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(113): 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'
|
|---|
| 11047 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 11048 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(114): 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'
|
|---|
| 11049 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 11050 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(115): 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'
|
|---|
| 11051 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 11052 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(116): 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'
|
|---|
| 11053 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 11054 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(117): 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'
|
|---|
| 11055 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 11056 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(118): 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'
|
|---|
| 11057 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 11058 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(119): 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'
|
|---|
| 11059 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 11060 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(120): 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'
|
|---|
| 11061 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 11062 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(121): 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'
|
|---|
| 11063 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 11064 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(122): 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'
|
|---|
| 11065 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 11066 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(123): 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'
|
|---|
| 11067 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 11068 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(124): 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'
|
|---|
| 11069 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 11070 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(125): 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'
|
|---|
| 11071 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 11072 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(126): 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'
|
|---|
| 11073 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 11074 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(127): 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'
|
|---|
| 11075 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 11076 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(128): 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'
|
|---|
| 11077 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 11078 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(129): 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'
|
|---|
| 11079 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 11080 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(130): 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'
|
|---|
| 11081 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 11082 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(131): warning C4251: 'atomstruct::ChangeTracker::REASON_WORM_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'
|
|---|
| 11083 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 11084 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(132): warning C4251: 'atomstruct::ChangeTracker::REASON_WORM_RIBBON': 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'
|
|---|
| 11085 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 11086 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(306): 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'
|
|---|
| 11087 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 11088 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\CompSS.h(42): warning C4251: 'atomstruct::CompSSInfo::strands': class 'std::vector<std::pair<atomstruct::Residue *,atomstruct::Residue *>,std::allocator<std::pair<atomstruct::Residue *,atomstruct::Residue *>>>' needs to have dll-interface to be used by clients of class 'atomstruct::CompSSInfo'
|
|---|
| 11089 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\CompSS.h(42): note: see declaration of 'std::vector<std::pair<atomstruct::Residue *,atomstruct::Residue *>,std::allocator<std::pair<atomstruct::Residue *,atomstruct::Residue *>>>'
|
|---|
| 11090 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\CompSS.h(43): warning C4251: 'atomstruct::CompSSInfo::sheets': class 'std::vector<std::set<int,std::less<int>,std::allocator<int>>,std::allocator<std::set<int,std::less<int>,std::allocator<int>>>>' needs to have dll-interface to be used by clients of class 'atomstruct::CompSSInfo'
|
|---|
| 11091 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\CompSS.h(43): note: see declaration of 'std::vector<std::set<int,std::less<int>,std::allocator<int>>,std::allocator<std::set<int,std::less<int>,std::allocator<int>>>>'
|
|---|
| 11092 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\CompSS.h(44): warning C4251: 'atomstruct::CompSSInfo::strands_parallel': class 'std::map<std::pair<int,int>,bool,std::less<std::pair<int,int>>,std::allocator<std::pair<const std::pair<int,int>,bool>>>' needs to have dll-interface to be used by clients of class 'atomstruct::CompSSInfo'
|
|---|
| 11093 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\CompSS.h(44): note: see declaration of 'std::map<std::pair<int,int>,bool,std::less<std::pair<int,int>>,std::allocator<std::pair<const std::pair<int,int>,bool>>>'
|
|---|
| 11094 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\CompSS.h(45): warning C4251: 'atomstruct::CompSSInfo::helix_info': class 'std::vector<std::pair<std::pair<atomstruct::Residue *,atomstruct::Residue *>,char>,std::allocator<std::pair<std::pair<atomstruct::Residue *,atomstruct::Residue *>,char>>>' needs to have dll-interface to be used by clients of class 'atomstruct::CompSSInfo'
|
|---|
| 11095 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\CompSS.h(45): note: see declaration of 'std::vector<std::pair<std::pair<atomstruct::Residue *,atomstruct::Residue *>,char>,std::allocator<std::pair<std::pair<atomstruct::Residue *,atomstruct::Residue *>,char>>>'
|
|---|
| 11096 | src/include\pyinstance/PythonInstance.declare.h(78): 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>'
|
|---|
| 11097 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 11098 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\PBManager.h(53): note: see reference to class template instantiation 'pyinstance::PythonInstance<atomstruct::BaseManager>' being compiled
|
|---|
| 11099 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\PBManager.h(63): warning C4251: 'atomstruct::BaseManager::_groups': class 'std::map<std::string,atomstruct::Proxy_PBGroup *,std::less<std::string>,std::allocator<std::pair<const std::string,atomstruct::Proxy_PBGroup *>>>' needs to have dll-interface to be used by clients of class 'atomstruct::BaseManager'
|
|---|
| 11100 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\PBManager.h(58): note: see declaration of 'std::map<std::string,atomstruct::Proxy_PBGroup *,std::less<std::string>,std::allocator<std::pair<const std::string,atomstruct::Proxy_PBGroup *>>>'
|
|---|
| 11101 | src/include\pyinstance/PythonInstance.declare.h(78): 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>'
|
|---|
| 11102 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 11103 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Ring.h(38): note: see reference to class template instantiation 'pyinstance::PythonInstance<atomstruct::Ring>' being compiled
|
|---|
| 11104 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Ring.h(43): warning C4251: 'atomstruct::Ring::_bonds': class 'std::set<atomstruct::Bond *,std::less<atomstruct::Bond *>,std::allocator<atomstruct::Bond *>>' needs to have dll-interface to be used by clients of class 'atomstruct::Ring'
|
|---|
| 11105 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Ring.h(41): note: see declaration of 'std::set<atomstruct::Bond *,std::less<atomstruct::Bond *>,std::allocator<atomstruct::Bond *>>'
|
|---|
| 11106 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Ring.h(44): warning C4251: 'atomstruct::Ring::_atoms': class 'std::set<atomstruct::Atom *,std::less<atomstruct::Atom *>,std::allocator<atomstruct::Atom *>>' needs to have dll-interface to be used by clients of class 'atomstruct::Ring'
|
|---|
| 11107 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Ring.h(40): note: see declaration of 'std::set<atomstruct::Atom *,std::less<atomstruct::Atom *>,std::allocator<atomstruct::Atom *>>'
|
|---|
| 11108 | src/include\pyinstance/PythonInstance.declare.h(78): 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>'
|
|---|
| 11109 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 11110 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Structure.h(110): note: see reference to class template instantiation 'pyinstance::PythonInstance<atomstruct::Structure>' being compiled
|
|---|
| 11111 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Structure.h(145): warning C4251: 'atomstruct::Structure::_atoms': class 'std::vector<atomstruct::Atom *,std::allocator<atomstruct::Atom *>>' needs to have dll-interface to be used by clients of class 'atomstruct::Structure'
|
|---|
| 11112 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Ring.h(64): note: see declaration of 'std::vector<atomstruct::Atom *,std::allocator<atomstruct::Atom *>>'
|
|---|
| 11113 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Structure.h(147): warning C4251: 'atomstruct::Structure::_bonds': class 'std::vector<atomstruct::Bond *,std::allocator<atomstruct::Bond *>>' needs to have dll-interface to be used by clients of class 'atomstruct::Structure'
|
|---|
| 11114 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Ring.h(63): note: see declaration of 'std::vector<atomstruct::Bond *,std::allocator<atomstruct::Bond *>>'
|
|---|
| 11115 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Structure.h(151): warning C4251: 'atomstruct::Structure::_coord_sets': class 'std::vector<atomstruct::CoordSet *,std::allocator<atomstruct::CoordSet *>>' needs to have dll-interface to be used by clients of class 'atomstruct::Structure'
|
|---|
| 11116 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Structure.h(120): note: see declaration of 'std::vector<atomstruct::CoordSet *,std::allocator<atomstruct::CoordSet *>>'
|
|---|
| 11117 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Structure.h(156): warning C4251: 'atomstruct::Structure::_input_seq_info': class 'std::map<atomstruct::ChainID,std::vector<atomstruct::ResName,std::allocator<std::string>>,std::less<std::string>,std::allocator<std::pair<const atomstruct::ChainID,std::vector<atomstruct::ResName,std::allocator<std::string>>>>>' needs to have dll-interface to be used by clients of class 'atomstruct::Structure'
|
|---|
| 11118 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Structure.h(121): note: see declaration of 'std::map<atomstruct::ChainID,std::vector<atomstruct::ResName,std::allocator<std::string>>,std::less<std::string>,std::allocator<std::pair<const atomstruct::ChainID,std::vector<atomstruct::ResName,std::allocator<std::string>>>>>'
|
|---|
| 11119 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Structure.h(163): warning C4251: 'atomstruct::Structure::_residues': class 'std::vector<atomstruct::Residue *,std::allocator<atomstruct::Residue *>>' needs to have dll-interface to be used by clients of class 'atomstruct::Structure'
|
|---|
| 11120 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\StructureSeq.h(50): note: see declaration of 'std::vector<atomstruct::Residue *,std::allocator<atomstruct::Residue *>>'
|
|---|
| 11121 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Structure.h(165): warning C4251: 'atomstruct::Structure::_res_numbering_valid': class 'std::vector<bool,std::allocator<bool>>' needs to have dll-interface to be used by clients of class 'atomstruct::Structure'
|
|---|
| 11122 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Structure.h(165): note: see declaration of 'std::vector<bool,std::allocator<bool>>'
|
|---|
| 11123 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Structure.h(176): warning C4251: 'atomstruct::Structure::_rings': class 'std::set<atomstruct::Ring,std::less<atomstruct::Ring>,std::allocator<atomstruct::Ring>>' needs to have dll-interface to be used by clients of class 'atomstruct::Structure'
|
|---|
| 11124 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Structure.h(128): note: see declaration of 'std::set<atomstruct::Ring,std::less<atomstruct::Ring>,std::allocator<atomstruct::Ring>>'
|
|---|
| 11125 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Structure.h(283): 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'
|
|---|
| 11126 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 11127 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Structure.h(287): warning C4251: 'atomstruct::Structure::metadata': class 'std::map<atomstruct::ChainID,std::vector<atomstruct::ResName,std::allocator<std::string>>,std::less<std::string>,std::allocator<std::pair<const atomstruct::ChainID,std::vector<atomstruct::ResName,std::allocator<std::string>>>>>' needs to have dll-interface to be used by clients of class 'atomstruct::Structure'
|
|---|
| 11128 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Structure.h(121): note: see declaration of 'std::map<atomstruct::ChainID,std::vector<atomstruct::ResName,std::allocator<std::string>>,std::less<std::string>,std::allocator<std::pair<const atomstruct::ChainID,std::vector<atomstruct::ResName,std::allocator<std::string>>>>>'
|
|---|
| 11129 | src/include\pyinstance/PythonInstance.declare.h(78): 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>'
|
|---|
| 11130 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 11131 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\CoordSet.h(41): note: see reference to class template instantiation 'pyinstance::PythonInstance<atomstruct::CoordSet>' being compiled
|
|---|
| 11132 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\CoordSet.h(49): warning C4251: 'atomstruct::CoordSet::_coords': class 'std::vector<atomstruct::Coord,std::allocator<atomstruct::Coord>>' needs to have dll-interface to be used by clients of class 'atomstruct::CoordSet'
|
|---|
| 11133 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\CoordSet.h(46): note: see declaration of 'std::vector<atomstruct::Coord,std::allocator<atomstruct::Coord>>'
|
|---|
| 11134 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\CoordSet.h(51): warning C4251: 'atomstruct::CoordSet::_bfactor_map': class 'std::unordered_map<const atomstruct::Atom *,float,std::hash<const atomstruct::Atom *>,std::equal_to<const atomstruct::Atom *>,std::allocator<std::pair<const atomstruct::Atom *const ,float>>>' needs to have dll-interface to be used by clients of class 'atomstruct::CoordSet'
|
|---|
| 11135 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\CoordSet.h(51): note: see declaration of 'std::unordered_map<const atomstruct::Atom *,float,std::hash<const atomstruct::Atom *>,std::equal_to<const atomstruct::Atom *>,std::allocator<std::pair<const atomstruct::Atom *const ,float>>>'
|
|---|
| 11136 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\CoordSet.h(52): warning C4251: 'atomstruct::CoordSet::_occupancy_map': class 'std::unordered_map<const atomstruct::Atom *,float,std::hash<const atomstruct::Atom *>,std::equal_to<const atomstruct::Atom *>,std::allocator<std::pair<const atomstruct::Atom *const ,float>>>' needs to have dll-interface to be used by clients of class 'atomstruct::CoordSet'
|
|---|
| 11137 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\CoordSet.h(51): note: see declaration of 'std::unordered_map<const atomstruct::Atom *,float,std::hash<const atomstruct::Atom *>,std::equal_to<const atomstruct::Atom *>,std::allocator<std::pair<const atomstruct::Atom *const ,float>>>'
|
|---|
| 11138 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\CoordSet.h(77): warning C4267: 'return': conversion from 'size_t' to 'int', possible loss of data
|
|---|
| 11139 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\CoordSet.h(80): warning C4267: 'return': conversion from 'size_t' to 'int', possible loss of data
|
|---|
| 11140 | src/include\pyinstance/PythonInstance.declare.h(78): warning C4251: 'pyinstance::PythonInstance<atomstruct::PBGroup>::_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::PBGroup>'
|
|---|
| 11141 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 11142 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\PBGroup.h(61): note: see reference to class template instantiation 'pyinstance::PythonInstance<atomstruct::PBGroup>' being compiled
|
|---|
| 11143 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\PBGroup.h(70): warning C4251: 'atomstruct::PBGroup::_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::PBGroup'
|
|---|
| 11144 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 11145 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\PBGroup.h(169): warning C4251: 'atomstruct::StructurePBGroup::_pbonds': class 'std::set<atomstruct::Pseudobond *,std::less<atomstruct::Pseudobond *>,std::allocator<atomstruct::Pseudobond *>>' needs to have dll-interface to be used by clients of class 'atomstruct::StructurePBGroup'
|
|---|
| 11146 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\PBGroup.h(63): note: see declaration of 'std::set<atomstruct::Pseudobond *,std::less<atomstruct::Pseudobond *>,std::allocator<atomstruct::Pseudobond *>>'
|
|---|
| 11147 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\PBGroup.h(199): warning C4251: 'atomstruct::CS_PBGroup::_pbonds': class 'std::unordered_map<const atomstruct::CoordSet *,atomstruct::PBGroup::Pseudobonds,std::hash<const atomstruct::CoordSet *>,std::equal_to<const atomstruct::CoordSet *>,std::allocator<std::pair<const atomstruct::CoordSet *const ,atomstruct::PBGroup::Pseudobonds>>>' needs to have dll-interface to be used by clients of class 'atomstruct::CS_PBGroup'
|
|---|
| 11148 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\PBGroup.h(199): note: see declaration of 'std::unordered_map<const atomstruct::CoordSet *,atomstruct::PBGroup::Pseudobonds,std::hash<const atomstruct::CoordSet *>,std::equal_to<const atomstruct::CoordSet *>,std::allocator<std::pair<const atomstruct::CoordSet *const ,atomstruct::PBGroup::Pseudobonds>>>'
|
|---|
| 11149 | src/include\pyinstance/PythonInstance.declare.h(78): 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>'
|
|---|
| 11150 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 11151 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Atom.h(68): note: see reference to class template instantiation 'pyinstance::PythonInstance<atomstruct::Atom>' being compiled
|
|---|
| 11152 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Atom.h(124): warning C4251: 'atomstruct::Atom::_alt_loc_map': class 'std::map<unsigned char,atomstruct::Atom::_Alt_loc_info,std::less<unsigned char>,std::allocator<std::pair<const unsigned char,atomstruct::Atom::_Alt_loc_info>>>' needs to have dll-interface to be used by clients of class 'atomstruct::Atom'
|
|---|
| 11153 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Atom.h(123): note: see declaration of 'std::map<unsigned char,atomstruct::Atom::_Alt_loc_info,std::less<unsigned char>,std::allocator<std::pair<const unsigned char,atomstruct::Atom::_Alt_loc_info>>>'
|
|---|
| 11154 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Atom.h(126): warning C4251: 'atomstruct::Atom::_bonds': class 'std::vector<atomstruct::Bond *,std::allocator<atomstruct::Bond *>>' needs to have dll-interface to be used by clients of class 'atomstruct::Atom'
|
|---|
| 11155 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Ring.h(63): note: see declaration of 'std::vector<atomstruct::Bond *,std::allocator<atomstruct::Bond *>>'
|
|---|
| 11156 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Atom.h(127): 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'
|
|---|
| 11157 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\string_types.h(44): note: see declaration of 'chutil::CString<5,65,116,111,109,32,84,121,112,101>'
|
|---|
| 11158 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Atom.h(134): 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'
|
|---|
| 11159 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\string_types.h(44): note: see declaration of 'chutil::CString<5,65,116,111,109,32,84,121,112,101>'
|
|---|
| 11160 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Atom.h(136): warning C4251: 'atomstruct::Atom::_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::Atom'
|
|---|
| 11161 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 11162 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Atom.h(137): warning C4251: 'atomstruct::Atom::_neighbors': class 'std::vector<atomstruct::Atom *,std::allocator<atomstruct::Atom *>>' needs to have dll-interface to be used by clients of class 'atomstruct::Atom'
|
|---|
| 11163 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Ring.h(64): note: see declaration of 'std::vector<atomstruct::Atom *,std::allocator<atomstruct::Atom *>>'
|
|---|
| 11164 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Atom.h(143): warning C4251: 'atomstruct::Atom::_rings': class 'std::vector<const atomstruct::Ring *,std::allocator<const atomstruct::Ring *>>' needs to have dll-interface to be used by clients of class 'atomstruct::Atom'
|
|---|
| 11165 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Atom.h(91): note: see declaration of 'std::vector<const atomstruct::Ring *,std::allocator<const atomstruct::Ring *>>'
|
|---|
| 11166 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Atom.h(201): warning C4244: '=': conversion from 'double' to 'float', possible loss of data
|
|---|
| 11167 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Atom.h(205): warning C4244: 'return': conversion from 'double' to 'float', possible loss of data
|
|---|
| 11168 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Atom.h(223): warning C4267: 'return': conversion from 'size_t' to 'int', possible loss of data
|
|---|
| 11169 | src/include\pyinstance/PythonInstance.declare.h(78): warning C4251: 'pyinstance::PythonInstance<atomstruct::Pseudobond>::_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::Pseudobond>'
|
|---|
| 11170 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 11171 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Pseudobond.h(52): note: see reference to class template instantiation 'pyinstance::PythonInstance<atomstruct::Pseudobond>' being compiled
|
|---|
| 11172 | atomic_cpp/atomstruct_cpp/PBManager.cpp(158): warning C4267: 'initializing': conversion from 'size_t' to 'int', possible loss of data
|
|---|
| 11173 | Point.cpp
|
|---|
| 11174 | Pseudobond.cpp
|
|---|
| 11175 | src/include\pyinstance/PythonInstance.declare.h(78): 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>'
|
|---|
| 11176 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 11177 | src/include\pyinstance/PythonInstance.declare.h(104): note: see reference to class template instantiation 'pyinstance::PythonInstance<C>' being compiled
|
|---|
| 11178 | src/include\pyinstance/PythonInstance.declare.h(78): 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>'
|
|---|
| 11179 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 11180 | src/include\element/Element.h(49): note: see reference to class template instantiation 'pyinstance::PythonInstance<element::Element>' being compiled
|
|---|
| 11181 | src/include\element/Element.h(76): warning C4251: 'element::Element::_alkali_metals': class 'std::set<int,std::less<int>,std::allocator<int>>' needs to have dll-interface to be used by clients of class 'element::Element'
|
|---|
| 11182 | src/include\element/Element.h(76): note: see declaration of 'std::set<int,std::less<int>,std::allocator<int>>'
|
|---|
| 11183 | src/include\element/Element.h(77): warning C4251: 'element::Element::_elements': class 'std::map<int,const element::Element *,std::less<int>,std::allocator<std::pair<const int,const element::Element *>>>' needs to have dll-interface to be used by clients of class 'element::Element'
|
|---|
| 11184 | src/include\element/Element.h(77): note: see declaration of 'std::map<int,const element::Element *,std::less<int>,std::allocator<std::pair<const int,const element::Element *>>>'
|
|---|
| 11185 | src/include\element/Element.h(78): warning C4251: 'element::Element::_halogens': class 'std::set<int,std::less<int>,std::allocator<int>>' needs to have dll-interface to be used by clients of class 'element::Element'
|
|---|
| 11186 | src/include\element/Element.h(76): note: see declaration of 'std::set<int,std::less<int>,std::allocator<int>>'
|
|---|
| 11187 | src/include\element/Element.h(79): warning C4251: 'element::Element::_names': class 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>' needs to have dll-interface to be used by clients of class 'element::Element'
|
|---|
| 11188 | src/include\element/Element.h(79): note: see declaration of 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>'
|
|---|
| 11189 | src/include\element/Element.h(80): warning C4251: 'element::Element::_noble_gases': class 'std::set<int,std::less<int>,std::allocator<int>>' needs to have dll-interface to be used by clients of class 'element::Element'
|
|---|
| 11190 | src/include\element/Element.h(76): note: see declaration of 'std::set<int,std::less<int>,std::allocator<int>>'
|
|---|
| 11191 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(59): warning C4251: 'atomstruct::Changes::created': class 'std::set<const void *,std::less<const void *>,std::allocator<const void *>>' needs to have dll-interface to be used by clients of class 'atomstruct::Changes'
|
|---|
| 11192 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(59): note: see declaration of 'std::set<const void *,std::less<const void *>,std::allocator<const void *>>'
|
|---|
| 11193 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(60): warning C4251: 'atomstruct::Changes::modified': class 'std::set<const void *,std::less<const void *>,std::allocator<const void *>>' needs to have dll-interface to be used by clients of class 'atomstruct::Changes'
|
|---|
| 11194 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(59): note: see declaration of 'std::set<const void *,std::less<const void *>,std::allocator<const void *>>'
|
|---|
| 11195 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(61): warning C4251: 'atomstruct::Changes::reasons': class 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>' needs to have dll-interface to be used by clients of class 'atomstruct::Changes'
|
|---|
| 11196 | src/include\element/Element.h(79): note: see declaration of 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>'
|
|---|
| 11197 | src/include\pyinstance/PythonInstance.declare.h(78): 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>'
|
|---|
| 11198 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 11199 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(68): note: see reference to class template instantiation 'pyinstance::PythonInstance<atomstruct::ChangeTracker>' being compiled
|
|---|
| 11200 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(82): warning C4251: 'atomstruct::ChangeTracker::_structure_type_changes': class 'std::map<atomstruct::Structure *,atomstruct::ChangeTracker::ChangesArray,std::less<atomstruct::Structure *>,std::allocator<std::pair<atomstruct::Structure *const ,atomstruct::ChangeTracker::ChangesArray>>>' needs to have dll-interface to be used by clients of class 'atomstruct::ChangeTracker'
|
|---|
| 11201 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(82): note: see declaration of 'std::map<atomstruct::Structure *,atomstruct::ChangeTracker::ChangesArray,std::less<atomstruct::Structure *>,std::allocator<std::pair<atomstruct::Structure *const ,atomstruct::ChangeTracker::ChangesArray>>>'
|
|---|
| 11202 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(83): warning C4251: 'atomstruct::ChangeTracker::_dead_structures': class 'std::set<atomstruct::Structure *,std::less<atomstruct::Structure *>,std::allocator<atomstruct::Structure *>>' needs to have dll-interface to be used by clients of class 'atomstruct::ChangeTracker'
|
|---|
| 11203 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(83): note: see declaration of 'std::set<atomstruct::Structure *,std::less<atomstruct::Structure *>,std::allocator<atomstruct::Structure *>>'
|
|---|
| 11204 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(92): 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'
|
|---|
| 11205 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 11206 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(93): 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'
|
|---|
| 11207 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 11208 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(94): warning C4251: 'atomstruct::ChangeTracker::REASON_ALT_LOCS': 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'
|
|---|
| 11209 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 11210 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(95): 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'
|
|---|
| 11211 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 11212 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(96): 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'
|
|---|
| 11213 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 11214 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(97): 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'
|
|---|
| 11215 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 11216 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(98): warning C4251: 'atomstruct::ChangeTracker::REASON_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::ChangeTracker'
|
|---|
| 11217 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 11218 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(99): 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'
|
|---|
| 11219 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 11220 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(100): 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'
|
|---|
| 11221 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 11222 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(101): 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'
|
|---|
| 11223 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 11224 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(102): 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'
|
|---|
| 11225 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 11226 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(103): 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'
|
|---|
| 11227 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 11228 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(104): warning C4251: 'atomstruct::ChangeTracker::REASON_ELEMENT': 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'
|
|---|
| 11229 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 11230 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(105): 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'
|
|---|
| 11231 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 11232 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(106): 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'
|
|---|
| 11233 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 11234 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(107): 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'
|
|---|
| 11235 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 11236 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(108): warning C4251: 'atomstruct::ChangeTracker::REASON_INSERTION_CODE': 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'
|
|---|
| 11237 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 11238 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(109): 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'
|
|---|
| 11239 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 11240 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(110): warning C4251: 'atomstruct::ChangeTracker::REASON_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'
|
|---|
| 11241 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 11242 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(111): 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'
|
|---|
| 11243 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 11244 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(112): 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'
|
|---|
| 11245 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 11246 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(113): 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'
|
|---|
| 11247 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 11248 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(114): 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'
|
|---|
| 11249 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 11250 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(115): 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'
|
|---|
| 11251 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 11252 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(116): 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'
|
|---|
| 11253 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 11254 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(117): 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'
|
|---|
| 11255 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 11256 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(118): 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'
|
|---|
| 11257 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 11258 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(119): 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'
|
|---|
| 11259 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 11260 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(120): 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'
|
|---|
| 11261 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 11262 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(121): 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'
|
|---|
| 11263 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 11264 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(122): 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'
|
|---|
| 11265 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 11266 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(123): 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'
|
|---|
| 11267 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 11268 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(124): 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'
|
|---|
| 11269 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 11270 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(125): 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'
|
|---|
| 11271 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 11272 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(126): 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'
|
|---|
| 11273 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 11274 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(127): 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'
|
|---|
| 11275 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 11276 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(128): 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'
|
|---|
| 11277 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 11278 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(129): 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'
|
|---|
| 11279 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 11280 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(130): 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'
|
|---|
| 11281 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 11282 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(131): warning C4251: 'atomstruct::ChangeTracker::REASON_WORM_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'
|
|---|
| 11283 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 11284 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(132): warning C4251: 'atomstruct::ChangeTracker::REASON_WORM_RIBBON': 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'
|
|---|
| 11285 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 11286 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(306): 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'
|
|---|
| 11287 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 11288 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\destruct.h(53): warning C4251: 'atomstruct::DestructionCoordinator::_observers': class 'std::set<atomstruct::DestructionObserver *,std::less<atomstruct::DestructionObserver *>,std::allocator<atomstruct::DestructionObserver *>>' needs to have dll-interface to be used by clients of class 'atomstruct::DestructionCoordinator'
|
|---|
| 11289 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\destruct.h(53): note: see declaration of 'std::set<atomstruct::DestructionObserver *,std::less<atomstruct::DestructionObserver *>,std::allocator<atomstruct::DestructionObserver *>>'
|
|---|
| 11290 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\destruct.h(54): warning C4251: 'atomstruct::DestructionCoordinator::_destroyed': class 'std::set<void *,std::less<void *>,std::allocator<void *>>' needs to have dll-interface to be used by clients of class 'atomstruct::DestructionCoordinator'
|
|---|
| 11291 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\destruct.h(42): note: see declaration of 'std::set<void *,std::less<void *>,std::allocator<void *>>'
|
|---|
| 11292 | src/include\pyinstance/PythonInstance.declare.h(78): 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>'
|
|---|
| 11293 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 11294 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Sequence.h(57): note: see reference to class template instantiation 'pyinstance::PythonInstance<atomstruct::Sequence>' being compiled
|
|---|
| 11295 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Sequence.h(63): warning C4251: 'atomstruct::Sequence::_nucleic3to1': class 'std::map<atomstruct::ResName,char,std::less<std::string>,std::allocator<std::pair<const atomstruct::ResName,char>>>' needs to have dll-interface to be used by clients of class 'atomstruct::Sequence'
|
|---|
| 11296 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Sequence.h(61): note: see declaration of 'std::map<atomstruct::ResName,char,std::less<std::string>,std::allocator<std::pair<const atomstruct::ResName,char>>>'
|
|---|
| 11297 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Sequence.h(64): warning C4251: 'atomstruct::Sequence::_protein3to1': class 'std::map<atomstruct::ResName,char,std::less<std::string>,std::allocator<std::pair<const atomstruct::ResName,char>>>' needs to have dll-interface to be used by clients of class 'atomstruct::Sequence'
|
|---|
| 11298 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Sequence.h(61): note: see declaration of 'std::map<atomstruct::ResName,char,std::less<std::string>,std::allocator<std::pair<const atomstruct::ResName,char>>>'
|
|---|
| 11299 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Sequence.h(65): warning C4251: 'atomstruct::Sequence::_rname3to1': class 'std::map<atomstruct::ResName,char,std::less<std::string>,std::allocator<std::pair<const atomstruct::ResName,char>>>' needs to have dll-interface to be used by clients of class 'atomstruct::Sequence'
|
|---|
| 11300 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Sequence.h(61): note: see declaration of 'std::map<atomstruct::ResName,char,std::less<std::string>,std::allocator<std::pair<const atomstruct::ResName,char>>>'
|
|---|
| 11301 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Sequence.h(67): warning C4251: 'atomstruct::Sequence::_cache_g2ug': class 'std::map<unsigned int,unsigned int,std::less<unsigned int>,std::allocator<std::pair<const unsigned int,unsigned int>>>' needs to have dll-interface to be used by clients of class 'atomstruct::Sequence'
|
|---|
| 11302 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Sequence.h(67): note: see declaration of 'std::map<unsigned int,unsigned int,std::less<unsigned int>,std::allocator<std::pair<const unsigned int,unsigned int>>>'
|
|---|
| 11303 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Sequence.h(68): warning C4251: 'atomstruct::Sequence::_cache_ug2g': class 'std::map<unsigned int,unsigned int,std::less<unsigned int>,std::allocator<std::pair<const unsigned int,unsigned int>>>' needs to have dll-interface to be used by clients of class 'atomstruct::Sequence'
|
|---|
| 11304 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Sequence.h(67): note: see declaration of 'std::map<unsigned int,unsigned int,std::less<unsigned int>,std::allocator<std::pair<const unsigned int,unsigned int>>>'
|
|---|
| 11305 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Sequence.h(69): 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'
|
|---|
| 11306 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Sequence.h(59): note: see declaration of 'std::vector<char,std::allocator<char>>'
|
|---|
| 11307 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Sequence.h(74): 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'
|
|---|
| 11308 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Sequence.h(59): note: see declaration of 'std::vector<char,std::allocator<char>>'
|
|---|
| 11309 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Sequence.h(75): 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'
|
|---|
| 11310 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 11311 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Sequence.h(140): warning C4267: 'return': conversion from 'size_t' to 'int', possible loss of data
|
|---|
| 11312 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\StructureSeq.h(61): 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'
|
|---|
| 11313 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 11314 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\StructureSeq.h(62): warning C4251: 'atomstruct::StructureSeq::_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 'atomstruct::StructureSeq'
|
|---|
| 11315 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 11316 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\StructureSeq.h(66): warning C4251: 'atomstruct::StructureSeq::_res_map': class 'std::map<atomstruct::Residue *,atomstruct::StructureSeq::SeqPos,std::less<atomstruct::Residue *>,std::allocator<std::pair<atomstruct::Residue *const ,atomstruct::StructureSeq::SeqPos>>>' needs to have dll-interface to be used by clients of class 'atomstruct::StructureSeq'
|
|---|
| 11317 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\StructureSeq.h(51): note: see declaration of 'std::map<atomstruct::Residue *,atomstruct::StructureSeq::SeqPos,std::less<atomstruct::Residue *>,std::allocator<std::pair<atomstruct::Residue *const ,atomstruct::StructureSeq::SeqPos>>>'
|
|---|
| 11318 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\StructureSeq.h(67): warning C4251: 'atomstruct::StructureSeq::_residues': class 'std::vector<atomstruct::Residue *,std::allocator<atomstruct::Residue *>>' needs to have dll-interface to be used by clients of class 'atomstruct::StructureSeq'
|
|---|
| 11319 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\StructureSeq.h(50): note: see declaration of 'std::vector<atomstruct::Residue *,std::allocator<atomstruct::Residue *>>'
|
|---|
| 11320 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\StructureSeq.h(122): warning C4267: 'return': conversion from 'size_t' to 'int', possible loss of data
|
|---|
| 11321 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\CompSS.h(42): warning C4251: 'atomstruct::CompSSInfo::strands': class 'std::vector<std::pair<atomstruct::Residue *,atomstruct::Residue *>,std::allocator<std::pair<atomstruct::Residue *,atomstruct::Residue *>>>' needs to have dll-interface to be used by clients of class 'atomstruct::CompSSInfo'
|
|---|
| 11322 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\CompSS.h(42): note: see declaration of 'std::vector<std::pair<atomstruct::Residue *,atomstruct::Residue *>,std::allocator<std::pair<atomstruct::Residue *,atomstruct::Residue *>>>'
|
|---|
| 11323 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\CompSS.h(43): warning C4251: 'atomstruct::CompSSInfo::sheets': class 'std::vector<std::set<int,std::less<int>,std::allocator<int>>,std::allocator<std::set<int,std::less<int>,std::allocator<int>>>>' needs to have dll-interface to be used by clients of class 'atomstruct::CompSSInfo'
|
|---|
| 11324 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\CompSS.h(43): note: see declaration of 'std::vector<std::set<int,std::less<int>,std::allocator<int>>,std::allocator<std::set<int,std::less<int>,std::allocator<int>>>>'
|
|---|
| 11325 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\CompSS.h(44): warning C4251: 'atomstruct::CompSSInfo::strands_parallel': class 'std::map<std::pair<int,int>,bool,std::less<std::pair<int,int>>,std::allocator<std::pair<const std::pair<int,int>,bool>>>' needs to have dll-interface to be used by clients of class 'atomstruct::CompSSInfo'
|
|---|
| 11326 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\CompSS.h(44): note: see declaration of 'std::map<std::pair<int,int>,bool,std::less<std::pair<int,int>>,std::allocator<std::pair<const std::pair<int,int>,bool>>>'
|
|---|
| 11327 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\CompSS.h(45): warning C4251: 'atomstruct::CompSSInfo::helix_info': class 'std::vector<std::pair<std::pair<atomstruct::Residue *,atomstruct::Residue *>,char>,std::allocator<std::pair<std::pair<atomstruct::Residue *,atomstruct::Residue *>,char>>>' needs to have dll-interface to be used by clients of class 'atomstruct::CompSSInfo'
|
|---|
| 11328 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\CompSS.h(45): note: see declaration of 'std::vector<std::pair<std::pair<atomstruct::Residue *,atomstruct::Residue *>,char>,std::allocator<std::pair<std::pair<atomstruct::Residue *,atomstruct::Residue *>,char>>>'
|
|---|
| 11329 | src/include\pyinstance/PythonInstance.declare.h(78): 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>'
|
|---|
| 11330 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 11331 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\PBManager.h(53): note: see reference to class template instantiation 'pyinstance::PythonInstance<atomstruct::BaseManager>' being compiled
|
|---|
| 11332 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\PBManager.h(63): warning C4251: 'atomstruct::BaseManager::_groups': class 'std::map<std::string,atomstruct::Proxy_PBGroup *,std::less<std::string>,std::allocator<std::pair<const std::string,atomstruct::Proxy_PBGroup *>>>' needs to have dll-interface to be used by clients of class 'atomstruct::BaseManager'
|
|---|
| 11333 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\PBManager.h(58): note: see declaration of 'std::map<std::string,atomstruct::Proxy_PBGroup *,std::less<std::string>,std::allocator<std::pair<const std::string,atomstruct::Proxy_PBGroup *>>>'
|
|---|
| 11334 | src/include\pyinstance/PythonInstance.declare.h(78): 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>'
|
|---|
| 11335 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 11336 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Ring.h(38): note: see reference to class template instantiation 'pyinstance::PythonInstance<atomstruct::Ring>' being compiled
|
|---|
| 11337 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Ring.h(43): warning C4251: 'atomstruct::Ring::_bonds': class 'std::set<atomstruct::Bond *,std::less<atomstruct::Bond *>,std::allocator<atomstruct::Bond *>>' needs to have dll-interface to be used by clients of class 'atomstruct::Ring'
|
|---|
| 11338 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Ring.h(41): note: see declaration of 'std::set<atomstruct::Bond *,std::less<atomstruct::Bond *>,std::allocator<atomstruct::Bond *>>'
|
|---|
| 11339 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Ring.h(44): warning C4251: 'atomstruct::Ring::_atoms': class 'std::set<atomstruct::Atom *,std::less<atomstruct::Atom *>,std::allocator<atomstruct::Atom *>>' needs to have dll-interface to be used by clients of class 'atomstruct::Ring'
|
|---|
| 11340 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Ring.h(40): note: see declaration of 'std::set<atomstruct::Atom *,std::less<atomstruct::Atom *>,std::allocator<atomstruct::Atom *>>'
|
|---|
| 11341 | src/include\pyinstance/PythonInstance.declare.h(78): 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>'
|
|---|
| 11342 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 11343 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Structure.h(110): note: see reference to class template instantiation 'pyinstance::PythonInstance<atomstruct::Structure>' being compiled
|
|---|
| 11344 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Structure.h(145): warning C4251: 'atomstruct::Structure::_atoms': class 'std::vector<atomstruct::Atom *,std::allocator<atomstruct::Atom *>>' needs to have dll-interface to be used by clients of class 'atomstruct::Structure'
|
|---|
| 11345 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Ring.h(64): note: see declaration of 'std::vector<atomstruct::Atom *,std::allocator<atomstruct::Atom *>>'
|
|---|
| 11346 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Structure.h(147): warning C4251: 'atomstruct::Structure::_bonds': class 'std::vector<atomstruct::Bond *,std::allocator<atomstruct::Bond *>>' needs to have dll-interface to be used by clients of class 'atomstruct::Structure'
|
|---|
| 11347 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Ring.h(63): note: see declaration of 'std::vector<atomstruct::Bond *,std::allocator<atomstruct::Bond *>>'
|
|---|
| 11348 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Structure.h(151): warning C4251: 'atomstruct::Structure::_coord_sets': class 'std::vector<atomstruct::CoordSet *,std::allocator<atomstruct::CoordSet *>>' needs to have dll-interface to be used by clients of class 'atomstruct::Structure'
|
|---|
| 11349 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Structure.h(120): note: see declaration of 'std::vector<atomstruct::CoordSet *,std::allocator<atomstruct::CoordSet *>>'
|
|---|
| 11350 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Structure.h(156): warning C4251: 'atomstruct::Structure::_input_seq_info': class 'std::map<atomstruct::ChainID,std::vector<atomstruct::ResName,std::allocator<std::string>>,std::less<std::string>,std::allocator<std::pair<const atomstruct::ChainID,std::vector<atomstruct::ResName,std::allocator<std::string>>>>>' needs to have dll-interface to be used by clients of class 'atomstruct::Structure'
|
|---|
| 11351 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Structure.h(121): note: see declaration of 'std::map<atomstruct::ChainID,std::vector<atomstruct::ResName,std::allocator<std::string>>,std::less<std::string>,std::allocator<std::pair<const atomstruct::ChainID,std::vector<atomstruct::ResName,std::allocator<std::string>>>>>'
|
|---|
| 11352 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Structure.h(163): warning C4251: 'atomstruct::Structure::_residues': class 'std::vector<atomstruct::Residue *,std::allocator<atomstruct::Residue *>>' needs to have dll-interface to be used by clients of class 'atomstruct::Structure'
|
|---|
| 11353 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\StructureSeq.h(50): note: see declaration of 'std::vector<atomstruct::Residue *,std::allocator<atomstruct::Residue *>>'
|
|---|
| 11354 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Structure.h(165): warning C4251: 'atomstruct::Structure::_res_numbering_valid': class 'std::vector<bool,std::allocator<bool>>' needs to have dll-interface to be used by clients of class 'atomstruct::Structure'
|
|---|
| 11355 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Structure.h(165): note: see declaration of 'std::vector<bool,std::allocator<bool>>'
|
|---|
| 11356 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Structure.h(176): warning C4251: 'atomstruct::Structure::_rings': class 'std::set<atomstruct::Ring,std::less<atomstruct::Ring>,std::allocator<atomstruct::Ring>>' needs to have dll-interface to be used by clients of class 'atomstruct::Structure'
|
|---|
| 11357 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Structure.h(128): note: see declaration of 'std::set<atomstruct::Ring,std::less<atomstruct::Ring>,std::allocator<atomstruct::Ring>>'
|
|---|
| 11358 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Structure.h(283): 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'
|
|---|
| 11359 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 11360 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Structure.h(287): warning C4251: 'atomstruct::Structure::metadata': class 'std::map<atomstruct::ChainID,std::vector<atomstruct::ResName,std::allocator<std::string>>,std::less<std::string>,std::allocator<std::pair<const atomstruct::ChainID,std::vector<atomstruct::ResName,std::allocator<std::string>>>>>' needs to have dll-interface to be used by clients of class 'atomstruct::Structure'
|
|---|
| 11361 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Structure.h(121): note: see declaration of 'std::map<atomstruct::ChainID,std::vector<atomstruct::ResName,std::allocator<std::string>>,std::less<std::string>,std::allocator<std::pair<const atomstruct::ChainID,std::vector<atomstruct::ResName,std::allocator<std::string>>>>>'
|
|---|
| 11362 | src/include\pyinstance/PythonInstance.declare.h(78): 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>'
|
|---|
| 11363 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 11364 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\CoordSet.h(41): note: see reference to class template instantiation 'pyinstance::PythonInstance<atomstruct::CoordSet>' being compiled
|
|---|
| 11365 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\CoordSet.h(49): warning C4251: 'atomstruct::CoordSet::_coords': class 'std::vector<atomstruct::Coord,std::allocator<atomstruct::Coord>>' needs to have dll-interface to be used by clients of class 'atomstruct::CoordSet'
|
|---|
| 11366 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\CoordSet.h(46): note: see declaration of 'std::vector<atomstruct::Coord,std::allocator<atomstruct::Coord>>'
|
|---|
| 11367 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\CoordSet.h(51): warning C4251: 'atomstruct::CoordSet::_bfactor_map': class 'std::unordered_map<const atomstruct::Atom *,float,std::hash<const atomstruct::Atom *>,std::equal_to<const atomstruct::Atom *>,std::allocator<std::pair<const atomstruct::Atom *const ,float>>>' needs to have dll-interface to be used by clients of class 'atomstruct::CoordSet'
|
|---|
| 11368 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\CoordSet.h(51): note: see declaration of 'std::unordered_map<const atomstruct::Atom *,float,std::hash<const atomstruct::Atom *>,std::equal_to<const atomstruct::Atom *>,std::allocator<std::pair<const atomstruct::Atom *const ,float>>>'
|
|---|
| 11369 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\CoordSet.h(52): warning C4251: 'atomstruct::CoordSet::_occupancy_map': class 'std::unordered_map<const atomstruct::Atom *,float,std::hash<const atomstruct::Atom *>,std::equal_to<const atomstruct::Atom *>,std::allocator<std::pair<const atomstruct::Atom *const ,float>>>' needs to have dll-interface to be used by clients of class 'atomstruct::CoordSet'
|
|---|
| 11370 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\CoordSet.h(51): note: see declaration of 'std::unordered_map<const atomstruct::Atom *,float,std::hash<const atomstruct::Atom *>,std::equal_to<const atomstruct::Atom *>,std::allocator<std::pair<const atomstruct::Atom *const ,float>>>'
|
|---|
| 11371 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\CoordSet.h(77): warning C4267: 'return': conversion from 'size_t' to 'int', possible loss of data
|
|---|
| 11372 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\CoordSet.h(80): warning C4267: 'return': conversion from 'size_t' to 'int', possible loss of data
|
|---|
| 11373 | src/include\pyinstance/PythonInstance.declare.h(78): 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>'
|
|---|
| 11374 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 11375 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Atom.h(68): note: see reference to class template instantiation 'pyinstance::PythonInstance<atomstruct::Atom>' being compiled
|
|---|
| 11376 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Atom.h(124): warning C4251: 'atomstruct::Atom::_alt_loc_map': class 'std::map<unsigned char,atomstruct::Atom::_Alt_loc_info,std::less<unsigned char>,std::allocator<std::pair<const unsigned char,atomstruct::Atom::_Alt_loc_info>>>' needs to have dll-interface to be used by clients of class 'atomstruct::Atom'
|
|---|
| 11377 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Atom.h(123): note: see declaration of 'std::map<unsigned char,atomstruct::Atom::_Alt_loc_info,std::less<unsigned char>,std::allocator<std::pair<const unsigned char,atomstruct::Atom::_Alt_loc_info>>>'
|
|---|
| 11378 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Atom.h(126): warning C4251: 'atomstruct::Atom::_bonds': class 'std::vector<atomstruct::Bond *,std::allocator<atomstruct::Bond *>>' needs to have dll-interface to be used by clients of class 'atomstruct::Atom'
|
|---|
| 11379 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Ring.h(63): note: see declaration of 'std::vector<atomstruct::Bond *,std::allocator<atomstruct::Bond *>>'
|
|---|
| 11380 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Atom.h(127): 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'
|
|---|
| 11381 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\string_types.h(44): note: see declaration of 'chutil::CString<5,65,116,111,109,32,84,121,112,101>'
|
|---|
| 11382 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Atom.h(134): 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'
|
|---|
| 11383 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\string_types.h(44): note: see declaration of 'chutil::CString<5,65,116,111,109,32,84,121,112,101>'
|
|---|
| 11384 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Atom.h(136): warning C4251: 'atomstruct::Atom::_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::Atom'
|
|---|
| 11385 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 11386 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Atom.h(137): warning C4251: 'atomstruct::Atom::_neighbors': class 'std::vector<atomstruct::Atom *,std::allocator<atomstruct::Atom *>>' needs to have dll-interface to be used by clients of class 'atomstruct::Atom'
|
|---|
| 11387 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Ring.h(64): note: see declaration of 'std::vector<atomstruct::Atom *,std::allocator<atomstruct::Atom *>>'
|
|---|
| 11388 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Atom.h(143): warning C4251: 'atomstruct::Atom::_rings': class 'std::vector<const atomstruct::Ring *,std::allocator<const atomstruct::Ring *>>' needs to have dll-interface to be used by clients of class 'atomstruct::Atom'
|
|---|
| 11389 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Atom.h(91): note: see declaration of 'std::vector<const atomstruct::Ring *,std::allocator<const atomstruct::Ring *>>'
|
|---|
| 11390 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Atom.h(201): warning C4244: '=': conversion from 'double' to 'float', possible loss of data
|
|---|
| 11391 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Atom.h(205): warning C4244: 'return': conversion from 'double' to 'float', possible loss of data
|
|---|
| 11392 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Atom.h(223): warning C4267: 'return': conversion from 'size_t' to 'int', possible loss of data
|
|---|
| 11393 | src/include\pyinstance/PythonInstance.declare.h(78): warning C4251: 'pyinstance::PythonInstance<atomstruct::PBGroup>::_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::PBGroup>'
|
|---|
| 11394 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 11395 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\PBGroup.h(61): note: see reference to class template instantiation 'pyinstance::PythonInstance<atomstruct::PBGroup>' being compiled
|
|---|
| 11396 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\PBGroup.h(70): warning C4251: 'atomstruct::PBGroup::_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::PBGroup'
|
|---|
| 11397 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 11398 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\PBGroup.h(169): warning C4251: 'atomstruct::StructurePBGroup::_pbonds': class 'std::set<atomstruct::Pseudobond *,std::less<atomstruct::Pseudobond *>,std::allocator<atomstruct::Pseudobond *>>' needs to have dll-interface to be used by clients of class 'atomstruct::StructurePBGroup'
|
|---|
| 11399 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\PBGroup.h(63): note: see declaration of 'std::set<atomstruct::Pseudobond *,std::less<atomstruct::Pseudobond *>,std::allocator<atomstruct::Pseudobond *>>'
|
|---|
| 11400 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\PBGroup.h(199): warning C4251: 'atomstruct::CS_PBGroup::_pbonds': class 'std::unordered_map<const atomstruct::CoordSet *,atomstruct::PBGroup::Pseudobonds,std::hash<const atomstruct::CoordSet *>,std::equal_to<const atomstruct::CoordSet *>,std::allocator<std::pair<const atomstruct::CoordSet *const ,atomstruct::PBGroup::Pseudobonds>>>' needs to have dll-interface to be used by clients of class 'atomstruct::CS_PBGroup'
|
|---|
| 11401 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\PBGroup.h(199): note: see declaration of 'std::unordered_map<const atomstruct::CoordSet *,atomstruct::PBGroup::Pseudobonds,std::hash<const atomstruct::CoordSet *>,std::equal_to<const atomstruct::CoordSet *>,std::allocator<std::pair<const atomstruct::CoordSet *const ,atomstruct::PBGroup::Pseudobonds>>>'
|
|---|
| 11402 | src/include\pyinstance/PythonInstance.declare.h(78): warning C4251: 'pyinstance::PythonInstance<atomstruct::Pseudobond>::_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::Pseudobond>'
|
|---|
| 11403 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 11404 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Pseudobond.h(52): note: see reference to class template instantiation 'pyinstance::PythonInstance<atomstruct::Pseudobond>' being compiled
|
|---|
| 11405 | atomic_cpp/atomstruct_cpp/Pseudobond.cpp(43): warning C4305: '=': truncation from 'double' to 'float'
|
|---|
| 11406 | Residue.cpp
|
|---|
| 11407 | src/include\pyinstance/PythonInstance.declare.h(78): 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>'
|
|---|
| 11408 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 11409 | src/include\pyinstance/PythonInstance.declare.h(104): note: see reference to class template instantiation 'pyinstance::PythonInstance<C>' being compiled
|
|---|
| 11410 | src/include\pyinstance/PythonInstance.declare.h(78): 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>'
|
|---|
| 11411 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 11412 | src/include\element/Element.h(49): note: see reference to class template instantiation 'pyinstance::PythonInstance<element::Element>' being compiled
|
|---|
| 11413 | src/include\element/Element.h(76): warning C4251: 'element::Element::_alkali_metals': class 'std::set<int,std::less<int>,std::allocator<int>>' needs to have dll-interface to be used by clients of class 'element::Element'
|
|---|
| 11414 | src/include\element/Element.h(76): note: see declaration of 'std::set<int,std::less<int>,std::allocator<int>>'
|
|---|
| 11415 | src/include\element/Element.h(77): warning C4251: 'element::Element::_elements': class 'std::map<int,const element::Element *,std::less<int>,std::allocator<std::pair<const int,const element::Element *>>>' needs to have dll-interface to be used by clients of class 'element::Element'
|
|---|
| 11416 | src/include\element/Element.h(77): note: see declaration of 'std::map<int,const element::Element *,std::less<int>,std::allocator<std::pair<const int,const element::Element *>>>'
|
|---|
| 11417 | src/include\element/Element.h(78): warning C4251: 'element::Element::_halogens': class 'std::set<int,std::less<int>,std::allocator<int>>' needs to have dll-interface to be used by clients of class 'element::Element'
|
|---|
| 11418 | src/include\element/Element.h(76): note: see declaration of 'std::set<int,std::less<int>,std::allocator<int>>'
|
|---|
| 11419 | src/include\element/Element.h(79): warning C4251: 'element::Element::_names': class 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>' needs to have dll-interface to be used by clients of class 'element::Element'
|
|---|
| 11420 | src/include\element/Element.h(79): note: see declaration of 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>'
|
|---|
| 11421 | src/include\element/Element.h(80): warning C4251: 'element::Element::_noble_gases': class 'std::set<int,std::less<int>,std::allocator<int>>' needs to have dll-interface to be used by clients of class 'element::Element'
|
|---|
| 11422 | src/include\element/Element.h(76): note: see declaration of 'std::set<int,std::less<int>,std::allocator<int>>'
|
|---|
| 11423 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(59): warning C4251: 'atomstruct::Changes::created': class 'std::set<const void *,std::less<const void *>,std::allocator<const void *>>' needs to have dll-interface to be used by clients of class 'atomstruct::Changes'
|
|---|
| 11424 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(59): note: see declaration of 'std::set<const void *,std::less<const void *>,std::allocator<const void *>>'
|
|---|
| 11425 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(60): warning C4251: 'atomstruct::Changes::modified': class 'std::set<const void *,std::less<const void *>,std::allocator<const void *>>' needs to have dll-interface to be used by clients of class 'atomstruct::Changes'
|
|---|
| 11426 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(59): note: see declaration of 'std::set<const void *,std::less<const void *>,std::allocator<const void *>>'
|
|---|
| 11427 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(61): warning C4251: 'atomstruct::Changes::reasons': class 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>' needs to have dll-interface to be used by clients of class 'atomstruct::Changes'
|
|---|
| 11428 | src/include\element/Element.h(79): note: see declaration of 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>'
|
|---|
| 11429 | src/include\pyinstance/PythonInstance.declare.h(78): 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>'
|
|---|
| 11430 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 11431 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(68): note: see reference to class template instantiation 'pyinstance::PythonInstance<atomstruct::ChangeTracker>' being compiled
|
|---|
| 11432 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(82): warning C4251: 'atomstruct::ChangeTracker::_structure_type_changes': class 'std::map<atomstruct::Structure *,atomstruct::ChangeTracker::ChangesArray,std::less<atomstruct::Structure *>,std::allocator<std::pair<atomstruct::Structure *const ,atomstruct::ChangeTracker::ChangesArray>>>' needs to have dll-interface to be used by clients of class 'atomstruct::ChangeTracker'
|
|---|
| 11433 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(82): note: see declaration of 'std::map<atomstruct::Structure *,atomstruct::ChangeTracker::ChangesArray,std::less<atomstruct::Structure *>,std::allocator<std::pair<atomstruct::Structure *const ,atomstruct::ChangeTracker::ChangesArray>>>'
|
|---|
| 11434 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(83): warning C4251: 'atomstruct::ChangeTracker::_dead_structures': class 'std::set<atomstruct::Structure *,std::less<atomstruct::Structure *>,std::allocator<atomstruct::Structure *>>' needs to have dll-interface to be used by clients of class 'atomstruct::ChangeTracker'
|
|---|
| 11435 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(83): note: see declaration of 'std::set<atomstruct::Structure *,std::less<atomstruct::Structure *>,std::allocator<atomstruct::Structure *>>'
|
|---|
| 11436 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(92): 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'
|
|---|
| 11437 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 11438 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(93): 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'
|
|---|
| 11439 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 11440 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(94): warning C4251: 'atomstruct::ChangeTracker::REASON_ALT_LOCS': 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'
|
|---|
| 11441 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 11442 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(95): 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'
|
|---|
| 11443 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 11444 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(96): 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'
|
|---|
| 11445 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 11446 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(97): 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'
|
|---|
| 11447 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 11448 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(98): warning C4251: 'atomstruct::ChangeTracker::REASON_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::ChangeTracker'
|
|---|
| 11449 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 11450 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(99): 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'
|
|---|
| 11451 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 11452 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(100): 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'
|
|---|
| 11453 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 11454 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(101): 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'
|
|---|
| 11455 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 11456 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(102): 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'
|
|---|
| 11457 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 11458 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(103): 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'
|
|---|
| 11459 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 11460 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(104): warning C4251: 'atomstruct::ChangeTracker::REASON_ELEMENT': 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'
|
|---|
| 11461 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 11462 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(105): 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'
|
|---|
| 11463 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 11464 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(106): 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'
|
|---|
| 11465 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 11466 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(107): 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'
|
|---|
| 11467 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 11468 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(108): warning C4251: 'atomstruct::ChangeTracker::REASON_INSERTION_CODE': 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'
|
|---|
| 11469 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 11470 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(109): 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'
|
|---|
| 11471 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 11472 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(110): warning C4251: 'atomstruct::ChangeTracker::REASON_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'
|
|---|
| 11473 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 11474 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(111): 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'
|
|---|
| 11475 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 11476 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(112): 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'
|
|---|
| 11477 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 11478 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(113): 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'
|
|---|
| 11479 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 11480 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(114): 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'
|
|---|
| 11481 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 11482 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(115): 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'
|
|---|
| 11483 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 11484 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(116): 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'
|
|---|
| 11485 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 11486 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(117): 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'
|
|---|
| 11487 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 11488 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(118): 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'
|
|---|
| 11489 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 11490 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(119): 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'
|
|---|
| 11491 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 11492 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(120): 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'
|
|---|
| 11493 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 11494 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(121): 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'
|
|---|
| 11495 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 11496 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(122): 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'
|
|---|
| 11497 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 11498 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(123): 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'
|
|---|
| 11499 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 11500 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(124): 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'
|
|---|
| 11501 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 11502 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(125): 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'
|
|---|
| 11503 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 11504 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(126): 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'
|
|---|
| 11505 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 11506 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(127): 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'
|
|---|
| 11507 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 11508 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(128): 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'
|
|---|
| 11509 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 11510 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(129): 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'
|
|---|
| 11511 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 11512 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(130): 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'
|
|---|
| 11513 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 11514 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(131): warning C4251: 'atomstruct::ChangeTracker::REASON_WORM_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'
|
|---|
| 11515 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 11516 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(132): warning C4251: 'atomstruct::ChangeTracker::REASON_WORM_RIBBON': 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'
|
|---|
| 11517 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 11518 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(306): 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'
|
|---|
| 11519 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 11520 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\destruct.h(53): warning C4251: 'atomstruct::DestructionCoordinator::_observers': class 'std::set<atomstruct::DestructionObserver *,std::less<atomstruct::DestructionObserver *>,std::allocator<atomstruct::DestructionObserver *>>' needs to have dll-interface to be used by clients of class 'atomstruct::DestructionCoordinator'
|
|---|
| 11521 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\destruct.h(53): note: see declaration of 'std::set<atomstruct::DestructionObserver *,std::less<atomstruct::DestructionObserver *>,std::allocator<atomstruct::DestructionObserver *>>'
|
|---|
| 11522 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\destruct.h(54): warning C4251: 'atomstruct::DestructionCoordinator::_destroyed': class 'std::set<void *,std::less<void *>,std::allocator<void *>>' needs to have dll-interface to be used by clients of class 'atomstruct::DestructionCoordinator'
|
|---|
| 11523 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\destruct.h(42): note: see declaration of 'std::set<void *,std::less<void *>,std::allocator<void *>>'
|
|---|
| 11524 | src/include\pyinstance/PythonInstance.declare.h(78): 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>'
|
|---|
| 11525 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 11526 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Sequence.h(57): note: see reference to class template instantiation 'pyinstance::PythonInstance<atomstruct::Sequence>' being compiled
|
|---|
| 11527 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Sequence.h(63): warning C4251: 'atomstruct::Sequence::_nucleic3to1': class 'std::map<atomstruct::ResName,char,std::less<std::string>,std::allocator<std::pair<const atomstruct::ResName,char>>>' needs to have dll-interface to be used by clients of class 'atomstruct::Sequence'
|
|---|
| 11528 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Sequence.h(61): note: see declaration of 'std::map<atomstruct::ResName,char,std::less<std::string>,std::allocator<std::pair<const atomstruct::ResName,char>>>'
|
|---|
| 11529 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Sequence.h(64): warning C4251: 'atomstruct::Sequence::_protein3to1': class 'std::map<atomstruct::ResName,char,std::less<std::string>,std::allocator<std::pair<const atomstruct::ResName,char>>>' needs to have dll-interface to be used by clients of class 'atomstruct::Sequence'
|
|---|
| 11530 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Sequence.h(61): note: see declaration of 'std::map<atomstruct::ResName,char,std::less<std::string>,std::allocator<std::pair<const atomstruct::ResName,char>>>'
|
|---|
| 11531 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Sequence.h(65): warning C4251: 'atomstruct::Sequence::_rname3to1': class 'std::map<atomstruct::ResName,char,std::less<std::string>,std::allocator<std::pair<const atomstruct::ResName,char>>>' needs to have dll-interface to be used by clients of class 'atomstruct::Sequence'
|
|---|
| 11532 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Sequence.h(61): note: see declaration of 'std::map<atomstruct::ResName,char,std::less<std::string>,std::allocator<std::pair<const atomstruct::ResName,char>>>'
|
|---|
| 11533 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Sequence.h(67): warning C4251: 'atomstruct::Sequence::_cache_g2ug': class 'std::map<unsigned int,unsigned int,std::less<unsigned int>,std::allocator<std::pair<const unsigned int,unsigned int>>>' needs to have dll-interface to be used by clients of class 'atomstruct::Sequence'
|
|---|
| 11534 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Sequence.h(67): note: see declaration of 'std::map<unsigned int,unsigned int,std::less<unsigned int>,std::allocator<std::pair<const unsigned int,unsigned int>>>'
|
|---|
| 11535 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Sequence.h(68): warning C4251: 'atomstruct::Sequence::_cache_ug2g': class 'std::map<unsigned int,unsigned int,std::less<unsigned int>,std::allocator<std::pair<const unsigned int,unsigned int>>>' needs to have dll-interface to be used by clients of class 'atomstruct::Sequence'
|
|---|
| 11536 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Sequence.h(67): note: see declaration of 'std::map<unsigned int,unsigned int,std::less<unsigned int>,std::allocator<std::pair<const unsigned int,unsigned int>>>'
|
|---|
| 11537 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Sequence.h(69): 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'
|
|---|
| 11538 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Sequence.h(59): note: see declaration of 'std::vector<char,std::allocator<char>>'
|
|---|
| 11539 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Sequence.h(74): 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'
|
|---|
| 11540 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Sequence.h(59): note: see declaration of 'std::vector<char,std::allocator<char>>'
|
|---|
| 11541 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Sequence.h(75): 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'
|
|---|
| 11542 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 11543 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Sequence.h(140): warning C4267: 'return': conversion from 'size_t' to 'int', possible loss of data
|
|---|
| 11544 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\StructureSeq.h(61): 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'
|
|---|
| 11545 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 11546 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\StructureSeq.h(62): warning C4251: 'atomstruct::StructureSeq::_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 'atomstruct::StructureSeq'
|
|---|
| 11547 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 11548 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\StructureSeq.h(66): warning C4251: 'atomstruct::StructureSeq::_res_map': class 'std::map<atomstruct::Residue *,atomstruct::StructureSeq::SeqPos,std::less<atomstruct::Residue *>,std::allocator<std::pair<atomstruct::Residue *const ,atomstruct::StructureSeq::SeqPos>>>' needs to have dll-interface to be used by clients of class 'atomstruct::StructureSeq'
|
|---|
| 11549 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\StructureSeq.h(51): note: see declaration of 'std::map<atomstruct::Residue *,atomstruct::StructureSeq::SeqPos,std::less<atomstruct::Residue *>,std::allocator<std::pair<atomstruct::Residue *const ,atomstruct::StructureSeq::SeqPos>>>'
|
|---|
| 11550 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\StructureSeq.h(67): warning C4251: 'atomstruct::StructureSeq::_residues': class 'std::vector<atomstruct::Residue *,std::allocator<atomstruct::Residue *>>' needs to have dll-interface to be used by clients of class 'atomstruct::StructureSeq'
|
|---|
| 11551 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\StructureSeq.h(50): note: see declaration of 'std::vector<atomstruct::Residue *,std::allocator<atomstruct::Residue *>>'
|
|---|
| 11552 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\StructureSeq.h(122): warning C4267: 'return': conversion from 'size_t' to 'int', possible loss of data
|
|---|
| 11553 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\CompSS.h(42): warning C4251: 'atomstruct::CompSSInfo::strands': class 'std::vector<std::pair<atomstruct::Residue *,atomstruct::Residue *>,std::allocator<std::pair<atomstruct::Residue *,atomstruct::Residue *>>>' needs to have dll-interface to be used by clients of class 'atomstruct::CompSSInfo'
|
|---|
| 11554 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\CompSS.h(42): note: see declaration of 'std::vector<std::pair<atomstruct::Residue *,atomstruct::Residue *>,std::allocator<std::pair<atomstruct::Residue *,atomstruct::Residue *>>>'
|
|---|
| 11555 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\CompSS.h(43): warning C4251: 'atomstruct::CompSSInfo::sheets': class 'std::vector<std::set<int,std::less<int>,std::allocator<int>>,std::allocator<std::set<int,std::less<int>,std::allocator<int>>>>' needs to have dll-interface to be used by clients of class 'atomstruct::CompSSInfo'
|
|---|
| 11556 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\CompSS.h(43): note: see declaration of 'std::vector<std::set<int,std::less<int>,std::allocator<int>>,std::allocator<std::set<int,std::less<int>,std::allocator<int>>>>'
|
|---|
| 11557 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\CompSS.h(44): warning C4251: 'atomstruct::CompSSInfo::strands_parallel': class 'std::map<std::pair<int,int>,bool,std::less<std::pair<int,int>>,std::allocator<std::pair<const std::pair<int,int>,bool>>>' needs to have dll-interface to be used by clients of class 'atomstruct::CompSSInfo'
|
|---|
| 11558 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\CompSS.h(44): note: see declaration of 'std::map<std::pair<int,int>,bool,std::less<std::pair<int,int>>,std::allocator<std::pair<const std::pair<int,int>,bool>>>'
|
|---|
| 11559 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\CompSS.h(45): warning C4251: 'atomstruct::CompSSInfo::helix_info': class 'std::vector<std::pair<std::pair<atomstruct::Residue *,atomstruct::Residue *>,char>,std::allocator<std::pair<std::pair<atomstruct::Residue *,atomstruct::Residue *>,char>>>' needs to have dll-interface to be used by clients of class 'atomstruct::CompSSInfo'
|
|---|
| 11560 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\CompSS.h(45): note: see declaration of 'std::vector<std::pair<std::pair<atomstruct::Residue *,atomstruct::Residue *>,char>,std::allocator<std::pair<std::pair<atomstruct::Residue *,atomstruct::Residue *>,char>>>'
|
|---|
| 11561 | src/include\pyinstance/PythonInstance.declare.h(78): 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>'
|
|---|
| 11562 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 11563 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\PBManager.h(53): note: see reference to class template instantiation 'pyinstance::PythonInstance<atomstruct::BaseManager>' being compiled
|
|---|
| 11564 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\PBManager.h(63): warning C4251: 'atomstruct::BaseManager::_groups': class 'std::map<std::string,atomstruct::Proxy_PBGroup *,std::less<std::string>,std::allocator<std::pair<const std::string,atomstruct::Proxy_PBGroup *>>>' needs to have dll-interface to be used by clients of class 'atomstruct::BaseManager'
|
|---|
| 11565 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\PBManager.h(58): note: see declaration of 'std::map<std::string,atomstruct::Proxy_PBGroup *,std::less<std::string>,std::allocator<std::pair<const std::string,atomstruct::Proxy_PBGroup *>>>'
|
|---|
| 11566 | src/include\pyinstance/PythonInstance.declare.h(78): 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>'
|
|---|
| 11567 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 11568 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Ring.h(38): note: see reference to class template instantiation 'pyinstance::PythonInstance<atomstruct::Ring>' being compiled
|
|---|
| 11569 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Ring.h(43): warning C4251: 'atomstruct::Ring::_bonds': class 'std::set<atomstruct::Bond *,std::less<atomstruct::Bond *>,std::allocator<atomstruct::Bond *>>' needs to have dll-interface to be used by clients of class 'atomstruct::Ring'
|
|---|
| 11570 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Ring.h(41): note: see declaration of 'std::set<atomstruct::Bond *,std::less<atomstruct::Bond *>,std::allocator<atomstruct::Bond *>>'
|
|---|
| 11571 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Ring.h(44): warning C4251: 'atomstruct::Ring::_atoms': class 'std::set<atomstruct::Atom *,std::less<atomstruct::Atom *>,std::allocator<atomstruct::Atom *>>' needs to have dll-interface to be used by clients of class 'atomstruct::Ring'
|
|---|
| 11572 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Ring.h(40): note: see declaration of 'std::set<atomstruct::Atom *,std::less<atomstruct::Atom *>,std::allocator<atomstruct::Atom *>>'
|
|---|
| 11573 | src/include\pyinstance/PythonInstance.declare.h(78): 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>'
|
|---|
| 11574 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 11575 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Structure.h(110): note: see reference to class template instantiation 'pyinstance::PythonInstance<atomstruct::Structure>' being compiled
|
|---|
| 11576 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Structure.h(145): warning C4251: 'atomstruct::Structure::_atoms': class 'std::vector<atomstruct::Atom *,std::allocator<atomstruct::Atom *>>' needs to have dll-interface to be used by clients of class 'atomstruct::Structure'
|
|---|
| 11577 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Ring.h(64): note: see declaration of 'std::vector<atomstruct::Atom *,std::allocator<atomstruct::Atom *>>'
|
|---|
| 11578 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Structure.h(147): warning C4251: 'atomstruct::Structure::_bonds': class 'std::vector<atomstruct::Bond *,std::allocator<atomstruct::Bond *>>' needs to have dll-interface to be used by clients of class 'atomstruct::Structure'
|
|---|
| 11579 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Ring.h(63): note: see declaration of 'std::vector<atomstruct::Bond *,std::allocator<atomstruct::Bond *>>'
|
|---|
| 11580 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Structure.h(151): warning C4251: 'atomstruct::Structure::_coord_sets': class 'std::vector<atomstruct::CoordSet *,std::allocator<atomstruct::CoordSet *>>' needs to have dll-interface to be used by clients of class 'atomstruct::Structure'
|
|---|
| 11581 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Structure.h(120): note: see declaration of 'std::vector<atomstruct::CoordSet *,std::allocator<atomstruct::CoordSet *>>'
|
|---|
| 11582 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Structure.h(156): warning C4251: 'atomstruct::Structure::_input_seq_info': class 'std::map<atomstruct::ChainID,std::vector<atomstruct::ResName,std::allocator<std::string>>,std::less<std::string>,std::allocator<std::pair<const atomstruct::ChainID,std::vector<atomstruct::ResName,std::allocator<std::string>>>>>' needs to have dll-interface to be used by clients of class 'atomstruct::Structure'
|
|---|
| 11583 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Structure.h(121): note: see declaration of 'std::map<atomstruct::ChainID,std::vector<atomstruct::ResName,std::allocator<std::string>>,std::less<std::string>,std::allocator<std::pair<const atomstruct::ChainID,std::vector<atomstruct::ResName,std::allocator<std::string>>>>>'
|
|---|
| 11584 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Structure.h(163): warning C4251: 'atomstruct::Structure::_residues': class 'std::vector<atomstruct::Residue *,std::allocator<atomstruct::Residue *>>' needs to have dll-interface to be used by clients of class 'atomstruct::Structure'
|
|---|
| 11585 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\StructureSeq.h(50): note: see declaration of 'std::vector<atomstruct::Residue *,std::allocator<atomstruct::Residue *>>'
|
|---|
| 11586 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Structure.h(165): warning C4251: 'atomstruct::Structure::_res_numbering_valid': class 'std::vector<bool,std::allocator<bool>>' needs to have dll-interface to be used by clients of class 'atomstruct::Structure'
|
|---|
| 11587 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Structure.h(165): note: see declaration of 'std::vector<bool,std::allocator<bool>>'
|
|---|
| 11588 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Structure.h(176): warning C4251: 'atomstruct::Structure::_rings': class 'std::set<atomstruct::Ring,std::less<atomstruct::Ring>,std::allocator<atomstruct::Ring>>' needs to have dll-interface to be used by clients of class 'atomstruct::Structure'
|
|---|
| 11589 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Structure.h(128): note: see declaration of 'std::set<atomstruct::Ring,std::less<atomstruct::Ring>,std::allocator<atomstruct::Ring>>'
|
|---|
| 11590 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Structure.h(283): 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'
|
|---|
| 11591 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 11592 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Structure.h(287): warning C4251: 'atomstruct::Structure::metadata': class 'std::map<atomstruct::ChainID,std::vector<atomstruct::ResName,std::allocator<std::string>>,std::less<std::string>,std::allocator<std::pair<const atomstruct::ChainID,std::vector<atomstruct::ResName,std::allocator<std::string>>>>>' needs to have dll-interface to be used by clients of class 'atomstruct::Structure'
|
|---|
| 11593 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Structure.h(121): note: see declaration of 'std::map<atomstruct::ChainID,std::vector<atomstruct::ResName,std::allocator<std::string>>,std::less<std::string>,std::allocator<std::pair<const atomstruct::ChainID,std::vector<atomstruct::ResName,std::allocator<std::string>>>>>'
|
|---|
| 11594 | src/include\pyinstance/PythonInstance.declare.h(78): 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>'
|
|---|
| 11595 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 11596 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\CoordSet.h(41): note: see reference to class template instantiation 'pyinstance::PythonInstance<atomstruct::CoordSet>' being compiled
|
|---|
| 11597 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\CoordSet.h(49): warning C4251: 'atomstruct::CoordSet::_coords': class 'std::vector<atomstruct::Coord,std::allocator<atomstruct::Coord>>' needs to have dll-interface to be used by clients of class 'atomstruct::CoordSet'
|
|---|
| 11598 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\CoordSet.h(46): note: see declaration of 'std::vector<atomstruct::Coord,std::allocator<atomstruct::Coord>>'
|
|---|
| 11599 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\CoordSet.h(51): warning C4251: 'atomstruct::CoordSet::_bfactor_map': class 'std::unordered_map<const atomstruct::Atom *,float,std::hash<const atomstruct::Atom *>,std::equal_to<const atomstruct::Atom *>,std::allocator<std::pair<const atomstruct::Atom *const ,float>>>' needs to have dll-interface to be used by clients of class 'atomstruct::CoordSet'
|
|---|
| 11600 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\CoordSet.h(51): note: see declaration of 'std::unordered_map<const atomstruct::Atom *,float,std::hash<const atomstruct::Atom *>,std::equal_to<const atomstruct::Atom *>,std::allocator<std::pair<const atomstruct::Atom *const ,float>>>'
|
|---|
| 11601 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\CoordSet.h(52): warning C4251: 'atomstruct::CoordSet::_occupancy_map': class 'std::unordered_map<const atomstruct::Atom *,float,std::hash<const atomstruct::Atom *>,std::equal_to<const atomstruct::Atom *>,std::allocator<std::pair<const atomstruct::Atom *const ,float>>>' needs to have dll-interface to be used by clients of class 'atomstruct::CoordSet'
|
|---|
| 11602 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\CoordSet.h(51): note: see declaration of 'std::unordered_map<const atomstruct::Atom *,float,std::hash<const atomstruct::Atom *>,std::equal_to<const atomstruct::Atom *>,std::allocator<std::pair<const atomstruct::Atom *const ,float>>>'
|
|---|
| 11603 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\CoordSet.h(77): warning C4267: 'return': conversion from 'size_t' to 'int', possible loss of data
|
|---|
| 11604 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\CoordSet.h(80): warning C4267: 'return': conversion from 'size_t' to 'int', possible loss of data
|
|---|
| 11605 | src/include\pyinstance/PythonInstance.declare.h(78): 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>'
|
|---|
| 11606 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 11607 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Atom.h(68): note: see reference to class template instantiation 'pyinstance::PythonInstance<atomstruct::Atom>' being compiled
|
|---|
| 11608 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Atom.h(124): warning C4251: 'atomstruct::Atom::_alt_loc_map': class 'std::map<unsigned char,atomstruct::Atom::_Alt_loc_info,std::less<unsigned char>,std::allocator<std::pair<const unsigned char,atomstruct::Atom::_Alt_loc_info>>>' needs to have dll-interface to be used by clients of class 'atomstruct::Atom'
|
|---|
| 11609 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Atom.h(123): note: see declaration of 'std::map<unsigned char,atomstruct::Atom::_Alt_loc_info,std::less<unsigned char>,std::allocator<std::pair<const unsigned char,atomstruct::Atom::_Alt_loc_info>>>'
|
|---|
| 11610 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Atom.h(126): warning C4251: 'atomstruct::Atom::_bonds': class 'std::vector<atomstruct::Bond *,std::allocator<atomstruct::Bond *>>' needs to have dll-interface to be used by clients of class 'atomstruct::Atom'
|
|---|
| 11611 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Ring.h(63): note: see declaration of 'std::vector<atomstruct::Bond *,std::allocator<atomstruct::Bond *>>'
|
|---|
| 11612 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Atom.h(127): 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'
|
|---|
| 11613 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\string_types.h(44): note: see declaration of 'chutil::CString<5,65,116,111,109,32,84,121,112,101>'
|
|---|
| 11614 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Atom.h(134): 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'
|
|---|
| 11615 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\string_types.h(44): note: see declaration of 'chutil::CString<5,65,116,111,109,32,84,121,112,101>'
|
|---|
| 11616 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Atom.h(136): warning C4251: 'atomstruct::Atom::_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::Atom'
|
|---|
| 11617 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 11618 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Atom.h(137): warning C4251: 'atomstruct::Atom::_neighbors': class 'std::vector<atomstruct::Atom *,std::allocator<atomstruct::Atom *>>' needs to have dll-interface to be used by clients of class 'atomstruct::Atom'
|
|---|
| 11619 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Ring.h(64): note: see declaration of 'std::vector<atomstruct::Atom *,std::allocator<atomstruct::Atom *>>'
|
|---|
| 11620 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Atom.h(143): warning C4251: 'atomstruct::Atom::_rings': class 'std::vector<const atomstruct::Ring *,std::allocator<const atomstruct::Ring *>>' needs to have dll-interface to be used by clients of class 'atomstruct::Atom'
|
|---|
| 11621 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Atom.h(91): note: see declaration of 'std::vector<const atomstruct::Ring *,std::allocator<const atomstruct::Ring *>>'
|
|---|
| 11622 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Atom.h(201): warning C4244: '=': conversion from 'double' to 'float', possible loss of data
|
|---|
| 11623 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Atom.h(205): warning C4244: 'return': conversion from 'double' to 'float', possible loss of data
|
|---|
| 11624 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Atom.h(223): warning C4267: 'return': conversion from 'size_t' to 'int', possible loss of data
|
|---|
| 11625 | src/include\pyinstance/PythonInstance.declare.h(78): 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>'
|
|---|
| 11626 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 11627 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Bond.h(47): note: see reference to class template instantiation 'pyinstance::PythonInstance<atomstruct::Bond>' being compiled
|
|---|
| 11628 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Bond.h(59): warning C4251: 'atomstruct::Bond::_rings': class 'std::vector<const atomstruct::Ring *,std::allocator<const atomstruct::Ring *>>' needs to have dll-interface to be used by clients of class 'atomstruct::Bond'
|
|---|
| 11629 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Atom.h(91): note: see declaration of 'std::vector<const atomstruct::Ring *,std::allocator<const atomstruct::Ring *>>'
|
|---|
| 11630 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Bond.h(128): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data
|
|---|
| 11631 | src/include\pyinstance/PythonInstance.declare.h(78): warning C4251: 'pyinstance::PythonInstance<atomstruct::PBGroup>::_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::PBGroup>'
|
|---|
| 11632 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 11633 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\PBGroup.h(61): note: see reference to class template instantiation 'pyinstance::PythonInstance<atomstruct::PBGroup>' being compiled
|
|---|
| 11634 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\PBGroup.h(70): warning C4251: 'atomstruct::PBGroup::_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::PBGroup'
|
|---|
| 11635 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 11636 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\PBGroup.h(169): warning C4251: 'atomstruct::StructurePBGroup::_pbonds': class 'std::set<atomstruct::Pseudobond *,std::less<atomstruct::Pseudobond *>,std::allocator<atomstruct::Pseudobond *>>' needs to have dll-interface to be used by clients of class 'atomstruct::StructurePBGroup'
|
|---|
| 11637 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\PBGroup.h(63): note: see declaration of 'std::set<atomstruct::Pseudobond *,std::less<atomstruct::Pseudobond *>,std::allocator<atomstruct::Pseudobond *>>'
|
|---|
| 11638 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\PBGroup.h(199): warning C4251: 'atomstruct::CS_PBGroup::_pbonds': class 'std::unordered_map<const atomstruct::CoordSet *,atomstruct::PBGroup::Pseudobonds,std::hash<const atomstruct::CoordSet *>,std::equal_to<const atomstruct::CoordSet *>,std::allocator<std::pair<const atomstruct::CoordSet *const ,atomstruct::PBGroup::Pseudobonds>>>' needs to have dll-interface to be used by clients of class 'atomstruct::CS_PBGroup'
|
|---|
| 11639 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\PBGroup.h(199): note: see declaration of 'std::unordered_map<const atomstruct::CoordSet *,atomstruct::PBGroup::Pseudobonds,std::hash<const atomstruct::CoordSet *>,std::equal_to<const atomstruct::CoordSet *>,std::allocator<std::pair<const atomstruct::CoordSet *const ,atomstruct::PBGroup::Pseudobonds>>>'
|
|---|
| 11640 | src/include\pyinstance/PythonInstance.declare.h(78): warning C4251: 'pyinstance::PythonInstance<atomstruct::Pseudobond>::_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::Pseudobond>'
|
|---|
| 11641 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 11642 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Pseudobond.h(52): note: see reference to class template instantiation 'pyinstance::PythonInstance<atomstruct::Pseudobond>' being compiled
|
|---|
| 11643 | src/include\pyinstance/PythonInstance.declare.h(78): 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>'
|
|---|
| 11644 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 11645 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Residue.h(53): note: see reference to class template instantiation 'pyinstance::PythonInstance<atomstruct::Residue>' being compiled
|
|---|
| 11646 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Residue.h(81): warning C4251: 'atomstruct::Residue::_atoms': class 'std::vector<atomstruct::Atom *,std::allocator<atomstruct::Atom *>>' needs to have dll-interface to be used by clients of class 'atomstruct::Residue'
|
|---|
| 11647 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Ring.h(64): note: see declaration of 'std::vector<atomstruct::Atom *,std::allocator<atomstruct::Atom *>>'
|
|---|
| 11648 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Residue.h(83): 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'
|
|---|
| 11649 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 11650 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Residue.h(85): 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'
|
|---|
| 11651 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 11652 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Residue.h(86): 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'
|
|---|
| 11653 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 11654 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Residue.h(162): warning C4251: 'atomstruct::Residue::aa_min_backbone_names': class 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>' needs to have dll-interface to be used by clients of class 'atomstruct::Residue'
|
|---|
| 11655 | src/include\element/Element.h(79): note: see declaration of 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>'
|
|---|
| 11656 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Residue.h(163): warning C4251: 'atomstruct::Residue::aa_min_ordered_backbone_names': class 'std::vector<atomstruct::ResName,std::allocator<std::string>>' needs to have dll-interface to be used by clients of class 'atomstruct::Residue'
|
|---|
| 11657 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Sequence.h(99): note: see declaration of 'std::vector<atomstruct::ResName,std::allocator<std::string>>'
|
|---|
| 11658 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Residue.h(164): warning C4251: 'atomstruct::Residue::aa_max_backbone_names': class 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>' needs to have dll-interface to be used by clients of class 'atomstruct::Residue'
|
|---|
| 11659 | src/include\element/Element.h(79): note: see declaration of 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>'
|
|---|
| 11660 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Residue.h(165): warning C4251: 'atomstruct::Residue::aa_ribbon_backbone_names': class 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>' needs to have dll-interface to be used by clients of class 'atomstruct::Residue'
|
|---|
| 11661 | src/include\element/Element.h(79): note: see declaration of 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>'
|
|---|
| 11662 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Residue.h(166): warning C4251: 'atomstruct::Residue::aa_side_connector_names': class 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>' needs to have dll-interface to be used by clients of class 'atomstruct::Residue'
|
|---|
| 11663 | src/include\element/Element.h(79): note: see declaration of 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>'
|
|---|
| 11664 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Residue.h(167): warning C4251: 'atomstruct::Residue::na_min_backbone_names': class 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>' needs to have dll-interface to be used by clients of class 'atomstruct::Residue'
|
|---|
| 11665 | src/include\element/Element.h(79): note: see declaration of 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>'
|
|---|
| 11666 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Residue.h(168): warning C4251: 'atomstruct::Residue::na_min_ordered_backbone_names': class 'std::vector<atomstruct::ResName,std::allocator<std::string>>' needs to have dll-interface to be used by clients of class 'atomstruct::Residue'
|
|---|
| 11667 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Sequence.h(99): note: see declaration of 'std::vector<atomstruct::ResName,std::allocator<std::string>>'
|
|---|
| 11668 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Residue.h(169): warning C4251: 'atomstruct::Residue::na_max_backbone_names': class 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>' needs to have dll-interface to be used by clients of class 'atomstruct::Residue'
|
|---|
| 11669 | src/include\element/Element.h(79): note: see declaration of 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>'
|
|---|
| 11670 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Residue.h(170): warning C4251: 'atomstruct::Residue::na_ribbon_backbone_names': class 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>' needs to have dll-interface to be used by clients of class 'atomstruct::Residue'
|
|---|
| 11671 | src/include\element/Element.h(79): note: see declaration of 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>'
|
|---|
| 11672 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Residue.h(171): warning C4251: 'atomstruct::Residue::na_side_connector_names': class 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>' needs to have dll-interface to be used by clients of class 'atomstruct::Residue'
|
|---|
| 11673 | src/include\element/Element.h(79): note: see declaration of 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>'
|
|---|
| 11674 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Residue.h(172): warning C4251: 'atomstruct::Residue::ribose_names': class 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>' needs to have dll-interface to be used by clients of class 'atomstruct::Residue'
|
|---|
| 11675 | src/include\element/Element.h(79): note: see declaration of 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>'
|
|---|
| 11676 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Residue.h(173): warning C4251: 'atomstruct::Residue::std_solvent_names': class 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>' needs to have dll-interface to be used by clients of class 'atomstruct::Residue'
|
|---|
| 11677 | src/include\element/Element.h(79): note: see declaration of 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>'
|
|---|
| 11678 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Residue.h(174): warning C4251: 'atomstruct::Residue::std_water_names': class 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>' needs to have dll-interface to be used by clients of class 'atomstruct::Residue'
|
|---|
| 11679 | src/include\element/Element.h(79): note: see declaration of 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>'
|
|---|
| 11680 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Residue.h(175): warning C4251: 'atomstruct::Residue::ideal_chirality': class 'std::map<atomstruct::ResName,std::map<atomstruct::ResName,char,std::less<std::string>,std::allocator<std::pair<const atomstruct::ResName,char>>>,std::less<std::string>,std::allocator<std::pair<const atomstruct::ResName,std::map<atomstruct::ResName,char,std::less<std::string>,std::allocator<std::pair<const atomstruct::ResName,char>>>>>>' needs to have dll-interface to be used by clients of class 'atomstruct::Residue'
|
|---|
| 11681 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Residue.h(175): note: see declaration of 'std::map<atomstruct::ResName,std::map<atomstruct::ResName,char,std::less<std::string>,std::allocator<std::pair<const atomstruct::ResName,char>>>,std::less<std::string>,std::allocator<std::pair<const atomstruct::ResName,std::map<atomstruct::ResName,char,std::less<std::string>,std::allocator<std::pair<const atomstruct::ResName,char>>>>>>'
|
|---|
| 11682 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Residue.h(126): warning C4267: 'return': conversion from 'size_t' to 'int', possible loss of data
|
|---|
| 11683 | src/include\pyinstance/PythonInstance.declare.h(78): 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>'
|
|---|
| 11684 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 11685 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\tmpl\CoordSet.h(39): note: see reference to class template instantiation 'pyinstance::PythonInstance<tmpl::CoordSet>' being compiled
|
|---|
| 11686 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\tmpl\CoordSet.h(44): warning C4251: 'tmpl::CoordSet::_coords': class 'std::vector<atomstruct::Coord,std::allocator<atomstruct::Coord>>' needs to have dll-interface to be used by clients of class 'tmpl::CoordSet'
|
|---|
| 11687 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\CoordSet.h(46): note: see declaration of 'std::vector<atomstruct::Coord,std::allocator<atomstruct::Coord>>'
|
|---|
| 11688 | src/include\pyinstance/PythonInstance.declare.h(78): 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>'
|
|---|
| 11689 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 11690 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\tmpl\Atom.h(48): note: see reference to class template instantiation 'pyinstance::PythonInstance<tmpl::Atom>' being compiled
|
|---|
| 11691 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\tmpl\Atom.h(58): warning C4251: 'tmpl::Atom::_bonds': class 'std::vector<tmpl::Bond *,std::allocator<tmpl::Bond *>>' needs to have dll-interface to be used by clients of class 'tmpl::Atom'
|
|---|
| 11692 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\tmpl\Atom.h(50): note: see declaration of 'std::vector<tmpl::Bond *,std::allocator<tmpl::Bond *>>'
|
|---|
| 11693 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\tmpl\Atom.h(61): 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'
|
|---|
| 11694 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\string_types.h(44): note: see declaration of 'chutil::CString<5,65,116,111,109,32,84,121,112,101>'
|
|---|
| 11695 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\tmpl\Atom.h(64): warning C4251: 'tmpl::Atom::_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::Atom'
|
|---|
| 11696 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 11697 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\tmpl\Atom.h(65): warning C4251: 'tmpl::Atom::_neighbors': class 'std::vector<tmpl::Atom *,std::allocator<tmpl::Atom *>>' needs to have dll-interface to be used by clients of class 'tmpl::Atom'
|
|---|
| 11698 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\tmpl\Atom.h(51): note: see declaration of 'std::vector<tmpl::Atom *,std::allocator<tmpl::Atom *>>'
|
|---|
| 11699 | src/include\pyinstance/PythonInstance.declare.h(78): 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>'
|
|---|
| 11700 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 11701 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\tmpl\Bond.h(39): note: see reference to class template instantiation 'pyinstance::PythonInstance<tmpl::Bond>' being compiled
|
|---|
| 11702 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\tmpl\TAexcept.h(36): warning C4275: non dll-interface class 'std::runtime_error' used as base for dll-interface class 'tmpl::TA_exception'
|
|---|
| 11703 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\stdexcept(101): note: see declaration of 'std::runtime_error'
|
|---|
| 11704 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\tmpl\TAexcept.h(36): note: see declaration of 'tmpl::TA_exception'
|
|---|
| 11705 | src/include\pyinstance/PythonInstance.declare.h(78): 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>'
|
|---|
| 11706 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 11707 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\tmpl\Residue.h(47): note: see reference to class template instantiation 'pyinstance::PythonInstance<tmpl::Residue>' being compiled
|
|---|
| 11708 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\tmpl\Residue.h(85): warning C4251: 'tmpl::Residue::metadata': class 'std::map<atomstruct::ChainID,std::vector<atomstruct::ResName,std::allocator<std::string>>,std::less<std::string>,std::allocator<std::pair<const atomstruct::ChainID,std::vector<atomstruct::ResName,std::allocator<std::string>>>>>' needs to have dll-interface to be used by clients of class 'tmpl::Residue'
|
|---|
| 11709 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Structure.h(121): note: see declaration of 'std::map<atomstruct::ChainID,std::vector<atomstruct::ResName,std::allocator<std::string>>,std::less<std::string>,std::allocator<std::pair<const atomstruct::ChainID,std::vector<atomstruct::ResName,std::allocator<std::string>>>>>'
|
|---|
| 11710 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\tmpl\Residue.h(88): 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'
|
|---|
| 11711 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 11712 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\tmpl\Residue.h(89): warning C4251: 'tmpl::Residue::_atoms': class 'std::map<atomstruct::AtomName,tmpl::Atom *,std::less<std::string>,std::allocator<std::pair<const atomstruct::AtomName,tmpl::Atom *>>>' needs to have dll-interface to be used by clients of class 'tmpl::Residue'
|
|---|
| 11713 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\tmpl\Residue.h(80): note: see declaration of 'std::map<atomstruct::AtomName,tmpl::Atom *,std::less<std::string>,std::allocator<std::pair<const atomstruct::AtomName,tmpl::Atom *>>>'
|
|---|
| 11714 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\tmpl\Residue.h(91): 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'
|
|---|
| 11715 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 11716 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\tmpl\Residue.h(92): warning C4251: 'tmpl::Residue::_link_atoms': class 'std::vector<tmpl::Atom *,std::allocator<tmpl::Atom *>>' needs to have dll-interface to be used by clients of class 'tmpl::Residue'
|
|---|
| 11717 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\tmpl\Atom.h(51): note: see declaration of 'std::vector<tmpl::Atom *,std::allocator<tmpl::Atom *>>'
|
|---|
| 11718 | src/include\pyinstance/PythonInstance.declare.h(78): 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>'
|
|---|
| 11719 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 11720 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\tmpl\Molecule.h(48): note: see reference to class template instantiation 'pyinstance::PythonInstance<tmpl::Molecule>' being compiled
|
|---|
| 11721 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\tmpl\Molecule.h(57): warning C4251: 'tmpl::Molecule::_atoms': class 'std::set<tmpl::Atom *,std::less<tmpl::Atom *>,std::allocator<tmpl::Atom *>>' needs to have dll-interface to be used by clients of class 'tmpl::Molecule'
|
|---|
| 11722 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\tmpl\Molecule.h(52): note: see declaration of 'std::set<tmpl::Atom *,std::less<tmpl::Atom *>,std::allocator<tmpl::Atom *>>'
|
|---|
| 11723 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\tmpl\Molecule.h(58): warning C4251: 'tmpl::Molecule::_bonds': class 'std::set<tmpl::Bond *,std::less<tmpl::Bond *>,std::allocator<tmpl::Bond *>>' needs to have dll-interface to be used by clients of class 'tmpl::Molecule'
|
|---|
| 11724 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\tmpl\Molecule.h(53): note: see declaration of 'std::set<tmpl::Bond *,std::less<tmpl::Bond *>,std::allocator<tmpl::Bond *>>'
|
|---|
| 11725 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\tmpl\Molecule.h(59): warning C4251: 'tmpl::Molecule::_coord_sets': class 'std::vector<tmpl::CoordSet *,std::allocator<tmpl::CoordSet *>>' needs to have dll-interface to be used by clients of class 'tmpl::Molecule'
|
|---|
| 11726 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\tmpl\Molecule.h(54): note: see declaration of 'std::vector<tmpl::CoordSet *,std::allocator<tmpl::CoordSet *>>'
|
|---|
| 11727 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\tmpl\Molecule.h(60): warning C4251: 'tmpl::Molecule::_residues': class 'std::map<atomstruct::ResName,tmpl::Residue *,std::less<std::string>,std::allocator<std::pair<const atomstruct::ResName,tmpl::Residue *>>>' needs to have dll-interface to be used by clients of class 'tmpl::Molecule'
|
|---|
| 11728 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\tmpl\Molecule.h(55): note: see declaration of 'std::map<atomstruct::ResName,tmpl::Residue *,std::less<std::string>,std::allocator<std::pair<const atomstruct::ResName,tmpl::Residue *>>>'
|
|---|
| 11729 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\tmpl/TemplateCache.h(44): warning C4251: 'tmpl::CondInfo::op': 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::CondInfo'
|
|---|
| 11730 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 11731 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\tmpl/TemplateCache.h(44): warning C4251: 'tmpl::CondInfo::operand': 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::CondInfo'
|
|---|
| 11732 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 11733 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\tmpl/TemplateCache.h(45): warning C4251: 'tmpl::CondInfo::result': 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::CondInfo'
|
|---|
| 11734 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\string_types.h(44): note: see declaration of 'chutil::CString<5,65,116,111,109,32,84,121,112,101>'
|
|---|
| 11735 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\tmpl/TemplateCache.h(52): warning C4251: 'tmpl::ConditionalTemplate::conditions': class 'std::vector<tmpl::CondInfo,std::allocator<tmpl::CondInfo>>' needs to have dll-interface to be used by clients of class 'tmpl::ConditionalTemplate'
|
|---|
| 11736 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\tmpl/TemplateCache.h(52): note: see declaration of 'std::vector<tmpl::CondInfo,std::allocator<tmpl::CondInfo>>'
|
|---|
| 11737 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\tmpl/TemplateCache.h(73): warning C4251: 'tmpl::TemplateCache::_template_dir': 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::TemplateCache'
|
|---|
| 11738 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 11739 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\tmpl/TemplateCache.h(74): warning C4251: 'tmpl::TemplateCache::_user_template_dir': 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::TemplateCache'
|
|---|
| 11740 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 11741 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\tmpl/TemplateCache.h(75): warning C4251: 'tmpl::TemplateCache::cache': class 'std::map<std::string,tmpl::TemplateCache::ResMap,std::less<std::string>,std::allocator<std::pair<const std::string,tmpl::TemplateCache::ResMap>>>' needs to have dll-interface to be used by clients of class 'tmpl::TemplateCache'
|
|---|
| 11742 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\tmpl/TemplateCache.h(75): note: see declaration of 'std::map<std::string,tmpl::TemplateCache::ResMap,std::less<std::string>,std::allocator<std::pair<const std::string,tmpl::TemplateCache::ResMap>>>'
|
|---|
| 11743 | atomic_cpp/atomstruct_cpp/Residue.cpp(555): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data
|
|---|
| 11744 | atomic_cpp/atomstruct_cpp/Residue.cpp(564): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data
|
|---|
| 11745 | Ring.cpp
|
|---|
| 11746 | src/include\pyinstance/PythonInstance.declare.h(78): 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>'
|
|---|
| 11747 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 11748 | src/include\pyinstance/PythonInstance.declare.h(104): note: see reference to class template instantiation 'pyinstance::PythonInstance<C>' being compiled
|
|---|
| 11749 | src/include\pyinstance/PythonInstance.declare.h(78): 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>'
|
|---|
| 11750 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 11751 | src/include\element/Element.h(49): note: see reference to class template instantiation 'pyinstance::PythonInstance<element::Element>' being compiled
|
|---|
| 11752 | src/include\element/Element.h(76): warning C4251: 'element::Element::_alkali_metals': class 'std::set<int,std::less<int>,std::allocator<int>>' needs to have dll-interface to be used by clients of class 'element::Element'
|
|---|
| 11753 | src/include\element/Element.h(76): note: see declaration of 'std::set<int,std::less<int>,std::allocator<int>>'
|
|---|
| 11754 | src/include\element/Element.h(77): warning C4251: 'element::Element::_elements': class 'std::map<int,const element::Element *,std::less<int>,std::allocator<std::pair<const int,const element::Element *>>>' needs to have dll-interface to be used by clients of class 'element::Element'
|
|---|
| 11755 | src/include\element/Element.h(77): note: see declaration of 'std::map<int,const element::Element *,std::less<int>,std::allocator<std::pair<const int,const element::Element *>>>'
|
|---|
| 11756 | src/include\element/Element.h(78): warning C4251: 'element::Element::_halogens': class 'std::set<int,std::less<int>,std::allocator<int>>' needs to have dll-interface to be used by clients of class 'element::Element'
|
|---|
| 11757 | src/include\element/Element.h(76): note: see declaration of 'std::set<int,std::less<int>,std::allocator<int>>'
|
|---|
| 11758 | src/include\element/Element.h(79): warning C4251: 'element::Element::_names': class 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>' needs to have dll-interface to be used by clients of class 'element::Element'
|
|---|
| 11759 | src/include\element/Element.h(79): note: see declaration of 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>'
|
|---|
| 11760 | src/include\element/Element.h(80): warning C4251: 'element::Element::_noble_gases': class 'std::set<int,std::less<int>,std::allocator<int>>' needs to have dll-interface to be used by clients of class 'element::Element'
|
|---|
| 11761 | src/include\element/Element.h(76): note: see declaration of 'std::set<int,std::less<int>,std::allocator<int>>'
|
|---|
| 11762 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(59): warning C4251: 'atomstruct::Changes::created': class 'std::set<const void *,std::less<const void *>,std::allocator<const void *>>' needs to have dll-interface to be used by clients of class 'atomstruct::Changes'
|
|---|
| 11763 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(59): note: see declaration of 'std::set<const void *,std::less<const void *>,std::allocator<const void *>>'
|
|---|
| 11764 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(60): warning C4251: 'atomstruct::Changes::modified': class 'std::set<const void *,std::less<const void *>,std::allocator<const void *>>' needs to have dll-interface to be used by clients of class 'atomstruct::Changes'
|
|---|
| 11765 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(59): note: see declaration of 'std::set<const void *,std::less<const void *>,std::allocator<const void *>>'
|
|---|
| 11766 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(61): warning C4251: 'atomstruct::Changes::reasons': class 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>' needs to have dll-interface to be used by clients of class 'atomstruct::Changes'
|
|---|
| 11767 | src/include\element/Element.h(79): note: see declaration of 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>'
|
|---|
| 11768 | src/include\pyinstance/PythonInstance.declare.h(78): 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>'
|
|---|
| 11769 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 11770 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(68): note: see reference to class template instantiation 'pyinstance::PythonInstance<atomstruct::ChangeTracker>' being compiled
|
|---|
| 11771 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(82): warning C4251: 'atomstruct::ChangeTracker::_structure_type_changes': class 'std::map<atomstruct::Structure *,atomstruct::ChangeTracker::ChangesArray,std::less<atomstruct::Structure *>,std::allocator<std::pair<atomstruct::Structure *const ,atomstruct::ChangeTracker::ChangesArray>>>' needs to have dll-interface to be used by clients of class 'atomstruct::ChangeTracker'
|
|---|
| 11772 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(82): note: see declaration of 'std::map<atomstruct::Structure *,atomstruct::ChangeTracker::ChangesArray,std::less<atomstruct::Structure *>,std::allocator<std::pair<atomstruct::Structure *const ,atomstruct::ChangeTracker::ChangesArray>>>'
|
|---|
| 11773 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(83): warning C4251: 'atomstruct::ChangeTracker::_dead_structures': class 'std::set<atomstruct::Structure *,std::less<atomstruct::Structure *>,std::allocator<atomstruct::Structure *>>' needs to have dll-interface to be used by clients of class 'atomstruct::ChangeTracker'
|
|---|
| 11774 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(83): note: see declaration of 'std::set<atomstruct::Structure *,std::less<atomstruct::Structure *>,std::allocator<atomstruct::Structure *>>'
|
|---|
| 11775 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(92): 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'
|
|---|
| 11776 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 11777 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(93): 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'
|
|---|
| 11778 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 11779 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(94): warning C4251: 'atomstruct::ChangeTracker::REASON_ALT_LOCS': 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'
|
|---|
| 11780 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 11781 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(95): 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'
|
|---|
| 11782 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 11783 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(96): 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'
|
|---|
| 11784 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 11785 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(97): 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'
|
|---|
| 11786 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 11787 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(98): warning C4251: 'atomstruct::ChangeTracker::REASON_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::ChangeTracker'
|
|---|
| 11788 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 11789 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(99): 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'
|
|---|
| 11790 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 11791 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(100): 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'
|
|---|
| 11792 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 11793 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(101): 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'
|
|---|
| 11794 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 11795 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(102): 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'
|
|---|
| 11796 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 11797 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(103): 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'
|
|---|
| 11798 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 11799 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(104): warning C4251: 'atomstruct::ChangeTracker::REASON_ELEMENT': 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'
|
|---|
| 11800 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 11801 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(105): 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'
|
|---|
| 11802 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 11803 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(106): 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'
|
|---|
| 11804 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 11805 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(107): 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'
|
|---|
| 11806 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 11807 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(108): warning C4251: 'atomstruct::ChangeTracker::REASON_INSERTION_CODE': 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'
|
|---|
| 11808 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 11809 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(109): 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'
|
|---|
| 11810 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 11811 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(110): warning C4251: 'atomstruct::ChangeTracker::REASON_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'
|
|---|
| 11812 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 11813 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(111): 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'
|
|---|
| 11814 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 11815 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(112): 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'
|
|---|
| 11816 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 11817 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(113): 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'
|
|---|
| 11818 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 11819 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(114): 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'
|
|---|
| 11820 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 11821 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(115): 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'
|
|---|
| 11822 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 11823 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(116): 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'
|
|---|
| 11824 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 11825 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(117): 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'
|
|---|
| 11826 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 11827 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(118): 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'
|
|---|
| 11828 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 11829 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(119): 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'
|
|---|
| 11830 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 11831 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(120): 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'
|
|---|
| 11832 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 11833 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(121): 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'
|
|---|
| 11834 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 11835 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(122): 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'
|
|---|
| 11836 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 11837 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(123): 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'
|
|---|
| 11838 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 11839 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(124): 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'
|
|---|
| 11840 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 11841 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(125): 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'
|
|---|
| 11842 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 11843 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(126): 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'
|
|---|
| 11844 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 11845 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(127): 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'
|
|---|
| 11846 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 11847 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(128): 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'
|
|---|
| 11848 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 11849 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(129): 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'
|
|---|
| 11850 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 11851 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(130): 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'
|
|---|
| 11852 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 11853 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(131): warning C4251: 'atomstruct::ChangeTracker::REASON_WORM_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'
|
|---|
| 11854 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 11855 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(132): warning C4251: 'atomstruct::ChangeTracker::REASON_WORM_RIBBON': 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'
|
|---|
| 11856 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 11857 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(306): 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'
|
|---|
| 11858 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 11859 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\destruct.h(53): warning C4251: 'atomstruct::DestructionCoordinator::_observers': class 'std::set<atomstruct::DestructionObserver *,std::less<atomstruct::DestructionObserver *>,std::allocator<atomstruct::DestructionObserver *>>' needs to have dll-interface to be used by clients of class 'atomstruct::DestructionCoordinator'
|
|---|
| 11860 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\destruct.h(53): note: see declaration of 'std::set<atomstruct::DestructionObserver *,std::less<atomstruct::DestructionObserver *>,std::allocator<atomstruct::DestructionObserver *>>'
|
|---|
| 11861 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\destruct.h(54): warning C4251: 'atomstruct::DestructionCoordinator::_destroyed': class 'std::set<void *,std::less<void *>,std::allocator<void *>>' needs to have dll-interface to be used by clients of class 'atomstruct::DestructionCoordinator'
|
|---|
| 11862 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\destruct.h(42): note: see declaration of 'std::set<void *,std::less<void *>,std::allocator<void *>>'
|
|---|
| 11863 | src/include\pyinstance/PythonInstance.declare.h(78): 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>'
|
|---|
| 11864 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 11865 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Sequence.h(57): note: see reference to class template instantiation 'pyinstance::PythonInstance<atomstruct::Sequence>' being compiled
|
|---|
| 11866 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Sequence.h(63): warning C4251: 'atomstruct::Sequence::_nucleic3to1': class 'std::map<atomstruct::ResName,char,std::less<std::string>,std::allocator<std::pair<const atomstruct::ResName,char>>>' needs to have dll-interface to be used by clients of class 'atomstruct::Sequence'
|
|---|
| 11867 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Sequence.h(61): note: see declaration of 'std::map<atomstruct::ResName,char,std::less<std::string>,std::allocator<std::pair<const atomstruct::ResName,char>>>'
|
|---|
| 11868 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Sequence.h(64): warning C4251: 'atomstruct::Sequence::_protein3to1': class 'std::map<atomstruct::ResName,char,std::less<std::string>,std::allocator<std::pair<const atomstruct::ResName,char>>>' needs to have dll-interface to be used by clients of class 'atomstruct::Sequence'
|
|---|
| 11869 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Sequence.h(61): note: see declaration of 'std::map<atomstruct::ResName,char,std::less<std::string>,std::allocator<std::pair<const atomstruct::ResName,char>>>'
|
|---|
| 11870 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Sequence.h(65): warning C4251: 'atomstruct::Sequence::_rname3to1': class 'std::map<atomstruct::ResName,char,std::less<std::string>,std::allocator<std::pair<const atomstruct::ResName,char>>>' needs to have dll-interface to be used by clients of class 'atomstruct::Sequence'
|
|---|
| 11871 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Sequence.h(61): note: see declaration of 'std::map<atomstruct::ResName,char,std::less<std::string>,std::allocator<std::pair<const atomstruct::ResName,char>>>'
|
|---|
| 11872 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Sequence.h(67): warning C4251: 'atomstruct::Sequence::_cache_g2ug': class 'std::map<unsigned int,unsigned int,std::less<unsigned int>,std::allocator<std::pair<const unsigned int,unsigned int>>>' needs to have dll-interface to be used by clients of class 'atomstruct::Sequence'
|
|---|
| 11873 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Sequence.h(67): note: see declaration of 'std::map<unsigned int,unsigned int,std::less<unsigned int>,std::allocator<std::pair<const unsigned int,unsigned int>>>'
|
|---|
| 11874 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Sequence.h(68): warning C4251: 'atomstruct::Sequence::_cache_ug2g': class 'std::map<unsigned int,unsigned int,std::less<unsigned int>,std::allocator<std::pair<const unsigned int,unsigned int>>>' needs to have dll-interface to be used by clients of class 'atomstruct::Sequence'
|
|---|
| 11875 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Sequence.h(67): note: see declaration of 'std::map<unsigned int,unsigned int,std::less<unsigned int>,std::allocator<std::pair<const unsigned int,unsigned int>>>'
|
|---|
| 11876 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Sequence.h(69): 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'
|
|---|
| 11877 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Sequence.h(59): note: see declaration of 'std::vector<char,std::allocator<char>>'
|
|---|
| 11878 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Sequence.h(74): 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'
|
|---|
| 11879 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Sequence.h(59): note: see declaration of 'std::vector<char,std::allocator<char>>'
|
|---|
| 11880 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Sequence.h(75): 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'
|
|---|
| 11881 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 11882 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Sequence.h(140): warning C4267: 'return': conversion from 'size_t' to 'int', possible loss of data
|
|---|
| 11883 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\StructureSeq.h(61): 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'
|
|---|
| 11884 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 11885 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\StructureSeq.h(62): warning C4251: 'atomstruct::StructureSeq::_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 'atomstruct::StructureSeq'
|
|---|
| 11886 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 11887 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\StructureSeq.h(66): warning C4251: 'atomstruct::StructureSeq::_res_map': class 'std::map<atomstruct::Residue *,atomstruct::StructureSeq::SeqPos,std::less<atomstruct::Residue *>,std::allocator<std::pair<atomstruct::Residue *const ,atomstruct::StructureSeq::SeqPos>>>' needs to have dll-interface to be used by clients of class 'atomstruct::StructureSeq'
|
|---|
| 11888 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\StructureSeq.h(51): note: see declaration of 'std::map<atomstruct::Residue *,atomstruct::StructureSeq::SeqPos,std::less<atomstruct::Residue *>,std::allocator<std::pair<atomstruct::Residue *const ,atomstruct::StructureSeq::SeqPos>>>'
|
|---|
| 11889 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\StructureSeq.h(67): warning C4251: 'atomstruct::StructureSeq::_residues': class 'std::vector<atomstruct::Residue *,std::allocator<atomstruct::Residue *>>' needs to have dll-interface to be used by clients of class 'atomstruct::StructureSeq'
|
|---|
| 11890 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\StructureSeq.h(50): note: see declaration of 'std::vector<atomstruct::Residue *,std::allocator<atomstruct::Residue *>>'
|
|---|
| 11891 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\StructureSeq.h(122): warning C4267: 'return': conversion from 'size_t' to 'int', possible loss of data
|
|---|
| 11892 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\CompSS.h(42): warning C4251: 'atomstruct::CompSSInfo::strands': class 'std::vector<std::pair<atomstruct::Residue *,atomstruct::Residue *>,std::allocator<std::pair<atomstruct::Residue *,atomstruct::Residue *>>>' needs to have dll-interface to be used by clients of class 'atomstruct::CompSSInfo'
|
|---|
| 11893 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\CompSS.h(42): note: see declaration of 'std::vector<std::pair<atomstruct::Residue *,atomstruct::Residue *>,std::allocator<std::pair<atomstruct::Residue *,atomstruct::Residue *>>>'
|
|---|
| 11894 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\CompSS.h(43): warning C4251: 'atomstruct::CompSSInfo::sheets': class 'std::vector<std::set<int,std::less<int>,std::allocator<int>>,std::allocator<std::set<int,std::less<int>,std::allocator<int>>>>' needs to have dll-interface to be used by clients of class 'atomstruct::CompSSInfo'
|
|---|
| 11895 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\CompSS.h(43): note: see declaration of 'std::vector<std::set<int,std::less<int>,std::allocator<int>>,std::allocator<std::set<int,std::less<int>,std::allocator<int>>>>'
|
|---|
| 11896 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\CompSS.h(44): warning C4251: 'atomstruct::CompSSInfo::strands_parallel': class 'std::map<std::pair<int,int>,bool,std::less<std::pair<int,int>>,std::allocator<std::pair<const std::pair<int,int>,bool>>>' needs to have dll-interface to be used by clients of class 'atomstruct::CompSSInfo'
|
|---|
| 11897 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\CompSS.h(44): note: see declaration of 'std::map<std::pair<int,int>,bool,std::less<std::pair<int,int>>,std::allocator<std::pair<const std::pair<int,int>,bool>>>'
|
|---|
| 11898 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\CompSS.h(45): warning C4251: 'atomstruct::CompSSInfo::helix_info': class 'std::vector<std::pair<std::pair<atomstruct::Residue *,atomstruct::Residue *>,char>,std::allocator<std::pair<std::pair<atomstruct::Residue *,atomstruct::Residue *>,char>>>' needs to have dll-interface to be used by clients of class 'atomstruct::CompSSInfo'
|
|---|
| 11899 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\CompSS.h(45): note: see declaration of 'std::vector<std::pair<std::pair<atomstruct::Residue *,atomstruct::Residue *>,char>,std::allocator<std::pair<std::pair<atomstruct::Residue *,atomstruct::Residue *>,char>>>'
|
|---|
| 11900 | src/include\pyinstance/PythonInstance.declare.h(78): 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>'
|
|---|
| 11901 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 11902 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\PBManager.h(53): note: see reference to class template instantiation 'pyinstance::PythonInstance<atomstruct::BaseManager>' being compiled
|
|---|
| 11903 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\PBManager.h(63): warning C4251: 'atomstruct::BaseManager::_groups': class 'std::map<std::string,atomstruct::Proxy_PBGroup *,std::less<std::string>,std::allocator<std::pair<const std::string,atomstruct::Proxy_PBGroup *>>>' needs to have dll-interface to be used by clients of class 'atomstruct::BaseManager'
|
|---|
| 11904 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\PBManager.h(58): note: see declaration of 'std::map<std::string,atomstruct::Proxy_PBGroup *,std::less<std::string>,std::allocator<std::pair<const std::string,atomstruct::Proxy_PBGroup *>>>'
|
|---|
| 11905 | src/include\pyinstance/PythonInstance.declare.h(78): 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>'
|
|---|
| 11906 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 11907 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Ring.h(38): note: see reference to class template instantiation 'pyinstance::PythonInstance<atomstruct::Ring>' being compiled
|
|---|
| 11908 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Ring.h(43): warning C4251: 'atomstruct::Ring::_bonds': class 'std::set<atomstruct::Bond *,std::less<atomstruct::Bond *>,std::allocator<atomstruct::Bond *>>' needs to have dll-interface to be used by clients of class 'atomstruct::Ring'
|
|---|
| 11909 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Ring.h(41): note: see declaration of 'std::set<atomstruct::Bond *,std::less<atomstruct::Bond *>,std::allocator<atomstruct::Bond *>>'
|
|---|
| 11910 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Ring.h(44): warning C4251: 'atomstruct::Ring::_atoms': class 'std::set<atomstruct::Atom *,std::less<atomstruct::Atom *>,std::allocator<atomstruct::Atom *>>' needs to have dll-interface to be used by clients of class 'atomstruct::Ring'
|
|---|
| 11911 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Ring.h(40): note: see declaration of 'std::set<atomstruct::Atom *,std::less<atomstruct::Atom *>,std::allocator<atomstruct::Atom *>>'
|
|---|
| 11912 | src/include\pyinstance/PythonInstance.declare.h(78): 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>'
|
|---|
| 11913 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 11914 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Structure.h(110): note: see reference to class template instantiation 'pyinstance::PythonInstance<atomstruct::Structure>' being compiled
|
|---|
| 11915 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Structure.h(145): warning C4251: 'atomstruct::Structure::_atoms': class 'std::vector<atomstruct::Atom *,std::allocator<atomstruct::Atom *>>' needs to have dll-interface to be used by clients of class 'atomstruct::Structure'
|
|---|
| 11916 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Ring.h(64): note: see declaration of 'std::vector<atomstruct::Atom *,std::allocator<atomstruct::Atom *>>'
|
|---|
| 11917 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Structure.h(147): warning C4251: 'atomstruct::Structure::_bonds': class 'std::vector<atomstruct::Bond *,std::allocator<atomstruct::Bond *>>' needs to have dll-interface to be used by clients of class 'atomstruct::Structure'
|
|---|
| 11918 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Ring.h(63): note: see declaration of 'std::vector<atomstruct::Bond *,std::allocator<atomstruct::Bond *>>'
|
|---|
| 11919 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Structure.h(151): warning C4251: 'atomstruct::Structure::_coord_sets': class 'std::vector<atomstruct::CoordSet *,std::allocator<atomstruct::CoordSet *>>' needs to have dll-interface to be used by clients of class 'atomstruct::Structure'
|
|---|
| 11920 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Structure.h(120): note: see declaration of 'std::vector<atomstruct::CoordSet *,std::allocator<atomstruct::CoordSet *>>'
|
|---|
| 11921 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Structure.h(156): warning C4251: 'atomstruct::Structure::_input_seq_info': class 'std::map<atomstruct::ChainID,std::vector<atomstruct::ResName,std::allocator<std::string>>,std::less<std::string>,std::allocator<std::pair<const atomstruct::ChainID,std::vector<atomstruct::ResName,std::allocator<std::string>>>>>' needs to have dll-interface to be used by clients of class 'atomstruct::Structure'
|
|---|
| 11922 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Structure.h(121): note: see declaration of 'std::map<atomstruct::ChainID,std::vector<atomstruct::ResName,std::allocator<std::string>>,std::less<std::string>,std::allocator<std::pair<const atomstruct::ChainID,std::vector<atomstruct::ResName,std::allocator<std::string>>>>>'
|
|---|
| 11923 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Structure.h(163): warning C4251: 'atomstruct::Structure::_residues': class 'std::vector<atomstruct::Residue *,std::allocator<atomstruct::Residue *>>' needs to have dll-interface to be used by clients of class 'atomstruct::Structure'
|
|---|
| 11924 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\StructureSeq.h(50): note: see declaration of 'std::vector<atomstruct::Residue *,std::allocator<atomstruct::Residue *>>'
|
|---|
| 11925 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Structure.h(165): warning C4251: 'atomstruct::Structure::_res_numbering_valid': class 'std::vector<bool,std::allocator<bool>>' needs to have dll-interface to be used by clients of class 'atomstruct::Structure'
|
|---|
| 11926 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Structure.h(165): note: see declaration of 'std::vector<bool,std::allocator<bool>>'
|
|---|
| 11927 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Structure.h(176): warning C4251: 'atomstruct::Structure::_rings': class 'std::set<atomstruct::Ring,std::less<atomstruct::Ring>,std::allocator<atomstruct::Ring>>' needs to have dll-interface to be used by clients of class 'atomstruct::Structure'
|
|---|
| 11928 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Structure.h(128): note: see declaration of 'std::set<atomstruct::Ring,std::less<atomstruct::Ring>,std::allocator<atomstruct::Ring>>'
|
|---|
| 11929 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Structure.h(283): 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'
|
|---|
| 11930 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 11931 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Structure.h(287): warning C4251: 'atomstruct::Structure::metadata': class 'std::map<atomstruct::ChainID,std::vector<atomstruct::ResName,std::allocator<std::string>>,std::less<std::string>,std::allocator<std::pair<const atomstruct::ChainID,std::vector<atomstruct::ResName,std::allocator<std::string>>>>>' needs to have dll-interface to be used by clients of class 'atomstruct::Structure'
|
|---|
| 11932 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Structure.h(121): note: see declaration of 'std::map<atomstruct::ChainID,std::vector<atomstruct::ResName,std::allocator<std::string>>,std::less<std::string>,std::allocator<std::pair<const atomstruct::ChainID,std::vector<atomstruct::ResName,std::allocator<std::string>>>>>'
|
|---|
| 11933 | src/include\pyinstance/PythonInstance.declare.h(78): 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>'
|
|---|
| 11934 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 11935 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\CoordSet.h(41): note: see reference to class template instantiation 'pyinstance::PythonInstance<atomstruct::CoordSet>' being compiled
|
|---|
| 11936 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\CoordSet.h(49): warning C4251: 'atomstruct::CoordSet::_coords': class 'std::vector<atomstruct::Coord,std::allocator<atomstruct::Coord>>' needs to have dll-interface to be used by clients of class 'atomstruct::CoordSet'
|
|---|
| 11937 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\CoordSet.h(46): note: see declaration of 'std::vector<atomstruct::Coord,std::allocator<atomstruct::Coord>>'
|
|---|
| 11938 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\CoordSet.h(51): warning C4251: 'atomstruct::CoordSet::_bfactor_map': class 'std::unordered_map<const atomstruct::Atom *,float,std::hash<const atomstruct::Atom *>,std::equal_to<const atomstruct::Atom *>,std::allocator<std::pair<const atomstruct::Atom *const ,float>>>' needs to have dll-interface to be used by clients of class 'atomstruct::CoordSet'
|
|---|
| 11939 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\CoordSet.h(51): note: see declaration of 'std::unordered_map<const atomstruct::Atom *,float,std::hash<const atomstruct::Atom *>,std::equal_to<const atomstruct::Atom *>,std::allocator<std::pair<const atomstruct::Atom *const ,float>>>'
|
|---|
| 11940 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\CoordSet.h(52): warning C4251: 'atomstruct::CoordSet::_occupancy_map': class 'std::unordered_map<const atomstruct::Atom *,float,std::hash<const atomstruct::Atom *>,std::equal_to<const atomstruct::Atom *>,std::allocator<std::pair<const atomstruct::Atom *const ,float>>>' needs to have dll-interface to be used by clients of class 'atomstruct::CoordSet'
|
|---|
| 11941 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\CoordSet.h(51): note: see declaration of 'std::unordered_map<const atomstruct::Atom *,float,std::hash<const atomstruct::Atom *>,std::equal_to<const atomstruct::Atom *>,std::allocator<std::pair<const atomstruct::Atom *const ,float>>>'
|
|---|
| 11942 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\CoordSet.h(77): warning C4267: 'return': conversion from 'size_t' to 'int', possible loss of data
|
|---|
| 11943 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\CoordSet.h(80): warning C4267: 'return': conversion from 'size_t' to 'int', possible loss of data
|
|---|
| 11944 | src/include\pyinstance/PythonInstance.declare.h(78): 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>'
|
|---|
| 11945 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 11946 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Atom.h(68): note: see reference to class template instantiation 'pyinstance::PythonInstance<atomstruct::Atom>' being compiled
|
|---|
| 11947 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Atom.h(124): warning C4251: 'atomstruct::Atom::_alt_loc_map': class 'std::map<unsigned char,atomstruct::Atom::_Alt_loc_info,std::less<unsigned char>,std::allocator<std::pair<const unsigned char,atomstruct::Atom::_Alt_loc_info>>>' needs to have dll-interface to be used by clients of class 'atomstruct::Atom'
|
|---|
| 11948 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Atom.h(123): note: see declaration of 'std::map<unsigned char,atomstruct::Atom::_Alt_loc_info,std::less<unsigned char>,std::allocator<std::pair<const unsigned char,atomstruct::Atom::_Alt_loc_info>>>'
|
|---|
| 11949 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Atom.h(126): warning C4251: 'atomstruct::Atom::_bonds': class 'std::vector<atomstruct::Bond *,std::allocator<atomstruct::Bond *>>' needs to have dll-interface to be used by clients of class 'atomstruct::Atom'
|
|---|
| 11950 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Ring.h(63): note: see declaration of 'std::vector<atomstruct::Bond *,std::allocator<atomstruct::Bond *>>'
|
|---|
| 11951 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Atom.h(127): 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'
|
|---|
| 11952 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\string_types.h(44): note: see declaration of 'chutil::CString<5,65,116,111,109,32,84,121,112,101>'
|
|---|
| 11953 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Atom.h(134): 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'
|
|---|
| 11954 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\string_types.h(44): note: see declaration of 'chutil::CString<5,65,116,111,109,32,84,121,112,101>'
|
|---|
| 11955 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Atom.h(136): warning C4251: 'atomstruct::Atom::_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::Atom'
|
|---|
| 11956 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 11957 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Atom.h(137): warning C4251: 'atomstruct::Atom::_neighbors': class 'std::vector<atomstruct::Atom *,std::allocator<atomstruct::Atom *>>' needs to have dll-interface to be used by clients of class 'atomstruct::Atom'
|
|---|
| 11958 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Ring.h(64): note: see declaration of 'std::vector<atomstruct::Atom *,std::allocator<atomstruct::Atom *>>'
|
|---|
| 11959 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Atom.h(143): warning C4251: 'atomstruct::Atom::_rings': class 'std::vector<const atomstruct::Ring *,std::allocator<const atomstruct::Ring *>>' needs to have dll-interface to be used by clients of class 'atomstruct::Atom'
|
|---|
| 11960 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Atom.h(91): note: see declaration of 'std::vector<const atomstruct::Ring *,std::allocator<const atomstruct::Ring *>>'
|
|---|
| 11961 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Atom.h(201): warning C4244: '=': conversion from 'double' to 'float', possible loss of data
|
|---|
| 11962 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Atom.h(205): warning C4244: 'return': conversion from 'double' to 'float', possible loss of data
|
|---|
| 11963 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Atom.h(223): warning C4267: 'return': conversion from 'size_t' to 'int', possible loss of data
|
|---|
| 11964 | src/include\pyinstance/PythonInstance.declare.h(78): 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>'
|
|---|
| 11965 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 11966 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Bond.h(47): note: see reference to class template instantiation 'pyinstance::PythonInstance<atomstruct::Bond>' being compiled
|
|---|
| 11967 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Bond.h(59): warning C4251: 'atomstruct::Bond::_rings': class 'std::vector<const atomstruct::Ring *,std::allocator<const atomstruct::Ring *>>' needs to have dll-interface to be used by clients of class 'atomstruct::Bond'
|
|---|
| 11968 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Atom.h(91): note: see declaration of 'std::vector<const atomstruct::Ring *,std::allocator<const atomstruct::Ring *>>'
|
|---|
| 11969 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Bond.h(128): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data
|
|---|
| 11970 | atomic_cpp/atomstruct_cpp/Ring.cpp(235): warning C4311: 'reinterpret_cast': pointer truncation from 'atomstruct::Bond *' to 'long'
|
|---|
| 11971 | atomic_cpp/atomstruct_cpp/Ring.cpp(235): warning C4302: 'reinterpret_cast': truncation from 'atomstruct::Bond *' to 'long'
|
|---|
| 11972 | RingCalc.cpp
|
|---|
| 11973 | src/include\pyinstance/PythonInstance.declare.h(78): 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>'
|
|---|
| 11974 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 11975 | src/include\pyinstance/PythonInstance.declare.h(104): note: see reference to class template instantiation 'pyinstance::PythonInstance<C>' being compiled
|
|---|
| 11976 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\destruct.h(53): warning C4251: 'atomstruct::DestructionCoordinator::_observers': class 'std::set<atomstruct::DestructionObserver *,std::less<atomstruct::DestructionObserver *>,std::allocator<atomstruct::DestructionObserver *>>' needs to have dll-interface to be used by clients of class 'atomstruct::DestructionCoordinator'
|
|---|
| 11977 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\destruct.h(53): note: see declaration of 'std::set<atomstruct::DestructionObserver *,std::less<atomstruct::DestructionObserver *>,std::allocator<atomstruct::DestructionObserver *>>'
|
|---|
| 11978 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\destruct.h(54): warning C4251: 'atomstruct::DestructionCoordinator::_destroyed': class 'std::set<void *,std::less<void *>,std::allocator<void *>>' needs to have dll-interface to be used by clients of class 'atomstruct::DestructionCoordinator'
|
|---|
| 11979 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\destruct.h(42): note: see declaration of 'std::set<void *,std::less<void *>,std::allocator<void *>>'
|
|---|
| 11980 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(59): warning C4251: 'atomstruct::Changes::created': class 'std::set<const void *,std::less<const void *>,std::allocator<const void *>>' needs to have dll-interface to be used by clients of class 'atomstruct::Changes'
|
|---|
| 11981 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(59): note: see declaration of 'std::set<const void *,std::less<const void *>,std::allocator<const void *>>'
|
|---|
| 11982 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(60): warning C4251: 'atomstruct::Changes::modified': class 'std::set<const void *,std::less<const void *>,std::allocator<const void *>>' needs to have dll-interface to be used by clients of class 'atomstruct::Changes'
|
|---|
| 11983 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(59): note: see declaration of 'std::set<const void *,std::less<const void *>,std::allocator<const void *>>'
|
|---|
| 11984 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(61): warning C4251: 'atomstruct::Changes::reasons': class 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>' needs to have dll-interface to be used by clients of class 'atomstruct::Changes'
|
|---|
| 11985 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(61): note: see declaration of 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>'
|
|---|
| 11986 | src/include\pyinstance/PythonInstance.declare.h(78): 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>'
|
|---|
| 11987 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 11988 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(68): note: see reference to class template instantiation 'pyinstance::PythonInstance<atomstruct::ChangeTracker>' being compiled
|
|---|
| 11989 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(82): warning C4251: 'atomstruct::ChangeTracker::_structure_type_changes': class 'std::map<atomstruct::Structure *,atomstruct::ChangeTracker::ChangesArray,std::less<atomstruct::Structure *>,std::allocator<std::pair<atomstruct::Structure *const ,atomstruct::ChangeTracker::ChangesArray>>>' needs to have dll-interface to be used by clients of class 'atomstruct::ChangeTracker'
|
|---|
| 11990 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(82): note: see declaration of 'std::map<atomstruct::Structure *,atomstruct::ChangeTracker::ChangesArray,std::less<atomstruct::Structure *>,std::allocator<std::pair<atomstruct::Structure *const ,atomstruct::ChangeTracker::ChangesArray>>>'
|
|---|
| 11991 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(83): warning C4251: 'atomstruct::ChangeTracker::_dead_structures': class 'std::set<atomstruct::Structure *,std::less<atomstruct::Structure *>,std::allocator<atomstruct::Structure *>>' needs to have dll-interface to be used by clients of class 'atomstruct::ChangeTracker'
|
|---|
| 11992 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(83): note: see declaration of 'std::set<atomstruct::Structure *,std::less<atomstruct::Structure *>,std::allocator<atomstruct::Structure *>>'
|
|---|
| 11993 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(92): 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'
|
|---|
| 11994 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 11995 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(93): 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'
|
|---|
| 11996 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 11997 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(94): warning C4251: 'atomstruct::ChangeTracker::REASON_ALT_LOCS': 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'
|
|---|
| 11998 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 11999 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(95): 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'
|
|---|
| 12000 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 12001 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(96): 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'
|
|---|
| 12002 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 12003 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(97): 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'
|
|---|
| 12004 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 12005 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(98): warning C4251: 'atomstruct::ChangeTracker::REASON_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::ChangeTracker'
|
|---|
| 12006 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 12007 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(99): 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'
|
|---|
| 12008 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 12009 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(100): 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'
|
|---|
| 12010 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 12011 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(101): 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'
|
|---|
| 12012 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 12013 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(102): 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'
|
|---|
| 12014 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 12015 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(103): 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'
|
|---|
| 12016 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 12017 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(104): warning C4251: 'atomstruct::ChangeTracker::REASON_ELEMENT': 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'
|
|---|
| 12018 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 12019 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(105): 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'
|
|---|
| 12020 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 12021 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(106): 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'
|
|---|
| 12022 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 12023 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(107): 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'
|
|---|
| 12024 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 12025 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(108): warning C4251: 'atomstruct::ChangeTracker::REASON_INSERTION_CODE': 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'
|
|---|
| 12026 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 12027 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(109): 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'
|
|---|
| 12028 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 12029 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(110): warning C4251: 'atomstruct::ChangeTracker::REASON_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'
|
|---|
| 12030 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 12031 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(111): 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'
|
|---|
| 12032 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 12033 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(112): 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'
|
|---|
| 12034 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 12035 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(113): 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'
|
|---|
| 12036 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 12037 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(114): 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'
|
|---|
| 12038 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 12039 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(115): 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'
|
|---|
| 12040 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 12041 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(116): 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'
|
|---|
| 12042 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 12043 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(117): 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'
|
|---|
| 12044 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 12045 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(118): 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'
|
|---|
| 12046 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 12047 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(119): 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'
|
|---|
| 12048 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 12049 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(120): 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'
|
|---|
| 12050 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 12051 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(121): 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'
|
|---|
| 12052 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 12053 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(122): 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'
|
|---|
| 12054 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 12055 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(123): 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'
|
|---|
| 12056 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 12057 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(124): 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'
|
|---|
| 12058 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 12059 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(125): 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'
|
|---|
| 12060 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 12061 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(126): 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'
|
|---|
| 12062 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 12063 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(127): 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'
|
|---|
| 12064 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 12065 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(128): 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'
|
|---|
| 12066 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 12067 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(129): 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'
|
|---|
| 12068 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 12069 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(130): 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'
|
|---|
| 12070 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 12071 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(131): warning C4251: 'atomstruct::ChangeTracker::REASON_WORM_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'
|
|---|
| 12072 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 12073 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(132): warning C4251: 'atomstruct::ChangeTracker::REASON_WORM_RIBBON': 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'
|
|---|
| 12074 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 12075 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(306): 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'
|
|---|
| 12076 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 12077 | src/include\pyinstance/PythonInstance.declare.h(78): 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>'
|
|---|
| 12078 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 12079 | src/include\element/Element.h(49): note: see reference to class template instantiation 'pyinstance::PythonInstance<element::Element>' being compiled
|
|---|
| 12080 | src/include\element/Element.h(76): warning C4251: 'element::Element::_alkali_metals': class 'std::set<int,std::less<int>,std::allocator<int>>' needs to have dll-interface to be used by clients of class 'element::Element'
|
|---|
| 12081 | src/include\element/Element.h(76): note: see declaration of 'std::set<int,std::less<int>,std::allocator<int>>'
|
|---|
| 12082 | src/include\element/Element.h(77): warning C4251: 'element::Element::_elements': class 'std::map<int,const element::Element *,std::less<int>,std::allocator<std::pair<const int,const element::Element *>>>' needs to have dll-interface to be used by clients of class 'element::Element'
|
|---|
| 12083 | src/include\element/Element.h(77): note: see declaration of 'std::map<int,const element::Element *,std::less<int>,std::allocator<std::pair<const int,const element::Element *>>>'
|
|---|
| 12084 | src/include\element/Element.h(78): warning C4251: 'element::Element::_halogens': class 'std::set<int,std::less<int>,std::allocator<int>>' needs to have dll-interface to be used by clients of class 'element::Element'
|
|---|
| 12085 | src/include\element/Element.h(76): note: see declaration of 'std::set<int,std::less<int>,std::allocator<int>>'
|
|---|
| 12086 | src/include\element/Element.h(79): warning C4251: 'element::Element::_names': class 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>' needs to have dll-interface to be used by clients of class 'element::Element'
|
|---|
| 12087 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(61): note: see declaration of 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>'
|
|---|
| 12088 | src/include\element/Element.h(80): warning C4251: 'element::Element::_noble_gases': class 'std::set<int,std::less<int>,std::allocator<int>>' needs to have dll-interface to be used by clients of class 'element::Element'
|
|---|
| 12089 | src/include\element/Element.h(76): note: see declaration of 'std::set<int,std::less<int>,std::allocator<int>>'
|
|---|
| 12090 | src/include\pyinstance/PythonInstance.declare.h(78): 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>'
|
|---|
| 12091 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 12092 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Sequence.h(57): note: see reference to class template instantiation 'pyinstance::PythonInstance<atomstruct::Sequence>' being compiled
|
|---|
| 12093 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Sequence.h(63): warning C4251: 'atomstruct::Sequence::_nucleic3to1': class 'std::map<atomstruct::ResName,char,std::less<std::string>,std::allocator<std::pair<const atomstruct::ResName,char>>>' needs to have dll-interface to be used by clients of class 'atomstruct::Sequence'
|
|---|
| 12094 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Sequence.h(61): note: see declaration of 'std::map<atomstruct::ResName,char,std::less<std::string>,std::allocator<std::pair<const atomstruct::ResName,char>>>'
|
|---|
| 12095 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Sequence.h(64): warning C4251: 'atomstruct::Sequence::_protein3to1': class 'std::map<atomstruct::ResName,char,std::less<std::string>,std::allocator<std::pair<const atomstruct::ResName,char>>>' needs to have dll-interface to be used by clients of class 'atomstruct::Sequence'
|
|---|
| 12096 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Sequence.h(61): note: see declaration of 'std::map<atomstruct::ResName,char,std::less<std::string>,std::allocator<std::pair<const atomstruct::ResName,char>>>'
|
|---|
| 12097 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Sequence.h(65): warning C4251: 'atomstruct::Sequence::_rname3to1': class 'std::map<atomstruct::ResName,char,std::less<std::string>,std::allocator<std::pair<const atomstruct::ResName,char>>>' needs to have dll-interface to be used by clients of class 'atomstruct::Sequence'
|
|---|
| 12098 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Sequence.h(61): note: see declaration of 'std::map<atomstruct::ResName,char,std::less<std::string>,std::allocator<std::pair<const atomstruct::ResName,char>>>'
|
|---|
| 12099 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Sequence.h(67): warning C4251: 'atomstruct::Sequence::_cache_g2ug': class 'std::map<unsigned int,unsigned int,std::less<unsigned int>,std::allocator<std::pair<const unsigned int,unsigned int>>>' needs to have dll-interface to be used by clients of class 'atomstruct::Sequence'
|
|---|
| 12100 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Sequence.h(67): note: see declaration of 'std::map<unsigned int,unsigned int,std::less<unsigned int>,std::allocator<std::pair<const unsigned int,unsigned int>>>'
|
|---|
| 12101 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Sequence.h(68): warning C4251: 'atomstruct::Sequence::_cache_ug2g': class 'std::map<unsigned int,unsigned int,std::less<unsigned int>,std::allocator<std::pair<const unsigned int,unsigned int>>>' needs to have dll-interface to be used by clients of class 'atomstruct::Sequence'
|
|---|
| 12102 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Sequence.h(67): note: see declaration of 'std::map<unsigned int,unsigned int,std::less<unsigned int>,std::allocator<std::pair<const unsigned int,unsigned int>>>'
|
|---|
| 12103 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Sequence.h(69): 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'
|
|---|
| 12104 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Sequence.h(59): note: see declaration of 'std::vector<char,std::allocator<char>>'
|
|---|
| 12105 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Sequence.h(74): 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'
|
|---|
| 12106 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Sequence.h(59): note: see declaration of 'std::vector<char,std::allocator<char>>'
|
|---|
| 12107 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Sequence.h(75): 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'
|
|---|
| 12108 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 12109 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Sequence.h(140): warning C4267: 'return': conversion from 'size_t' to 'int', possible loss of data
|
|---|
| 12110 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\StructureSeq.h(61): 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'
|
|---|
| 12111 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 12112 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\StructureSeq.h(62): warning C4251: 'atomstruct::StructureSeq::_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 'atomstruct::StructureSeq'
|
|---|
| 12113 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 12114 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\StructureSeq.h(66): warning C4251: 'atomstruct::StructureSeq::_res_map': class 'std::map<atomstruct::Residue *,atomstruct::StructureSeq::SeqPos,std::less<atomstruct::Residue *>,std::allocator<std::pair<atomstruct::Residue *const ,atomstruct::StructureSeq::SeqPos>>>' needs to have dll-interface to be used by clients of class 'atomstruct::StructureSeq'
|
|---|
| 12115 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\StructureSeq.h(51): note: see declaration of 'std::map<atomstruct::Residue *,atomstruct::StructureSeq::SeqPos,std::less<atomstruct::Residue *>,std::allocator<std::pair<atomstruct::Residue *const ,atomstruct::StructureSeq::SeqPos>>>'
|
|---|
| 12116 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\StructureSeq.h(67): warning C4251: 'atomstruct::StructureSeq::_residues': class 'std::vector<atomstruct::Residue *,std::allocator<atomstruct::Residue *>>' needs to have dll-interface to be used by clients of class 'atomstruct::StructureSeq'
|
|---|
| 12117 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\StructureSeq.h(50): note: see declaration of 'std::vector<atomstruct::Residue *,std::allocator<atomstruct::Residue *>>'
|
|---|
| 12118 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\StructureSeq.h(122): warning C4267: 'return': conversion from 'size_t' to 'int', possible loss of data
|
|---|
| 12119 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\CompSS.h(42): warning C4251: 'atomstruct::CompSSInfo::strands': class 'std::vector<std::pair<atomstruct::Residue *,atomstruct::Residue *>,std::allocator<std::pair<atomstruct::Residue *,atomstruct::Residue *>>>' needs to have dll-interface to be used by clients of class 'atomstruct::CompSSInfo'
|
|---|
| 12120 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\CompSS.h(42): note: see declaration of 'std::vector<std::pair<atomstruct::Residue *,atomstruct::Residue *>,std::allocator<std::pair<atomstruct::Residue *,atomstruct::Residue *>>>'
|
|---|
| 12121 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\CompSS.h(43): warning C4251: 'atomstruct::CompSSInfo::sheets': class 'std::vector<std::set<int,std::less<int>,std::allocator<int>>,std::allocator<std::set<int,std::less<int>,std::allocator<int>>>>' needs to have dll-interface to be used by clients of class 'atomstruct::CompSSInfo'
|
|---|
| 12122 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\CompSS.h(43): note: see declaration of 'std::vector<std::set<int,std::less<int>,std::allocator<int>>,std::allocator<std::set<int,std::less<int>,std::allocator<int>>>>'
|
|---|
| 12123 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\CompSS.h(44): warning C4251: 'atomstruct::CompSSInfo::strands_parallel': class 'std::map<std::pair<int,int>,bool,std::less<std::pair<int,int>>,std::allocator<std::pair<const std::pair<int,int>,bool>>>' needs to have dll-interface to be used by clients of class 'atomstruct::CompSSInfo'
|
|---|
| 12124 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\CompSS.h(44): note: see declaration of 'std::map<std::pair<int,int>,bool,std::less<std::pair<int,int>>,std::allocator<std::pair<const std::pair<int,int>,bool>>>'
|
|---|
| 12125 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\CompSS.h(45): warning C4251: 'atomstruct::CompSSInfo::helix_info': class 'std::vector<std::pair<std::pair<atomstruct::Residue *,atomstruct::Residue *>,char>,std::allocator<std::pair<std::pair<atomstruct::Residue *,atomstruct::Residue *>,char>>>' needs to have dll-interface to be used by clients of class 'atomstruct::CompSSInfo'
|
|---|
| 12126 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\CompSS.h(45): note: see declaration of 'std::vector<std::pair<std::pair<atomstruct::Residue *,atomstruct::Residue *>,char>,std::allocator<std::pair<std::pair<atomstruct::Residue *,atomstruct::Residue *>,char>>>'
|
|---|
| 12127 | src/include\pyinstance/PythonInstance.declare.h(78): 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>'
|
|---|
| 12128 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 12129 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\PBManager.h(53): note: see reference to class template instantiation 'pyinstance::PythonInstance<atomstruct::BaseManager>' being compiled
|
|---|
| 12130 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\PBManager.h(63): warning C4251: 'atomstruct::BaseManager::_groups': class 'std::map<std::string,atomstruct::Proxy_PBGroup *,std::less<std::string>,std::allocator<std::pair<const std::string,atomstruct::Proxy_PBGroup *>>>' needs to have dll-interface to be used by clients of class 'atomstruct::BaseManager'
|
|---|
| 12131 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\PBManager.h(58): note: see declaration of 'std::map<std::string,atomstruct::Proxy_PBGroup *,std::less<std::string>,std::allocator<std::pair<const std::string,atomstruct::Proxy_PBGroup *>>>'
|
|---|
| 12132 | src/include\pyinstance/PythonInstance.declare.h(78): 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>'
|
|---|
| 12133 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 12134 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Ring.h(38): note: see reference to class template instantiation 'pyinstance::PythonInstance<atomstruct::Ring>' being compiled
|
|---|
| 12135 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Ring.h(43): warning C4251: 'atomstruct::Ring::_bonds': class 'std::set<atomstruct::Bond *,std::less<atomstruct::Bond *>,std::allocator<atomstruct::Bond *>>' needs to have dll-interface to be used by clients of class 'atomstruct::Ring'
|
|---|
| 12136 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Ring.h(41): note: see declaration of 'std::set<atomstruct::Bond *,std::less<atomstruct::Bond *>,std::allocator<atomstruct::Bond *>>'
|
|---|
| 12137 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Ring.h(44): warning C4251: 'atomstruct::Ring::_atoms': class 'std::set<atomstruct::Atom *,std::less<atomstruct::Atom *>,std::allocator<atomstruct::Atom *>>' needs to have dll-interface to be used by clients of class 'atomstruct::Ring'
|
|---|
| 12138 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Ring.h(40): note: see declaration of 'std::set<atomstruct::Atom *,std::less<atomstruct::Atom *>,std::allocator<atomstruct::Atom *>>'
|
|---|
| 12139 | src/include\pyinstance/PythonInstance.declare.h(78): 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>'
|
|---|
| 12140 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 12141 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Structure.h(110): note: see reference to class template instantiation 'pyinstance::PythonInstance<atomstruct::Structure>' being compiled
|
|---|
| 12142 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Structure.h(145): warning C4251: 'atomstruct::Structure::_atoms': class 'std::vector<atomstruct::Atom *,std::allocator<atomstruct::Atom *>>' needs to have dll-interface to be used by clients of class 'atomstruct::Structure'
|
|---|
| 12143 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Ring.h(64): note: see declaration of 'std::vector<atomstruct::Atom *,std::allocator<atomstruct::Atom *>>'
|
|---|
| 12144 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Structure.h(147): warning C4251: 'atomstruct::Structure::_bonds': class 'std::vector<atomstruct::Bond *,std::allocator<atomstruct::Bond *>>' needs to have dll-interface to be used by clients of class 'atomstruct::Structure'
|
|---|
| 12145 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Ring.h(63): note: see declaration of 'std::vector<atomstruct::Bond *,std::allocator<atomstruct::Bond *>>'
|
|---|
| 12146 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Structure.h(151): warning C4251: 'atomstruct::Structure::_coord_sets': class 'std::vector<atomstruct::CoordSet *,std::allocator<atomstruct::CoordSet *>>' needs to have dll-interface to be used by clients of class 'atomstruct::Structure'
|
|---|
| 12147 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Structure.h(120): note: see declaration of 'std::vector<atomstruct::CoordSet *,std::allocator<atomstruct::CoordSet *>>'
|
|---|
| 12148 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Structure.h(156): warning C4251: 'atomstruct::Structure::_input_seq_info': class 'std::map<atomstruct::ChainID,std::vector<atomstruct::ResName,std::allocator<std::string>>,std::less<std::string>,std::allocator<std::pair<const atomstruct::ChainID,std::vector<atomstruct::ResName,std::allocator<std::string>>>>>' needs to have dll-interface to be used by clients of class 'atomstruct::Structure'
|
|---|
| 12149 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Structure.h(121): note: see declaration of 'std::map<atomstruct::ChainID,std::vector<atomstruct::ResName,std::allocator<std::string>>,std::less<std::string>,std::allocator<std::pair<const atomstruct::ChainID,std::vector<atomstruct::ResName,std::allocator<std::string>>>>>'
|
|---|
| 12150 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Structure.h(163): warning C4251: 'atomstruct::Structure::_residues': class 'std::vector<atomstruct::Residue *,std::allocator<atomstruct::Residue *>>' needs to have dll-interface to be used by clients of class 'atomstruct::Structure'
|
|---|
| 12151 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\StructureSeq.h(50): note: see declaration of 'std::vector<atomstruct::Residue *,std::allocator<atomstruct::Residue *>>'
|
|---|
| 12152 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Structure.h(165): warning C4251: 'atomstruct::Structure::_res_numbering_valid': class 'std::vector<bool,std::allocator<bool>>' needs to have dll-interface to be used by clients of class 'atomstruct::Structure'
|
|---|
| 12153 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Structure.h(165): note: see declaration of 'std::vector<bool,std::allocator<bool>>'
|
|---|
| 12154 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Structure.h(176): warning C4251: 'atomstruct::Structure::_rings': class 'std::set<atomstruct::Ring,std::less<atomstruct::Ring>,std::allocator<atomstruct::Ring>>' needs to have dll-interface to be used by clients of class 'atomstruct::Structure'
|
|---|
| 12155 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Structure.h(128): note: see declaration of 'std::set<atomstruct::Ring,std::less<atomstruct::Ring>,std::allocator<atomstruct::Ring>>'
|
|---|
| 12156 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Structure.h(283): 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'
|
|---|
| 12157 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 12158 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Structure.h(287): warning C4251: 'atomstruct::Structure::metadata': class 'std::map<atomstruct::ChainID,std::vector<atomstruct::ResName,std::allocator<std::string>>,std::less<std::string>,std::allocator<std::pair<const atomstruct::ChainID,std::vector<atomstruct::ResName,std::allocator<std::string>>>>>' needs to have dll-interface to be used by clients of class 'atomstruct::Structure'
|
|---|
| 12159 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Structure.h(121): note: see declaration of 'std::map<atomstruct::ChainID,std::vector<atomstruct::ResName,std::allocator<std::string>>,std::less<std::string>,std::allocator<std::pair<const atomstruct::ChainID,std::vector<atomstruct::ResName,std::allocator<std::string>>>>>'
|
|---|
| 12160 | src/include\pyinstance/PythonInstance.declare.h(78): 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>'
|
|---|
| 12161 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 12162 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\CoordSet.h(41): note: see reference to class template instantiation 'pyinstance::PythonInstance<atomstruct::CoordSet>' being compiled
|
|---|
| 12163 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\CoordSet.h(49): warning C4251: 'atomstruct::CoordSet::_coords': class 'std::vector<atomstruct::Coord,std::allocator<atomstruct::Coord>>' needs to have dll-interface to be used by clients of class 'atomstruct::CoordSet'
|
|---|
| 12164 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\CoordSet.h(46): note: see declaration of 'std::vector<atomstruct::Coord,std::allocator<atomstruct::Coord>>'
|
|---|
| 12165 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\CoordSet.h(51): warning C4251: 'atomstruct::CoordSet::_bfactor_map': class 'std::unordered_map<const atomstruct::Atom *,float,std::hash<const atomstruct::Atom *>,std::equal_to<const atomstruct::Atom *>,std::allocator<std::pair<const atomstruct::Atom *const ,float>>>' needs to have dll-interface to be used by clients of class 'atomstruct::CoordSet'
|
|---|
| 12166 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\CoordSet.h(51): note: see declaration of 'std::unordered_map<const atomstruct::Atom *,float,std::hash<const atomstruct::Atom *>,std::equal_to<const atomstruct::Atom *>,std::allocator<std::pair<const atomstruct::Atom *const ,float>>>'
|
|---|
| 12167 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\CoordSet.h(52): warning C4251: 'atomstruct::CoordSet::_occupancy_map': class 'std::unordered_map<const atomstruct::Atom *,float,std::hash<const atomstruct::Atom *>,std::equal_to<const atomstruct::Atom *>,std::allocator<std::pair<const atomstruct::Atom *const ,float>>>' needs to have dll-interface to be used by clients of class 'atomstruct::CoordSet'
|
|---|
| 12168 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\CoordSet.h(51): note: see declaration of 'std::unordered_map<const atomstruct::Atom *,float,std::hash<const atomstruct::Atom *>,std::equal_to<const atomstruct::Atom *>,std::allocator<std::pair<const atomstruct::Atom *const ,float>>>'
|
|---|
| 12169 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\CoordSet.h(77): warning C4267: 'return': conversion from 'size_t' to 'int', possible loss of data
|
|---|
| 12170 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\CoordSet.h(80): warning C4267: 'return': conversion from 'size_t' to 'int', possible loss of data
|
|---|
| 12171 | src/include\pyinstance/PythonInstance.declare.h(78): 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>'
|
|---|
| 12172 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 12173 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Atom.h(68): note: see reference to class template instantiation 'pyinstance::PythonInstance<atomstruct::Atom>' being compiled
|
|---|
| 12174 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Atom.h(124): warning C4251: 'atomstruct::Atom::_alt_loc_map': class 'std::map<unsigned char,atomstruct::Atom::_Alt_loc_info,std::less<unsigned char>,std::allocator<std::pair<const unsigned char,atomstruct::Atom::_Alt_loc_info>>>' needs to have dll-interface to be used by clients of class 'atomstruct::Atom'
|
|---|
| 12175 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Atom.h(123): note: see declaration of 'std::map<unsigned char,atomstruct::Atom::_Alt_loc_info,std::less<unsigned char>,std::allocator<std::pair<const unsigned char,atomstruct::Atom::_Alt_loc_info>>>'
|
|---|
| 12176 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Atom.h(126): warning C4251: 'atomstruct::Atom::_bonds': class 'std::vector<atomstruct::Bond *,std::allocator<atomstruct::Bond *>>' needs to have dll-interface to be used by clients of class 'atomstruct::Atom'
|
|---|
| 12177 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Ring.h(63): note: see declaration of 'std::vector<atomstruct::Bond *,std::allocator<atomstruct::Bond *>>'
|
|---|
| 12178 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Atom.h(127): 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'
|
|---|
| 12179 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\string_types.h(44): note: see declaration of 'chutil::CString<5,65,116,111,109,32,84,121,112,101>'
|
|---|
| 12180 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Atom.h(134): 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'
|
|---|
| 12181 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\string_types.h(44): note: see declaration of 'chutil::CString<5,65,116,111,109,32,84,121,112,101>'
|
|---|
| 12182 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Atom.h(136): warning C4251: 'atomstruct::Atom::_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::Atom'
|
|---|
| 12183 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 12184 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Atom.h(137): warning C4251: 'atomstruct::Atom::_neighbors': class 'std::vector<atomstruct::Atom *,std::allocator<atomstruct::Atom *>>' needs to have dll-interface to be used by clients of class 'atomstruct::Atom'
|
|---|
| 12185 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Ring.h(64): note: see declaration of 'std::vector<atomstruct::Atom *,std::allocator<atomstruct::Atom *>>'
|
|---|
| 12186 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Atom.h(143): warning C4251: 'atomstruct::Atom::_rings': class 'std::vector<const atomstruct::Ring *,std::allocator<const atomstruct::Ring *>>' needs to have dll-interface to be used by clients of class 'atomstruct::Atom'
|
|---|
| 12187 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Atom.h(91): note: see declaration of 'std::vector<const atomstruct::Ring *,std::allocator<const atomstruct::Ring *>>'
|
|---|
| 12188 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Atom.h(201): warning C4244: '=': conversion from 'double' to 'float', possible loss of data
|
|---|
| 12189 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Atom.h(205): warning C4244: 'return': conversion from 'double' to 'float', possible loss of data
|
|---|
| 12190 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Atom.h(223): warning C4267: 'return': conversion from 'size_t' to 'int', possible loss of data
|
|---|
| 12191 | src/include\pyinstance/PythonInstance.declare.h(78): 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>'
|
|---|
| 12192 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 12193 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Bond.h(47): note: see reference to class template instantiation 'pyinstance::PythonInstance<atomstruct::Bond>' being compiled
|
|---|
| 12194 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Bond.h(59): warning C4251: 'atomstruct::Bond::_rings': class 'std::vector<const atomstruct::Ring *,std::allocator<const atomstruct::Ring *>>' needs to have dll-interface to be used by clients of class 'atomstruct::Bond'
|
|---|
| 12195 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Atom.h(91): note: see declaration of 'std::vector<const atomstruct::Ring *,std::allocator<const atomstruct::Ring *>>'
|
|---|
| 12196 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Bond.h(128): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data
|
|---|
| 12197 | src/include\pyinstance/PythonInstance.declare.h(78): 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>'
|
|---|
| 12198 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 12199 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Residue.h(53): note: see reference to class template instantiation 'pyinstance::PythonInstance<atomstruct::Residue>' being compiled
|
|---|
| 12200 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Residue.h(81): warning C4251: 'atomstruct::Residue::_atoms': class 'std::vector<atomstruct::Atom *,std::allocator<atomstruct::Atom *>>' needs to have dll-interface to be used by clients of class 'atomstruct::Residue'
|
|---|
| 12201 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Ring.h(64): note: see declaration of 'std::vector<atomstruct::Atom *,std::allocator<atomstruct::Atom *>>'
|
|---|
| 12202 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Residue.h(83): 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'
|
|---|
| 12203 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 12204 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Residue.h(85): 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'
|
|---|
| 12205 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 12206 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Residue.h(86): 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'
|
|---|
| 12207 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 12208 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Residue.h(162): warning C4251: 'atomstruct::Residue::aa_min_backbone_names': class 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>' needs to have dll-interface to be used by clients of class 'atomstruct::Residue'
|
|---|
| 12209 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(61): note: see declaration of 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>'
|
|---|
| 12210 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Residue.h(163): warning C4251: 'atomstruct::Residue::aa_min_ordered_backbone_names': class 'std::vector<atomstruct::ResName,std::allocator<std::string>>' needs to have dll-interface to be used by clients of class 'atomstruct::Residue'
|
|---|
| 12211 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Sequence.h(99): note: see declaration of 'std::vector<atomstruct::ResName,std::allocator<std::string>>'
|
|---|
| 12212 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Residue.h(164): warning C4251: 'atomstruct::Residue::aa_max_backbone_names': class 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>' needs to have dll-interface to be used by clients of class 'atomstruct::Residue'
|
|---|
| 12213 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(61): note: see declaration of 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>'
|
|---|
| 12214 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Residue.h(165): warning C4251: 'atomstruct::Residue::aa_ribbon_backbone_names': class 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>' needs to have dll-interface to be used by clients of class 'atomstruct::Residue'
|
|---|
| 12215 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(61): note: see declaration of 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>'
|
|---|
| 12216 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Residue.h(166): warning C4251: 'atomstruct::Residue::aa_side_connector_names': class 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>' needs to have dll-interface to be used by clients of class 'atomstruct::Residue'
|
|---|
| 12217 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(61): note: see declaration of 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>'
|
|---|
| 12218 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Residue.h(167): warning C4251: 'atomstruct::Residue::na_min_backbone_names': class 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>' needs to have dll-interface to be used by clients of class 'atomstruct::Residue'
|
|---|
| 12219 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(61): note: see declaration of 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>'
|
|---|
| 12220 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Residue.h(168): warning C4251: 'atomstruct::Residue::na_min_ordered_backbone_names': class 'std::vector<atomstruct::ResName,std::allocator<std::string>>' needs to have dll-interface to be used by clients of class 'atomstruct::Residue'
|
|---|
| 12221 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Sequence.h(99): note: see declaration of 'std::vector<atomstruct::ResName,std::allocator<std::string>>'
|
|---|
| 12222 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Residue.h(169): warning C4251: 'atomstruct::Residue::na_max_backbone_names': class 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>' needs to have dll-interface to be used by clients of class 'atomstruct::Residue'
|
|---|
| 12223 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(61): note: see declaration of 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>'
|
|---|
| 12224 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Residue.h(170): warning C4251: 'atomstruct::Residue::na_ribbon_backbone_names': class 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>' needs to have dll-interface to be used by clients of class 'atomstruct::Residue'
|
|---|
| 12225 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(61): note: see declaration of 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>'
|
|---|
| 12226 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Residue.h(171): warning C4251: 'atomstruct::Residue::na_side_connector_names': class 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>' needs to have dll-interface to be used by clients of class 'atomstruct::Residue'
|
|---|
| 12227 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(61): note: see declaration of 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>'
|
|---|
| 12228 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Residue.h(172): warning C4251: 'atomstruct::Residue::ribose_names': class 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>' needs to have dll-interface to be used by clients of class 'atomstruct::Residue'
|
|---|
| 12229 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(61): note: see declaration of 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>'
|
|---|
| 12230 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Residue.h(173): warning C4251: 'atomstruct::Residue::std_solvent_names': class 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>' needs to have dll-interface to be used by clients of class 'atomstruct::Residue'
|
|---|
| 12231 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(61): note: see declaration of 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>'
|
|---|
| 12232 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Residue.h(174): warning C4251: 'atomstruct::Residue::std_water_names': class 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>' needs to have dll-interface to be used by clients of class 'atomstruct::Residue'
|
|---|
| 12233 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(61): note: see declaration of 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>'
|
|---|
| 12234 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Residue.h(175): warning C4251: 'atomstruct::Residue::ideal_chirality': class 'std::map<atomstruct::ResName,std::map<atomstruct::ResName,char,std::less<std::string>,std::allocator<std::pair<const atomstruct::ResName,char>>>,std::less<std::string>,std::allocator<std::pair<const atomstruct::ResName,std::map<atomstruct::ResName,char,std::less<std::string>,std::allocator<std::pair<const atomstruct::ResName,char>>>>>>' needs to have dll-interface to be used by clients of class 'atomstruct::Residue'
|
|---|
| 12235 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Residue.h(175): note: see declaration of 'std::map<atomstruct::ResName,std::map<atomstruct::ResName,char,std::less<std::string>,std::allocator<std::pair<const atomstruct::ResName,char>>>,std::less<std::string>,std::allocator<std::pair<const atomstruct::ResName,std::map<atomstruct::ResName,char,std::less<std::string>,std::allocator<std::pair<const atomstruct::ResName,char>>>>>>'
|
|---|
| 12236 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Residue.h(126): warning C4267: 'return': conversion from 'size_t' to 'int', possible loss of data
|
|---|
| 12237 | Sequence.cpp
|
|---|
| 12238 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\destruct.h(53): warning C4251: 'atomstruct::DestructionCoordinator::_observers': class 'std::set<atomstruct::DestructionObserver *,std::less<atomstruct::DestructionObserver *>,std::allocator<atomstruct::DestructionObserver *>>' needs to have dll-interface to be used by clients of class 'atomstruct::DestructionCoordinator'
|
|---|
| 12239 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\destruct.h(53): note: see declaration of 'std::set<atomstruct::DestructionObserver *,std::less<atomstruct::DestructionObserver *>,std::allocator<atomstruct::DestructionObserver *>>'
|
|---|
| 12240 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\destruct.h(54): warning C4251: 'atomstruct::DestructionCoordinator::_destroyed': class 'std::set<void *,std::less<void *>,std::allocator<void *>>' needs to have dll-interface to be used by clients of class 'atomstruct::DestructionCoordinator'
|
|---|
| 12241 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\destruct.h(42): note: see declaration of 'std::set<void *,std::less<void *>,std::allocator<void *>>'
|
|---|
| 12242 | src/include\pyinstance/PythonInstance.declare.h(78): 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>'
|
|---|
| 12243 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 12244 | src/include\pyinstance/PythonInstance.declare.h(104): note: see reference to class template instantiation 'pyinstance::PythonInstance<C>' being compiled
|
|---|
| 12245 | src/include\pyinstance/PythonInstance.declare.h(78): 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>'
|
|---|
| 12246 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 12247 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Sequence.h(57): note: see reference to class template instantiation 'pyinstance::PythonInstance<atomstruct::Sequence>' being compiled
|
|---|
| 12248 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Sequence.h(63): warning C4251: 'atomstruct::Sequence::_nucleic3to1': class 'std::map<atomstruct::ResName,char,std::less<atomstruct::ResName>,std::allocator<std::pair<const atomstruct::ResName,char>>>' needs to have dll-interface to be used by clients of class 'atomstruct::Sequence'
|
|---|
| 12249 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Sequence.h(61): note: see declaration of 'std::map<atomstruct::ResName,char,std::less<atomstruct::ResName>,std::allocator<std::pair<const atomstruct::ResName,char>>>'
|
|---|
| 12250 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Sequence.h(64): warning C4251: 'atomstruct::Sequence::_protein3to1': class 'std::map<atomstruct::ResName,char,std::less<atomstruct::ResName>,std::allocator<std::pair<const atomstruct::ResName,char>>>' needs to have dll-interface to be used by clients of class 'atomstruct::Sequence'
|
|---|
| 12251 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Sequence.h(61): note: see declaration of 'std::map<atomstruct::ResName,char,std::less<atomstruct::ResName>,std::allocator<std::pair<const atomstruct::ResName,char>>>'
|
|---|
| 12252 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Sequence.h(65): warning C4251: 'atomstruct::Sequence::_rname3to1': class 'std::map<atomstruct::ResName,char,std::less<atomstruct::ResName>,std::allocator<std::pair<const atomstruct::ResName,char>>>' needs to have dll-interface to be used by clients of class 'atomstruct::Sequence'
|
|---|
| 12253 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Sequence.h(61): note: see declaration of 'std::map<atomstruct::ResName,char,std::less<atomstruct::ResName>,std::allocator<std::pair<const atomstruct::ResName,char>>>'
|
|---|
| 12254 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Sequence.h(67): warning C4251: 'atomstruct::Sequence::_cache_g2ug': class 'std::map<unsigned int,unsigned int,std::less<unsigned int>,std::allocator<std::pair<const unsigned int,unsigned int>>>' needs to have dll-interface to be used by clients of class 'atomstruct::Sequence'
|
|---|
| 12255 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Sequence.h(67): note: see declaration of 'std::map<unsigned int,unsigned int,std::less<unsigned int>,std::allocator<std::pair<const unsigned int,unsigned int>>>'
|
|---|
| 12256 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Sequence.h(68): warning C4251: 'atomstruct::Sequence::_cache_ug2g': class 'std::map<unsigned int,unsigned int,std::less<unsigned int>,std::allocator<std::pair<const unsigned int,unsigned int>>>' needs to have dll-interface to be used by clients of class 'atomstruct::Sequence'
|
|---|
| 12257 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Sequence.h(67): note: see declaration of 'std::map<unsigned int,unsigned int,std::less<unsigned int>,std::allocator<std::pair<const unsigned int,unsigned int>>>'
|
|---|
| 12258 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Sequence.h(69): 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'
|
|---|
| 12259 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Sequence.h(59): note: see declaration of 'std::vector<char,std::allocator<char>>'
|
|---|
| 12260 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Sequence.h(74): 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'
|
|---|
| 12261 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Sequence.h(59): note: see declaration of 'std::vector<char,std::allocator<char>>'
|
|---|
| 12262 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Sequence.h(75): 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'
|
|---|
| 12263 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 12264 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Sequence.h(140): warning C4267: 'return': conversion from 'size_t' to 'int', possible loss of data
|
|---|
| 12265 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\StructureSeq.h(61): 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'
|
|---|
| 12266 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 12267 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\StructureSeq.h(62): warning C4251: 'atomstruct::StructureSeq::_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 'atomstruct::StructureSeq'
|
|---|
| 12268 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 12269 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\StructureSeq.h(66): warning C4251: 'atomstruct::StructureSeq::_res_map': class 'std::map<atomstruct::Residue *,atomstruct::StructureSeq::SeqPos,std::less<atomstruct::Residue *>,std::allocator<std::pair<atomstruct::Residue *const ,atomstruct::StructureSeq::SeqPos>>>' needs to have dll-interface to be used by clients of class 'atomstruct::StructureSeq'
|
|---|
| 12270 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\StructureSeq.h(51): note: see declaration of 'std::map<atomstruct::Residue *,atomstruct::StructureSeq::SeqPos,std::less<atomstruct::Residue *>,std::allocator<std::pair<atomstruct::Residue *const ,atomstruct::StructureSeq::SeqPos>>>'
|
|---|
| 12271 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\StructureSeq.h(67): warning C4251: 'atomstruct::StructureSeq::_residues': class 'std::vector<atomstruct::Residue *,std::allocator<atomstruct::Residue *>>' needs to have dll-interface to be used by clients of class 'atomstruct::StructureSeq'
|
|---|
| 12272 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\StructureSeq.h(50): note: see declaration of 'std::vector<atomstruct::Residue *,std::allocator<atomstruct::Residue *>>'
|
|---|
| 12273 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\StructureSeq.h(122): warning C4267: 'return': conversion from 'size_t' to 'int', possible loss of data
|
|---|
| 12274 | atomic_cpp/atomstruct_cpp/Sequence.cpp(228): warning C4267: 'argument': conversion from 'size_t' to 'unsigned int', possible loss of data
|
|---|
| 12275 | atomic_cpp/atomstruct_cpp/Sequence.cpp(228): warning C4267: 'initializing': conversion from 'size_t' to 'unsigned int', possible loss of data
|
|---|
| 12276 | atomic_cpp/atomstruct_cpp/Sequence.cpp(259): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data
|
|---|
| 12277 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\utility(186): warning C4267: 'initializing': conversion from 'size_t' to '_Ty1', possible loss of data
|
|---|
| 12278 | with
|
|---|
| 12279 | [
|
|---|
| 12280 | _Ty1=int
|
|---|
| 12281 | ]
|
|---|
| 12282 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xmemory(681): note: see reference to function template instantiation 'std::pair<int,int>::pair<_Ty,__int64,0>(_Other1 &&,_Other2 &&) noexcept' being compiled
|
|---|
| 12283 | with
|
|---|
| 12284 | [
|
|---|
| 12285 | _Ty=unsigned __int64,
|
|---|
| 12286 | _Other1=unsigned __int64,
|
|---|
| 12287 | _Other2=__int64
|
|---|
| 12288 | ]
|
|---|
| 12289 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xmemory(681): note: see reference to function template instantiation 'std::pair<int,int>::pair<_Ty,__int64,0>(_Other1 &&,_Other2 &&) noexcept' being compiled
|
|---|
| 12290 | with
|
|---|
| 12291 | [
|
|---|
| 12292 | _Ty=unsigned __int64,
|
|---|
| 12293 | _Other1=unsigned __int64,
|
|---|
| 12294 | _Other2=__int64
|
|---|
| 12295 | ]
|
|---|
| 12296 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\vector(713): note: see reference to function template instantiation 'void std::_Default_allocator_traits<_Alloc>::construct<_Ty,unsigned __int64,__int64>(_Alloc &,_Objty *const ,unsigned __int64 &&,__int64 &&)' being compiled
|
|---|
| 12297 | with
|
|---|
| 12298 | [
|
|---|
| 12299 | _Alloc=std::allocator<std::pair<int,int>>,
|
|---|
| 12300 | _Ty=std::pair<int,int>,
|
|---|
| 12301 | _Objty=std::pair<int,int>
|
|---|
| 12302 | ]
|
|---|
| 12303 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\vector(713): note: see reference to function template instantiation 'void std::_Default_allocator_traits<_Alloc>::construct<_Ty,unsigned __int64,__int64>(_Alloc &,_Objty *const ,unsigned __int64 &&,__int64 &&)' being compiled
|
|---|
| 12304 | with
|
|---|
| 12305 | [
|
|---|
| 12306 | _Alloc=std::allocator<std::pair<int,int>>,
|
|---|
| 12307 | _Ty=std::pair<int,int>,
|
|---|
| 12308 | _Objty=std::pair<int,int>
|
|---|
| 12309 | ]
|
|---|
| 12310 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\vector(731): note: see reference to function template instantiation 'void std::vector<std::pair<int,int>,std::allocator<std::pair<int,int>>>::_Emplace_back_with_unused_capacity<_Ty,__int64>(_Ty &&,__int64 &&)' being compiled
|
|---|
| 12311 | with
|
|---|
| 12312 | [
|
|---|
| 12313 | _Ty=unsigned __int64
|
|---|
| 12314 | ]
|
|---|
| 12315 | atomic_cpp/atomstruct_cpp/Sequence.cpp(215): note: see reference to function template instantiation 'void std::vector<std::pair<int,int>,std::allocator<std::pair<int,int>>>::emplace_back<unsigned __int64,__int64>(unsigned __int64 &&,__int64 &&)' being compiled
|
|---|
| 12316 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\utility(186): warning C4244: 'initializing': conversion from '_Ty' to '_Ty2', possible loss of data
|
|---|
| 12317 | with
|
|---|
| 12318 | [
|
|---|
| 12319 | _Ty=__int64
|
|---|
| 12320 | ]
|
|---|
| 12321 | and
|
|---|
| 12322 | [
|
|---|
| 12323 | _Ty2=int
|
|---|
| 12324 | ]
|
|---|
| 12325 | Structure.cpp
|
|---|
| 12326 | src/include\pyinstance/PythonInstance.declare.h(78): 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>'
|
|---|
| 12327 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 12328 | src/include\pyinstance/PythonInstance.declare.h(104): note: see reference to class template instantiation 'pyinstance::PythonInstance<C>' being compiled
|
|---|
| 12329 | src/include\pyinstance/PythonInstance.declare.h(78): 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>'
|
|---|
| 12330 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 12331 | src/include\element/Element.h(49): note: see reference to class template instantiation 'pyinstance::PythonInstance<element::Element>' being compiled
|
|---|
| 12332 | src/include\element/Element.h(76): warning C4251: 'element::Element::_alkali_metals': class 'std::set<int,std::less<int>,std::allocator<int>>' needs to have dll-interface to be used by clients of class 'element::Element'
|
|---|
| 12333 | src/include\element/Element.h(76): note: see declaration of 'std::set<int,std::less<int>,std::allocator<int>>'
|
|---|
| 12334 | src/include\element/Element.h(77): warning C4251: 'element::Element::_elements': class 'std::map<int,const element::Element *,std::less<int>,std::allocator<std::pair<const int,const element::Element *>>>' needs to have dll-interface to be used by clients of class 'element::Element'
|
|---|
| 12335 | src/include\element/Element.h(77): note: see declaration of 'std::map<int,const element::Element *,std::less<int>,std::allocator<std::pair<const int,const element::Element *>>>'
|
|---|
| 12336 | src/include\element/Element.h(78): warning C4251: 'element::Element::_halogens': class 'std::set<int,std::less<int>,std::allocator<int>>' needs to have dll-interface to be used by clients of class 'element::Element'
|
|---|
| 12337 | src/include\element/Element.h(76): note: see declaration of 'std::set<int,std::less<int>,std::allocator<int>>'
|
|---|
| 12338 | src/include\element/Element.h(79): warning C4251: 'element::Element::_names': class 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>' needs to have dll-interface to be used by clients of class 'element::Element'
|
|---|
| 12339 | src/include\element/Element.h(79): note: see declaration of 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>'
|
|---|
| 12340 | src/include\element/Element.h(80): warning C4251: 'element::Element::_noble_gases': class 'std::set<int,std::less<int>,std::allocator<int>>' needs to have dll-interface to be used by clients of class 'element::Element'
|
|---|
| 12341 | src/include\element/Element.h(76): note: see declaration of 'std::set<int,std::less<int>,std::allocator<int>>'
|
|---|
| 12342 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(59): warning C4251: 'atomstruct::Changes::created': class 'std::set<const void *,std::less<const void *>,std::allocator<const void *>>' needs to have dll-interface to be used by clients of class 'atomstruct::Changes'
|
|---|
| 12343 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(59): note: see declaration of 'std::set<const void *,std::less<const void *>,std::allocator<const void *>>'
|
|---|
| 12344 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(60): warning C4251: 'atomstruct::Changes::modified': class 'std::set<const void *,std::less<const void *>,std::allocator<const void *>>' needs to have dll-interface to be used by clients of class 'atomstruct::Changes'
|
|---|
| 12345 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(59): note: see declaration of 'std::set<const void *,std::less<const void *>,std::allocator<const void *>>'
|
|---|
| 12346 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(61): warning C4251: 'atomstruct::Changes::reasons': class 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>' needs to have dll-interface to be used by clients of class 'atomstruct::Changes'
|
|---|
| 12347 | src/include\element/Element.h(79): note: see declaration of 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>'
|
|---|
| 12348 | src/include\pyinstance/PythonInstance.declare.h(78): 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>'
|
|---|
| 12349 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 12350 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(68): note: see reference to class template instantiation 'pyinstance::PythonInstance<atomstruct::ChangeTracker>' being compiled
|
|---|
| 12351 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(82): warning C4251: 'atomstruct::ChangeTracker::_structure_type_changes': class 'std::map<atomstruct::Structure *,atomstruct::ChangeTracker::ChangesArray,std::less<atomstruct::Structure *>,std::allocator<std::pair<atomstruct::Structure *const ,atomstruct::ChangeTracker::ChangesArray>>>' needs to have dll-interface to be used by clients of class 'atomstruct::ChangeTracker'
|
|---|
| 12352 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(82): note: see declaration of 'std::map<atomstruct::Structure *,atomstruct::ChangeTracker::ChangesArray,std::less<atomstruct::Structure *>,std::allocator<std::pair<atomstruct::Structure *const ,atomstruct::ChangeTracker::ChangesArray>>>'
|
|---|
| 12353 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(83): warning C4251: 'atomstruct::ChangeTracker::_dead_structures': class 'std::set<atomstruct::Structure *,std::less<atomstruct::Structure *>,std::allocator<atomstruct::Structure *>>' needs to have dll-interface to be used by clients of class 'atomstruct::ChangeTracker'
|
|---|
| 12354 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(83): note: see declaration of 'std::set<atomstruct::Structure *,std::less<atomstruct::Structure *>,std::allocator<atomstruct::Structure *>>'
|
|---|
| 12355 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(92): 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'
|
|---|
| 12356 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 12357 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(93): 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'
|
|---|
| 12358 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 12359 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(94): warning C4251: 'atomstruct::ChangeTracker::REASON_ALT_LOCS': 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'
|
|---|
| 12360 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 12361 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(95): 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'
|
|---|
| 12362 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 12363 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(96): 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'
|
|---|
| 12364 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 12365 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(97): 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'
|
|---|
| 12366 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 12367 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(98): warning C4251: 'atomstruct::ChangeTracker::REASON_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::ChangeTracker'
|
|---|
| 12368 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 12369 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(99): 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'
|
|---|
| 12370 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 12371 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(100): 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'
|
|---|
| 12372 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 12373 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(101): 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'
|
|---|
| 12374 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 12375 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(102): 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'
|
|---|
| 12376 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 12377 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(103): 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'
|
|---|
| 12378 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 12379 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(104): warning C4251: 'atomstruct::ChangeTracker::REASON_ELEMENT': 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'
|
|---|
| 12380 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 12381 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(105): 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'
|
|---|
| 12382 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 12383 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(106): 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'
|
|---|
| 12384 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 12385 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(107): 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'
|
|---|
| 12386 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 12387 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(108): warning C4251: 'atomstruct::ChangeTracker::REASON_INSERTION_CODE': 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'
|
|---|
| 12388 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 12389 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(109): 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'
|
|---|
| 12390 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 12391 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(110): warning C4251: 'atomstruct::ChangeTracker::REASON_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'
|
|---|
| 12392 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 12393 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(111): 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'
|
|---|
| 12394 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 12395 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(112): 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'
|
|---|
| 12396 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 12397 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(113): 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'
|
|---|
| 12398 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 12399 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(114): 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'
|
|---|
| 12400 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 12401 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(115): 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'
|
|---|
| 12402 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 12403 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(116): 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'
|
|---|
| 12404 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 12405 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(117): 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'
|
|---|
| 12406 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 12407 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(118): 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'
|
|---|
| 12408 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 12409 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(119): 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'
|
|---|
| 12410 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 12411 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(120): 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'
|
|---|
| 12412 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 12413 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(121): 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'
|
|---|
| 12414 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 12415 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(122): 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'
|
|---|
| 12416 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 12417 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(123): 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'
|
|---|
| 12418 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 12419 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(124): 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'
|
|---|
| 12420 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 12421 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(125): 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'
|
|---|
| 12422 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 12423 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(126): 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'
|
|---|
| 12424 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 12425 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(127): 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'
|
|---|
| 12426 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 12427 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(128): 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'
|
|---|
| 12428 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 12429 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(129): 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'
|
|---|
| 12430 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 12431 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(130): 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'
|
|---|
| 12432 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 12433 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(131): warning C4251: 'atomstruct::ChangeTracker::REASON_WORM_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'
|
|---|
| 12434 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 12435 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(132): warning C4251: 'atomstruct::ChangeTracker::REASON_WORM_RIBBON': 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'
|
|---|
| 12436 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 12437 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(306): 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'
|
|---|
| 12438 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 12439 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\destruct.h(53): warning C4251: 'atomstruct::DestructionCoordinator::_observers': class 'std::set<atomstruct::DestructionObserver *,std::less<atomstruct::DestructionObserver *>,std::allocator<atomstruct::DestructionObserver *>>' needs to have dll-interface to be used by clients of class 'atomstruct::DestructionCoordinator'
|
|---|
| 12440 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\destruct.h(53): note: see declaration of 'std::set<atomstruct::DestructionObserver *,std::less<atomstruct::DestructionObserver *>,std::allocator<atomstruct::DestructionObserver *>>'
|
|---|
| 12441 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\destruct.h(54): warning C4251: 'atomstruct::DestructionCoordinator::_destroyed': class 'std::set<void *,std::less<void *>,std::allocator<void *>>' needs to have dll-interface to be used by clients of class 'atomstruct::DestructionCoordinator'
|
|---|
| 12442 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\destruct.h(42): note: see declaration of 'std::set<void *,std::less<void *>,std::allocator<void *>>'
|
|---|
| 12443 | src/include\pyinstance/PythonInstance.declare.h(78): 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>'
|
|---|
| 12444 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 12445 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Sequence.h(57): note: see reference to class template instantiation 'pyinstance::PythonInstance<atomstruct::Sequence>' being compiled
|
|---|
| 12446 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Sequence.h(63): warning C4251: 'atomstruct::Sequence::_nucleic3to1': class 'std::map<atomstruct::ResName,char,std::less<std::string>,std::allocator<std::pair<const atomstruct::ResName,char>>>' needs to have dll-interface to be used by clients of class 'atomstruct::Sequence'
|
|---|
| 12447 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Sequence.h(61): note: see declaration of 'std::map<atomstruct::ResName,char,std::less<std::string>,std::allocator<std::pair<const atomstruct::ResName,char>>>'
|
|---|
| 12448 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Sequence.h(64): warning C4251: 'atomstruct::Sequence::_protein3to1': class 'std::map<atomstruct::ResName,char,std::less<std::string>,std::allocator<std::pair<const atomstruct::ResName,char>>>' needs to have dll-interface to be used by clients of class 'atomstruct::Sequence'
|
|---|
| 12449 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Sequence.h(61): note: see declaration of 'std::map<atomstruct::ResName,char,std::less<std::string>,std::allocator<std::pair<const atomstruct::ResName,char>>>'
|
|---|
| 12450 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Sequence.h(65): warning C4251: 'atomstruct::Sequence::_rname3to1': class 'std::map<atomstruct::ResName,char,std::less<std::string>,std::allocator<std::pair<const atomstruct::ResName,char>>>' needs to have dll-interface to be used by clients of class 'atomstruct::Sequence'
|
|---|
| 12451 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Sequence.h(61): note: see declaration of 'std::map<atomstruct::ResName,char,std::less<std::string>,std::allocator<std::pair<const atomstruct::ResName,char>>>'
|
|---|
| 12452 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Sequence.h(67): warning C4251: 'atomstruct::Sequence::_cache_g2ug': class 'std::map<unsigned int,unsigned int,std::less<unsigned int>,std::allocator<std::pair<const unsigned int,unsigned int>>>' needs to have dll-interface to be used by clients of class 'atomstruct::Sequence'
|
|---|
| 12453 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Sequence.h(67): note: see declaration of 'std::map<unsigned int,unsigned int,std::less<unsigned int>,std::allocator<std::pair<const unsigned int,unsigned int>>>'
|
|---|
| 12454 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Sequence.h(68): warning C4251: 'atomstruct::Sequence::_cache_ug2g': class 'std::map<unsigned int,unsigned int,std::less<unsigned int>,std::allocator<std::pair<const unsigned int,unsigned int>>>' needs to have dll-interface to be used by clients of class 'atomstruct::Sequence'
|
|---|
| 12455 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Sequence.h(67): note: see declaration of 'std::map<unsigned int,unsigned int,std::less<unsigned int>,std::allocator<std::pair<const unsigned int,unsigned int>>>'
|
|---|
| 12456 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Sequence.h(69): 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'
|
|---|
| 12457 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\core\include\pysupport/convert.h(167): note: see declaration of 'std::vector<char,std::allocator<char>>'
|
|---|
| 12458 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Sequence.h(74): 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'
|
|---|
| 12459 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\core\include\pysupport/convert.h(167): note: see declaration of 'std::vector<char,std::allocator<char>>'
|
|---|
| 12460 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Sequence.h(75): 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'
|
|---|
| 12461 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 12462 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Sequence.h(140): warning C4267: 'return': conversion from 'size_t' to 'int', possible loss of data
|
|---|
| 12463 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\StructureSeq.h(61): 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'
|
|---|
| 12464 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 12465 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\StructureSeq.h(62): warning C4251: 'atomstruct::StructureSeq::_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 'atomstruct::StructureSeq'
|
|---|
| 12466 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 12467 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\StructureSeq.h(66): warning C4251: 'atomstruct::StructureSeq::_res_map': class 'std::map<atomstruct::Residue *,atomstruct::StructureSeq::SeqPos,std::less<atomstruct::Residue *>,std::allocator<std::pair<atomstruct::Residue *const ,atomstruct::StructureSeq::SeqPos>>>' needs to have dll-interface to be used by clients of class 'atomstruct::StructureSeq'
|
|---|
| 12468 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\StructureSeq.h(51): note: see declaration of 'std::map<atomstruct::Residue *,atomstruct::StructureSeq::SeqPos,std::less<atomstruct::Residue *>,std::allocator<std::pair<atomstruct::Residue *const ,atomstruct::StructureSeq::SeqPos>>>'
|
|---|
| 12469 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\StructureSeq.h(67): warning C4251: 'atomstruct::StructureSeq::_residues': class 'std::vector<atomstruct::Residue *,std::allocator<atomstruct::Residue *>>' needs to have dll-interface to be used by clients of class 'atomstruct::StructureSeq'
|
|---|
| 12470 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\StructureSeq.h(50): note: see declaration of 'std::vector<atomstruct::Residue *,std::allocator<atomstruct::Residue *>>'
|
|---|
| 12471 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\StructureSeq.h(122): warning C4267: 'return': conversion from 'size_t' to 'int', possible loss of data
|
|---|
| 12472 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\CompSS.h(42): warning C4251: 'atomstruct::CompSSInfo::strands': class 'std::vector<std::pair<atomstruct::Residue *,atomstruct::Residue *>,std::allocator<std::pair<atomstruct::Residue *,atomstruct::Residue *>>>' needs to have dll-interface to be used by clients of class 'atomstruct::CompSSInfo'
|
|---|
| 12473 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\CompSS.h(42): note: see declaration of 'std::vector<std::pair<atomstruct::Residue *,atomstruct::Residue *>,std::allocator<std::pair<atomstruct::Residue *,atomstruct::Residue *>>>'
|
|---|
| 12474 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\CompSS.h(43): warning C4251: 'atomstruct::CompSSInfo::sheets': class 'std::vector<std::set<int,std::less<int>,std::allocator<int>>,std::allocator<std::set<int,std::less<int>,std::allocator<int>>>>' needs to have dll-interface to be used by clients of class 'atomstruct::CompSSInfo'
|
|---|
| 12475 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\CompSS.h(43): note: see declaration of 'std::vector<std::set<int,std::less<int>,std::allocator<int>>,std::allocator<std::set<int,std::less<int>,std::allocator<int>>>>'
|
|---|
| 12476 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\CompSS.h(44): warning C4251: 'atomstruct::CompSSInfo::strands_parallel': class 'std::map<std::pair<int,int>,bool,std::less<std::pair<int,int>>,std::allocator<std::pair<const std::pair<int,int>,bool>>>' needs to have dll-interface to be used by clients of class 'atomstruct::CompSSInfo'
|
|---|
| 12477 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\CompSS.h(44): note: see declaration of 'std::map<std::pair<int,int>,bool,std::less<std::pair<int,int>>,std::allocator<std::pair<const std::pair<int,int>,bool>>>'
|
|---|
| 12478 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\CompSS.h(45): warning C4251: 'atomstruct::CompSSInfo::helix_info': class 'std::vector<std::pair<std::pair<atomstruct::Residue *,atomstruct::Residue *>,char>,std::allocator<std::pair<std::pair<atomstruct::Residue *,atomstruct::Residue *>,char>>>' needs to have dll-interface to be used by clients of class 'atomstruct::CompSSInfo'
|
|---|
| 12479 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\CompSS.h(45): note: see declaration of 'std::vector<std::pair<std::pair<atomstruct::Residue *,atomstruct::Residue *>,char>,std::allocator<std::pair<std::pair<atomstruct::Residue *,atomstruct::Residue *>,char>>>'
|
|---|
| 12480 | src/include\pyinstance/PythonInstance.declare.h(78): 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>'
|
|---|
| 12481 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 12482 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\PBManager.h(53): note: see reference to class template instantiation 'pyinstance::PythonInstance<atomstruct::BaseManager>' being compiled
|
|---|
| 12483 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\PBManager.h(63): warning C4251: 'atomstruct::BaseManager::_groups': class 'std::map<std::string,atomstruct::Proxy_PBGroup *,std::less<std::string>,std::allocator<std::pair<const std::string,atomstruct::Proxy_PBGroup *>>>' needs to have dll-interface to be used by clients of class 'atomstruct::BaseManager'
|
|---|
| 12484 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\PBManager.h(58): note: see declaration of 'std::map<std::string,atomstruct::Proxy_PBGroup *,std::less<std::string>,std::allocator<std::pair<const std::string,atomstruct::Proxy_PBGroup *>>>'
|
|---|
| 12485 | src/include\pyinstance/PythonInstance.declare.h(78): 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>'
|
|---|
| 12486 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 12487 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Ring.h(38): note: see reference to class template instantiation 'pyinstance::PythonInstance<atomstruct::Ring>' being compiled
|
|---|
| 12488 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Ring.h(43): warning C4251: 'atomstruct::Ring::_bonds': class 'std::set<atomstruct::Bond *,std::less<atomstruct::Bond *>,std::allocator<atomstruct::Bond *>>' needs to have dll-interface to be used by clients of class 'atomstruct::Ring'
|
|---|
| 12489 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Ring.h(41): note: see declaration of 'std::set<atomstruct::Bond *,std::less<atomstruct::Bond *>,std::allocator<atomstruct::Bond *>>'
|
|---|
| 12490 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Ring.h(44): warning C4251: 'atomstruct::Ring::_atoms': class 'std::set<atomstruct::Atom *,std::less<atomstruct::Atom *>,std::allocator<atomstruct::Atom *>>' needs to have dll-interface to be used by clients of class 'atomstruct::Ring'
|
|---|
| 12491 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Ring.h(40): note: see declaration of 'std::set<atomstruct::Atom *,std::less<atomstruct::Atom *>,std::allocator<atomstruct::Atom *>>'
|
|---|
| 12492 | src/include\pyinstance/PythonInstance.declare.h(78): 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>'
|
|---|
| 12493 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 12494 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Structure.h(110): note: see reference to class template instantiation 'pyinstance::PythonInstance<atomstruct::Structure>' being compiled
|
|---|
| 12495 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Structure.h(145): warning C4251: 'atomstruct::Structure::_atoms': class 'std::vector<atomstruct::Atom *,std::allocator<atomstruct::Atom *>>' needs to have dll-interface to be used by clients of class 'atomstruct::Structure'
|
|---|
| 12496 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Ring.h(64): note: see declaration of 'std::vector<atomstruct::Atom *,std::allocator<atomstruct::Atom *>>'
|
|---|
| 12497 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Structure.h(147): warning C4251: 'atomstruct::Structure::_bonds': class 'std::vector<atomstruct::Bond *,std::allocator<atomstruct::Bond *>>' needs to have dll-interface to be used by clients of class 'atomstruct::Structure'
|
|---|
| 12498 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Ring.h(63): note: see declaration of 'std::vector<atomstruct::Bond *,std::allocator<atomstruct::Bond *>>'
|
|---|
| 12499 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Structure.h(151): warning C4251: 'atomstruct::Structure::_coord_sets': class 'std::vector<atomstruct::CoordSet *,std::allocator<atomstruct::CoordSet *>>' needs to have dll-interface to be used by clients of class 'atomstruct::Structure'
|
|---|
| 12500 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Structure.h(120): note: see declaration of 'std::vector<atomstruct::CoordSet *,std::allocator<atomstruct::CoordSet *>>'
|
|---|
| 12501 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Structure.h(156): warning C4251: 'atomstruct::Structure::_input_seq_info': class 'std::map<atomstruct::ChainID,std::vector<atomstruct::ResName,std::allocator<std::string>>,std::less<std::string>,std::allocator<std::pair<const atomstruct::ChainID,std::vector<atomstruct::ResName,std::allocator<std::string>>>>>' needs to have dll-interface to be used by clients of class 'atomstruct::Structure'
|
|---|
| 12502 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Structure.h(121): note: see declaration of 'std::map<atomstruct::ChainID,std::vector<atomstruct::ResName,std::allocator<std::string>>,std::less<std::string>,std::allocator<std::pair<const atomstruct::ChainID,std::vector<atomstruct::ResName,std::allocator<std::string>>>>>'
|
|---|
| 12503 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Structure.h(163): warning C4251: 'atomstruct::Structure::_residues': class 'std::vector<atomstruct::Residue *,std::allocator<atomstruct::Residue *>>' needs to have dll-interface to be used by clients of class 'atomstruct::Structure'
|
|---|
| 12504 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\StructureSeq.h(50): note: see declaration of 'std::vector<atomstruct::Residue *,std::allocator<atomstruct::Residue *>>'
|
|---|
| 12505 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Structure.h(165): warning C4251: 'atomstruct::Structure::_res_numbering_valid': class 'std::vector<bool,std::allocator<bool>>' needs to have dll-interface to be used by clients of class 'atomstruct::Structure'
|
|---|
| 12506 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Structure.h(165): note: see declaration of 'std::vector<bool,std::allocator<bool>>'
|
|---|
| 12507 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Structure.h(176): warning C4251: 'atomstruct::Structure::_rings': class 'std::set<atomstruct::Ring,std::less<atomstruct::Ring>,std::allocator<atomstruct::Ring>>' needs to have dll-interface to be used by clients of class 'atomstruct::Structure'
|
|---|
| 12508 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Structure.h(128): note: see declaration of 'std::set<atomstruct::Ring,std::less<atomstruct::Ring>,std::allocator<atomstruct::Ring>>'
|
|---|
| 12509 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Structure.h(283): 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'
|
|---|
| 12510 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 12511 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Structure.h(287): warning C4251: 'atomstruct::Structure::metadata': class 'std::map<atomstruct::ChainID,std::vector<atomstruct::ResName,std::allocator<std::string>>,std::less<std::string>,std::allocator<std::pair<const atomstruct::ChainID,std::vector<atomstruct::ResName,std::allocator<std::string>>>>>' needs to have dll-interface to be used by clients of class 'atomstruct::Structure'
|
|---|
| 12512 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Structure.h(121): note: see declaration of 'std::map<atomstruct::ChainID,std::vector<atomstruct::ResName,std::allocator<std::string>>,std::less<std::string>,std::allocator<std::pair<const atomstruct::ChainID,std::vector<atomstruct::ResName,std::allocator<std::string>>>>>'
|
|---|
| 12513 | src/include\pyinstance/PythonInstance.declare.h(78): 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>'
|
|---|
| 12514 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 12515 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\CoordSet.h(41): note: see reference to class template instantiation 'pyinstance::PythonInstance<atomstruct::CoordSet>' being compiled
|
|---|
| 12516 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\CoordSet.h(49): warning C4251: 'atomstruct::CoordSet::_coords': class 'std::vector<atomstruct::Coord,std::allocator<atomstruct::Coord>>' needs to have dll-interface to be used by clients of class 'atomstruct::CoordSet'
|
|---|
| 12517 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\CoordSet.h(46): note: see declaration of 'std::vector<atomstruct::Coord,std::allocator<atomstruct::Coord>>'
|
|---|
| 12518 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\CoordSet.h(51): warning C4251: 'atomstruct::CoordSet::_bfactor_map': class 'std::unordered_map<const atomstruct::Atom *,float,std::hash<const atomstruct::Atom *>,std::equal_to<const atomstruct::Atom *>,std::allocator<std::pair<const atomstruct::Atom *const ,float>>>' needs to have dll-interface to be used by clients of class 'atomstruct::CoordSet'
|
|---|
| 12519 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\CoordSet.h(51): note: see declaration of 'std::unordered_map<const atomstruct::Atom *,float,std::hash<const atomstruct::Atom *>,std::equal_to<const atomstruct::Atom *>,std::allocator<std::pair<const atomstruct::Atom *const ,float>>>'
|
|---|
| 12520 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\CoordSet.h(52): warning C4251: 'atomstruct::CoordSet::_occupancy_map': class 'std::unordered_map<const atomstruct::Atom *,float,std::hash<const atomstruct::Atom *>,std::equal_to<const atomstruct::Atom *>,std::allocator<std::pair<const atomstruct::Atom *const ,float>>>' needs to have dll-interface to be used by clients of class 'atomstruct::CoordSet'
|
|---|
| 12521 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\CoordSet.h(51): note: see declaration of 'std::unordered_map<const atomstruct::Atom *,float,std::hash<const atomstruct::Atom *>,std::equal_to<const atomstruct::Atom *>,std::allocator<std::pair<const atomstruct::Atom *const ,float>>>'
|
|---|
| 12522 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\CoordSet.h(77): warning C4267: 'return': conversion from 'size_t' to 'int', possible loss of data
|
|---|
| 12523 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\CoordSet.h(80): warning C4267: 'return': conversion from 'size_t' to 'int', possible loss of data
|
|---|
| 12524 | src/include\pyinstance/PythonInstance.declare.h(78): 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>'
|
|---|
| 12525 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 12526 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Atom.h(68): note: see reference to class template instantiation 'pyinstance::PythonInstance<atomstruct::Atom>' being compiled
|
|---|
| 12527 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Atom.h(124): warning C4251: 'atomstruct::Atom::_alt_loc_map': class 'std::map<unsigned char,atomstruct::Atom::_Alt_loc_info,std::less<unsigned char>,std::allocator<std::pair<const unsigned char,atomstruct::Atom::_Alt_loc_info>>>' needs to have dll-interface to be used by clients of class 'atomstruct::Atom'
|
|---|
| 12528 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Atom.h(123): note: see declaration of 'std::map<unsigned char,atomstruct::Atom::_Alt_loc_info,std::less<unsigned char>,std::allocator<std::pair<const unsigned char,atomstruct::Atom::_Alt_loc_info>>>'
|
|---|
| 12529 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Atom.h(126): warning C4251: 'atomstruct::Atom::_bonds': class 'std::vector<atomstruct::Bond *,std::allocator<atomstruct::Bond *>>' needs to have dll-interface to be used by clients of class 'atomstruct::Atom'
|
|---|
| 12530 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Ring.h(63): note: see declaration of 'std::vector<atomstruct::Bond *,std::allocator<atomstruct::Bond *>>'
|
|---|
| 12531 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Atom.h(127): 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'
|
|---|
| 12532 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\string_types.h(44): note: see declaration of 'chutil::CString<5,65,116,111,109,32,84,121,112,101>'
|
|---|
| 12533 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Atom.h(134): 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'
|
|---|
| 12534 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\string_types.h(44): note: see declaration of 'chutil::CString<5,65,116,111,109,32,84,121,112,101>'
|
|---|
| 12535 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Atom.h(136): warning C4251: 'atomstruct::Atom::_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::Atom'
|
|---|
| 12536 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 12537 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Atom.h(137): warning C4251: 'atomstruct::Atom::_neighbors': class 'std::vector<atomstruct::Atom *,std::allocator<atomstruct::Atom *>>' needs to have dll-interface to be used by clients of class 'atomstruct::Atom'
|
|---|
| 12538 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Ring.h(64): note: see declaration of 'std::vector<atomstruct::Atom *,std::allocator<atomstruct::Atom *>>'
|
|---|
| 12539 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Atom.h(143): warning C4251: 'atomstruct::Atom::_rings': class 'std::vector<const atomstruct::Ring *,std::allocator<const atomstruct::Ring *>>' needs to have dll-interface to be used by clients of class 'atomstruct::Atom'
|
|---|
| 12540 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Atom.h(91): note: see declaration of 'std::vector<const atomstruct::Ring *,std::allocator<const atomstruct::Ring *>>'
|
|---|
| 12541 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Atom.h(201): warning C4244: '=': conversion from 'double' to 'float', possible loss of data
|
|---|
| 12542 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Atom.h(205): warning C4244: 'return': conversion from 'double' to 'float', possible loss of data
|
|---|
| 12543 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Atom.h(223): warning C4267: 'return': conversion from 'size_t' to 'int', possible loss of data
|
|---|
| 12544 | src/include\pyinstance/PythonInstance.declare.h(78): 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>'
|
|---|
| 12545 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 12546 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Bond.h(47): note: see reference to class template instantiation 'pyinstance::PythonInstance<atomstruct::Bond>' being compiled
|
|---|
| 12547 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Bond.h(59): warning C4251: 'atomstruct::Bond::_rings': class 'std::vector<const atomstruct::Ring *,std::allocator<const atomstruct::Ring *>>' needs to have dll-interface to be used by clients of class 'atomstruct::Bond'
|
|---|
| 12548 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Atom.h(91): note: see declaration of 'std::vector<const atomstruct::Ring *,std::allocator<const atomstruct::Ring *>>'
|
|---|
| 12549 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Bond.h(128): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data
|
|---|
| 12550 | src/include\pyinstance/PythonInstance.declare.h(78): warning C4251: 'pyinstance::PythonInstance<atomstruct::PBGroup>::_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::PBGroup>'
|
|---|
| 12551 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 12552 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\PBGroup.h(61): note: see reference to class template instantiation 'pyinstance::PythonInstance<atomstruct::PBGroup>' being compiled
|
|---|
| 12553 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\PBGroup.h(70): warning C4251: 'atomstruct::PBGroup::_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::PBGroup'
|
|---|
| 12554 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 12555 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\PBGroup.h(169): warning C4251: 'atomstruct::StructurePBGroup::_pbonds': class 'std::set<atomstruct::Pseudobond *,std::less<atomstruct::Pseudobond *>,std::allocator<atomstruct::Pseudobond *>>' needs to have dll-interface to be used by clients of class 'atomstruct::StructurePBGroup'
|
|---|
| 12556 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\PBGroup.h(63): note: see declaration of 'std::set<atomstruct::Pseudobond *,std::less<atomstruct::Pseudobond *>,std::allocator<atomstruct::Pseudobond *>>'
|
|---|
| 12557 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\PBGroup.h(199): warning C4251: 'atomstruct::CS_PBGroup::_pbonds': class 'std::unordered_map<const atomstruct::CoordSet *,atomstruct::PBGroup::Pseudobonds,std::hash<const atomstruct::CoordSet *>,std::equal_to<const atomstruct::CoordSet *>,std::allocator<std::pair<const atomstruct::CoordSet *const ,atomstruct::PBGroup::Pseudobonds>>>' needs to have dll-interface to be used by clients of class 'atomstruct::CS_PBGroup'
|
|---|
| 12558 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\PBGroup.h(199): note: see declaration of 'std::unordered_map<const atomstruct::CoordSet *,atomstruct::PBGroup::Pseudobonds,std::hash<const atomstruct::CoordSet *>,std::equal_to<const atomstruct::CoordSet *>,std::allocator<std::pair<const atomstruct::CoordSet *const ,atomstruct::PBGroup::Pseudobonds>>>'
|
|---|
| 12559 | src/include\pyinstance/PythonInstance.declare.h(78): warning C4251: 'pyinstance::PythonInstance<atomstruct::Pseudobond>::_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::Pseudobond>'
|
|---|
| 12560 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 12561 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Pseudobond.h(52): note: see reference to class template instantiation 'pyinstance::PythonInstance<atomstruct::Pseudobond>' being compiled
|
|---|
| 12562 | src/include\pyinstance/PythonInstance.declare.h(78): 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>'
|
|---|
| 12563 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 12564 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Residue.h(53): note: see reference to class template instantiation 'pyinstance::PythonInstance<atomstruct::Residue>' being compiled
|
|---|
| 12565 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Residue.h(81): warning C4251: 'atomstruct::Residue::_atoms': class 'std::vector<atomstruct::Atom *,std::allocator<atomstruct::Atom *>>' needs to have dll-interface to be used by clients of class 'atomstruct::Residue'
|
|---|
| 12566 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Ring.h(64): note: see declaration of 'std::vector<atomstruct::Atom *,std::allocator<atomstruct::Atom *>>'
|
|---|
| 12567 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Residue.h(83): 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'
|
|---|
| 12568 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 12569 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Residue.h(85): 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'
|
|---|
| 12570 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 12571 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Residue.h(86): 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'
|
|---|
| 12572 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 12573 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Residue.h(162): warning C4251: 'atomstruct::Residue::aa_min_backbone_names': class 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>' needs to have dll-interface to be used by clients of class 'atomstruct::Residue'
|
|---|
| 12574 | src/include\element/Element.h(79): note: see declaration of 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>'
|
|---|
| 12575 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Residue.h(163): warning C4251: 'atomstruct::Residue::aa_min_ordered_backbone_names': class 'std::vector<atomstruct::ResName,std::allocator<std::string>>' needs to have dll-interface to be used by clients of class 'atomstruct::Residue'
|
|---|
| 12576 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Sequence.h(99): note: see declaration of 'std::vector<atomstruct::ResName,std::allocator<std::string>>'
|
|---|
| 12577 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Residue.h(164): warning C4251: 'atomstruct::Residue::aa_max_backbone_names': class 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>' needs to have dll-interface to be used by clients of class 'atomstruct::Residue'
|
|---|
| 12578 | src/include\element/Element.h(79): note: see declaration of 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>'
|
|---|
| 12579 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Residue.h(165): warning C4251: 'atomstruct::Residue::aa_ribbon_backbone_names': class 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>' needs to have dll-interface to be used by clients of class 'atomstruct::Residue'
|
|---|
| 12580 | src/include\element/Element.h(79): note: see declaration of 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>'
|
|---|
| 12581 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Residue.h(166): warning C4251: 'atomstruct::Residue::aa_side_connector_names': class 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>' needs to have dll-interface to be used by clients of class 'atomstruct::Residue'
|
|---|
| 12582 | src/include\element/Element.h(79): note: see declaration of 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>'
|
|---|
| 12583 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Residue.h(167): warning C4251: 'atomstruct::Residue::na_min_backbone_names': class 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>' needs to have dll-interface to be used by clients of class 'atomstruct::Residue'
|
|---|
| 12584 | src/include\element/Element.h(79): note: see declaration of 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>'
|
|---|
| 12585 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Residue.h(168): warning C4251: 'atomstruct::Residue::na_min_ordered_backbone_names': class 'std::vector<atomstruct::ResName,std::allocator<std::string>>' needs to have dll-interface to be used by clients of class 'atomstruct::Residue'
|
|---|
| 12586 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Sequence.h(99): note: see declaration of 'std::vector<atomstruct::ResName,std::allocator<std::string>>'
|
|---|
| 12587 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Residue.h(169): warning C4251: 'atomstruct::Residue::na_max_backbone_names': class 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>' needs to have dll-interface to be used by clients of class 'atomstruct::Residue'
|
|---|
| 12588 | src/include\element/Element.h(79): note: see declaration of 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>'
|
|---|
| 12589 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Residue.h(170): warning C4251: 'atomstruct::Residue::na_ribbon_backbone_names': class 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>' needs to have dll-interface to be used by clients of class 'atomstruct::Residue'
|
|---|
| 12590 | src/include\element/Element.h(79): note: see declaration of 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>'
|
|---|
| 12591 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Residue.h(171): warning C4251: 'atomstruct::Residue::na_side_connector_names': class 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>' needs to have dll-interface to be used by clients of class 'atomstruct::Residue'
|
|---|
| 12592 | src/include\element/Element.h(79): note: see declaration of 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>'
|
|---|
| 12593 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Residue.h(172): warning C4251: 'atomstruct::Residue::ribose_names': class 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>' needs to have dll-interface to be used by clients of class 'atomstruct::Residue'
|
|---|
| 12594 | src/include\element/Element.h(79): note: see declaration of 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>'
|
|---|
| 12595 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Residue.h(173): warning C4251: 'atomstruct::Residue::std_solvent_names': class 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>' needs to have dll-interface to be used by clients of class 'atomstruct::Residue'
|
|---|
| 12596 | src/include\element/Element.h(79): note: see declaration of 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>'
|
|---|
| 12597 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Residue.h(174): warning C4251: 'atomstruct::Residue::std_water_names': class 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>' needs to have dll-interface to be used by clients of class 'atomstruct::Residue'
|
|---|
| 12598 | src/include\element/Element.h(79): note: see declaration of 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>'
|
|---|
| 12599 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Residue.h(175): warning C4251: 'atomstruct::Residue::ideal_chirality': class 'std::map<atomstruct::ResName,std::map<atomstruct::ResName,char,std::less<std::string>,std::allocator<std::pair<const atomstruct::ResName,char>>>,std::less<std::string>,std::allocator<std::pair<const atomstruct::ResName,std::map<atomstruct::ResName,char,std::less<std::string>,std::allocator<std::pair<const atomstruct::ResName,char>>>>>>' needs to have dll-interface to be used by clients of class 'atomstruct::Residue'
|
|---|
| 12600 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Residue.h(175): note: see declaration of 'std::map<atomstruct::ResName,std::map<atomstruct::ResName,char,std::less<std::string>,std::allocator<std::pair<const atomstruct::ResName,char>>>,std::less<std::string>,std::allocator<std::pair<const atomstruct::ResName,std::map<atomstruct::ResName,char,std::less<std::string>,std::allocator<std::pair<const atomstruct::ResName,char>>>>>>'
|
|---|
| 12601 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Residue.h(126): warning C4267: 'return': conversion from 'size_t' to 'int', possible loss of data
|
|---|
| 12602 | atomic_cpp/atomstruct_cpp/Structure.cpp(394): warning C4267: 'initializing': conversion from 'size_t' to 'int', possible loss of data
|
|---|
| 12603 | atomic_cpp/atomstruct_cpp/Structure.cpp(405): warning C4267: 'initializing': conversion from 'size_t' to 'long', possible loss of data
|
|---|
| 12604 | atomic_cpp/atomstruct_cpp/Structure.cpp(563): warning C4267: '=': conversion from 'size_t' to 'unsigned int', possible loss of data
|
|---|
| 12605 | atomic_cpp/atomstruct_cpp/Structure.cpp(1132): warning C4267: 'initializing': conversion from 'size_t' to 'int', possible loss of data
|
|---|
| 12606 | atomic_cpp/atomstruct_cpp/Structure.cpp(1573): warning C4267: 'argument': conversion from 'size_t' to 'int', possible loss of data
|
|---|
| 12607 | atomic_cpp/atomstruct_cpp/Structure.cpp(1749): warning C4244: 'initializing': conversion from '__int64' to 'int', possible loss of data
|
|---|
| 12608 | atomic_cpp/atomstruct_cpp/Structure.cpp(1782): warning C4244: '=': conversion from 'const double' to 'float', possible loss of data
|
|---|
| 12609 | atomic_cpp/atomstruct_cpp/Structure.cpp(1807): warning C4267: 'initializing': conversion from 'size_t' to 'int', possible loss of data
|
|---|
| 12610 | atomic_cpp/atomstruct_cpp/Structure.cpp(1852): warning C4267: 'initializing': conversion from 'size_t' to 'int', possible loss of data
|
|---|
| 12611 | atomic_cpp/atomstruct_cpp/Structure.cpp(1867): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data
|
|---|
| 12612 | atomic_cpp/atomstruct_cpp/Structure.cpp(1868): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data
|
|---|
| 12613 | atomic_cpp/atomstruct_cpp/Structure.cpp(1883): warning C4267: 'initializing': conversion from 'size_t' to 'int', possible loss of data
|
|---|
| 12614 | atomic_cpp/atomstruct_cpp/Structure.cpp(1932): warning C4267: 'initializing': conversion from 'size_t' to 'int', possible loss of data
|
|---|
| 12615 | atomic_cpp/atomstruct_cpp/Structure.cpp(1980): warning C4267: 'initializing': conversion from 'size_t' to 'int', possible loss of data
|
|---|
| 12616 | atomic_cpp/atomstruct_cpp/Structure.cpp(2224): warning C4267: 'argument': conversion from 'size_t' to 'int', possible loss of data
|
|---|
| 12617 | StructureSeq.cpp
|
|---|
| 12618 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\destruct.h(53): warning C4251: 'atomstruct::DestructionCoordinator::_observers': class 'std::set<atomstruct::DestructionObserver *,std::less<atomstruct::DestructionObserver *>,std::allocator<atomstruct::DestructionObserver *>>' needs to have dll-interface to be used by clients of class 'atomstruct::DestructionCoordinator'
|
|---|
| 12619 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\destruct.h(53): note: see declaration of 'std::set<atomstruct::DestructionObserver *,std::less<atomstruct::DestructionObserver *>,std::allocator<atomstruct::DestructionObserver *>>'
|
|---|
| 12620 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\destruct.h(54): warning C4251: 'atomstruct::DestructionCoordinator::_destroyed': class 'std::set<void *,std::less<void *>,std::allocator<void *>>' needs to have dll-interface to be used by clients of class 'atomstruct::DestructionCoordinator'
|
|---|
| 12621 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\destruct.h(42): note: see declaration of 'std::set<void *,std::less<void *>,std::allocator<void *>>'
|
|---|
| 12622 | src/include\pyinstance/PythonInstance.declare.h(78): 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>'
|
|---|
| 12623 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 12624 | src/include\pyinstance/PythonInstance.declare.h(104): note: see reference to class template instantiation 'pyinstance::PythonInstance<C>' being compiled
|
|---|
| 12625 | src/include\pyinstance/PythonInstance.declare.h(78): 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>'
|
|---|
| 12626 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 12627 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Sequence.h(57): note: see reference to class template instantiation 'pyinstance::PythonInstance<atomstruct::Sequence>' being compiled
|
|---|
| 12628 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Sequence.h(63): warning C4251: 'atomstruct::Sequence::_nucleic3to1': class 'std::map<atomstruct::ResName,char,std::less<atomstruct::ResName>,std::allocator<std::pair<const atomstruct::ResName,char>>>' needs to have dll-interface to be used by clients of class 'atomstruct::Sequence'
|
|---|
| 12629 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Sequence.h(61): note: see declaration of 'std::map<atomstruct::ResName,char,std::less<atomstruct::ResName>,std::allocator<std::pair<const atomstruct::ResName,char>>>'
|
|---|
| 12630 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Sequence.h(64): warning C4251: 'atomstruct::Sequence::_protein3to1': class 'std::map<atomstruct::ResName,char,std::less<atomstruct::ResName>,std::allocator<std::pair<const atomstruct::ResName,char>>>' needs to have dll-interface to be used by clients of class 'atomstruct::Sequence'
|
|---|
| 12631 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Sequence.h(61): note: see declaration of 'std::map<atomstruct::ResName,char,std::less<atomstruct::ResName>,std::allocator<std::pair<const atomstruct::ResName,char>>>'
|
|---|
| 12632 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Sequence.h(65): warning C4251: 'atomstruct::Sequence::_rname3to1': class 'std::map<atomstruct::ResName,char,std::less<atomstruct::ResName>,std::allocator<std::pair<const atomstruct::ResName,char>>>' needs to have dll-interface to be used by clients of class 'atomstruct::Sequence'
|
|---|
| 12633 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Sequence.h(61): note: see declaration of 'std::map<atomstruct::ResName,char,std::less<atomstruct::ResName>,std::allocator<std::pair<const atomstruct::ResName,char>>>'
|
|---|
| 12634 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Sequence.h(67): warning C4251: 'atomstruct::Sequence::_cache_g2ug': class 'std::map<unsigned int,unsigned int,std::less<unsigned int>,std::allocator<std::pair<const unsigned int,unsigned int>>>' needs to have dll-interface to be used by clients of class 'atomstruct::Sequence'
|
|---|
| 12635 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Sequence.h(67): note: see declaration of 'std::map<unsigned int,unsigned int,std::less<unsigned int>,std::allocator<std::pair<const unsigned int,unsigned int>>>'
|
|---|
| 12636 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Sequence.h(68): warning C4251: 'atomstruct::Sequence::_cache_ug2g': class 'std::map<unsigned int,unsigned int,std::less<unsigned int>,std::allocator<std::pair<const unsigned int,unsigned int>>>' needs to have dll-interface to be used by clients of class 'atomstruct::Sequence'
|
|---|
| 12637 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Sequence.h(67): note: see declaration of 'std::map<unsigned int,unsigned int,std::less<unsigned int>,std::allocator<std::pair<const unsigned int,unsigned int>>>'
|
|---|
| 12638 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Sequence.h(69): 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'
|
|---|
| 12639 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Sequence.h(59): note: see declaration of 'std::vector<char,std::allocator<char>>'
|
|---|
| 12640 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Sequence.h(74): 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'
|
|---|
| 12641 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Sequence.h(59): note: see declaration of 'std::vector<char,std::allocator<char>>'
|
|---|
| 12642 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Sequence.h(75): 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'
|
|---|
| 12643 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 12644 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Sequence.h(140): warning C4267: 'return': conversion from 'size_t' to 'int', possible loss of data
|
|---|
| 12645 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\StructureSeq.h(61): 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'
|
|---|
| 12646 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 12647 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\StructureSeq.h(62): warning C4251: 'atomstruct::StructureSeq::_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 'atomstruct::StructureSeq'
|
|---|
| 12648 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 12649 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\StructureSeq.h(66): warning C4251: 'atomstruct::StructureSeq::_res_map': class 'std::map<atomstruct::Residue *,atomstruct::StructureSeq::SeqPos,std::less<atomstruct::Residue *>,std::allocator<std::pair<atomstruct::Residue *const ,atomstruct::StructureSeq::SeqPos>>>' needs to have dll-interface to be used by clients of class 'atomstruct::StructureSeq'
|
|---|
| 12650 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\StructureSeq.h(51): note: see declaration of 'std::map<atomstruct::Residue *,atomstruct::StructureSeq::SeqPos,std::less<atomstruct::Residue *>,std::allocator<std::pair<atomstruct::Residue *const ,atomstruct::StructureSeq::SeqPos>>>'
|
|---|
| 12651 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\StructureSeq.h(67): warning C4251: 'atomstruct::StructureSeq::_residues': class 'std::vector<atomstruct::Residue *,std::allocator<atomstruct::Residue *>>' needs to have dll-interface to be used by clients of class 'atomstruct::StructureSeq'
|
|---|
| 12652 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\StructureSeq.h(50): note: see declaration of 'std::vector<atomstruct::Residue *,std::allocator<atomstruct::Residue *>>'
|
|---|
| 12653 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\StructureSeq.h(122): warning C4267: 'return': conversion from 'size_t' to 'int', possible loss of data
|
|---|
| 12654 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(59): warning C4251: 'atomstruct::Changes::created': class 'std::set<const void *,std::less<const void *>,std::allocator<const void *>>' needs to have dll-interface to be used by clients of class 'atomstruct::Changes'
|
|---|
| 12655 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(59): note: see declaration of 'std::set<const void *,std::less<const void *>,std::allocator<const void *>>'
|
|---|
| 12656 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(60): warning C4251: 'atomstruct::Changes::modified': class 'std::set<const void *,std::less<const void *>,std::allocator<const void *>>' needs to have dll-interface to be used by clients of class 'atomstruct::Changes'
|
|---|
| 12657 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(59): note: see declaration of 'std::set<const void *,std::less<const void *>,std::allocator<const void *>>'
|
|---|
| 12658 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(61): warning C4251: 'atomstruct::Changes::reasons': class 'std::set<std::string,std::less<atomstruct::ResName>,std::allocator<atomstruct::ResName>>' needs to have dll-interface to be used by clients of class 'atomstruct::Changes'
|
|---|
| 12659 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(61): note: see declaration of 'std::set<std::string,std::less<atomstruct::ResName>,std::allocator<atomstruct::ResName>>'
|
|---|
| 12660 | src/include\pyinstance/PythonInstance.declare.h(78): 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>'
|
|---|
| 12661 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 12662 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(68): note: see reference to class template instantiation 'pyinstance::PythonInstance<atomstruct::ChangeTracker>' being compiled
|
|---|
| 12663 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(82): warning C4251: 'atomstruct::ChangeTracker::_structure_type_changes': class 'std::map<atomstruct::Structure *,atomstruct::ChangeTracker::ChangesArray,std::less<atomstruct::Structure *>,std::allocator<std::pair<atomstruct::Structure *const ,atomstruct::ChangeTracker::ChangesArray>>>' needs to have dll-interface to be used by clients of class 'atomstruct::ChangeTracker'
|
|---|
| 12664 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(82): note: see declaration of 'std::map<atomstruct::Structure *,atomstruct::ChangeTracker::ChangesArray,std::less<atomstruct::Structure *>,std::allocator<std::pair<atomstruct::Structure *const ,atomstruct::ChangeTracker::ChangesArray>>>'
|
|---|
| 12665 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(83): warning C4251: 'atomstruct::ChangeTracker::_dead_structures': class 'std::set<atomstruct::Structure *,std::less<atomstruct::Structure *>,std::allocator<atomstruct::Structure *>>' needs to have dll-interface to be used by clients of class 'atomstruct::ChangeTracker'
|
|---|
| 12666 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(83): note: see declaration of 'std::set<atomstruct::Structure *,std::less<atomstruct::Structure *>,std::allocator<atomstruct::Structure *>>'
|
|---|
| 12667 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(92): 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'
|
|---|
| 12668 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 12669 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(93): 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'
|
|---|
| 12670 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 12671 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(94): warning C4251: 'atomstruct::ChangeTracker::REASON_ALT_LOCS': 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'
|
|---|
| 12672 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 12673 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(95): 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'
|
|---|
| 12674 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 12675 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(96): 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'
|
|---|
| 12676 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 12677 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(97): 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'
|
|---|
| 12678 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 12679 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(98): warning C4251: 'atomstruct::ChangeTracker::REASON_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::ChangeTracker'
|
|---|
| 12680 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 12681 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(99): 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'
|
|---|
| 12682 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 12683 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(100): 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'
|
|---|
| 12684 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 12685 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(101): 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'
|
|---|
| 12686 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 12687 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(102): 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'
|
|---|
| 12688 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 12689 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(103): 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'
|
|---|
| 12690 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 12691 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(104): warning C4251: 'atomstruct::ChangeTracker::REASON_ELEMENT': 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'
|
|---|
| 12692 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 12693 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(105): 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'
|
|---|
| 12694 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 12695 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(106): 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'
|
|---|
| 12696 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 12697 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(107): 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'
|
|---|
| 12698 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 12699 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(108): warning C4251: 'atomstruct::ChangeTracker::REASON_INSERTION_CODE': 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'
|
|---|
| 12700 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 12701 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(109): 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'
|
|---|
| 12702 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 12703 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(110): warning C4251: 'atomstruct::ChangeTracker::REASON_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'
|
|---|
| 12704 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 12705 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(111): 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'
|
|---|
| 12706 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 12707 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(112): 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'
|
|---|
| 12708 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 12709 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(113): 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'
|
|---|
| 12710 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 12711 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(114): 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'
|
|---|
| 12712 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 12713 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(115): 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'
|
|---|
| 12714 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 12715 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(116): 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'
|
|---|
| 12716 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 12717 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(117): 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'
|
|---|
| 12718 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 12719 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(118): 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'
|
|---|
| 12720 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 12721 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(119): 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'
|
|---|
| 12722 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 12723 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(120): 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'
|
|---|
| 12724 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 12725 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(121): 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'
|
|---|
| 12726 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 12727 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(122): 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'
|
|---|
| 12728 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 12729 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(123): 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'
|
|---|
| 12730 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 12731 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(124): 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'
|
|---|
| 12732 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 12733 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(125): 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'
|
|---|
| 12734 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 12735 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(126): 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'
|
|---|
| 12736 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 12737 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(127): 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'
|
|---|
| 12738 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 12739 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(128): 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'
|
|---|
| 12740 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 12741 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(129): 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'
|
|---|
| 12742 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 12743 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(130): 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'
|
|---|
| 12744 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 12745 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(131): warning C4251: 'atomstruct::ChangeTracker::REASON_WORM_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'
|
|---|
| 12746 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 12747 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(132): warning C4251: 'atomstruct::ChangeTracker::REASON_WORM_RIBBON': 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'
|
|---|
| 12748 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 12749 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(306): 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'
|
|---|
| 12750 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 12751 | src/include\pyinstance/PythonInstance.declare.h(78): 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>'
|
|---|
| 12752 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 12753 | src/include\element/Element.h(49): note: see reference to class template instantiation 'pyinstance::PythonInstance<element::Element>' being compiled
|
|---|
| 12754 | src/include\element/Element.h(76): warning C4251: 'element::Element::_alkali_metals': class 'std::set<int,std::less<int>,std::allocator<int>>' needs to have dll-interface to be used by clients of class 'element::Element'
|
|---|
| 12755 | src/include\element/Element.h(76): note: see declaration of 'std::set<int,std::less<int>,std::allocator<int>>'
|
|---|
| 12756 | src/include\element/Element.h(77): warning C4251: 'element::Element::_elements': class 'std::map<int,const element::Element *,std::less<int>,std::allocator<std::pair<const int,const element::Element *>>>' needs to have dll-interface to be used by clients of class 'element::Element'
|
|---|
| 12757 | src/include\element/Element.h(77): note: see declaration of 'std::map<int,const element::Element *,std::less<int>,std::allocator<std::pair<const int,const element::Element *>>>'
|
|---|
| 12758 | src/include\element/Element.h(78): warning C4251: 'element::Element::_halogens': class 'std::set<int,std::less<int>,std::allocator<int>>' needs to have dll-interface to be used by clients of class 'element::Element'
|
|---|
| 12759 | src/include\element/Element.h(76): note: see declaration of 'std::set<int,std::less<int>,std::allocator<int>>'
|
|---|
| 12760 | src/include\element/Element.h(79): warning C4251: 'element::Element::_names': class 'std::set<std::string,std::less<atomstruct::ResName>,std::allocator<atomstruct::ResName>>' needs to have dll-interface to be used by clients of class 'element::Element'
|
|---|
| 12761 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(61): note: see declaration of 'std::set<std::string,std::less<atomstruct::ResName>,std::allocator<atomstruct::ResName>>'
|
|---|
| 12762 | src/include\element/Element.h(80): warning C4251: 'element::Element::_noble_gases': class 'std::set<int,std::less<int>,std::allocator<int>>' needs to have dll-interface to be used by clients of class 'element::Element'
|
|---|
| 12763 | src/include\element/Element.h(76): note: see declaration of 'std::set<int,std::less<int>,std::allocator<int>>'
|
|---|
| 12764 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\CompSS.h(42): warning C4251: 'atomstruct::CompSSInfo::strands': class 'std::vector<std::pair<atomstruct::Residue *,atomstruct::Residue *>,std::allocator<std::pair<atomstruct::Residue *,atomstruct::Residue *>>>' needs to have dll-interface to be used by clients of class 'atomstruct::CompSSInfo'
|
|---|
| 12765 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\CompSS.h(42): note: see declaration of 'std::vector<std::pair<atomstruct::Residue *,atomstruct::Residue *>,std::allocator<std::pair<atomstruct::Residue *,atomstruct::Residue *>>>'
|
|---|
| 12766 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\CompSS.h(43): warning C4251: 'atomstruct::CompSSInfo::sheets': class 'std::vector<std::set<int,std::less<int>,std::allocator<int>>,std::allocator<std::set<int,std::less<int>,std::allocator<int>>>>' needs to have dll-interface to be used by clients of class 'atomstruct::CompSSInfo'
|
|---|
| 12767 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\CompSS.h(43): note: see declaration of 'std::vector<std::set<int,std::less<int>,std::allocator<int>>,std::allocator<std::set<int,std::less<int>,std::allocator<int>>>>'
|
|---|
| 12768 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\CompSS.h(44): warning C4251: 'atomstruct::CompSSInfo::strands_parallel': class 'std::map<std::pair<int,int>,bool,std::less<std::pair<int,int>>,std::allocator<std::pair<const std::pair<int,int>,bool>>>' needs to have dll-interface to be used by clients of class 'atomstruct::CompSSInfo'
|
|---|
| 12769 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\CompSS.h(44): note: see declaration of 'std::map<std::pair<int,int>,bool,std::less<std::pair<int,int>>,std::allocator<std::pair<const std::pair<int,int>,bool>>>'
|
|---|
| 12770 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\CompSS.h(45): warning C4251: 'atomstruct::CompSSInfo::helix_info': class 'std::vector<std::pair<std::pair<atomstruct::Residue *,atomstruct::Residue *>,char>,std::allocator<std::pair<std::pair<atomstruct::Residue *,atomstruct::Residue *>,char>>>' needs to have dll-interface to be used by clients of class 'atomstruct::CompSSInfo'
|
|---|
| 12771 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\CompSS.h(45): note: see declaration of 'std::vector<std::pair<std::pair<atomstruct::Residue *,atomstruct::Residue *>,char>,std::allocator<std::pair<std::pair<atomstruct::Residue *,atomstruct::Residue *>,char>>>'
|
|---|
| 12772 | src/include\pyinstance/PythonInstance.declare.h(78): 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>'
|
|---|
| 12773 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 12774 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\PBManager.h(53): note: see reference to class template instantiation 'pyinstance::PythonInstance<atomstruct::BaseManager>' being compiled
|
|---|
| 12775 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\PBManager.h(63): warning C4251: 'atomstruct::BaseManager::_groups': class 'std::map<std::string,atomstruct::Proxy_PBGroup *,std::less<atomstruct::ResName>,std::allocator<std::pair<const std::string,atomstruct::Proxy_PBGroup *>>>' needs to have dll-interface to be used by clients of class 'atomstruct::BaseManager'
|
|---|
| 12776 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\PBManager.h(58): note: see declaration of 'std::map<std::string,atomstruct::Proxy_PBGroup *,std::less<atomstruct::ResName>,std::allocator<std::pair<const std::string,atomstruct::Proxy_PBGroup *>>>'
|
|---|
| 12777 | src/include\pyinstance/PythonInstance.declare.h(78): 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>'
|
|---|
| 12778 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 12779 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Ring.h(38): note: see reference to class template instantiation 'pyinstance::PythonInstance<atomstruct::Ring>' being compiled
|
|---|
| 12780 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Ring.h(43): warning C4251: 'atomstruct::Ring::_bonds': class 'std::set<atomstruct::Bond *,std::less<atomstruct::Bond *>,std::allocator<atomstruct::Bond *>>' needs to have dll-interface to be used by clients of class 'atomstruct::Ring'
|
|---|
| 12781 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Ring.h(41): note: see declaration of 'std::set<atomstruct::Bond *,std::less<atomstruct::Bond *>,std::allocator<atomstruct::Bond *>>'
|
|---|
| 12782 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Ring.h(44): warning C4251: 'atomstruct::Ring::_atoms': class 'std::set<atomstruct::Atom *,std::less<atomstruct::Atom *>,std::allocator<atomstruct::Atom *>>' needs to have dll-interface to be used by clients of class 'atomstruct::Ring'
|
|---|
| 12783 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Ring.h(40): note: see declaration of 'std::set<atomstruct::Atom *,std::less<atomstruct::Atom *>,std::allocator<atomstruct::Atom *>>'
|
|---|
| 12784 | src/include\pyinstance/PythonInstance.declare.h(78): 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>'
|
|---|
| 12785 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 12786 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Structure.h(110): note: see reference to class template instantiation 'pyinstance::PythonInstance<atomstruct::Structure>' being compiled
|
|---|
| 12787 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Structure.h(145): warning C4251: 'atomstruct::Structure::_atoms': class 'std::vector<atomstruct::Atom *,std::allocator<atomstruct::Atom *>>' needs to have dll-interface to be used by clients of class 'atomstruct::Structure'
|
|---|
| 12788 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Ring.h(64): note: see declaration of 'std::vector<atomstruct::Atom *,std::allocator<atomstruct::Atom *>>'
|
|---|
| 12789 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Structure.h(147): warning C4251: 'atomstruct::Structure::_bonds': class 'std::vector<atomstruct::Bond *,std::allocator<atomstruct::Bond *>>' needs to have dll-interface to be used by clients of class 'atomstruct::Structure'
|
|---|
| 12790 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Ring.h(63): note: see declaration of 'std::vector<atomstruct::Bond *,std::allocator<atomstruct::Bond *>>'
|
|---|
| 12791 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Structure.h(151): warning C4251: 'atomstruct::Structure::_coord_sets': class 'std::vector<atomstruct::CoordSet *,std::allocator<atomstruct::CoordSet *>>' needs to have dll-interface to be used by clients of class 'atomstruct::Structure'
|
|---|
| 12792 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Structure.h(120): note: see declaration of 'std::vector<atomstruct::CoordSet *,std::allocator<atomstruct::CoordSet *>>'
|
|---|
| 12793 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Structure.h(156): warning C4251: 'atomstruct::Structure::_input_seq_info': class 'std::map<atomstruct::ChainID,std::vector<atomstruct::ResName,std::allocator<atomstruct::ResName>>,std::less<atomstruct::ResName>,std::allocator<std::pair<const atomstruct::ChainID,std::vector<atomstruct::ResName,std::allocator<atomstruct::ResName>>>>>' needs to have dll-interface to be used by clients of class 'atomstruct::Structure'
|
|---|
| 12794 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Structure.h(121): note: see declaration of 'std::map<atomstruct::ChainID,std::vector<atomstruct::ResName,std::allocator<atomstruct::ResName>>,std::less<atomstruct::ResName>,std::allocator<std::pair<const atomstruct::ChainID,std::vector<atomstruct::ResName,std::allocator<atomstruct::ResName>>>>>'
|
|---|
| 12795 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Structure.h(163): warning C4251: 'atomstruct::Structure::_residues': class 'std::vector<atomstruct::Residue *,std::allocator<atomstruct::Residue *>>' needs to have dll-interface to be used by clients of class 'atomstruct::Structure'
|
|---|
| 12796 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\StructureSeq.h(50): note: see declaration of 'std::vector<atomstruct::Residue *,std::allocator<atomstruct::Residue *>>'
|
|---|
| 12797 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Structure.h(165): warning C4251: 'atomstruct::Structure::_res_numbering_valid': class 'std::vector<bool,std::allocator<bool>>' needs to have dll-interface to be used by clients of class 'atomstruct::Structure'
|
|---|
| 12798 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Structure.h(165): note: see declaration of 'std::vector<bool,std::allocator<bool>>'
|
|---|
| 12799 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Structure.h(176): warning C4251: 'atomstruct::Structure::_rings': class 'std::set<atomstruct::Ring,std::less<atomstruct::Ring>,std::allocator<atomstruct::Ring>>' needs to have dll-interface to be used by clients of class 'atomstruct::Structure'
|
|---|
| 12800 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Structure.h(128): note: see declaration of 'std::set<atomstruct::Ring,std::less<atomstruct::Ring>,std::allocator<atomstruct::Ring>>'
|
|---|
| 12801 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Structure.h(283): 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'
|
|---|
| 12802 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 12803 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Structure.h(287): warning C4251: 'atomstruct::Structure::metadata': class 'std::map<atomstruct::ChainID,std::vector<atomstruct::ResName,std::allocator<atomstruct::ResName>>,std::less<atomstruct::ResName>,std::allocator<std::pair<const atomstruct::ChainID,std::vector<atomstruct::ResName,std::allocator<atomstruct::ResName>>>>>' needs to have dll-interface to be used by clients of class 'atomstruct::Structure'
|
|---|
| 12804 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Structure.h(121): note: see declaration of 'std::map<atomstruct::ChainID,std::vector<atomstruct::ResName,std::allocator<atomstruct::ResName>>,std::less<atomstruct::ResName>,std::allocator<std::pair<const atomstruct::ChainID,std::vector<atomstruct::ResName,std::allocator<atomstruct::ResName>>>>>'
|
|---|
| 12805 | src/include\pyinstance/PythonInstance.declare.h(78): 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>'
|
|---|
| 12806 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 12807 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\CoordSet.h(41): note: see reference to class template instantiation 'pyinstance::PythonInstance<atomstruct::CoordSet>' being compiled
|
|---|
| 12808 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\CoordSet.h(49): warning C4251: 'atomstruct::CoordSet::_coords': class 'std::vector<atomstruct::Coord,std::allocator<atomstruct::Coord>>' needs to have dll-interface to be used by clients of class 'atomstruct::CoordSet'
|
|---|
| 12809 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\CoordSet.h(46): note: see declaration of 'std::vector<atomstruct::Coord,std::allocator<atomstruct::Coord>>'
|
|---|
| 12810 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\CoordSet.h(51): warning C4251: 'atomstruct::CoordSet::_bfactor_map': class 'std::unordered_map<const atomstruct::Atom *,float,std::hash<const atomstruct::Atom *>,std::equal_to<const atomstruct::Atom *>,std::allocator<std::pair<const atomstruct::Atom *const ,float>>>' needs to have dll-interface to be used by clients of class 'atomstruct::CoordSet'
|
|---|
| 12811 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\CoordSet.h(51): note: see declaration of 'std::unordered_map<const atomstruct::Atom *,float,std::hash<const atomstruct::Atom *>,std::equal_to<const atomstruct::Atom *>,std::allocator<std::pair<const atomstruct::Atom *const ,float>>>'
|
|---|
| 12812 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\CoordSet.h(52): warning C4251: 'atomstruct::CoordSet::_occupancy_map': class 'std::unordered_map<const atomstruct::Atom *,float,std::hash<const atomstruct::Atom *>,std::equal_to<const atomstruct::Atom *>,std::allocator<std::pair<const atomstruct::Atom *const ,float>>>' needs to have dll-interface to be used by clients of class 'atomstruct::CoordSet'
|
|---|
| 12813 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\CoordSet.h(51): note: see declaration of 'std::unordered_map<const atomstruct::Atom *,float,std::hash<const atomstruct::Atom *>,std::equal_to<const atomstruct::Atom *>,std::allocator<std::pair<const atomstruct::Atom *const ,float>>>'
|
|---|
| 12814 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\CoordSet.h(77): warning C4267: 'return': conversion from 'size_t' to 'int', possible loss of data
|
|---|
| 12815 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\CoordSet.h(80): warning C4267: 'return': conversion from 'size_t' to 'int', possible loss of data
|
|---|
| 12816 | src/include\pyinstance/PythonInstance.declare.h(78): 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>'
|
|---|
| 12817 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 12818 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Residue.h(53): note: see reference to class template instantiation 'pyinstance::PythonInstance<atomstruct::Residue>' being compiled
|
|---|
| 12819 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Residue.h(81): warning C4251: 'atomstruct::Residue::_atoms': class 'std::vector<atomstruct::Atom *,std::allocator<atomstruct::Atom *>>' needs to have dll-interface to be used by clients of class 'atomstruct::Residue'
|
|---|
| 12820 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Ring.h(64): note: see declaration of 'std::vector<atomstruct::Atom *,std::allocator<atomstruct::Atom *>>'
|
|---|
| 12821 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Residue.h(83): 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'
|
|---|
| 12822 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 12823 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Residue.h(85): 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'
|
|---|
| 12824 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 12825 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Residue.h(86): 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'
|
|---|
| 12826 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 12827 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Residue.h(162): warning C4251: 'atomstruct::Residue::aa_min_backbone_names': class 'std::set<std::string,std::less<atomstruct::ResName>,std::allocator<atomstruct::ResName>>' needs to have dll-interface to be used by clients of class 'atomstruct::Residue'
|
|---|
| 12828 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(61): note: see declaration of 'std::set<std::string,std::less<atomstruct::ResName>,std::allocator<atomstruct::ResName>>'
|
|---|
| 12829 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Residue.h(163): warning C4251: 'atomstruct::Residue::aa_min_ordered_backbone_names': class 'std::vector<atomstruct::ResName,std::allocator<atomstruct::ResName>>' needs to have dll-interface to be used by clients of class 'atomstruct::Residue'
|
|---|
| 12830 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Sequence.h(99): note: see declaration of 'std::vector<atomstruct::ResName,std::allocator<atomstruct::ResName>>'
|
|---|
| 12831 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Residue.h(164): warning C4251: 'atomstruct::Residue::aa_max_backbone_names': class 'std::set<std::string,std::less<atomstruct::ResName>,std::allocator<atomstruct::ResName>>' needs to have dll-interface to be used by clients of class 'atomstruct::Residue'
|
|---|
| 12832 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(61): note: see declaration of 'std::set<std::string,std::less<atomstruct::ResName>,std::allocator<atomstruct::ResName>>'
|
|---|
| 12833 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Residue.h(165): warning C4251: 'atomstruct::Residue::aa_ribbon_backbone_names': class 'std::set<std::string,std::less<atomstruct::ResName>,std::allocator<atomstruct::ResName>>' needs to have dll-interface to be used by clients of class 'atomstruct::Residue'
|
|---|
| 12834 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(61): note: see declaration of 'std::set<std::string,std::less<atomstruct::ResName>,std::allocator<atomstruct::ResName>>'
|
|---|
| 12835 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Residue.h(166): warning C4251: 'atomstruct::Residue::aa_side_connector_names': class 'std::set<std::string,std::less<atomstruct::ResName>,std::allocator<atomstruct::ResName>>' needs to have dll-interface to be used by clients of class 'atomstruct::Residue'
|
|---|
| 12836 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(61): note: see declaration of 'std::set<std::string,std::less<atomstruct::ResName>,std::allocator<atomstruct::ResName>>'
|
|---|
| 12837 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Residue.h(167): warning C4251: 'atomstruct::Residue::na_min_backbone_names': class 'std::set<std::string,std::less<atomstruct::ResName>,std::allocator<atomstruct::ResName>>' needs to have dll-interface to be used by clients of class 'atomstruct::Residue'
|
|---|
| 12838 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(61): note: see declaration of 'std::set<std::string,std::less<atomstruct::ResName>,std::allocator<atomstruct::ResName>>'
|
|---|
| 12839 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Residue.h(168): warning C4251: 'atomstruct::Residue::na_min_ordered_backbone_names': class 'std::vector<atomstruct::ResName,std::allocator<atomstruct::ResName>>' needs to have dll-interface to be used by clients of class 'atomstruct::Residue'
|
|---|
| 12840 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Sequence.h(99): note: see declaration of 'std::vector<atomstruct::ResName,std::allocator<atomstruct::ResName>>'
|
|---|
| 12841 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Residue.h(169): warning C4251: 'atomstruct::Residue::na_max_backbone_names': class 'std::set<std::string,std::less<atomstruct::ResName>,std::allocator<atomstruct::ResName>>' needs to have dll-interface to be used by clients of class 'atomstruct::Residue'
|
|---|
| 12842 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(61): note: see declaration of 'std::set<std::string,std::less<atomstruct::ResName>,std::allocator<atomstruct::ResName>>'
|
|---|
| 12843 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Residue.h(170): warning C4251: 'atomstruct::Residue::na_ribbon_backbone_names': class 'std::set<std::string,std::less<atomstruct::ResName>,std::allocator<atomstruct::ResName>>' needs to have dll-interface to be used by clients of class 'atomstruct::Residue'
|
|---|
| 12844 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(61): note: see declaration of 'std::set<std::string,std::less<atomstruct::ResName>,std::allocator<atomstruct::ResName>>'
|
|---|
| 12845 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Residue.h(171): warning C4251: 'atomstruct::Residue::na_side_connector_names': class 'std::set<std::string,std::less<atomstruct::ResName>,std::allocator<atomstruct::ResName>>' needs to have dll-interface to be used by clients of class 'atomstruct::Residue'
|
|---|
| 12846 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(61): note: see declaration of 'std::set<std::string,std::less<atomstruct::ResName>,std::allocator<atomstruct::ResName>>'
|
|---|
| 12847 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Residue.h(172): warning C4251: 'atomstruct::Residue::ribose_names': class 'std::set<std::string,std::less<atomstruct::ResName>,std::allocator<atomstruct::ResName>>' needs to have dll-interface to be used by clients of class 'atomstruct::Residue'
|
|---|
| 12848 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(61): note: see declaration of 'std::set<std::string,std::less<atomstruct::ResName>,std::allocator<atomstruct::ResName>>'
|
|---|
| 12849 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Residue.h(173): warning C4251: 'atomstruct::Residue::std_solvent_names': class 'std::set<std::string,std::less<atomstruct::ResName>,std::allocator<atomstruct::ResName>>' needs to have dll-interface to be used by clients of class 'atomstruct::Residue'
|
|---|
| 12850 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(61): note: see declaration of 'std::set<std::string,std::less<atomstruct::ResName>,std::allocator<atomstruct::ResName>>'
|
|---|
| 12851 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Residue.h(174): warning C4251: 'atomstruct::Residue::std_water_names': class 'std::set<std::string,std::less<atomstruct::ResName>,std::allocator<atomstruct::ResName>>' needs to have dll-interface to be used by clients of class 'atomstruct::Residue'
|
|---|
| 12852 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(61): note: see declaration of 'std::set<std::string,std::less<atomstruct::ResName>,std::allocator<atomstruct::ResName>>'
|
|---|
| 12853 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Residue.h(175): warning C4251: 'atomstruct::Residue::ideal_chirality': class 'std::map<atomstruct::ResName,std::map<atomstruct::ResName,char,std::less<atomstruct::ResName>,std::allocator<std::pair<const atomstruct::ResName,char>>>,std::less<atomstruct::ResName>,std::allocator<std::pair<const atomstruct::ResName,std::map<atomstruct::ResName,char,std::less<atomstruct::ResName>,std::allocator<std::pair<const atomstruct::ResName,char>>>>>>' needs to have dll-interface to be used by clients of class 'atomstruct::Residue'
|
|---|
| 12854 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Residue.h(175): note: see declaration of 'std::map<atomstruct::ResName,std::map<atomstruct::ResName,char,std::less<atomstruct::ResName>,std::allocator<std::pair<const atomstruct::ResName,char>>>,std::less<atomstruct::ResName>,std::allocator<std::pair<const atomstruct::ResName,std::map<atomstruct::ResName,char,std::less<atomstruct::ResName>,std::allocator<std::pair<const atomstruct::ResName,char>>>>>>'
|
|---|
| 12855 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Residue.h(126): warning C4267: 'return': conversion from 'size_t' to 'int', possible loss of data
|
|---|
| 12856 | src/include\pyinstance/PythonInstance.declare.h(78): 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>'
|
|---|
| 12857 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 12858 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Atom.h(68): note: see reference to class template instantiation 'pyinstance::PythonInstance<atomstruct::Atom>' being compiled
|
|---|
| 12859 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Atom.h(124): warning C4251: 'atomstruct::Atom::_alt_loc_map': class 'std::map<unsigned char,atomstruct::Atom::_Alt_loc_info,std::less<unsigned char>,std::allocator<std::pair<const unsigned char,atomstruct::Atom::_Alt_loc_info>>>' needs to have dll-interface to be used by clients of class 'atomstruct::Atom'
|
|---|
| 12860 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Atom.h(123): note: see declaration of 'std::map<unsigned char,atomstruct::Atom::_Alt_loc_info,std::less<unsigned char>,std::allocator<std::pair<const unsigned char,atomstruct::Atom::_Alt_loc_info>>>'
|
|---|
| 12861 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Atom.h(126): warning C4251: 'atomstruct::Atom::_bonds': class 'std::vector<atomstruct::Bond *,std::allocator<atomstruct::Bond *>>' needs to have dll-interface to be used by clients of class 'atomstruct::Atom'
|
|---|
| 12862 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Ring.h(63): note: see declaration of 'std::vector<atomstruct::Bond *,std::allocator<atomstruct::Bond *>>'
|
|---|
| 12863 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Atom.h(127): 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'
|
|---|
| 12864 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\string_types.h(44): note: see declaration of 'chutil::CString<5,65,116,111,109,32,84,121,112,101>'
|
|---|
| 12865 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Atom.h(134): 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'
|
|---|
| 12866 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\string_types.h(44): note: see declaration of 'chutil::CString<5,65,116,111,109,32,84,121,112,101>'
|
|---|
| 12867 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Atom.h(136): warning C4251: 'atomstruct::Atom::_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::Atom'
|
|---|
| 12868 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 12869 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Atom.h(137): warning C4251: 'atomstruct::Atom::_neighbors': class 'std::vector<atomstruct::Atom *,std::allocator<atomstruct::Atom *>>' needs to have dll-interface to be used by clients of class 'atomstruct::Atom'
|
|---|
| 12870 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Ring.h(64): note: see declaration of 'std::vector<atomstruct::Atom *,std::allocator<atomstruct::Atom *>>'
|
|---|
| 12871 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Atom.h(143): warning C4251: 'atomstruct::Atom::_rings': class 'std::vector<const atomstruct::Ring *,std::allocator<const atomstruct::Ring *>>' needs to have dll-interface to be used by clients of class 'atomstruct::Atom'
|
|---|
| 12872 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Atom.h(91): note: see declaration of 'std::vector<const atomstruct::Ring *,std::allocator<const atomstruct::Ring *>>'
|
|---|
| 12873 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Atom.h(201): warning C4244: '=': conversion from 'double' to 'float', possible loss of data
|
|---|
| 12874 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Atom.h(205): warning C4244: 'return': conversion from 'double' to 'float', possible loss of data
|
|---|
| 12875 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Atom.h(223): warning C4267: 'return': conversion from 'size_t' to 'int', possible loss of data
|
|---|
| 12876 | src/include\pyinstance/PythonInstance.declare.h(78): 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>'
|
|---|
| 12877 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 12878 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Bond.h(47): note: see reference to class template instantiation 'pyinstance::PythonInstance<atomstruct::Bond>' being compiled
|
|---|
| 12879 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Bond.h(59): warning C4251: 'atomstruct::Bond::_rings': class 'std::vector<const atomstruct::Ring *,std::allocator<const atomstruct::Ring *>>' needs to have dll-interface to be used by clients of class 'atomstruct::Bond'
|
|---|
| 12880 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Atom.h(91): note: see declaration of 'std::vector<const atomstruct::Ring *,std::allocator<const atomstruct::Ring *>>'
|
|---|
| 12881 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Bond.h(128): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data
|
|---|
| 12882 | atomic_cpp/atomstruct_cpp/StructureSeq.cpp(372): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data
|
|---|
| 12883 | atomic_cpp/atomstruct_cpp/StructureSeq.cpp(373): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data
|
|---|
| 12884 | atomic_cpp/atomstruct_cpp/StructureSeq.cpp(380): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data
|
|---|
| 12885 | atomic_cpp/atomstruct_cpp/StructureSeq.cpp(381): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data
|
|---|
| 12886 | atomic_cpp/atomstruct_cpp/StructureSeq.cpp(387): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data
|
|---|
| 12887 | destruct.cpp
|
|---|
| 12888 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\destruct.h(53): warning C4251: 'atomstruct::DestructionCoordinator::_observers': class 'std::set<atomstruct::DestructionObserver *,std::less<atomstruct::DestructionObserver *>,std::allocator<atomstruct::DestructionObserver *>>' needs to have dll-interface to be used by clients of class 'atomstruct::DestructionCoordinator'
|
|---|
| 12889 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\destruct.h(53): note: see declaration of 'std::set<atomstruct::DestructionObserver *,std::less<atomstruct::DestructionObserver *>,std::allocator<atomstruct::DestructionObserver *>>'
|
|---|
| 12890 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\destruct.h(54): warning C4251: 'atomstruct::DestructionCoordinator::_destroyed': class 'std::set<void *,std::less<void *>,std::allocator<void *>>' needs to have dll-interface to be used by clients of class 'atomstruct::DestructionCoordinator'
|
|---|
| 12891 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\destruct.h(42): note: see declaration of 'std::set<void *,std::less<void *>,std::allocator<void *>>'
|
|---|
| 12892 | search.cpp
|
|---|
| 12893 | src/include\pyinstance/PythonInstance.declare.h(78): 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>'
|
|---|
| 12894 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 12895 | src/include\pyinstance/PythonInstance.declare.h(104): note: see reference to class template instantiation 'pyinstance::PythonInstance<C>' being compiled
|
|---|
| 12896 | src/include\pyinstance/PythonInstance.declare.h(78): 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>'
|
|---|
| 12897 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 12898 | src/include\element/Element.h(49): note: see reference to class template instantiation 'pyinstance::PythonInstance<element::Element>' being compiled
|
|---|
| 12899 | src/include\element/Element.h(76): warning C4251: 'element::Element::_alkali_metals': class 'std::set<int,std::less<int>,std::allocator<int>>' needs to have dll-interface to be used by clients of class 'element::Element'
|
|---|
| 12900 | src/include\element/Element.h(76): note: see declaration of 'std::set<int,std::less<int>,std::allocator<int>>'
|
|---|
| 12901 | src/include\element/Element.h(77): warning C4251: 'element::Element::_elements': class 'std::map<int,const element::Element *,std::less<int>,std::allocator<std::pair<const int,const element::Element *>>>' needs to have dll-interface to be used by clients of class 'element::Element'
|
|---|
| 12902 | src/include\element/Element.h(77): note: see declaration of 'std::map<int,const element::Element *,std::less<int>,std::allocator<std::pair<const int,const element::Element *>>>'
|
|---|
| 12903 | src/include\element/Element.h(78): warning C4251: 'element::Element::_halogens': class 'std::set<int,std::less<int>,std::allocator<int>>' needs to have dll-interface to be used by clients of class 'element::Element'
|
|---|
| 12904 | src/include\element/Element.h(76): note: see declaration of 'std::set<int,std::less<int>,std::allocator<int>>'
|
|---|
| 12905 | src/include\element/Element.h(79): warning C4251: 'element::Element::_names': class 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>' needs to have dll-interface to be used by clients of class 'element::Element'
|
|---|
| 12906 | src/include\element/Element.h(79): note: see declaration of 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>'
|
|---|
| 12907 | src/include\element/Element.h(80): warning C4251: 'element::Element::_noble_gases': class 'std::set<int,std::less<int>,std::allocator<int>>' needs to have dll-interface to be used by clients of class 'element::Element'
|
|---|
| 12908 | src/include\element/Element.h(76): note: see declaration of 'std::set<int,std::less<int>,std::allocator<int>>'
|
|---|
| 12909 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\src\include\atomstruct\ChangeTracker.h(59): warning C4251: 'atomstruct::Changes::created': class 'std::set<const void *,std::less<const void *>,std::allocator<const void *>>' needs to have dll-interface to be used by clients of class 'atomstruct::Changes'
|
|---|
| 12910 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\src\include\atomstruct\ChangeTracker.h(59): note: see declaration of 'std::set<const void *,std::less<const void *>,std::allocator<const void *>>'
|
|---|
| 12911 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\src\include\atomstruct\ChangeTracker.h(60): warning C4251: 'atomstruct::Changes::modified': class 'std::set<const void *,std::less<const void *>,std::allocator<const void *>>' needs to have dll-interface to be used by clients of class 'atomstruct::Changes'
|
|---|
| 12912 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\src\include\atomstruct\ChangeTracker.h(59): note: see declaration of 'std::set<const void *,std::less<const void *>,std::allocator<const void *>>'
|
|---|
| 12913 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\src\include\atomstruct\ChangeTracker.h(61): warning C4251: 'atomstruct::Changes::reasons': class 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>' needs to have dll-interface to be used by clients of class 'atomstruct::Changes'
|
|---|
| 12914 | src/include\element/Element.h(79): note: see declaration of 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>'
|
|---|
| 12915 | src/include\pyinstance/PythonInstance.declare.h(78): 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>'
|
|---|
| 12916 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 12917 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\src\include\atomstruct\ChangeTracker.h(68): note: see reference to class template instantiation 'pyinstance::PythonInstance<atomstruct::ChangeTracker>' being compiled
|
|---|
| 12918 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\src\include\atomstruct\ChangeTracker.h(82): warning C4251: 'atomstruct::ChangeTracker::_structure_type_changes': class 'std::map<atomstruct::Structure *,atomstruct::ChangeTracker::ChangesArray,std::less<atomstruct::Structure *>,std::allocator<std::pair<atomstruct::Structure *const ,atomstruct::ChangeTracker::ChangesArray>>>' needs to have dll-interface to be used by clients of class 'atomstruct::ChangeTracker'
|
|---|
| 12919 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\src\include\atomstruct\ChangeTracker.h(82): note: see declaration of 'std::map<atomstruct::Structure *,atomstruct::ChangeTracker::ChangesArray,std::less<atomstruct::Structure *>,std::allocator<std::pair<atomstruct::Structure *const ,atomstruct::ChangeTracker::ChangesArray>>>'
|
|---|
| 12920 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\src\include\atomstruct\ChangeTracker.h(83): warning C4251: 'atomstruct::ChangeTracker::_dead_structures': class 'std::set<atomstruct::Structure *,std::less<atomstruct::Structure *>,std::allocator<atomstruct::Structure *>>' needs to have dll-interface to be used by clients of class 'atomstruct::ChangeTracker'
|
|---|
| 12921 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\src\include\atomstruct\ChangeTracker.h(83): note: see declaration of 'std::set<atomstruct::Structure *,std::less<atomstruct::Structure *>,std::allocator<atomstruct::Structure *>>'
|
|---|
| 12922 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\src\include\atomstruct\ChangeTracker.h(92): 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'
|
|---|
| 12923 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 12924 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\src\include\atomstruct\ChangeTracker.h(93): 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'
|
|---|
| 12925 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 12926 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\src\include\atomstruct\ChangeTracker.h(94): warning C4251: 'atomstruct::ChangeTracker::REASON_ALT_LOCS': 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'
|
|---|
| 12927 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 12928 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\src\include\atomstruct\ChangeTracker.h(95): 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'
|
|---|
| 12929 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 12930 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\src\include\atomstruct\ChangeTracker.h(96): 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'
|
|---|
| 12931 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 12932 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\src\include\atomstruct\ChangeTracker.h(97): 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'
|
|---|
| 12933 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 12934 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\src\include\atomstruct\ChangeTracker.h(98): warning C4251: 'atomstruct::ChangeTracker::REASON_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::ChangeTracker'
|
|---|
| 12935 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 12936 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\src\include\atomstruct\ChangeTracker.h(99): 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'
|
|---|
| 12937 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 12938 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\src\include\atomstruct\ChangeTracker.h(100): 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'
|
|---|
| 12939 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 12940 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\src\include\atomstruct\ChangeTracker.h(101): 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'
|
|---|
| 12941 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 12942 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\src\include\atomstruct\ChangeTracker.h(102): 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'
|
|---|
| 12943 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 12944 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\src\include\atomstruct\ChangeTracker.h(103): 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'
|
|---|
| 12945 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 12946 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\src\include\atomstruct\ChangeTracker.h(104): warning C4251: 'atomstruct::ChangeTracker::REASON_ELEMENT': 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'
|
|---|
| 12947 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 12948 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\src\include\atomstruct\ChangeTracker.h(105): 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'
|
|---|
| 12949 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 12950 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\src\include\atomstruct\ChangeTracker.h(106): 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'
|
|---|
| 12951 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 12952 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\src\include\atomstruct\ChangeTracker.h(107): 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'
|
|---|
| 12953 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 12954 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\src\include\atomstruct\ChangeTracker.h(108): warning C4251: 'atomstruct::ChangeTracker::REASON_INSERTION_CODE': 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'
|
|---|
| 12955 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 12956 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\src\include\atomstruct\ChangeTracker.h(109): 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'
|
|---|
| 12957 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 12958 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\src\include\atomstruct\ChangeTracker.h(110): warning C4251: 'atomstruct::ChangeTracker::REASON_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'
|
|---|
| 12959 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 12960 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\src\include\atomstruct\ChangeTracker.h(111): 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'
|
|---|
| 12961 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 12962 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\src\include\atomstruct\ChangeTracker.h(112): 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'
|
|---|
| 12963 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 12964 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\src\include\atomstruct\ChangeTracker.h(113): 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'
|
|---|
| 12965 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 12966 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\src\include\atomstruct\ChangeTracker.h(114): 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'
|
|---|
| 12967 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 12968 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\src\include\atomstruct\ChangeTracker.h(115): 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'
|
|---|
| 12969 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 12970 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\src\include\atomstruct\ChangeTracker.h(116): 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'
|
|---|
| 12971 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 12972 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\src\include\atomstruct\ChangeTracker.h(117): 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'
|
|---|
| 12973 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 12974 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\src\include\atomstruct\ChangeTracker.h(118): 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'
|
|---|
| 12975 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 12976 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\src\include\atomstruct\ChangeTracker.h(119): 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'
|
|---|
| 12977 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 12978 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\src\include\atomstruct\ChangeTracker.h(120): 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'
|
|---|
| 12979 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 12980 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\src\include\atomstruct\ChangeTracker.h(121): 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'
|
|---|
| 12981 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 12982 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\src\include\atomstruct\ChangeTracker.h(122): 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'
|
|---|
| 12983 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 12984 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\src\include\atomstruct\ChangeTracker.h(123): 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'
|
|---|
| 12985 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 12986 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\src\include\atomstruct\ChangeTracker.h(124): 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'
|
|---|
| 12987 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 12988 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\src\include\atomstruct\ChangeTracker.h(125): 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'
|
|---|
| 12989 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 12990 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\src\include\atomstruct\ChangeTracker.h(126): 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'
|
|---|
| 12991 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 12992 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\src\include\atomstruct\ChangeTracker.h(127): 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'
|
|---|
| 12993 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 12994 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\src\include\atomstruct\ChangeTracker.h(128): 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'
|
|---|
| 12995 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 12996 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\src\include\atomstruct\ChangeTracker.h(129): 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'
|
|---|
| 12997 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 12998 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\src\include\atomstruct\ChangeTracker.h(130): 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'
|
|---|
| 12999 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 13000 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\src\include\atomstruct\ChangeTracker.h(131): warning C4251: 'atomstruct::ChangeTracker::REASON_WORM_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'
|
|---|
| 13001 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 13002 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\src\include\atomstruct\ChangeTracker.h(132): warning C4251: 'atomstruct::ChangeTracker::REASON_WORM_RIBBON': 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'
|
|---|
| 13003 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 13004 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\src\include\atomstruct\ChangeTracker.h(306): 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'
|
|---|
| 13005 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 13006 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\src\include\atomstruct\destruct.h(53): warning C4251: 'atomstruct::DestructionCoordinator::_observers': class 'std::set<atomstruct::DestructionObserver *,std::less<atomstruct::DestructionObserver *>,std::allocator<atomstruct::DestructionObserver *>>' needs to have dll-interface to be used by clients of class 'atomstruct::DestructionCoordinator'
|
|---|
| 13007 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\src\include\atomstruct\destruct.h(53): note: see declaration of 'std::set<atomstruct::DestructionObserver *,std::less<atomstruct::DestructionObserver *>,std::allocator<atomstruct::DestructionObserver *>>'
|
|---|
| 13008 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\src\include\atomstruct\destruct.h(54): warning C4251: 'atomstruct::DestructionCoordinator::_destroyed': class 'std::set<void *,std::less<void *>,std::allocator<void *>>' needs to have dll-interface to be used by clients of class 'atomstruct::DestructionCoordinator'
|
|---|
| 13009 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\src\include\atomstruct\destruct.h(42): note: see declaration of 'std::set<void *,std::less<void *>,std::allocator<void *>>'
|
|---|
| 13010 | src/include\pyinstance/PythonInstance.declare.h(78): 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>'
|
|---|
| 13011 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 13012 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\src\include\atomstruct\Sequence.h(57): note: see reference to class template instantiation 'pyinstance::PythonInstance<atomstruct::Sequence>' being compiled
|
|---|
| 13013 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\src\include\atomstruct\Sequence.h(63): warning C4251: 'atomstruct::Sequence::_nucleic3to1': class 'std::map<atomstruct::ResName,char,std::less<std::string>,std::allocator<std::pair<const atomstruct::ResName,char>>>' needs to have dll-interface to be used by clients of class 'atomstruct::Sequence'
|
|---|
| 13014 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\src\include\atomstruct\Sequence.h(61): note: see declaration of 'std::map<atomstruct::ResName,char,std::less<std::string>,std::allocator<std::pair<const atomstruct::ResName,char>>>'
|
|---|
| 13015 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\src\include\atomstruct\Sequence.h(64): warning C4251: 'atomstruct::Sequence::_protein3to1': class 'std::map<atomstruct::ResName,char,std::less<std::string>,std::allocator<std::pair<const atomstruct::ResName,char>>>' needs to have dll-interface to be used by clients of class 'atomstruct::Sequence'
|
|---|
| 13016 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\src\include\atomstruct\Sequence.h(61): note: see declaration of 'std::map<atomstruct::ResName,char,std::less<std::string>,std::allocator<std::pair<const atomstruct::ResName,char>>>'
|
|---|
| 13017 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\src\include\atomstruct\Sequence.h(65): warning C4251: 'atomstruct::Sequence::_rname3to1': class 'std::map<atomstruct::ResName,char,std::less<std::string>,std::allocator<std::pair<const atomstruct::ResName,char>>>' needs to have dll-interface to be used by clients of class 'atomstruct::Sequence'
|
|---|
| 13018 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\src\include\atomstruct\Sequence.h(61): note: see declaration of 'std::map<atomstruct::ResName,char,std::less<std::string>,std::allocator<std::pair<const atomstruct::ResName,char>>>'
|
|---|
| 13019 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\src\include\atomstruct\Sequence.h(67): warning C4251: 'atomstruct::Sequence::_cache_g2ug': class 'std::map<unsigned int,unsigned int,std::less<unsigned int>,std::allocator<std::pair<const unsigned int,unsigned int>>>' needs to have dll-interface to be used by clients of class 'atomstruct::Sequence'
|
|---|
| 13020 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\src\include\atomstruct\Sequence.h(67): note: see declaration of 'std::map<unsigned int,unsigned int,std::less<unsigned int>,std::allocator<std::pair<const unsigned int,unsigned int>>>'
|
|---|
| 13021 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\src\include\atomstruct\Sequence.h(68): warning C4251: 'atomstruct::Sequence::_cache_ug2g': class 'std::map<unsigned int,unsigned int,std::less<unsigned int>,std::allocator<std::pair<const unsigned int,unsigned int>>>' needs to have dll-interface to be used by clients of class 'atomstruct::Sequence'
|
|---|
| 13022 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\src\include\atomstruct\Sequence.h(67): note: see declaration of 'std::map<unsigned int,unsigned int,std::less<unsigned int>,std::allocator<std::pair<const unsigned int,unsigned int>>>'
|
|---|
| 13023 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\src\include\atomstruct\Sequence.h(69): 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'
|
|---|
| 13024 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\src\include\atomstruct\Sequence.h(59): note: see declaration of 'std::vector<char,std::allocator<char>>'
|
|---|
| 13025 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\src\include\atomstruct\Sequence.h(74): 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'
|
|---|
| 13026 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\src\include\atomstruct\Sequence.h(59): note: see declaration of 'std::vector<char,std::allocator<char>>'
|
|---|
| 13027 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\src\include\atomstruct\Sequence.h(75): 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'
|
|---|
| 13028 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 13029 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\src\include\atomstruct\Sequence.h(140): warning C4267: 'return': conversion from 'size_t' to 'int', possible loss of data
|
|---|
| 13030 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\src\include\atomstruct\StructureSeq.h(61): 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'
|
|---|
| 13031 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 13032 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\src\include\atomstruct\StructureSeq.h(62): warning C4251: 'atomstruct::StructureSeq::_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 'atomstruct::StructureSeq'
|
|---|
| 13033 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 13034 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\src\include\atomstruct\StructureSeq.h(66): warning C4251: 'atomstruct::StructureSeq::_res_map': class 'std::map<atomstruct::Residue *,atomstruct::StructureSeq::SeqPos,std::less<atomstruct::Residue *>,std::allocator<std::pair<atomstruct::Residue *const ,atomstruct::StructureSeq::SeqPos>>>' needs to have dll-interface to be used by clients of class 'atomstruct::StructureSeq'
|
|---|
| 13035 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\src\include\atomstruct\StructureSeq.h(51): note: see declaration of 'std::map<atomstruct::Residue *,atomstruct::StructureSeq::SeqPos,std::less<atomstruct::Residue *>,std::allocator<std::pair<atomstruct::Residue *const ,atomstruct::StructureSeq::SeqPos>>>'
|
|---|
| 13036 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\src\include\atomstruct\StructureSeq.h(67): warning C4251: 'atomstruct::StructureSeq::_residues': class 'std::vector<atomstruct::Residue *,std::allocator<atomstruct::Residue *>>' needs to have dll-interface to be used by clients of class 'atomstruct::StructureSeq'
|
|---|
| 13037 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\src\include\atomstruct\StructureSeq.h(50): note: see declaration of 'std::vector<atomstruct::Residue *,std::allocator<atomstruct::Residue *>>'
|
|---|
| 13038 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\src\include\atomstruct\StructureSeq.h(122): warning C4267: 'return': conversion from 'size_t' to 'int', possible loss of data
|
|---|
| 13039 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\src\include\atomstruct\CompSS.h(42): warning C4251: 'atomstruct::CompSSInfo::strands': class 'std::vector<std::pair<atomstruct::Residue *,atomstruct::Residue *>,std::allocator<std::pair<atomstruct::Residue *,atomstruct::Residue *>>>' needs to have dll-interface to be used by clients of class 'atomstruct::CompSSInfo'
|
|---|
| 13040 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\src\include\atomstruct\CompSS.h(42): note: see declaration of 'std::vector<std::pair<atomstruct::Residue *,atomstruct::Residue *>,std::allocator<std::pair<atomstruct::Residue *,atomstruct::Residue *>>>'
|
|---|
| 13041 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\src\include\atomstruct\CompSS.h(43): warning C4251: 'atomstruct::CompSSInfo::sheets': class 'std::vector<std::set<int,std::less<int>,std::allocator<int>>,std::allocator<std::set<int,std::less<int>,std::allocator<int>>>>' needs to have dll-interface to be used by clients of class 'atomstruct::CompSSInfo'
|
|---|
| 13042 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\src\include\atomstruct\CompSS.h(43): note: see declaration of 'std::vector<std::set<int,std::less<int>,std::allocator<int>>,std::allocator<std::set<int,std::less<int>,std::allocator<int>>>>'
|
|---|
| 13043 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\src\include\atomstruct\CompSS.h(44): warning C4251: 'atomstruct::CompSSInfo::strands_parallel': class 'std::map<std::pair<int,int>,bool,std::less<std::pair<int,int>>,std::allocator<std::pair<const std::pair<int,int>,bool>>>' needs to have dll-interface to be used by clients of class 'atomstruct::CompSSInfo'
|
|---|
| 13044 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\src\include\atomstruct\CompSS.h(44): note: see declaration of 'std::map<std::pair<int,int>,bool,std::less<std::pair<int,int>>,std::allocator<std::pair<const std::pair<int,int>,bool>>>'
|
|---|
| 13045 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\src\include\atomstruct\CompSS.h(45): warning C4251: 'atomstruct::CompSSInfo::helix_info': class 'std::vector<std::pair<std::pair<atomstruct::Residue *,atomstruct::Residue *>,char>,std::allocator<std::pair<std::pair<atomstruct::Residue *,atomstruct::Residue *>,char>>>' needs to have dll-interface to be used by clients of class 'atomstruct::CompSSInfo'
|
|---|
| 13046 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\src\include\atomstruct\CompSS.h(45): note: see declaration of 'std::vector<std::pair<std::pair<atomstruct::Residue *,atomstruct::Residue *>,char>,std::allocator<std::pair<std::pair<atomstruct::Residue *,atomstruct::Residue *>,char>>>'
|
|---|
| 13047 | src/include\pyinstance/PythonInstance.declare.h(78): 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>'
|
|---|
| 13048 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 13049 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\src\include\atomstruct\PBManager.h(53): note: see reference to class template instantiation 'pyinstance::PythonInstance<atomstruct::BaseManager>' being compiled
|
|---|
| 13050 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\src\include\atomstruct\PBManager.h(63): warning C4251: 'atomstruct::BaseManager::_groups': class 'std::map<std::string,atomstruct::Proxy_PBGroup *,std::less<std::string>,std::allocator<std::pair<const std::string,atomstruct::Proxy_PBGroup *>>>' needs to have dll-interface to be used by clients of class 'atomstruct::BaseManager'
|
|---|
| 13051 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\src\include\atomstruct\PBManager.h(58): note: see declaration of 'std::map<std::string,atomstruct::Proxy_PBGroup *,std::less<std::string>,std::allocator<std::pair<const std::string,atomstruct::Proxy_PBGroup *>>>'
|
|---|
| 13052 | src/include\pyinstance/PythonInstance.declare.h(78): 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>'
|
|---|
| 13053 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 13054 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\src\include\atomstruct\Ring.h(38): note: see reference to class template instantiation 'pyinstance::PythonInstance<atomstruct::Ring>' being compiled
|
|---|
| 13055 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\src\include\atomstruct\Ring.h(43): warning C4251: 'atomstruct::Ring::_bonds': class 'std::set<atomstruct::Bond *,std::less<atomstruct::Bond *>,std::allocator<atomstruct::Bond *>>' needs to have dll-interface to be used by clients of class 'atomstruct::Ring'
|
|---|
| 13056 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\src\include\atomstruct\Ring.h(41): note: see declaration of 'std::set<atomstruct::Bond *,std::less<atomstruct::Bond *>,std::allocator<atomstruct::Bond *>>'
|
|---|
| 13057 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\src\include\atomstruct\Ring.h(44): warning C4251: 'atomstruct::Ring::_atoms': class 'std::set<atomstruct::Atom *,std::less<atomstruct::Atom *>,std::allocator<atomstruct::Atom *>>' needs to have dll-interface to be used by clients of class 'atomstruct::Ring'
|
|---|
| 13058 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\src\include\atomstruct\Ring.h(40): note: see declaration of 'std::set<atomstruct::Atom *,std::less<atomstruct::Atom *>,std::allocator<atomstruct::Atom *>>'
|
|---|
| 13059 | src/include\pyinstance/PythonInstance.declare.h(78): 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>'
|
|---|
| 13060 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 13061 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\src\include\atomstruct\Structure.h(110): note: see reference to class template instantiation 'pyinstance::PythonInstance<atomstruct::Structure>' being compiled
|
|---|
| 13062 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\src\include\atomstruct\Structure.h(145): warning C4251: 'atomstruct::Structure::_atoms': class 'std::vector<atomstruct::Atom *,std::allocator<atomstruct::Atom *>>' needs to have dll-interface to be used by clients of class 'atomstruct::Structure'
|
|---|
| 13063 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\src\include\atomstruct\Ring.h(64): note: see declaration of 'std::vector<atomstruct::Atom *,std::allocator<atomstruct::Atom *>>'
|
|---|
| 13064 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\src\include\atomstruct\Structure.h(147): warning C4251: 'atomstruct::Structure::_bonds': class 'std::vector<atomstruct::Bond *,std::allocator<atomstruct::Bond *>>' needs to have dll-interface to be used by clients of class 'atomstruct::Structure'
|
|---|
| 13065 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\src\include\atomstruct\Ring.h(63): note: see declaration of 'std::vector<atomstruct::Bond *,std::allocator<atomstruct::Bond *>>'
|
|---|
| 13066 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\src\include\atomstruct\Structure.h(151): warning C4251: 'atomstruct::Structure::_coord_sets': class 'std::vector<atomstruct::CoordSet *,std::allocator<atomstruct::CoordSet *>>' needs to have dll-interface to be used by clients of class 'atomstruct::Structure'
|
|---|
| 13067 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\src\include\atomstruct\Structure.h(120): note: see declaration of 'std::vector<atomstruct::CoordSet *,std::allocator<atomstruct::CoordSet *>>'
|
|---|
| 13068 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\src\include\atomstruct\Structure.h(156): warning C4251: 'atomstruct::Structure::_input_seq_info': class 'std::map<atomstruct::ChainID,std::vector<atomstruct::ResName,std::allocator<std::string>>,std::less<std::string>,std::allocator<std::pair<const atomstruct::ChainID,std::vector<atomstruct::ResName,std::allocator<std::string>>>>>' needs to have dll-interface to be used by clients of class 'atomstruct::Structure'
|
|---|
| 13069 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\src\include\atomstruct\Structure.h(121): note: see declaration of 'std::map<atomstruct::ChainID,std::vector<atomstruct::ResName,std::allocator<std::string>>,std::less<std::string>,std::allocator<std::pair<const atomstruct::ChainID,std::vector<atomstruct::ResName,std::allocator<std::string>>>>>'
|
|---|
| 13070 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\src\include\atomstruct\Structure.h(163): warning C4251: 'atomstruct::Structure::_residues': class 'std::vector<atomstruct::Residue *,std::allocator<atomstruct::Residue *>>' needs to have dll-interface to be used by clients of class 'atomstruct::Structure'
|
|---|
| 13071 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\src\include\atomstruct\StructureSeq.h(50): note: see declaration of 'std::vector<atomstruct::Residue *,std::allocator<atomstruct::Residue *>>'
|
|---|
| 13072 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\src\include\atomstruct\Structure.h(165): warning C4251: 'atomstruct::Structure::_res_numbering_valid': class 'std::vector<bool,std::allocator<bool>>' needs to have dll-interface to be used by clients of class 'atomstruct::Structure'
|
|---|
| 13073 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\src\include\atomstruct\Structure.h(165): note: see declaration of 'std::vector<bool,std::allocator<bool>>'
|
|---|
| 13074 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\src\include\atomstruct\Structure.h(176): warning C4251: 'atomstruct::Structure::_rings': class 'std::set<atomstruct::Ring,std::less<atomstruct::Ring>,std::allocator<atomstruct::Ring>>' needs to have dll-interface to be used by clients of class 'atomstruct::Structure'
|
|---|
| 13075 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\src\include\atomstruct\Structure.h(128): note: see declaration of 'std::set<atomstruct::Ring,std::less<atomstruct::Ring>,std::allocator<atomstruct::Ring>>'
|
|---|
| 13076 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\src\include\atomstruct\Structure.h(283): 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'
|
|---|
| 13077 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 13078 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\src\include\atomstruct\Structure.h(287): warning C4251: 'atomstruct::Structure::metadata': class 'std::map<atomstruct::ChainID,std::vector<atomstruct::ResName,std::allocator<std::string>>,std::less<std::string>,std::allocator<std::pair<const atomstruct::ChainID,std::vector<atomstruct::ResName,std::allocator<std::string>>>>>' needs to have dll-interface to be used by clients of class 'atomstruct::Structure'
|
|---|
| 13079 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\src\include\atomstruct\Structure.h(121): note: see declaration of 'std::map<atomstruct::ChainID,std::vector<atomstruct::ResName,std::allocator<std::string>>,std::less<std::string>,std::allocator<std::pair<const atomstruct::ChainID,std::vector<atomstruct::ResName,std::allocator<std::string>>>>>'
|
|---|
| 13080 | src/include\pyinstance/PythonInstance.declare.h(78): 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>'
|
|---|
| 13081 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 13082 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\src\include\atomstruct\CoordSet.h(41): note: see reference to class template instantiation 'pyinstance::PythonInstance<atomstruct::CoordSet>' being compiled
|
|---|
| 13083 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\src\include\atomstruct\CoordSet.h(49): warning C4251: 'atomstruct::CoordSet::_coords': class 'std::vector<atomstruct::Coord,std::allocator<atomstruct::Coord>>' needs to have dll-interface to be used by clients of class 'atomstruct::CoordSet'
|
|---|
| 13084 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\src\include\atomstruct\CoordSet.h(46): note: see declaration of 'std::vector<atomstruct::Coord,std::allocator<atomstruct::Coord>>'
|
|---|
| 13085 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\src\include\atomstruct\CoordSet.h(51): warning C4251: 'atomstruct::CoordSet::_bfactor_map': class 'std::unordered_map<const atomstruct::Atom *,float,std::hash<const atomstruct::Atom *>,std::equal_to<const atomstruct::Atom *>,std::allocator<std::pair<const atomstruct::Atom *const ,float>>>' needs to have dll-interface to be used by clients of class 'atomstruct::CoordSet'
|
|---|
| 13086 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\src\include\atomstruct\CoordSet.h(51): note: see declaration of 'std::unordered_map<const atomstruct::Atom *,float,std::hash<const atomstruct::Atom *>,std::equal_to<const atomstruct::Atom *>,std::allocator<std::pair<const atomstruct::Atom *const ,float>>>'
|
|---|
| 13087 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\src\include\atomstruct\CoordSet.h(52): warning C4251: 'atomstruct::CoordSet::_occupancy_map': class 'std::unordered_map<const atomstruct::Atom *,float,std::hash<const atomstruct::Atom *>,std::equal_to<const atomstruct::Atom *>,std::allocator<std::pair<const atomstruct::Atom *const ,float>>>' needs to have dll-interface to be used by clients of class 'atomstruct::CoordSet'
|
|---|
| 13088 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\src\include\atomstruct\CoordSet.h(51): note: see declaration of 'std::unordered_map<const atomstruct::Atom *,float,std::hash<const atomstruct::Atom *>,std::equal_to<const atomstruct::Atom *>,std::allocator<std::pair<const atomstruct::Atom *const ,float>>>'
|
|---|
| 13089 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\src\include\atomstruct\CoordSet.h(77): warning C4267: 'return': conversion from 'size_t' to 'int', possible loss of data
|
|---|
| 13090 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\src\include\atomstruct\CoordSet.h(80): warning C4267: 'return': conversion from 'size_t' to 'int', possible loss of data
|
|---|
| 13091 | src/include\pyinstance/PythonInstance.declare.h(78): 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>'
|
|---|
| 13092 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 13093 | src/include\atomstruct/Atom.h(68): note: see reference to class template instantiation 'pyinstance::PythonInstance<atomstruct::Atom>' being compiled
|
|---|
| 13094 | src/include\atomstruct/Atom.h(124): warning C4251: 'atomstruct::Atom::_alt_loc_map': class 'std::map<unsigned char,atomstruct::Atom::_Alt_loc_info,std::less<unsigned char>,std::allocator<std::pair<const unsigned char,atomstruct::Atom::_Alt_loc_info>>>' needs to have dll-interface to be used by clients of class 'atomstruct::Atom'
|
|---|
| 13095 | src/include\atomstruct/Atom.h(123): note: see declaration of 'std::map<unsigned char,atomstruct::Atom::_Alt_loc_info,std::less<unsigned char>,std::allocator<std::pair<const unsigned char,atomstruct::Atom::_Alt_loc_info>>>'
|
|---|
| 13096 | src/include\atomstruct/Atom.h(126): warning C4251: 'atomstruct::Atom::_bonds': class 'std::vector<atomstruct::Bond *,std::allocator<atomstruct::Bond *>>' needs to have dll-interface to be used by clients of class 'atomstruct::Atom'
|
|---|
| 13097 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\src\include\atomstruct\Ring.h(63): note: see declaration of 'std::vector<atomstruct::Bond *,std::allocator<atomstruct::Bond *>>'
|
|---|
| 13098 | src/include\atomstruct/Atom.h(127): 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'
|
|---|
| 13099 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\src\include\atomstruct\string_types.h(44): note: see declaration of 'chutil::CString<5,65,116,111,109,32,84,121,112,101>'
|
|---|
| 13100 | src/include\atomstruct/Atom.h(134): 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'
|
|---|
| 13101 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\src\include\atomstruct\string_types.h(44): note: see declaration of 'chutil::CString<5,65,116,111,109,32,84,121,112,101>'
|
|---|
| 13102 | src/include\atomstruct/Atom.h(136): warning C4251: 'atomstruct::Atom::_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::Atom'
|
|---|
| 13103 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 13104 | src/include\atomstruct/Atom.h(137): warning C4251: 'atomstruct::Atom::_neighbors': class 'std::vector<atomstruct::Atom *,std::allocator<atomstruct::Atom *>>' needs to have dll-interface to be used by clients of class 'atomstruct::Atom'
|
|---|
| 13105 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\src\include\atomstruct\Ring.h(64): note: see declaration of 'std::vector<atomstruct::Atom *,std::allocator<atomstruct::Atom *>>'
|
|---|
| 13106 | src/include\atomstruct/Atom.h(143): warning C4251: 'atomstruct::Atom::_rings': class 'std::vector<const atomstruct::Ring *,std::allocator<const atomstruct::Ring *>>' needs to have dll-interface to be used by clients of class 'atomstruct::Atom'
|
|---|
| 13107 | src/include\atomstruct/Atom.h(91): note: see declaration of 'std::vector<const atomstruct::Ring *,std::allocator<const atomstruct::Ring *>>'
|
|---|
| 13108 | src/include\atomstruct/Atom.h(201): warning C4244: '=': conversion from 'double' to 'float', possible loss of data
|
|---|
| 13109 | src/include\atomstruct/Atom.h(205): warning C4244: 'return': conversion from 'double' to 'float', possible loss of data
|
|---|
| 13110 | src/include\atomstruct/Atom.h(223): warning C4267: 'return': conversion from 'size_t' to 'int', possible loss of data
|
|---|
| 13111 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\search.h(77): warning C4251: 'atomstruct::AtomSearchTree::_atoms': class 'std::vector<atomstruct::Atom *,std::allocator<atomstruct::Atom *>>' needs to have dll-interface to be used by clients of class 'atomstruct::AtomSearchTree'
|
|---|
| 13112 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\src\include\atomstruct\Ring.h(64): note: see declaration of 'std::vector<atomstruct::Atom *,std::allocator<atomstruct::Atom *>>'
|
|---|
| 13113 | atomic_cpp/atomstruct_cpp/search.cpp(132): warning C4267: 'initializing': conversion from 'size_t' to 'int', possible loss of data
|
|---|
| 13114 | seq_assoc.cpp
|
|---|
| 13115 | src/include\pyinstance/PythonInstance.declare.h(78): 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>'
|
|---|
| 13116 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 13117 | src/include\pyinstance/PythonInstance.declare.h(104): note: see reference to class template instantiation 'pyinstance::PythonInstance<C>' being compiled
|
|---|
| 13118 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(59): warning C4251: 'atomstruct::Changes::created': class 'std::set<const void *,std::less<const void *>,std::allocator<const void *>>' needs to have dll-interface to be used by clients of class 'atomstruct::Changes'
|
|---|
| 13119 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(59): note: see declaration of 'std::set<const void *,std::less<const void *>,std::allocator<const void *>>'
|
|---|
| 13120 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(60): warning C4251: 'atomstruct::Changes::modified': class 'std::set<const void *,std::less<const void *>,std::allocator<const void *>>' needs to have dll-interface to be used by clients of class 'atomstruct::Changes'
|
|---|
| 13121 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(59): note: see declaration of 'std::set<const void *,std::less<const void *>,std::allocator<const void *>>'
|
|---|
| 13122 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(61): warning C4251: 'atomstruct::Changes::reasons': class 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>' needs to have dll-interface to be used by clients of class 'atomstruct::Changes'
|
|---|
| 13123 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(61): note: see declaration of 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>'
|
|---|
| 13124 | src/include\pyinstance/PythonInstance.declare.h(78): 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>'
|
|---|
| 13125 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 13126 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(68): note: see reference to class template instantiation 'pyinstance::PythonInstance<atomstruct::ChangeTracker>' being compiled
|
|---|
| 13127 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(82): warning C4251: 'atomstruct::ChangeTracker::_structure_type_changes': class 'std::map<atomstruct::Structure *,atomstruct::ChangeTracker::ChangesArray,std::less<atomstruct::Structure *>,std::allocator<std::pair<atomstruct::Structure *const ,atomstruct::ChangeTracker::ChangesArray>>>' needs to have dll-interface to be used by clients of class 'atomstruct::ChangeTracker'
|
|---|
| 13128 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(82): note: see declaration of 'std::map<atomstruct::Structure *,atomstruct::ChangeTracker::ChangesArray,std::less<atomstruct::Structure *>,std::allocator<std::pair<atomstruct::Structure *const ,atomstruct::ChangeTracker::ChangesArray>>>'
|
|---|
| 13129 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(83): warning C4251: 'atomstruct::ChangeTracker::_dead_structures': class 'std::set<atomstruct::Structure *,std::less<atomstruct::Structure *>,std::allocator<atomstruct::Structure *>>' needs to have dll-interface to be used by clients of class 'atomstruct::ChangeTracker'
|
|---|
| 13130 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(83): note: see declaration of 'std::set<atomstruct::Structure *,std::less<atomstruct::Structure *>,std::allocator<atomstruct::Structure *>>'
|
|---|
| 13131 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(92): 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'
|
|---|
| 13132 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 13133 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(93): 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'
|
|---|
| 13134 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 13135 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(94): warning C4251: 'atomstruct::ChangeTracker::REASON_ALT_LOCS': 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'
|
|---|
| 13136 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 13137 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(95): 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'
|
|---|
| 13138 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 13139 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(96): 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'
|
|---|
| 13140 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 13141 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(97): 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'
|
|---|
| 13142 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 13143 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(98): warning C4251: 'atomstruct::ChangeTracker::REASON_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::ChangeTracker'
|
|---|
| 13144 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 13145 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(99): 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'
|
|---|
| 13146 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 13147 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(100): 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'
|
|---|
| 13148 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 13149 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(101): 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'
|
|---|
| 13150 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 13151 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(102): 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'
|
|---|
| 13152 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 13153 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(103): 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'
|
|---|
| 13154 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 13155 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(104): warning C4251: 'atomstruct::ChangeTracker::REASON_ELEMENT': 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'
|
|---|
| 13156 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 13157 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(105): 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'
|
|---|
| 13158 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 13159 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(106): 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'
|
|---|
| 13160 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 13161 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(107): 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'
|
|---|
| 13162 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 13163 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(108): warning C4251: 'atomstruct::ChangeTracker::REASON_INSERTION_CODE': 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'
|
|---|
| 13164 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 13165 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(109): 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'
|
|---|
| 13166 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 13167 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(110): warning C4251: 'atomstruct::ChangeTracker::REASON_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'
|
|---|
| 13168 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 13169 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(111): 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'
|
|---|
| 13170 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 13171 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(112): 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'
|
|---|
| 13172 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 13173 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(113): 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'
|
|---|
| 13174 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 13175 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(114): 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'
|
|---|
| 13176 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 13177 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(115): 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'
|
|---|
| 13178 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 13179 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(116): 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'
|
|---|
| 13180 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 13181 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(117): 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'
|
|---|
| 13182 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 13183 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(118): 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'
|
|---|
| 13184 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 13185 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(119): 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'
|
|---|
| 13186 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 13187 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(120): 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'
|
|---|
| 13188 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 13189 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(121): 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'
|
|---|
| 13190 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 13191 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(122): 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'
|
|---|
| 13192 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 13193 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(123): 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'
|
|---|
| 13194 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 13195 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(124): 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'
|
|---|
| 13196 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 13197 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(125): 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'
|
|---|
| 13198 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 13199 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(126): 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'
|
|---|
| 13200 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 13201 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(127): 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'
|
|---|
| 13202 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 13203 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(128): 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'
|
|---|
| 13204 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 13205 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(129): 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'
|
|---|
| 13206 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 13207 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(130): 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'
|
|---|
| 13208 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 13209 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(131): warning C4251: 'atomstruct::ChangeTracker::REASON_WORM_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'
|
|---|
| 13210 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 13211 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(132): warning C4251: 'atomstruct::ChangeTracker::REASON_WORM_RIBBON': 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'
|
|---|
| 13212 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 13213 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(306): 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'
|
|---|
| 13214 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 13215 | src/include\pyinstance/PythonInstance.declare.h(78): 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>'
|
|---|
| 13216 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 13217 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Residue.h(53): note: see reference to class template instantiation 'pyinstance::PythonInstance<atomstruct::Residue>' being compiled
|
|---|
| 13218 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Residue.h(81): warning C4251: 'atomstruct::Residue::_atoms': class 'std::vector<atomstruct::Atom *,std::allocator<atomstruct::Atom *>>' needs to have dll-interface to be used by clients of class 'atomstruct::Residue'
|
|---|
| 13219 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Residue.h(55): note: see declaration of 'std::vector<atomstruct::Atom *,std::allocator<atomstruct::Atom *>>'
|
|---|
| 13220 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Residue.h(83): 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'
|
|---|
| 13221 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 13222 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Residue.h(85): 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'
|
|---|
| 13223 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 13224 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Residue.h(86): 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'
|
|---|
| 13225 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 13226 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Residue.h(162): warning C4251: 'atomstruct::Residue::aa_min_backbone_names': class 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>' needs to have dll-interface to be used by clients of class 'atomstruct::Residue'
|
|---|
| 13227 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(61): note: see declaration of 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>'
|
|---|
| 13228 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Residue.h(163): warning C4251: 'atomstruct::Residue::aa_min_ordered_backbone_names': class 'std::vector<atomstruct::AtomName,std::allocator<std::string>>' needs to have dll-interface to be used by clients of class 'atomstruct::Residue'
|
|---|
| 13229 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Residue.h(163): note: see declaration of 'std::vector<atomstruct::AtomName,std::allocator<std::string>>'
|
|---|
| 13230 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Residue.h(164): warning C4251: 'atomstruct::Residue::aa_max_backbone_names': class 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>' needs to have dll-interface to be used by clients of class 'atomstruct::Residue'
|
|---|
| 13231 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(61): note: see declaration of 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>'
|
|---|
| 13232 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Residue.h(165): warning C4251: 'atomstruct::Residue::aa_ribbon_backbone_names': class 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>' needs to have dll-interface to be used by clients of class 'atomstruct::Residue'
|
|---|
| 13233 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(61): note: see declaration of 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>'
|
|---|
| 13234 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Residue.h(166): warning C4251: 'atomstruct::Residue::aa_side_connector_names': class 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>' needs to have dll-interface to be used by clients of class 'atomstruct::Residue'
|
|---|
| 13235 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(61): note: see declaration of 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>'
|
|---|
| 13236 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Residue.h(167): warning C4251: 'atomstruct::Residue::na_min_backbone_names': class 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>' needs to have dll-interface to be used by clients of class 'atomstruct::Residue'
|
|---|
| 13237 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(61): note: see declaration of 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>'
|
|---|
| 13238 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Residue.h(168): warning C4251: 'atomstruct::Residue::na_min_ordered_backbone_names': class 'std::vector<atomstruct::AtomName,std::allocator<std::string>>' needs to have dll-interface to be used by clients of class 'atomstruct::Residue'
|
|---|
| 13239 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Residue.h(163): note: see declaration of 'std::vector<atomstruct::AtomName,std::allocator<std::string>>'
|
|---|
| 13240 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Residue.h(169): warning C4251: 'atomstruct::Residue::na_max_backbone_names': class 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>' needs to have dll-interface to be used by clients of class 'atomstruct::Residue'
|
|---|
| 13241 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(61): note: see declaration of 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>'
|
|---|
| 13242 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Residue.h(170): warning C4251: 'atomstruct::Residue::na_ribbon_backbone_names': class 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>' needs to have dll-interface to be used by clients of class 'atomstruct::Residue'
|
|---|
| 13243 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(61): note: see declaration of 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>'
|
|---|
| 13244 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Residue.h(171): warning C4251: 'atomstruct::Residue::na_side_connector_names': class 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>' needs to have dll-interface to be used by clients of class 'atomstruct::Residue'
|
|---|
| 13245 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(61): note: see declaration of 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>'
|
|---|
| 13246 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Residue.h(172): warning C4251: 'atomstruct::Residue::ribose_names': class 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>' needs to have dll-interface to be used by clients of class 'atomstruct::Residue'
|
|---|
| 13247 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(61): note: see declaration of 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>'
|
|---|
| 13248 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Residue.h(173): warning C4251: 'atomstruct::Residue::std_solvent_names': class 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>' needs to have dll-interface to be used by clients of class 'atomstruct::Residue'
|
|---|
| 13249 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(61): note: see declaration of 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>'
|
|---|
| 13250 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Residue.h(174): warning C4251: 'atomstruct::Residue::std_water_names': class 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>' needs to have dll-interface to be used by clients of class 'atomstruct::Residue'
|
|---|
| 13251 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(61): note: see declaration of 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>'
|
|---|
| 13252 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Residue.h(175): warning C4251: 'atomstruct::Residue::ideal_chirality': class 'std::map<atomstruct::ResName,std::map<atomstruct::AtomName,char,std::less<std::string>,std::allocator<std::pair<const atomstruct::AtomName,char>>>,std::less<std::string>,std::allocator<std::pair<const atomstruct::ResName,std::map<atomstruct::AtomName,char,std::less<std::string>,std::allocator<std::pair<const atomstruct::AtomName,char>>>>>>' needs to have dll-interface to be used by clients of class 'atomstruct::Residue'
|
|---|
| 13253 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Residue.h(175): note: see declaration of 'std::map<atomstruct::ResName,std::map<atomstruct::AtomName,char,std::less<std::string>,std::allocator<std::pair<const atomstruct::AtomName,char>>>,std::less<std::string>,std::allocator<std::pair<const atomstruct::ResName,std::map<atomstruct::AtomName,char,std::less<std::string>,std::allocator<std::pair<const atomstruct::AtomName,char>>>>>>'
|
|---|
| 13254 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Residue.h(126): warning C4267: 'return': conversion from 'size_t' to 'int', possible loss of data
|
|---|
| 13255 | src/include\pyinstance/PythonInstance.declare.h(78): 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>'
|
|---|
| 13256 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 13257 | src/include\element/Element.h(49): note: see reference to class template instantiation 'pyinstance::PythonInstance<element::Element>' being compiled
|
|---|
| 13258 | src/include\element/Element.h(76): warning C4251: 'element::Element::_alkali_metals': class 'std::set<int,std::less<int>,std::allocator<int>>' needs to have dll-interface to be used by clients of class 'element::Element'
|
|---|
| 13259 | src/include\element/Element.h(76): note: see declaration of 'std::set<int,std::less<int>,std::allocator<int>>'
|
|---|
| 13260 | src/include\element/Element.h(77): warning C4251: 'element::Element::_elements': class 'std::map<int,const element::Element *,std::less<int>,std::allocator<std::pair<const int,const element::Element *>>>' needs to have dll-interface to be used by clients of class 'element::Element'
|
|---|
| 13261 | src/include\element/Element.h(77): note: see declaration of 'std::map<int,const element::Element *,std::less<int>,std::allocator<std::pair<const int,const element::Element *>>>'
|
|---|
| 13262 | src/include\element/Element.h(78): warning C4251: 'element::Element::_halogens': class 'std::set<int,std::less<int>,std::allocator<int>>' needs to have dll-interface to be used by clients of class 'element::Element'
|
|---|
| 13263 | src/include\element/Element.h(76): note: see declaration of 'std::set<int,std::less<int>,std::allocator<int>>'
|
|---|
| 13264 | src/include\element/Element.h(79): warning C4251: 'element::Element::_names': class 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>' needs to have dll-interface to be used by clients of class 'element::Element'
|
|---|
| 13265 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\ChangeTracker.h(61): note: see declaration of 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>'
|
|---|
| 13266 | src/include\element/Element.h(80): warning C4251: 'element::Element::_noble_gases': class 'std::set<int,std::less<int>,std::allocator<int>>' needs to have dll-interface to be used by clients of class 'element::Element'
|
|---|
| 13267 | src/include\element/Element.h(76): note: see declaration of 'std::set<int,std::less<int>,std::allocator<int>>'
|
|---|
| 13268 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\destruct.h(53): warning C4251: 'atomstruct::DestructionCoordinator::_observers': class 'std::set<atomstruct::DestructionObserver *,std::less<atomstruct::DestructionObserver *>,std::allocator<atomstruct::DestructionObserver *>>' needs to have dll-interface to be used by clients of class 'atomstruct::DestructionCoordinator'
|
|---|
| 13269 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\destruct.h(53): note: see declaration of 'std::set<atomstruct::DestructionObserver *,std::less<atomstruct::DestructionObserver *>,std::allocator<atomstruct::DestructionObserver *>>'
|
|---|
| 13270 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\destruct.h(54): warning C4251: 'atomstruct::DestructionCoordinator::_destroyed': class 'std::set<void *,std::less<void *>,std::allocator<void *>>' needs to have dll-interface to be used by clients of class 'atomstruct::DestructionCoordinator'
|
|---|
| 13271 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\destruct.h(42): note: see declaration of 'std::set<void *,std::less<void *>,std::allocator<void *>>'
|
|---|
| 13272 | src/include\pyinstance/PythonInstance.declare.h(78): 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>'
|
|---|
| 13273 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 13274 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Sequence.h(57): note: see reference to class template instantiation 'pyinstance::PythonInstance<atomstruct::Sequence>' being compiled
|
|---|
| 13275 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Sequence.h(63): warning C4251: 'atomstruct::Sequence::_nucleic3to1': class 'std::map<atomstruct::AtomName,char,std::less<std::string>,std::allocator<std::pair<const atomstruct::AtomName,char>>>' needs to have dll-interface to be used by clients of class 'atomstruct::Sequence'
|
|---|
| 13276 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Residue.h(175): note: see declaration of 'std::map<atomstruct::AtomName,char,std::less<std::string>,std::allocator<std::pair<const atomstruct::AtomName,char>>>'
|
|---|
| 13277 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Sequence.h(64): warning C4251: 'atomstruct::Sequence::_protein3to1': class 'std::map<atomstruct::AtomName,char,std::less<std::string>,std::allocator<std::pair<const atomstruct::AtomName,char>>>' needs to have dll-interface to be used by clients of class 'atomstruct::Sequence'
|
|---|
| 13278 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Residue.h(175): note: see declaration of 'std::map<atomstruct::AtomName,char,std::less<std::string>,std::allocator<std::pair<const atomstruct::AtomName,char>>>'
|
|---|
| 13279 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Sequence.h(65): warning C4251: 'atomstruct::Sequence::_rname3to1': class 'std::map<atomstruct::AtomName,char,std::less<std::string>,std::allocator<std::pair<const atomstruct::AtomName,char>>>' needs to have dll-interface to be used by clients of class 'atomstruct::Sequence'
|
|---|
| 13280 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Residue.h(175): note: see declaration of 'std::map<atomstruct::AtomName,char,std::less<std::string>,std::allocator<std::pair<const atomstruct::AtomName,char>>>'
|
|---|
| 13281 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Sequence.h(67): warning C4251: 'atomstruct::Sequence::_cache_g2ug': class 'std::map<unsigned int,unsigned int,std::less<unsigned int>,std::allocator<std::pair<const unsigned int,unsigned int>>>' needs to have dll-interface to be used by clients of class 'atomstruct::Sequence'
|
|---|
| 13282 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Sequence.h(67): note: see declaration of 'std::map<unsigned int,unsigned int,std::less<unsigned int>,std::allocator<std::pair<const unsigned int,unsigned int>>>'
|
|---|
| 13283 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Sequence.h(68): warning C4251: 'atomstruct::Sequence::_cache_ug2g': class 'std::map<unsigned int,unsigned int,std::less<unsigned int>,std::allocator<std::pair<const unsigned int,unsigned int>>>' needs to have dll-interface to be used by clients of class 'atomstruct::Sequence'
|
|---|
| 13284 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Sequence.h(67): note: see declaration of 'std::map<unsigned int,unsigned int,std::less<unsigned int>,std::allocator<std::pair<const unsigned int,unsigned int>>>'
|
|---|
| 13285 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Sequence.h(69): 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'
|
|---|
| 13286 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Sequence.h(59): note: see declaration of 'std::vector<char,std::allocator<char>>'
|
|---|
| 13287 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Sequence.h(74): 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'
|
|---|
| 13288 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Sequence.h(59): note: see declaration of 'std::vector<char,std::allocator<char>>'
|
|---|
| 13289 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Sequence.h(75): 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'
|
|---|
| 13290 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 13291 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Sequence.h(140): warning C4267: 'return': conversion from 'size_t' to 'int', possible loss of data
|
|---|
| 13292 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\StructureSeq.h(61): 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'
|
|---|
| 13293 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 13294 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\StructureSeq.h(62): warning C4251: 'atomstruct::StructureSeq::_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 'atomstruct::StructureSeq'
|
|---|
| 13295 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 13296 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\StructureSeq.h(66): warning C4251: 'atomstruct::StructureSeq::_res_map': class 'std::map<atomstruct::Residue *,atomstruct::StructureSeq::SeqPos,std::less<atomstruct::Residue *>,std::allocator<std::pair<atomstruct::Residue *const ,atomstruct::StructureSeq::SeqPos>>>' needs to have dll-interface to be used by clients of class 'atomstruct::StructureSeq'
|
|---|
| 13297 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\StructureSeq.h(51): note: see declaration of 'std::map<atomstruct::Residue *,atomstruct::StructureSeq::SeqPos,std::less<atomstruct::Residue *>,std::allocator<std::pair<atomstruct::Residue *const ,atomstruct::StructureSeq::SeqPos>>>'
|
|---|
| 13298 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\StructureSeq.h(67): warning C4251: 'atomstruct::StructureSeq::_residues': class 'std::vector<atomstruct::Residue *,std::allocator<atomstruct::Residue *>>' needs to have dll-interface to be used by clients of class 'atomstruct::StructureSeq'
|
|---|
| 13299 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\StructureSeq.h(50): note: see declaration of 'std::vector<atomstruct::Residue *,std::allocator<atomstruct::Residue *>>'
|
|---|
| 13300 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\StructureSeq.h(122): warning C4267: 'return': conversion from 'size_t' to 'int', possible loss of data
|
|---|
| 13301 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\CompSS.h(42): warning C4251: 'atomstruct::CompSSInfo::strands': class 'std::vector<std::pair<atomstruct::Residue *,atomstruct::Residue *>,std::allocator<std::pair<atomstruct::Residue *,atomstruct::Residue *>>>' needs to have dll-interface to be used by clients of class 'atomstruct::CompSSInfo'
|
|---|
| 13302 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\CompSS.h(42): note: see declaration of 'std::vector<std::pair<atomstruct::Residue *,atomstruct::Residue *>,std::allocator<std::pair<atomstruct::Residue *,atomstruct::Residue *>>>'
|
|---|
| 13303 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\CompSS.h(43): warning C4251: 'atomstruct::CompSSInfo::sheets': class 'std::vector<std::set<int,std::less<int>,std::allocator<int>>,std::allocator<std::set<int,std::less<int>,std::allocator<int>>>>' needs to have dll-interface to be used by clients of class 'atomstruct::CompSSInfo'
|
|---|
| 13304 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\CompSS.h(43): note: see declaration of 'std::vector<std::set<int,std::less<int>,std::allocator<int>>,std::allocator<std::set<int,std::less<int>,std::allocator<int>>>>'
|
|---|
| 13305 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\CompSS.h(44): warning C4251: 'atomstruct::CompSSInfo::strands_parallel': class 'std::map<std::pair<int,int>,bool,std::less<std::pair<int,int>>,std::allocator<std::pair<const std::pair<int,int>,bool>>>' needs to have dll-interface to be used by clients of class 'atomstruct::CompSSInfo'
|
|---|
| 13306 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\CompSS.h(44): note: see declaration of 'std::map<std::pair<int,int>,bool,std::less<std::pair<int,int>>,std::allocator<std::pair<const std::pair<int,int>,bool>>>'
|
|---|
| 13307 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\CompSS.h(45): warning C4251: 'atomstruct::CompSSInfo::helix_info': class 'std::vector<std::pair<std::pair<atomstruct::Residue *,atomstruct::Residue *>,char>,std::allocator<std::pair<std::pair<atomstruct::Residue *,atomstruct::Residue *>,char>>>' needs to have dll-interface to be used by clients of class 'atomstruct::CompSSInfo'
|
|---|
| 13308 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\CompSS.h(45): note: see declaration of 'std::vector<std::pair<std::pair<atomstruct::Residue *,atomstruct::Residue *>,char>,std::allocator<std::pair<std::pair<atomstruct::Residue *,atomstruct::Residue *>,char>>>'
|
|---|
| 13309 | src/include\pyinstance/PythonInstance.declare.h(78): 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>'
|
|---|
| 13310 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 13311 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\PBManager.h(53): note: see reference to class template instantiation 'pyinstance::PythonInstance<atomstruct::BaseManager>' being compiled
|
|---|
| 13312 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\PBManager.h(63): warning C4251: 'atomstruct::BaseManager::_groups': class 'std::map<std::string,atomstruct::Proxy_PBGroup *,std::less<std::string>,std::allocator<std::pair<const std::string,atomstruct::Proxy_PBGroup *>>>' needs to have dll-interface to be used by clients of class 'atomstruct::BaseManager'
|
|---|
| 13313 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\PBManager.h(58): note: see declaration of 'std::map<std::string,atomstruct::Proxy_PBGroup *,std::less<std::string>,std::allocator<std::pair<const std::string,atomstruct::Proxy_PBGroup *>>>'
|
|---|
| 13314 | src/include\pyinstance/PythonInstance.declare.h(78): 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>'
|
|---|
| 13315 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 13316 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Ring.h(38): note: see reference to class template instantiation 'pyinstance::PythonInstance<atomstruct::Ring>' being compiled
|
|---|
| 13317 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Ring.h(43): warning C4251: 'atomstruct::Ring::_bonds': class 'std::set<atomstruct::Bond *,std::less<atomstruct::Bond *>,std::allocator<atomstruct::Bond *>>' needs to have dll-interface to be used by clients of class 'atomstruct::Ring'
|
|---|
| 13318 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Ring.h(41): note: see declaration of 'std::set<atomstruct::Bond *,std::less<atomstruct::Bond *>,std::allocator<atomstruct::Bond *>>'
|
|---|
| 13319 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Ring.h(44): warning C4251: 'atomstruct::Ring::_atoms': class 'std::set<atomstruct::Atom *,std::less<atomstruct::Atom *>,std::allocator<atomstruct::Atom *>>' needs to have dll-interface to be used by clients of class 'atomstruct::Ring'
|
|---|
| 13320 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Ring.h(40): note: see declaration of 'std::set<atomstruct::Atom *,std::less<atomstruct::Atom *>,std::allocator<atomstruct::Atom *>>'
|
|---|
| 13321 | src/include\pyinstance/PythonInstance.declare.h(78): 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>'
|
|---|
| 13322 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 13323 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Structure.h(110): note: see reference to class template instantiation 'pyinstance::PythonInstance<atomstruct::Structure>' being compiled
|
|---|
| 13324 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Structure.h(145): warning C4251: 'atomstruct::Structure::_atoms': class 'std::vector<atomstruct::Atom *,std::allocator<atomstruct::Atom *>>' needs to have dll-interface to be used by clients of class 'atomstruct::Structure'
|
|---|
| 13325 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Residue.h(55): note: see declaration of 'std::vector<atomstruct::Atom *,std::allocator<atomstruct::Atom *>>'
|
|---|
| 13326 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Structure.h(147): warning C4251: 'atomstruct::Structure::_bonds': class 'std::vector<atomstruct::Bond *,std::allocator<atomstruct::Bond *>>' needs to have dll-interface to be used by clients of class 'atomstruct::Structure'
|
|---|
| 13327 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Residue.h(104): note: see declaration of 'std::vector<atomstruct::Bond *,std::allocator<atomstruct::Bond *>>'
|
|---|
| 13328 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Structure.h(151): warning C4251: 'atomstruct::Structure::_coord_sets': class 'std::vector<atomstruct::CoordSet *,std::allocator<atomstruct::CoordSet *>>' needs to have dll-interface to be used by clients of class 'atomstruct::Structure'
|
|---|
| 13329 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Structure.h(120): note: see declaration of 'std::vector<atomstruct::CoordSet *,std::allocator<atomstruct::CoordSet *>>'
|
|---|
| 13330 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Structure.h(156): warning C4251: 'atomstruct::Structure::_input_seq_info': class 'std::map<atomstruct::ChainID,std::vector<atomstruct::AtomName,std::allocator<std::string>>,std::less<std::string>,std::allocator<std::pair<const atomstruct::ChainID,std::vector<atomstruct::AtomName,std::allocator<std::string>>>>>' needs to have dll-interface to be used by clients of class 'atomstruct::Structure'
|
|---|
| 13331 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Structure.h(121): note: see declaration of 'std::map<atomstruct::ChainID,std::vector<atomstruct::AtomName,std::allocator<std::string>>,std::less<std::string>,std::allocator<std::pair<const atomstruct::ChainID,std::vector<atomstruct::AtomName,std::allocator<std::string>>>>>'
|
|---|
| 13332 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Structure.h(163): warning C4251: 'atomstruct::Structure::_residues': class 'std::vector<atomstruct::Residue *,std::allocator<atomstruct::Residue *>>' needs to have dll-interface to be used by clients of class 'atomstruct::Structure'
|
|---|
| 13333 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\StructureSeq.h(50): note: see declaration of 'std::vector<atomstruct::Residue *,std::allocator<atomstruct::Residue *>>'
|
|---|
| 13334 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Structure.h(165): warning C4251: 'atomstruct::Structure::_res_numbering_valid': class 'std::vector<bool,std::allocator<bool>>' needs to have dll-interface to be used by clients of class 'atomstruct::Structure'
|
|---|
| 13335 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Structure.h(165): note: see declaration of 'std::vector<bool,std::allocator<bool>>'
|
|---|
| 13336 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Structure.h(176): warning C4251: 'atomstruct::Structure::_rings': class 'std::set<atomstruct::Ring,std::less<atomstruct::Ring>,std::allocator<atomstruct::Ring>>' needs to have dll-interface to be used by clients of class 'atomstruct::Structure'
|
|---|
| 13337 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Structure.h(128): note: see declaration of 'std::set<atomstruct::Ring,std::less<atomstruct::Ring>,std::allocator<atomstruct::Ring>>'
|
|---|
| 13338 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Structure.h(283): 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'
|
|---|
| 13339 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 13340 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Structure.h(287): warning C4251: 'atomstruct::Structure::metadata': class 'std::map<atomstruct::ChainID,std::vector<atomstruct::AtomName,std::allocator<std::string>>,std::less<std::string>,std::allocator<std::pair<const atomstruct::ChainID,std::vector<atomstruct::AtomName,std::allocator<std::string>>>>>' needs to have dll-interface to be used by clients of class 'atomstruct::Structure'
|
|---|
| 13341 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Structure.h(121): note: see declaration of 'std::map<atomstruct::ChainID,std::vector<atomstruct::AtomName,std::allocator<std::string>>,std::less<std::string>,std::allocator<std::pair<const atomstruct::ChainID,std::vector<atomstruct::AtomName,std::allocator<std::string>>>>>'
|
|---|
| 13342 | src/include\pyinstance/PythonInstance.declare.h(78): 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>'
|
|---|
| 13343 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 13344 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\CoordSet.h(41): note: see reference to class template instantiation 'pyinstance::PythonInstance<atomstruct::CoordSet>' being compiled
|
|---|
| 13345 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\CoordSet.h(49): warning C4251: 'atomstruct::CoordSet::_coords': class 'std::vector<atomstruct::Coord,std::allocator<atomstruct::Coord>>' needs to have dll-interface to be used by clients of class 'atomstruct::CoordSet'
|
|---|
| 13346 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\CoordSet.h(46): note: see declaration of 'std::vector<atomstruct::Coord,std::allocator<atomstruct::Coord>>'
|
|---|
| 13347 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\CoordSet.h(51): warning C4251: 'atomstruct::CoordSet::_bfactor_map': class 'std::unordered_map<const atomstruct::Atom *,float,std::hash<const atomstruct::Atom *>,std::equal_to<const atomstruct::Atom *>,std::allocator<std::pair<const atomstruct::Atom *const ,float>>>' needs to have dll-interface to be used by clients of class 'atomstruct::CoordSet'
|
|---|
| 13348 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\CoordSet.h(51): note: see declaration of 'std::unordered_map<const atomstruct::Atom *,float,std::hash<const atomstruct::Atom *>,std::equal_to<const atomstruct::Atom *>,std::allocator<std::pair<const atomstruct::Atom *const ,float>>>'
|
|---|
| 13349 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\CoordSet.h(52): warning C4251: 'atomstruct::CoordSet::_occupancy_map': class 'std::unordered_map<const atomstruct::Atom *,float,std::hash<const atomstruct::Atom *>,std::equal_to<const atomstruct::Atom *>,std::allocator<std::pair<const atomstruct::Atom *const ,float>>>' needs to have dll-interface to be used by clients of class 'atomstruct::CoordSet'
|
|---|
| 13350 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\CoordSet.h(51): note: see declaration of 'std::unordered_map<const atomstruct::Atom *,float,std::hash<const atomstruct::Atom *>,std::equal_to<const atomstruct::Atom *>,std::allocator<std::pair<const atomstruct::Atom *const ,float>>>'
|
|---|
| 13351 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\CoordSet.h(77): warning C4267: 'return': conversion from 'size_t' to 'int', possible loss of data
|
|---|
| 13352 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\CoordSet.h(80): warning C4267: 'return': conversion from 'size_t' to 'int', possible loss of data
|
|---|
| 13353 | src/include\pyinstance/PythonInstance.declare.h(78): 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>'
|
|---|
| 13354 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 13355 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Atom.h(68): note: see reference to class template instantiation 'pyinstance::PythonInstance<atomstruct::Atom>' being compiled
|
|---|
| 13356 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Atom.h(124): warning C4251: 'atomstruct::Atom::_alt_loc_map': class 'std::map<unsigned char,atomstruct::Atom::_Alt_loc_info,std::less<unsigned char>,std::allocator<std::pair<const unsigned char,atomstruct::Atom::_Alt_loc_info>>>' needs to have dll-interface to be used by clients of class 'atomstruct::Atom'
|
|---|
| 13357 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Atom.h(123): note: see declaration of 'std::map<unsigned char,atomstruct::Atom::_Alt_loc_info,std::less<unsigned char>,std::allocator<std::pair<const unsigned char,atomstruct::Atom::_Alt_loc_info>>>'
|
|---|
| 13358 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Atom.h(126): warning C4251: 'atomstruct::Atom::_bonds': class 'std::vector<atomstruct::Bond *,std::allocator<atomstruct::Bond *>>' needs to have dll-interface to be used by clients of class 'atomstruct::Atom'
|
|---|
| 13359 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Residue.h(104): note: see declaration of 'std::vector<atomstruct::Bond *,std::allocator<atomstruct::Bond *>>'
|
|---|
| 13360 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Atom.h(127): 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'
|
|---|
| 13361 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\string_types.h(44): note: see declaration of 'chutil::CString<5,65,116,111,109,32,84,121,112,101>'
|
|---|
| 13362 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Atom.h(134): 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'
|
|---|
| 13363 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\string_types.h(44): note: see declaration of 'chutil::CString<5,65,116,111,109,32,84,121,112,101>'
|
|---|
| 13364 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Atom.h(136): warning C4251: 'atomstruct::Atom::_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::Atom'
|
|---|
| 13365 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 13366 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Atom.h(137): warning C4251: 'atomstruct::Atom::_neighbors': class 'std::vector<atomstruct::Atom *,std::allocator<atomstruct::Atom *>>' needs to have dll-interface to be used by clients of class 'atomstruct::Atom'
|
|---|
| 13367 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Residue.h(55): note: see declaration of 'std::vector<atomstruct::Atom *,std::allocator<atomstruct::Atom *>>'
|
|---|
| 13368 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Atom.h(143): warning C4251: 'atomstruct::Atom::_rings': class 'std::vector<const atomstruct::Ring *,std::allocator<const atomstruct::Ring *>>' needs to have dll-interface to be used by clients of class 'atomstruct::Atom'
|
|---|
| 13369 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Atom.h(91): note: see declaration of 'std::vector<const atomstruct::Ring *,std::allocator<const atomstruct::Ring *>>'
|
|---|
| 13370 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Atom.h(201): warning C4244: '=': conversion from 'double' to 'float', possible loss of data
|
|---|
| 13371 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Atom.h(205): warning C4244: 'return': conversion from 'double' to 'float', possible loss of data
|
|---|
| 13372 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Atom.h(223): warning C4267: 'return': conversion from 'size_t' to 'int', possible loss of data
|
|---|
| 13373 | src/include\pyinstance/PythonInstance.declare.h(78): 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>'
|
|---|
| 13374 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 13375 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Bond.h(47): note: see reference to class template instantiation 'pyinstance::PythonInstance<atomstruct::Bond>' being compiled
|
|---|
| 13376 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Bond.h(59): warning C4251: 'atomstruct::Bond::_rings': class 'std::vector<const atomstruct::Ring *,std::allocator<const atomstruct::Ring *>>' needs to have dll-interface to be used by clients of class 'atomstruct::Bond'
|
|---|
| 13377 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Atom.h(91): note: see declaration of 'std::vector<const atomstruct::Ring *,std::allocator<const atomstruct::Ring *>>'
|
|---|
| 13378 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\Bond.h(128): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data
|
|---|
| 13379 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\seq_assoc.h(64): warning C4251: 'atomstruct::MatchMap::_pos_to_res': class 'std::map<atomstruct::StructureSeq::SeqPos,atomstruct::Residue *,std::less<atomstruct::StructureSeq::SeqPos>,std::allocator<std::pair<const atomstruct::StructureSeq::SeqPos,atomstruct::Residue *>>>' needs to have dll-interface to be used by clients of class 'atomstruct::MatchMap'
|
|---|
| 13380 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\seq_assoc.h(60): note: see declaration of 'std::map<atomstruct::StructureSeq::SeqPos,atomstruct::Residue *,std::less<atomstruct::StructureSeq::SeqPos>,std::allocator<std::pair<const atomstruct::StructureSeq::SeqPos,atomstruct::Residue *>>>'
|
|---|
| 13381 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\seq_assoc.h(65): warning C4251: 'atomstruct::MatchMap::_res_to_pos': class 'std::map<atomstruct::Residue *,atomstruct::StructureSeq::SeqPos,std::less<atomstruct::Residue *>,std::allocator<std::pair<atomstruct::Residue *const ,atomstruct::StructureSeq::SeqPos>>>' needs to have dll-interface to be used by clients of class 'atomstruct::MatchMap'
|
|---|
| 13382 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\StructureSeq.h(51): note: see declaration of 'std::map<atomstruct::Residue *,atomstruct::StructureSeq::SeqPos,std::less<atomstruct::Residue *>,std::allocator<std::pair<atomstruct::Residue *const ,atomstruct::StructureSeq::SeqPos>>>'
|
|---|
| 13383 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\seq_assoc.h(85): warning C4275: non dll-interface class 'std::runtime_error' used as base for dll-interface class 'atomstruct::SA_AssocFailure'
|
|---|
| 13384 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\stdexcept(101): note: see declaration of 'std::runtime_error'
|
|---|
| 13385 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\atomic_cpp\atomstruct_cpp\seq_assoc.h(85): note: see declaration of 'atomstruct::SA_AssocFailure'
|
|---|
| 13386 | atomic_cpp/atomstruct_cpp/seq_assoc.cpp(184): warning C4267: '=': conversion from 'size_t' to 'unsigned int', possible loss of data
|
|---|
| 13387 | atomic_cpp/atomstruct_cpp/seq_assoc.cpp(195): warning C4267: '=': conversion from 'size_t' to 'unsigned int', possible loss of data
|
|---|
| 13388 | atomic_cpp/atomstruct_cpp/seq_assoc.cpp(204): warning C4267: '+=': conversion from 'size_t' to 'unsigned int', possible loss of data
|
|---|
| 13389 | atomic_cpp/atomstruct_cpp/seq_assoc.cpp(208): warning C4267: '+=': conversion from 'size_t' to 'unsigned int', possible loss of data
|
|---|
| 13390 | atomic_cpp/atomstruct_cpp/seq_assoc.cpp(230): warning C4267: 'initializing': conversion from 'size_t' to 'int', possible loss of data
|
|---|
| 13391 | atomic_cpp/atomstruct_cpp/seq_assoc.cpp(372): warning C4267: '+=': conversion from 'size_t' to 'unsigned int', possible loss of data
|
|---|
| 13392 | atomic_cpp/atomstruct_cpp/seq_assoc.cpp(391): warning C4267: 'initializing': conversion from 'size_t' to 'unsigned int', possible loss of data
|
|---|
| 13393 | atomic_cpp/atomstruct_cpp/seq_assoc.cpp(394): warning C4267: 'initializing': conversion from 'size_t' to 'int', possible loss of data
|
|---|
| 13394 | atomic_cpp/atomstruct_cpp/seq_assoc.cpp(395): warning C4267: 'initializing': conversion from 'size_t' to 'int', possible loss of data
|
|---|
| 13395 | atomic_cpp/atomstruct_cpp/seq_assoc.cpp(437): warning C4267: 'initializing': conversion from 'size_t' to 'int', possible loss of data
|
|---|
| 13396 | atomic_cpp/atomstruct_cpp/seq_assoc.cpp(496): warning C4267: 'argument': conversion from 'size_t' to 'int', possible loss of data
|
|---|
| 13397 | atomic_cpp/atomstruct_cpp/seq_assoc.cpp(506): warning C4267: 'initializing': conversion from 'size_t' to 'unsigned int', possible loss of data
|
|---|
| 13398 | atomic_cpp/atomstruct_cpp/seq_assoc.cpp(508): warning C4267: '-=': conversion from 'size_t' to 'unsigned int', possible loss of data
|
|---|
| 13399 | atomic_cpp/atomstruct_cpp/seq_assoc.cpp(522): warning C4267: '-=': conversion from 'size_t' to 'unsigned int', possible loss of data
|
|---|
| 13400 | Creating library src\lib\libatomstruct.lib and object src\lib\libatomstruct.exp
|
|---|
| 13401 | Generating code
|
|---|
| 13402 | Finished generating code
|
|---|
| 13403 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\setuptools\dist.py:759: SetuptoolsDeprecationWarning: License classifiers are deprecated.
|
|---|
| 13404 | !!
|
|---|
| 13405 |
|
|---|
| 13406 | ********************************************************************************
|
|---|
| 13407 | Please consider removing the following classifiers in favor of a SPDX license expression:
|
|---|
| 13408 |
|
|---|
| 13409 | License :: Free for non-commercial use
|
|---|
| 13410 |
|
|---|
| 13411 | See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details.
|
|---|
| 13412 | ********************************************************************************
|
|---|
| 13413 |
|
|---|
| 13414 | !!
|
|---|
| 13415 | self._finalize_license_expression()
|
|---|
| 13416 | running build
|
|---|
| 13417 | running build_py
|
|---|
| 13418 | creating build\lib.win-amd64-cpython-311\chimerax\atomic_lib
|
|---|
| 13419 | copying src\__init__.py -> build\lib.win-amd64-cpython-311\chimerax\atomic_lib
|
|---|
| 13420 | creating build\lib.win-amd64-cpython-311\chimerax\atomic_lib\data\idatm\templates
|
|---|
| 13421 | copying src\data\idatm\templates\A.idatmres -> build\lib.win-amd64-cpython-311\chimerax\atomic_lib\data\idatm\templates
|
|---|
| 13422 | copying src\data\idatm\templates\ACE.idatmres -> build\lib.win-amd64-cpython-311\chimerax\atomic_lib\data\idatm\templates
|
|---|
| 13423 | copying src\data\idatm\templates\ALA.idatmres -> build\lib.win-amd64-cpython-311\chimerax\atomic_lib\data\idatm\templates
|
|---|
| 13424 | copying src\data\idatm\templates\ARG.idatmres -> build\lib.win-amd64-cpython-311\chimerax\atomic_lib\data\idatm\templates
|
|---|
| 13425 | copying src\data\idatm\templates\ASN.idatmres -> build\lib.win-amd64-cpython-311\chimerax\atomic_lib\data\idatm\templates
|
|---|
| 13426 | copying src\data\idatm\templates\ASP.idatmres -> build\lib.win-amd64-cpython-311\chimerax\atomic_lib\data\idatm\templates
|
|---|
| 13427 | copying src\data\idatm\templates\C.idatmres -> build\lib.win-amd64-cpython-311\chimerax\atomic_lib\data\idatm\templates
|
|---|
| 13428 | copying src\data\idatm\templates\CYS.idatmres -> build\lib.win-amd64-cpython-311\chimerax\atomic_lib\data\idatm\templates
|
|---|
| 13429 | copying src\data\idatm\templates\DA.idatmres -> build\lib.win-amd64-cpython-311\chimerax\atomic_lib\data\idatm\templates
|
|---|
| 13430 | copying src\data\idatm\templates\DC.idatmres -> build\lib.win-amd64-cpython-311\chimerax\atomic_lib\data\idatm\templates
|
|---|
| 13431 | copying src\data\idatm\templates\DG.idatmres -> build\lib.win-amd64-cpython-311\chimerax\atomic_lib\data\idatm\templates
|
|---|
| 13432 | copying src\data\idatm\templates\DT.idatmres -> build\lib.win-amd64-cpython-311\chimerax\atomic_lib\data\idatm\templates
|
|---|
| 13433 | copying src\data\idatm\templates\FORMAT -> build\lib.win-amd64-cpython-311\chimerax\atomic_lib\data\idatm\templates
|
|---|
| 13434 | copying src\data\idatm\templates\G.idatmres -> build\lib.win-amd64-cpython-311\chimerax\atomic_lib\data\idatm\templates
|
|---|
| 13435 | copying src\data\idatm\templates\GLN.idatmres -> build\lib.win-amd64-cpython-311\chimerax\atomic_lib\data\idatm\templates
|
|---|
| 13436 | copying src\data\idatm\templates\GLU.idatmres -> build\lib.win-amd64-cpython-311\chimerax\atomic_lib\data\idatm\templates
|
|---|
| 13437 | copying src\data\idatm\templates\GLY.idatmres -> build\lib.win-amd64-cpython-311\chimerax\atomic_lib\data\idatm\templates
|
|---|
| 13438 | copying src\data\idatm\templates\HID.idatmres -> build\lib.win-amd64-cpython-311\chimerax\atomic_lib\data\idatm\templates
|
|---|
| 13439 | copying src\data\idatm\templates\HIE.idatmres -> build\lib.win-amd64-cpython-311\chimerax\atomic_lib\data\idatm\templates
|
|---|
| 13440 | copying src\data\idatm\templates\HIP.idatmres -> build\lib.win-amd64-cpython-311\chimerax\atomic_lib\data\idatm\templates
|
|---|
| 13441 | copying src\data\idatm\templates\HIS.idatmres -> build\lib.win-amd64-cpython-311\chimerax\atomic_lib\data\idatm\templates
|
|---|
| 13442 | copying src\data\idatm\templates\HOH.idatmres -> build\lib.win-amd64-cpython-311\chimerax\atomic_lib\data\idatm\templates
|
|---|
| 13443 | copying src\data\idatm\templates\HYP.idatmres -> build\lib.win-amd64-cpython-311\chimerax\atomic_lib\data\idatm\templates
|
|---|
| 13444 | copying src\data\idatm\templates\ILE.idatmres -> build\lib.win-amd64-cpython-311\chimerax\atomic_lib\data\idatm\templates
|
|---|
| 13445 | copying src\data\idatm\templates\LEU.idatmres -> build\lib.win-amd64-cpython-311\chimerax\atomic_lib\data\idatm\templates
|
|---|
| 13446 | copying src\data\idatm\templates\LYS.idatmres -> build\lib.win-amd64-cpython-311\chimerax\atomic_lib\data\idatm\templates
|
|---|
| 13447 | copying src\data\idatm\templates\MET.idatmres -> build\lib.win-amd64-cpython-311\chimerax\atomic_lib\data\idatm\templates
|
|---|
| 13448 | copying src\data\idatm\templates\MSE.idatmres -> build\lib.win-amd64-cpython-311\chimerax\atomic_lib\data\idatm\templates
|
|---|
| 13449 | copying src\data\idatm\templates\PHE.idatmres -> build\lib.win-amd64-cpython-311\chimerax\atomic_lib\data\idatm\templates
|
|---|
| 13450 | copying src\data\idatm\templates\PRO.idatmres -> build\lib.win-amd64-cpython-311\chimerax\atomic_lib\data\idatm\templates
|
|---|
| 13451 | copying src\data\idatm\templates\SER.idatmres -> build\lib.win-amd64-cpython-311\chimerax\atomic_lib\data\idatm\templates
|
|---|
| 13452 | copying src\data\idatm\templates\T.idatmres -> build\lib.win-amd64-cpython-311\chimerax\atomic_lib\data\idatm\templates
|
|---|
| 13453 | copying src\data\idatm\templates\THR.idatmres -> build\lib.win-amd64-cpython-311\chimerax\atomic_lib\data\idatm\templates
|
|---|
| 13454 | copying src\data\idatm\templates\TRP.idatmres -> build\lib.win-amd64-cpython-311\chimerax\atomic_lib\data\idatm\templates
|
|---|
| 13455 | copying src\data\idatm\templates\TYR.idatmres -> build\lib.win-amd64-cpython-311\chimerax\atomic_lib\data\idatm\templates
|
|---|
| 13456 | copying src\data\idatm\templates\U.idatmres -> build\lib.win-amd64-cpython-311\chimerax\atomic_lib\data\idatm\templates
|
|---|
| 13457 | copying src\data\idatm\templates\VAL.idatmres -> build\lib.win-amd64-cpython-311\chimerax\atomic_lib\data\idatm\templates
|
|---|
| 13458 | creating build\lib.win-amd64-cpython-311\chimerax\atomic_lib\include\pyinstance
|
|---|
| 13459 | copying src\include\pyinstance\PythonInstance.declare.h -> build\lib.win-amd64-cpython-311\chimerax\atomic_lib\include\pyinstance
|
|---|
| 13460 | copying src\include\pyinstance\PythonInstance.instantiate.h -> build\lib.win-amd64-cpython-311\chimerax\atomic_lib\include\pyinstance
|
|---|
| 13461 | copying src\include\pyinstance\imex.h -> build\lib.win-amd64-cpython-311\chimerax\atomic_lib\include\pyinstance
|
|---|
| 13462 | copying src\include\pyinstance\imex.map.h -> build\lib.win-amd64-cpython-311\chimerax\atomic_lib\include\pyinstance
|
|---|
| 13463 | creating build\lib.win-amd64-cpython-311\chimerax\atomic_lib\include\element
|
|---|
| 13464 | copying src\include\element\Element.h -> build\lib.win-amd64-cpython-311\chimerax\atomic_lib\include\element
|
|---|
| 13465 | copying src\include\element\imex.h -> build\lib.win-amd64-cpython-311\chimerax\atomic_lib\include\element
|
|---|
| 13466 | creating build\lib.win-amd64-cpython-311\chimerax\atomic_lib\include\atomstruct
|
|---|
| 13467 | copying src\include\atomstruct\Atom.h -> build\lib.win-amd64-cpython-311\chimerax\atomic_lib\include\atomstruct
|
|---|
| 13468 | copying src\include\atomstruct\AtomicStructure.h -> build\lib.win-amd64-cpython-311\chimerax\atomic_lib\include\atomstruct
|
|---|
| 13469 | copying src\include\atomstruct\Bond.h -> build\lib.win-amd64-cpython-311\chimerax\atomic_lib\include\atomstruct
|
|---|
| 13470 | copying src\include\atomstruct\Chain.h -> build\lib.win-amd64-cpython-311\chimerax\atomic_lib\include\atomstruct
|
|---|
| 13471 | copying src\include\atomstruct\ChangeTracker.h -> build\lib.win-amd64-cpython-311\chimerax\atomic_lib\include\atomstruct
|
|---|
| 13472 | copying src\include\atomstruct\CompSS.h -> build\lib.win-amd64-cpython-311\chimerax\atomic_lib\include\atomstruct
|
|---|
| 13473 | copying src\include\atomstruct\Connection.h -> build\lib.win-amd64-cpython-311\chimerax\atomic_lib\include\atomstruct
|
|---|
| 13474 | copying src\include\atomstruct\Coord.h -> build\lib.win-amd64-cpython-311\chimerax\atomic_lib\include\atomstruct
|
|---|
| 13475 | copying src\include\atomstruct\CoordSet.h -> build\lib.win-amd64-cpython-311\chimerax\atomic_lib\include\atomstruct
|
|---|
| 13476 | copying src\include\atomstruct\MolResId.h -> build\lib.win-amd64-cpython-311\chimerax\atomic_lib\include\atomstruct
|
|---|
| 13477 | copying src\include\atomstruct\PBGroup.h -> build\lib.win-amd64-cpython-311\chimerax\atomic_lib\include\atomstruct
|
|---|
| 13478 | copying src\include\atomstruct\PBManager.h -> build\lib.win-amd64-cpython-311\chimerax\atomic_lib\include\atomstruct
|
|---|
| 13479 | copying src\include\atomstruct\Point.h -> build\lib.win-amd64-cpython-311\chimerax\atomic_lib\include\atomstruct
|
|---|
| 13480 | copying src\include\atomstruct\Pseudobond.h -> build\lib.win-amd64-cpython-311\chimerax\atomic_lib\include\atomstruct
|
|---|
| 13481 | copying src\include\atomstruct\Real.h -> build\lib.win-amd64-cpython-311\chimerax\atomic_lib\include\atomstruct
|
|---|
| 13482 | copying src\include\atomstruct\Residue.h -> build\lib.win-amd64-cpython-311\chimerax\atomic_lib\include\atomstruct
|
|---|
| 13483 | copying src\include\atomstruct\Rgba.h -> build\lib.win-amd64-cpython-311\chimerax\atomic_lib\include\atomstruct
|
|---|
| 13484 | copying src\include\atomstruct\Ring.h -> build\lib.win-amd64-cpython-311\chimerax\atomic_lib\include\atomstruct
|
|---|
| 13485 | copying src\include\atomstruct\Sequence.h -> build\lib.win-amd64-cpython-311\chimerax\atomic_lib\include\atomstruct
|
|---|
| 13486 | copying src\include\atomstruct\Structure.h -> build\lib.win-amd64-cpython-311\chimerax\atomic_lib\include\atomstruct
|
|---|
| 13487 | copying src\include\atomstruct\StructureSeq.h -> build\lib.win-amd64-cpython-311\chimerax\atomic_lib\include\atomstruct
|
|---|
| 13488 | copying src\include\atomstruct\backbone.h -> build\lib.win-amd64-cpython-311\chimerax\atomic_lib\include\atomstruct
|
|---|
| 13489 | copying src\include\atomstruct\destruct.h -> build\lib.win-amd64-cpython-311\chimerax\atomic_lib\include\atomstruct
|
|---|
| 13490 | copying src\include\atomstruct\polymer.h -> build\lib.win-amd64-cpython-311\chimerax\atomic_lib\include\atomstruct
|
|---|
| 13491 | copying src\include\atomstruct\res_numbering.h -> build\lib.win-amd64-cpython-311\chimerax\atomic_lib\include\atomstruct
|
|---|
| 13492 | copying src\include\atomstruct\search.h -> build\lib.win-amd64-cpython-311\chimerax\atomic_lib\include\atomstruct
|
|---|
| 13493 | copying src\include\atomstruct\seq_assoc.h -> build\lib.win-amd64-cpython-311\chimerax\atomic_lib\include\atomstruct
|
|---|
| 13494 | copying src\include\atomstruct\session.h -> build\lib.win-amd64-cpython-311\chimerax\atomic_lib\include\atomstruct
|
|---|
| 13495 | copying src\include\atomstruct\string_types.h -> build\lib.win-amd64-cpython-311\chimerax\atomic_lib\include\atomstruct
|
|---|
| 13496 | copying src\include\atomstruct\imex.h -> build\lib.win-amd64-cpython-311\chimerax\atomic_lib\include\atomstruct
|
|---|
| 13497 | creating build\lib.win-amd64-cpython-311\chimerax\atomic_lib\include\atomstruct\tmpl
|
|---|
| 13498 | copying src\include\atomstruct\tmpl\Atom.h -> build\lib.win-amd64-cpython-311\chimerax\atomic_lib\include\atomstruct\tmpl
|
|---|
| 13499 | copying src\include\atomstruct\tmpl\Bond.h -> build\lib.win-amd64-cpython-311\chimerax\atomic_lib\include\atomstruct\tmpl
|
|---|
| 13500 | copying src\include\atomstruct\tmpl\Coord.h -> build\lib.win-amd64-cpython-311\chimerax\atomic_lib\include\atomstruct\tmpl
|
|---|
| 13501 | copying src\include\atomstruct\tmpl\CoordSet.h -> build\lib.win-amd64-cpython-311\chimerax\atomic_lib\include\atomstruct\tmpl
|
|---|
| 13502 | copying src\include\atomstruct\tmpl\Molecule.h -> build\lib.win-amd64-cpython-311\chimerax\atomic_lib\include\atomstruct\tmpl
|
|---|
| 13503 | copying src\include\atomstruct\tmpl\Residue.h -> build\lib.win-amd64-cpython-311\chimerax\atomic_lib\include\atomstruct\tmpl
|
|---|
| 13504 | copying src\include\atomstruct\tmpl\TAexcept.h -> build\lib.win-amd64-cpython-311\chimerax\atomic_lib\include\atomstruct\tmpl
|
|---|
| 13505 | copying src\include\atomstruct\tmpl\TemplateCache.h -> build\lib.win-amd64-cpython-311\chimerax\atomic_lib\include\atomstruct\tmpl
|
|---|
| 13506 | copying src\include\atomstruct\tmpl\resDescrip.h -> build\lib.win-amd64-cpython-311\chimerax\atomic_lib\include\atomstruct\tmpl
|
|---|
| 13507 | copying src\include\atomstruct\tmpl\residues.h -> build\lib.win-amd64-cpython-311\chimerax\atomic_lib\include\atomstruct\tmpl
|
|---|
| 13508 | copying src\include\atomstruct\tmpl\resinternal.h -> build\lib.win-amd64-cpython-311\chimerax\atomic_lib\include\atomstruct\tmpl
|
|---|
| 13509 | copying src\include\atomstruct\tmpl\restmpl.h -> build\lib.win-amd64-cpython-311\chimerax\atomic_lib\include\atomstruct\tmpl
|
|---|
| 13510 | creating build\lib.win-amd64-cpython-311\chimerax\atomic_lib\lib
|
|---|
| 13511 | copying src\lib\libpyinstance.dll -> build\lib.win-amd64-cpython-311\chimerax\atomic_lib\lib
|
|---|
| 13512 | copying src\lib\libpyinstance.lib -> build\lib.win-amd64-cpython-311\chimerax\atomic_lib\lib
|
|---|
| 13513 | copying src\lib\libelement.dll -> build\lib.win-amd64-cpython-311\chimerax\atomic_lib\lib
|
|---|
| 13514 | copying src\lib\libelement.lib -> build\lib.win-amd64-cpython-311\chimerax\atomic_lib\lib
|
|---|
| 13515 | copying src\lib\libatomstruct_tmpl.lib -> build\lib.win-amd64-cpython-311\chimerax\atomic_lib\lib
|
|---|
| 13516 | copying src\lib\libatomstruct.dll -> build\lib.win-amd64-cpython-311\chimerax\atomic_lib\lib
|
|---|
| 13517 | copying src\lib\libatomstruct.lib -> build\lib.win-amd64-cpython-311\chimerax\atomic_lib\lib
|
|---|
| 13518 | running build_ext
|
|---|
| 13519 | building 'chimerax.atomic_lib._load_libs' extension
|
|---|
| 13520 | creating build\temp.win-amd64-cpython-311\Release\atomic_cpp
|
|---|
| 13521 | "C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\bin\HostX64\x64\cl.exe" /c /nologo /O2 /W3 /GL /DNDEBUG /MD -DMAJOR_VERSION=0 -DMINOR_VERSION=1 -IC:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\include -Isrc/include -IC:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\core\include -IC:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\arrays\include -IC:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\include -IC:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Include "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\ucrt" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\shared" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\um" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\winrt" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\cppwinrt" "-Ic:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include" "-Ic:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\atlmfc\include" "-Ic:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\ucrt" "-Ic:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\shared" "-Ic:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\um" "-Ic:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\winrt" "-Ic:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\cppwinrt" /EHsc /Tpatomic_cpp/load_libs.cpp /Fobuild\temp.win-amd64-cpython-311\Release\atomic_cpp\load_libs.obj
|
|---|
| 13522 | load_libs.cpp
|
|---|
| 13523 | src/include\pyinstance/PythonInstance.declare.h(78): 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>'
|
|---|
| 13524 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 13525 | src/include\pyinstance/PythonInstance.declare.h(104): note: see reference to class template instantiation 'pyinstance::PythonInstance<C>' being compiled
|
|---|
| 13526 | src/include\pyinstance/PythonInstance.declare.h(78): 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>'
|
|---|
| 13527 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 13528 | src/include\element/Element.h(49): note: see reference to class template instantiation 'pyinstance::PythonInstance<element::Element>' being compiled
|
|---|
| 13529 | src/include\element/Element.h(76): warning C4251: 'element::Element::_alkali_metals': class 'std::set<int,std::less<int>,std::allocator<int>>' needs to have dll-interface to be used by clients of class 'element::Element'
|
|---|
| 13530 | src/include\element/Element.h(76): note: see declaration of 'std::set<int,std::less<int>,std::allocator<int>>'
|
|---|
| 13531 | src/include\element/Element.h(77): warning C4251: 'element::Element::_elements': class 'std::map<int,const element::Element *,std::less<int>,std::allocator<std::pair<const int,const element::Element *>>>' needs to have dll-interface to be used by clients of class 'element::Element'
|
|---|
| 13532 | src/include\element/Element.h(77): note: see declaration of 'std::map<int,const element::Element *,std::less<int>,std::allocator<std::pair<const int,const element::Element *>>>'
|
|---|
| 13533 | src/include\element/Element.h(78): warning C4251: 'element::Element::_halogens': class 'std::set<int,std::less<int>,std::allocator<int>>' needs to have dll-interface to be used by clients of class 'element::Element'
|
|---|
| 13534 | src/include\element/Element.h(76): note: see declaration of 'std::set<int,std::less<int>,std::allocator<int>>'
|
|---|
| 13535 | src/include\element/Element.h(79): warning C4251: 'element::Element::_names': class 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>' needs to have dll-interface to be used by clients of class 'element::Element'
|
|---|
| 13536 | src/include\element/Element.h(79): note: see declaration of 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>'
|
|---|
| 13537 | src/include\element/Element.h(80): warning C4251: 'element::Element::_noble_gases': class 'std::set<int,std::less<int>,std::allocator<int>>' needs to have dll-interface to be used by clients of class 'element::Element'
|
|---|
| 13538 | src/include\element/Element.h(76): note: see declaration of 'std::set<int,std::less<int>,std::allocator<int>>'
|
|---|
| 13539 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\src\include\atomstruct\destruct.h(53): warning C4251: 'atomstruct::DestructionCoordinator::_observers': class 'std::set<atomstruct::DestructionObserver *,std::less<atomstruct::DestructionObserver *>,std::allocator<atomstruct::DestructionObserver *>>' needs to have dll-interface to be used by clients of class 'atomstruct::DestructionCoordinator'
|
|---|
| 13540 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\src\include\atomstruct\destruct.h(53): note: see declaration of 'std::set<atomstruct::DestructionObserver *,std::less<atomstruct::DestructionObserver *>,std::allocator<atomstruct::DestructionObserver *>>'
|
|---|
| 13541 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\src\include\atomstruct\destruct.h(54): warning C4251: 'atomstruct::DestructionCoordinator::_destroyed': class 'std::set<void *,std::less<void *>,std::allocator<void *>>' needs to have dll-interface to be used by clients of class 'atomstruct::DestructionCoordinator'
|
|---|
| 13542 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\src\include\atomstruct\destruct.h(42): note: see declaration of 'std::set<void *,std::less<void *>,std::allocator<void *>>'
|
|---|
| 13543 | src/include\pyinstance/PythonInstance.declare.h(78): 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>'
|
|---|
| 13544 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 13545 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\src\include\atomstruct\Sequence.h(57): note: see reference to class template instantiation 'pyinstance::PythonInstance<atomstruct::Sequence>' being compiled
|
|---|
| 13546 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\src\include\atomstruct\Sequence.h(63): warning C4251: 'atomstruct::Sequence::_nucleic3to1': class 'std::map<atomstruct::ResName,char,std::less<std::string>,std::allocator<std::pair<const atomstruct::ResName,char>>>' needs to have dll-interface to be used by clients of class 'atomstruct::Sequence'
|
|---|
| 13547 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\src\include\atomstruct\Sequence.h(61): note: see declaration of 'std::map<atomstruct::ResName,char,std::less<std::string>,std::allocator<std::pair<const atomstruct::ResName,char>>>'
|
|---|
| 13548 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\src\include\atomstruct\Sequence.h(64): warning C4251: 'atomstruct::Sequence::_protein3to1': class 'std::map<atomstruct::ResName,char,std::less<std::string>,std::allocator<std::pair<const atomstruct::ResName,char>>>' needs to have dll-interface to be used by clients of class 'atomstruct::Sequence'
|
|---|
| 13549 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\src\include\atomstruct\Sequence.h(61): note: see declaration of 'std::map<atomstruct::ResName,char,std::less<std::string>,std::allocator<std::pair<const atomstruct::ResName,char>>>'
|
|---|
| 13550 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\src\include\atomstruct\Sequence.h(65): warning C4251: 'atomstruct::Sequence::_rname3to1': class 'std::map<atomstruct::ResName,char,std::less<std::string>,std::allocator<std::pair<const atomstruct::ResName,char>>>' needs to have dll-interface to be used by clients of class 'atomstruct::Sequence'
|
|---|
| 13551 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\src\include\atomstruct\Sequence.h(61): note: see declaration of 'std::map<atomstruct::ResName,char,std::less<std::string>,std::allocator<std::pair<const atomstruct::ResName,char>>>'
|
|---|
| 13552 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\src\include\atomstruct\Sequence.h(67): warning C4251: 'atomstruct::Sequence::_cache_g2ug': class 'std::map<unsigned int,unsigned int,std::less<unsigned int>,std::allocator<std::pair<const unsigned int,unsigned int>>>' needs to have dll-interface to be used by clients of class 'atomstruct::Sequence'
|
|---|
| 13553 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\src\include\atomstruct\Sequence.h(67): note: see declaration of 'std::map<unsigned int,unsigned int,std::less<unsigned int>,std::allocator<std::pair<const unsigned int,unsigned int>>>'
|
|---|
| 13554 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\src\include\atomstruct\Sequence.h(68): warning C4251: 'atomstruct::Sequence::_cache_ug2g': class 'std::map<unsigned int,unsigned int,std::less<unsigned int>,std::allocator<std::pair<const unsigned int,unsigned int>>>' needs to have dll-interface to be used by clients of class 'atomstruct::Sequence'
|
|---|
| 13555 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\src\include\atomstruct\Sequence.h(67): note: see declaration of 'std::map<unsigned int,unsigned int,std::less<unsigned int>,std::allocator<std::pair<const unsigned int,unsigned int>>>'
|
|---|
| 13556 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\src\include\atomstruct\Sequence.h(69): 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'
|
|---|
| 13557 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\src\include\atomstruct\Sequence.h(59): note: see declaration of 'std::vector<char,std::allocator<char>>'
|
|---|
| 13558 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\src\include\atomstruct\Sequence.h(74): 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'
|
|---|
| 13559 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\src\include\atomstruct\Sequence.h(59): note: see declaration of 'std::vector<char,std::allocator<char>>'
|
|---|
| 13560 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\src\include\atomstruct\Sequence.h(75): 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'
|
|---|
| 13561 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 13562 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\src\include\atomstruct\Sequence.h(140): warning C4267: 'return': conversion from 'size_t' to 'int', possible loss of data
|
|---|
| 13563 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\src\include\atomstruct\StructureSeq.h(61): 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'
|
|---|
| 13564 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 13565 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\src\include\atomstruct\StructureSeq.h(62): warning C4251: 'atomstruct::StructureSeq::_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 'atomstruct::StructureSeq'
|
|---|
| 13566 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 13567 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\src\include\atomstruct\StructureSeq.h(66): warning C4251: 'atomstruct::StructureSeq::_res_map': class 'std::map<atomstruct::Residue *,atomstruct::StructureSeq::SeqPos,std::less<atomstruct::Residue *>,std::allocator<std::pair<atomstruct::Residue *const ,atomstruct::StructureSeq::SeqPos>>>' needs to have dll-interface to be used by clients of class 'atomstruct::StructureSeq'
|
|---|
| 13568 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\src\include\atomstruct\StructureSeq.h(51): note: see declaration of 'std::map<atomstruct::Residue *,atomstruct::StructureSeq::SeqPos,std::less<atomstruct::Residue *>,std::allocator<std::pair<atomstruct::Residue *const ,atomstruct::StructureSeq::SeqPos>>>'
|
|---|
| 13569 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\src\include\atomstruct\StructureSeq.h(67): warning C4251: 'atomstruct::StructureSeq::_residues': class 'std::vector<atomstruct::Residue *,std::allocator<atomstruct::Residue *>>' needs to have dll-interface to be used by clients of class 'atomstruct::StructureSeq'
|
|---|
| 13570 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\src\include\atomstruct\StructureSeq.h(50): note: see declaration of 'std::vector<atomstruct::Residue *,std::allocator<atomstruct::Residue *>>'
|
|---|
| 13571 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\src\include\atomstruct\StructureSeq.h(122): warning C4267: 'return': conversion from 'size_t' to 'int', possible loss of data
|
|---|
| 13572 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\src\include\atomstruct\ChangeTracker.h(59): warning C4251: 'atomstruct::Changes::created': class 'std::set<const void *,std::less<const void *>,std::allocator<const void *>>' needs to have dll-interface to be used by clients of class 'atomstruct::Changes'
|
|---|
| 13573 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\src\include\atomstruct\ChangeTracker.h(59): note: see declaration of 'std::set<const void *,std::less<const void *>,std::allocator<const void *>>'
|
|---|
| 13574 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\src\include\atomstruct\ChangeTracker.h(60): warning C4251: 'atomstruct::Changes::modified': class 'std::set<const void *,std::less<const void *>,std::allocator<const void *>>' needs to have dll-interface to be used by clients of class 'atomstruct::Changes'
|
|---|
| 13575 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\src\include\atomstruct\ChangeTracker.h(59): note: see declaration of 'std::set<const void *,std::less<const void *>,std::allocator<const void *>>'
|
|---|
| 13576 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\src\include\atomstruct\ChangeTracker.h(61): warning C4251: 'atomstruct::Changes::reasons': class 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>' needs to have dll-interface to be used by clients of class 'atomstruct::Changes'
|
|---|
| 13577 | src/include\element/Element.h(79): note: see declaration of 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>'
|
|---|
| 13578 | src/include\pyinstance/PythonInstance.declare.h(78): 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>'
|
|---|
| 13579 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 13580 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\src\include\atomstruct\ChangeTracker.h(68): note: see reference to class template instantiation 'pyinstance::PythonInstance<atomstruct::ChangeTracker>' being compiled
|
|---|
| 13581 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\src\include\atomstruct\ChangeTracker.h(82): warning C4251: 'atomstruct::ChangeTracker::_structure_type_changes': class 'std::map<atomstruct::Structure *,atomstruct::ChangeTracker::ChangesArray,std::less<atomstruct::Structure *>,std::allocator<std::pair<atomstruct::Structure *const ,atomstruct::ChangeTracker::ChangesArray>>>' needs to have dll-interface to be used by clients of class 'atomstruct::ChangeTracker'
|
|---|
| 13582 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\src\include\atomstruct\ChangeTracker.h(82): note: see declaration of 'std::map<atomstruct::Structure *,atomstruct::ChangeTracker::ChangesArray,std::less<atomstruct::Structure *>,std::allocator<std::pair<atomstruct::Structure *const ,atomstruct::ChangeTracker::ChangesArray>>>'
|
|---|
| 13583 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\src\include\atomstruct\ChangeTracker.h(83): warning C4251: 'atomstruct::ChangeTracker::_dead_structures': class 'std::set<atomstruct::Structure *,std::less<atomstruct::Structure *>,std::allocator<atomstruct::Structure *>>' needs to have dll-interface to be used by clients of class 'atomstruct::ChangeTracker'
|
|---|
| 13584 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\src\include\atomstruct\ChangeTracker.h(83): note: see declaration of 'std::set<atomstruct::Structure *,std::less<atomstruct::Structure *>,std::allocator<atomstruct::Structure *>>'
|
|---|
| 13585 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\src\include\atomstruct\ChangeTracker.h(92): 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'
|
|---|
| 13586 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 13587 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\src\include\atomstruct\ChangeTracker.h(93): 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'
|
|---|
| 13588 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 13589 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\src\include\atomstruct\ChangeTracker.h(94): warning C4251: 'atomstruct::ChangeTracker::REASON_ALT_LOCS': 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'
|
|---|
| 13590 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 13591 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\src\include\atomstruct\ChangeTracker.h(95): 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'
|
|---|
| 13592 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 13593 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\src\include\atomstruct\ChangeTracker.h(96): 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'
|
|---|
| 13594 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 13595 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\src\include\atomstruct\ChangeTracker.h(97): 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'
|
|---|
| 13596 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 13597 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\src\include\atomstruct\ChangeTracker.h(98): warning C4251: 'atomstruct::ChangeTracker::REASON_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::ChangeTracker'
|
|---|
| 13598 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 13599 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\src\include\atomstruct\ChangeTracker.h(99): 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'
|
|---|
| 13600 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 13601 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\src\include\atomstruct\ChangeTracker.h(100): 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'
|
|---|
| 13602 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 13603 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\src\include\atomstruct\ChangeTracker.h(101): 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'
|
|---|
| 13604 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 13605 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\src\include\atomstruct\ChangeTracker.h(102): 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'
|
|---|
| 13606 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 13607 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\src\include\atomstruct\ChangeTracker.h(103): 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'
|
|---|
| 13608 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 13609 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\src\include\atomstruct\ChangeTracker.h(104): warning C4251: 'atomstruct::ChangeTracker::REASON_ELEMENT': 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'
|
|---|
| 13610 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 13611 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\src\include\atomstruct\ChangeTracker.h(105): 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'
|
|---|
| 13612 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 13613 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\src\include\atomstruct\ChangeTracker.h(106): 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'
|
|---|
| 13614 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 13615 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\src\include\atomstruct\ChangeTracker.h(107): 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'
|
|---|
| 13616 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 13617 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\src\include\atomstruct\ChangeTracker.h(108): warning C4251: 'atomstruct::ChangeTracker::REASON_INSERTION_CODE': 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'
|
|---|
| 13618 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 13619 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\src\include\atomstruct\ChangeTracker.h(109): 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'
|
|---|
| 13620 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 13621 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\src\include\atomstruct\ChangeTracker.h(110): warning C4251: 'atomstruct::ChangeTracker::REASON_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'
|
|---|
| 13622 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 13623 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\src\include\atomstruct\ChangeTracker.h(111): 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'
|
|---|
| 13624 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 13625 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\src\include\atomstruct\ChangeTracker.h(112): 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'
|
|---|
| 13626 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 13627 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\src\include\atomstruct\ChangeTracker.h(113): 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'
|
|---|
| 13628 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 13629 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\src\include\atomstruct\ChangeTracker.h(114): 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'
|
|---|
| 13630 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 13631 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\src\include\atomstruct\ChangeTracker.h(115): 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'
|
|---|
| 13632 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 13633 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\src\include\atomstruct\ChangeTracker.h(116): 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'
|
|---|
| 13634 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 13635 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\src\include\atomstruct\ChangeTracker.h(117): 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'
|
|---|
| 13636 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 13637 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\src\include\atomstruct\ChangeTracker.h(118): 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'
|
|---|
| 13638 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 13639 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\src\include\atomstruct\ChangeTracker.h(119): 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'
|
|---|
| 13640 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 13641 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\src\include\atomstruct\ChangeTracker.h(120): 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'
|
|---|
| 13642 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 13643 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\src\include\atomstruct\ChangeTracker.h(121): 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'
|
|---|
| 13644 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 13645 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\src\include\atomstruct\ChangeTracker.h(122): 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'
|
|---|
| 13646 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 13647 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\src\include\atomstruct\ChangeTracker.h(123): 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'
|
|---|
| 13648 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 13649 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\src\include\atomstruct\ChangeTracker.h(124): 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'
|
|---|
| 13650 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 13651 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\src\include\atomstruct\ChangeTracker.h(125): 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'
|
|---|
| 13652 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 13653 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\src\include\atomstruct\ChangeTracker.h(126): 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'
|
|---|
| 13654 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 13655 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\src\include\atomstruct\ChangeTracker.h(127): 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'
|
|---|
| 13656 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 13657 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\src\include\atomstruct\ChangeTracker.h(128): 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'
|
|---|
| 13658 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 13659 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\src\include\atomstruct\ChangeTracker.h(129): 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'
|
|---|
| 13660 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 13661 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\src\include\atomstruct\ChangeTracker.h(130): 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'
|
|---|
| 13662 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 13663 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\src\include\atomstruct\ChangeTracker.h(131): warning C4251: 'atomstruct::ChangeTracker::REASON_WORM_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'
|
|---|
| 13664 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 13665 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\src\include\atomstruct\ChangeTracker.h(132): warning C4251: 'atomstruct::ChangeTracker::REASON_WORM_RIBBON': 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'
|
|---|
| 13666 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 13667 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\src\include\atomstruct\ChangeTracker.h(306): 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'
|
|---|
| 13668 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 13669 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\src\include\atomstruct\CompSS.h(42): warning C4251: 'atomstruct::CompSSInfo::strands': class 'std::vector<std::pair<atomstruct::Residue *,atomstruct::Residue *>,std::allocator<std::pair<atomstruct::Residue *,atomstruct::Residue *>>>' needs to have dll-interface to be used by clients of class 'atomstruct::CompSSInfo'
|
|---|
| 13670 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\src\include\atomstruct\CompSS.h(42): note: see declaration of 'std::vector<std::pair<atomstruct::Residue *,atomstruct::Residue *>,std::allocator<std::pair<atomstruct::Residue *,atomstruct::Residue *>>>'
|
|---|
| 13671 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\src\include\atomstruct\CompSS.h(43): warning C4251: 'atomstruct::CompSSInfo::sheets': class 'std::vector<std::set<int,std::less<int>,std::allocator<int>>,std::allocator<std::set<int,std::less<int>,std::allocator<int>>>>' needs to have dll-interface to be used by clients of class 'atomstruct::CompSSInfo'
|
|---|
| 13672 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\src\include\atomstruct\CompSS.h(43): note: see declaration of 'std::vector<std::set<int,std::less<int>,std::allocator<int>>,std::allocator<std::set<int,std::less<int>,std::allocator<int>>>>'
|
|---|
| 13673 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\src\include\atomstruct\CompSS.h(44): warning C4251: 'atomstruct::CompSSInfo::strands_parallel': class 'std::map<std::pair<int,int>,bool,std::less<std::pair<int,int>>,std::allocator<std::pair<const std::pair<int,int>,bool>>>' needs to have dll-interface to be used by clients of class 'atomstruct::CompSSInfo'
|
|---|
| 13674 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\src\include\atomstruct\CompSS.h(44): note: see declaration of 'std::map<std::pair<int,int>,bool,std::less<std::pair<int,int>>,std::allocator<std::pair<const std::pair<int,int>,bool>>>'
|
|---|
| 13675 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\src\include\atomstruct\CompSS.h(45): warning C4251: 'atomstruct::CompSSInfo::helix_info': class 'std::vector<std::pair<std::pair<atomstruct::Residue *,atomstruct::Residue *>,char>,std::allocator<std::pair<std::pair<atomstruct::Residue *,atomstruct::Residue *>,char>>>' needs to have dll-interface to be used by clients of class 'atomstruct::CompSSInfo'
|
|---|
| 13676 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\src\include\atomstruct\CompSS.h(45): note: see declaration of 'std::vector<std::pair<std::pair<atomstruct::Residue *,atomstruct::Residue *>,char>,std::allocator<std::pair<std::pair<atomstruct::Residue *,atomstruct::Residue *>,char>>>'
|
|---|
| 13677 | src/include\pyinstance/PythonInstance.declare.h(78): 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>'
|
|---|
| 13678 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 13679 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\src\include\atomstruct\PBManager.h(53): note: see reference to class template instantiation 'pyinstance::PythonInstance<atomstruct::BaseManager>' being compiled
|
|---|
| 13680 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\src\include\atomstruct\PBManager.h(63): warning C4251: 'atomstruct::BaseManager::_groups': class 'std::map<std::string,atomstruct::Proxy_PBGroup *,std::less<std::string>,std::allocator<std::pair<const std::string,atomstruct::Proxy_PBGroup *>>>' needs to have dll-interface to be used by clients of class 'atomstruct::BaseManager'
|
|---|
| 13681 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\src\include\atomstruct\PBManager.h(58): note: see declaration of 'std::map<std::string,atomstruct::Proxy_PBGroup *,std::less<std::string>,std::allocator<std::pair<const std::string,atomstruct::Proxy_PBGroup *>>>'
|
|---|
| 13682 | src/include\pyinstance/PythonInstance.declare.h(78): 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>'
|
|---|
| 13683 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 13684 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\src\include\atomstruct\Ring.h(38): note: see reference to class template instantiation 'pyinstance::PythonInstance<atomstruct::Ring>' being compiled
|
|---|
| 13685 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\src\include\atomstruct\Ring.h(43): warning C4251: 'atomstruct::Ring::_bonds': class 'std::set<atomstruct::Bond *,std::less<atomstruct::Bond *>,std::allocator<atomstruct::Bond *>>' needs to have dll-interface to be used by clients of class 'atomstruct::Ring'
|
|---|
| 13686 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\src\include\atomstruct\Ring.h(41): note: see declaration of 'std::set<atomstruct::Bond *,std::less<atomstruct::Bond *>,std::allocator<atomstruct::Bond *>>'
|
|---|
| 13687 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\src\include\atomstruct\Ring.h(44): warning C4251: 'atomstruct::Ring::_atoms': class 'std::set<atomstruct::Atom *,std::less<atomstruct::Atom *>,std::allocator<atomstruct::Atom *>>' needs to have dll-interface to be used by clients of class 'atomstruct::Ring'
|
|---|
| 13688 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\src\include\atomstruct\Ring.h(40): note: see declaration of 'std::set<atomstruct::Atom *,std::less<atomstruct::Atom *>,std::allocator<atomstruct::Atom *>>'
|
|---|
| 13689 | src/include\pyinstance/PythonInstance.declare.h(78): 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>'
|
|---|
| 13690 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 13691 | src/include\atomstruct/Structure.h(110): note: see reference to class template instantiation 'pyinstance::PythonInstance<atomstruct::Structure>' being compiled
|
|---|
| 13692 | src/include\atomstruct/Structure.h(145): warning C4251: 'atomstruct::Structure::_atoms': class 'std::vector<atomstruct::Atom *,std::allocator<atomstruct::Atom *>>' needs to have dll-interface to be used by clients of class 'atomstruct::Structure'
|
|---|
| 13693 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\src\include\atomstruct\Ring.h(64): note: see declaration of 'std::vector<atomstruct::Atom *,std::allocator<atomstruct::Atom *>>'
|
|---|
| 13694 | src/include\atomstruct/Structure.h(147): warning C4251: 'atomstruct::Structure::_bonds': class 'std::vector<atomstruct::Bond *,std::allocator<atomstruct::Bond *>>' needs to have dll-interface to be used by clients of class 'atomstruct::Structure'
|
|---|
| 13695 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\src\include\atomstruct\Ring.h(63): note: see declaration of 'std::vector<atomstruct::Bond *,std::allocator<atomstruct::Bond *>>'
|
|---|
| 13696 | src/include\atomstruct/Structure.h(151): warning C4251: 'atomstruct::Structure::_coord_sets': class 'std::vector<atomstruct::CoordSet *,std::allocator<atomstruct::CoordSet *>>' needs to have dll-interface to be used by clients of class 'atomstruct::Structure'
|
|---|
| 13697 | src/include\atomstruct/Structure.h(120): note: see declaration of 'std::vector<atomstruct::CoordSet *,std::allocator<atomstruct::CoordSet *>>'
|
|---|
| 13698 | src/include\atomstruct/Structure.h(156): warning C4251: 'atomstruct::Structure::_input_seq_info': class 'std::map<atomstruct::ChainID,std::vector<atomstruct::ResName,std::allocator<std::string>>,std::less<std::string>,std::allocator<std::pair<const atomstruct::ChainID,std::vector<atomstruct::ResName,std::allocator<std::string>>>>>' needs to have dll-interface to be used by clients of class 'atomstruct::Structure'
|
|---|
| 13699 | src/include\atomstruct/Structure.h(121): note: see declaration of 'std::map<atomstruct::ChainID,std::vector<atomstruct::ResName,std::allocator<std::string>>,std::less<std::string>,std::allocator<std::pair<const atomstruct::ChainID,std::vector<atomstruct::ResName,std::allocator<std::string>>>>>'
|
|---|
| 13700 | src/include\atomstruct/Structure.h(163): warning C4251: 'atomstruct::Structure::_residues': class 'std::vector<atomstruct::Residue *,std::allocator<atomstruct::Residue *>>' needs to have dll-interface to be used by clients of class 'atomstruct::Structure'
|
|---|
| 13701 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\src\include\atomstruct\StructureSeq.h(50): note: see declaration of 'std::vector<atomstruct::Residue *,std::allocator<atomstruct::Residue *>>'
|
|---|
| 13702 | src/include\atomstruct/Structure.h(165): warning C4251: 'atomstruct::Structure::_res_numbering_valid': class 'std::vector<bool,std::allocator<bool>>' needs to have dll-interface to be used by clients of class 'atomstruct::Structure'
|
|---|
| 13703 | src/include\atomstruct/Structure.h(165): note: see declaration of 'std::vector<bool,std::allocator<bool>>'
|
|---|
| 13704 | src/include\atomstruct/Structure.h(176): warning C4251: 'atomstruct::Structure::_rings': class 'std::set<atomstruct::Ring,std::less<atomstruct::Ring>,std::allocator<atomstruct::Ring>>' needs to have dll-interface to be used by clients of class 'atomstruct::Structure'
|
|---|
| 13705 | src/include\atomstruct/Structure.h(128): note: see declaration of 'std::set<atomstruct::Ring,std::less<atomstruct::Ring>,std::allocator<atomstruct::Ring>>'
|
|---|
| 13706 | src/include\atomstruct/Structure.h(283): 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'
|
|---|
| 13707 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 13708 | src/include\atomstruct/Structure.h(287): warning C4251: 'atomstruct::Structure::metadata': class 'std::map<atomstruct::ChainID,std::vector<atomstruct::ResName,std::allocator<std::string>>,std::less<std::string>,std::allocator<std::pair<const atomstruct::ChainID,std::vector<atomstruct::ResName,std::allocator<std::string>>>>>' needs to have dll-interface to be used by clients of class 'atomstruct::Structure'
|
|---|
| 13709 | src/include\atomstruct/Structure.h(121): note: see declaration of 'std::map<atomstruct::ChainID,std::vector<atomstruct::ResName,std::allocator<std::string>>,std::less<std::string>,std::allocator<std::pair<const atomstruct::ChainID,std::vector<atomstruct::ResName,std::allocator<std::string>>>>>'
|
|---|
| 13710 | src/include\pyinstance/PythonInstance.declare.h(78): 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>'
|
|---|
| 13711 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 13712 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\src\include\atomstruct\CoordSet.h(41): note: see reference to class template instantiation 'pyinstance::PythonInstance<atomstruct::CoordSet>' being compiled
|
|---|
| 13713 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\src\include\atomstruct\CoordSet.h(49): warning C4251: 'atomstruct::CoordSet::_coords': class 'std::vector<atomstruct::Coord,std::allocator<atomstruct::Coord>>' needs to have dll-interface to be used by clients of class 'atomstruct::CoordSet'
|
|---|
| 13714 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\src\include\atomstruct\CoordSet.h(46): note: see declaration of 'std::vector<atomstruct::Coord,std::allocator<atomstruct::Coord>>'
|
|---|
| 13715 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\src\include\atomstruct\CoordSet.h(51): warning C4251: 'atomstruct::CoordSet::_bfactor_map': class 'std::unordered_map<const atomstruct::Atom *,float,std::hash<const atomstruct::Atom *>,std::equal_to<const atomstruct::Atom *>,std::allocator<std::pair<const atomstruct::Atom *const ,float>>>' needs to have dll-interface to be used by clients of class 'atomstruct::CoordSet'
|
|---|
| 13716 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\src\include\atomstruct\CoordSet.h(51): note: see declaration of 'std::unordered_map<const atomstruct::Atom *,float,std::hash<const atomstruct::Atom *>,std::equal_to<const atomstruct::Atom *>,std::allocator<std::pair<const atomstruct::Atom *const ,float>>>'
|
|---|
| 13717 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\src\include\atomstruct\CoordSet.h(52): warning C4251: 'atomstruct::CoordSet::_occupancy_map': class 'std::unordered_map<const atomstruct::Atom *,float,std::hash<const atomstruct::Atom *>,std::equal_to<const atomstruct::Atom *>,std::allocator<std::pair<const atomstruct::Atom *const ,float>>>' needs to have dll-interface to be used by clients of class 'atomstruct::CoordSet'
|
|---|
| 13718 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\src\include\atomstruct\CoordSet.h(51): note: see declaration of 'std::unordered_map<const atomstruct::Atom *,float,std::hash<const atomstruct::Atom *>,std::equal_to<const atomstruct::Atom *>,std::allocator<std::pair<const atomstruct::Atom *const ,float>>>'
|
|---|
| 13719 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\src\include\atomstruct\CoordSet.h(77): warning C4267: 'return': conversion from 'size_t' to 'int', possible loss of data
|
|---|
| 13720 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\atomic_lib\src\include\atomstruct\CoordSet.h(80): warning C4267: 'return': conversion from 'size_t' to 'int', possible loss of data
|
|---|
| 13721 | "C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\bin\HostX64\x64\link.exe" /nologo /INCREMENTAL:NO /LTCG /DLL /MANIFEST:EMBED,ID=2 /MANIFESTUAC:NO /LIBPATH:C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\lib /LIBPATH:src/lib /LIBPATH:C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\core\lib /LIBPATH:C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\arrays\lib /LIBPATH:C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\libs /LIBPATH:C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin /LIBPATH:C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\PCbuild\amd64 "/LIBPATH:C:\Program Files (x86)\Windows Kits\10\lib\10.0.19041.0\ucrt\x64" "/LIBPATH:C:\Program Files (x86)\Windows Kits\10\lib\10.0.19041.0\um\x64" "/LIBPATH:c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\lib\\x64" "/LIBPATH:c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\atlmfc\lib\\x64" "/LIBPATH:c:\Program Files (x86)\Windows Kits\10\lib\10.0.19041.0\ucrt\x64" "/LIBPATH:c:\Program Files (x86)\Windows Kits\10\lib\10.0.19041.0\um\x64" libatomstruct.lib libelement.lib /EXPORT:PyInit__load_libs build\temp.win-amd64-cpython-311\Release\atomic_cpp\load_libs.obj /OUT:build\lib.win-amd64-cpython-311\chimerax\atomic_lib\_load_libs.cp311-win_amd64.pyd /IMPLIB:build\temp.win-amd64-cpython-311\Release\atomic_cpp\_load_libs.cp311-win_amd64.lib
|
|---|
| 13722 | Creating library build\temp.win-amd64-cpython-311\Release\atomic_cpp\_load_libs.cp311-win_amd64.lib and object build\temp.win-amd64-cpython-311\Release\atomic_cpp\_load_libs.cp311-win_amd64.exp
|
|---|
| 13723 | Generating code
|
|---|
| 13724 | Finished generating code
|
|---|
| 13725 | running bdist_wheel
|
|---|
| 13726 | installing to build\bdist.win-amd64\wheel
|
|---|
| 13727 | running install
|
|---|
| 13728 | running install_lib
|
|---|
| 13729 | running build_ext
|
|---|
| 13730 | creating build\bdist.win-amd64\wheel
|
|---|
| 13731 | creating build\bdist.win-amd64\wheel\chimerax
|
|---|
| 13732 | creating build\bdist.win-amd64\wheel\chimerax\atomic_lib
|
|---|
| 13733 | creating build\bdist.win-amd64\wheel\chimerax\atomic_lib\data
|
|---|
| 13734 | creating build\bdist.win-amd64\wheel\chimerax\atomic_lib\data\idatm
|
|---|
| 13735 | creating build\bdist.win-amd64\wheel\chimerax\atomic_lib\data\idatm\templates
|
|---|
| 13736 | copying build\lib.win-amd64-cpython-311\chimerax\atomic_lib\data\idatm\templates\A.idatmres -> build\bdist.win-amd64\wheel\.\chimerax\atomic_lib\data\idatm\templates
|
|---|
| 13737 | copying build\lib.win-amd64-cpython-311\chimerax\atomic_lib\data\idatm\templates\ACE.idatmres -> build\bdist.win-amd64\wheel\.\chimerax\atomic_lib\data\idatm\templates
|
|---|
| 13738 | copying build\lib.win-amd64-cpython-311\chimerax\atomic_lib\data\idatm\templates\ALA.idatmres -> build\bdist.win-amd64\wheel\.\chimerax\atomic_lib\data\idatm\templates
|
|---|
| 13739 | copying build\lib.win-amd64-cpython-311\chimerax\atomic_lib\data\idatm\templates\ARG.idatmres -> build\bdist.win-amd64\wheel\.\chimerax\atomic_lib\data\idatm\templates
|
|---|
| 13740 | copying build\lib.win-amd64-cpython-311\chimerax\atomic_lib\data\idatm\templates\ASN.idatmres -> build\bdist.win-amd64\wheel\.\chimerax\atomic_lib\data\idatm\templates
|
|---|
| 13741 | copying build\lib.win-amd64-cpython-311\chimerax\atomic_lib\data\idatm\templates\ASP.idatmres -> build\bdist.win-amd64\wheel\.\chimerax\atomic_lib\data\idatm\templates
|
|---|
| 13742 | copying build\lib.win-amd64-cpython-311\chimerax\atomic_lib\data\idatm\templates\C.idatmres -> build\bdist.win-amd64\wheel\.\chimerax\atomic_lib\data\idatm\templates
|
|---|
| 13743 | copying build\lib.win-amd64-cpython-311\chimerax\atomic_lib\data\idatm\templates\CYS.idatmres -> build\bdist.win-amd64\wheel\.\chimerax\atomic_lib\data\idatm\templates
|
|---|
| 13744 | copying build\lib.win-amd64-cpython-311\chimerax\atomic_lib\data\idatm\templates\DA.idatmres -> build\bdist.win-amd64\wheel\.\chimerax\atomic_lib\data\idatm\templates
|
|---|
| 13745 | copying build\lib.win-amd64-cpython-311\chimerax\atomic_lib\data\idatm\templates\DC.idatmres -> build\bdist.win-amd64\wheel\.\chimerax\atomic_lib\data\idatm\templates
|
|---|
| 13746 | copying build\lib.win-amd64-cpython-311\chimerax\atomic_lib\data\idatm\templates\DG.idatmres -> build\bdist.win-amd64\wheel\.\chimerax\atomic_lib\data\idatm\templates
|
|---|
| 13747 | copying build\lib.win-amd64-cpython-311\chimerax\atomic_lib\data\idatm\templates\DT.idatmres -> build\bdist.win-amd64\wheel\.\chimerax\atomic_lib\data\idatm\templates
|
|---|
| 13748 | copying build\lib.win-amd64-cpython-311\chimerax\atomic_lib\data\idatm\templates\FORMAT -> build\bdist.win-amd64\wheel\.\chimerax\atomic_lib\data\idatm\templates
|
|---|
| 13749 | copying build\lib.win-amd64-cpython-311\chimerax\atomic_lib\data\idatm\templates\G.idatmres -> build\bdist.win-amd64\wheel\.\chimerax\atomic_lib\data\idatm\templates
|
|---|
| 13750 | copying build\lib.win-amd64-cpython-311\chimerax\atomic_lib\data\idatm\templates\GLN.idatmres -> build\bdist.win-amd64\wheel\.\chimerax\atomic_lib\data\idatm\templates
|
|---|
| 13751 | copying build\lib.win-amd64-cpython-311\chimerax\atomic_lib\data\idatm\templates\GLU.idatmres -> build\bdist.win-amd64\wheel\.\chimerax\atomic_lib\data\idatm\templates
|
|---|
| 13752 | copying build\lib.win-amd64-cpython-311\chimerax\atomic_lib\data\idatm\templates\GLY.idatmres -> build\bdist.win-amd64\wheel\.\chimerax\atomic_lib\data\idatm\templates
|
|---|
| 13753 | copying build\lib.win-amd64-cpython-311\chimerax\atomic_lib\data\idatm\templates\HID.idatmres -> build\bdist.win-amd64\wheel\.\chimerax\atomic_lib\data\idatm\templates
|
|---|
| 13754 | copying build\lib.win-amd64-cpython-311\chimerax\atomic_lib\data\idatm\templates\HIE.idatmres -> build\bdist.win-amd64\wheel\.\chimerax\atomic_lib\data\idatm\templates
|
|---|
| 13755 | copying build\lib.win-amd64-cpython-311\chimerax\atomic_lib\data\idatm\templates\HIP.idatmres -> build\bdist.win-amd64\wheel\.\chimerax\atomic_lib\data\idatm\templates
|
|---|
| 13756 | copying build\lib.win-amd64-cpython-311\chimerax\atomic_lib\data\idatm\templates\HIS.idatmres -> build\bdist.win-amd64\wheel\.\chimerax\atomic_lib\data\idatm\templates
|
|---|
| 13757 | copying build\lib.win-amd64-cpython-311\chimerax\atomic_lib\data\idatm\templates\HOH.idatmres -> build\bdist.win-amd64\wheel\.\chimerax\atomic_lib\data\idatm\templates
|
|---|
| 13758 | copying build\lib.win-amd64-cpython-311\chimerax\atomic_lib\data\idatm\templates\HYP.idatmres -> build\bdist.win-amd64\wheel\.\chimerax\atomic_lib\data\idatm\templates
|
|---|
| 13759 | copying build\lib.win-amd64-cpython-311\chimerax\atomic_lib\data\idatm\templates\ILE.idatmres -> build\bdist.win-amd64\wheel\.\chimerax\atomic_lib\data\idatm\templates
|
|---|
| 13760 | copying build\lib.win-amd64-cpython-311\chimerax\atomic_lib\data\idatm\templates\LEU.idatmres -> build\bdist.win-amd64\wheel\.\chimerax\atomic_lib\data\idatm\templates
|
|---|
| 13761 | copying build\lib.win-amd64-cpython-311\chimerax\atomic_lib\data\idatm\templates\LYS.idatmres -> build\bdist.win-amd64\wheel\.\chimerax\atomic_lib\data\idatm\templates
|
|---|
| 13762 | copying build\lib.win-amd64-cpython-311\chimerax\atomic_lib\data\idatm\templates\MET.idatmres -> build\bdist.win-amd64\wheel\.\chimerax\atomic_lib\data\idatm\templates
|
|---|
| 13763 | copying build\lib.win-amd64-cpython-311\chimerax\atomic_lib\data\idatm\templates\MSE.idatmres -> build\bdist.win-amd64\wheel\.\chimerax\atomic_lib\data\idatm\templates
|
|---|
| 13764 | copying build\lib.win-amd64-cpython-311\chimerax\atomic_lib\data\idatm\templates\PHE.idatmres -> build\bdist.win-amd64\wheel\.\chimerax\atomic_lib\data\idatm\templates
|
|---|
| 13765 | copying build\lib.win-amd64-cpython-311\chimerax\atomic_lib\data\idatm\templates\PRO.idatmres -> build\bdist.win-amd64\wheel\.\chimerax\atomic_lib\data\idatm\templates
|
|---|
| 13766 | copying build\lib.win-amd64-cpython-311\chimerax\atomic_lib\data\idatm\templates\SER.idatmres -> build\bdist.win-amd64\wheel\.\chimerax\atomic_lib\data\idatm\templates
|
|---|
| 13767 | copying build\lib.win-amd64-cpython-311\chimerax\atomic_lib\data\idatm\templates\T.idatmres -> build\bdist.win-amd64\wheel\.\chimerax\atomic_lib\data\idatm\templates
|
|---|
| 13768 | copying build\lib.win-amd64-cpython-311\chimerax\atomic_lib\data\idatm\templates\THR.idatmres -> build\bdist.win-amd64\wheel\.\chimerax\atomic_lib\data\idatm\templates
|
|---|
| 13769 | copying build\lib.win-amd64-cpython-311\chimerax\atomic_lib\data\idatm\templates\TRP.idatmres -> build\bdist.win-amd64\wheel\.\chimerax\atomic_lib\data\idatm\templates
|
|---|
| 13770 | copying build\lib.win-amd64-cpython-311\chimerax\atomic_lib\data\idatm\templates\TYR.idatmres -> build\bdist.win-amd64\wheel\.\chimerax\atomic_lib\data\idatm\templates
|
|---|
| 13771 | copying build\lib.win-amd64-cpython-311\chimerax\atomic_lib\data\idatm\templates\U.idatmres -> build\bdist.win-amd64\wheel\.\chimerax\atomic_lib\data\idatm\templates
|
|---|
| 13772 | copying build\lib.win-amd64-cpython-311\chimerax\atomic_lib\data\idatm\templates\VAL.idatmres -> build\bdist.win-amd64\wheel\.\chimerax\atomic_lib\data\idatm\templates
|
|---|
| 13773 | creating build\bdist.win-amd64\wheel\chimerax\atomic_lib\include
|
|---|
| 13774 | creating build\bdist.win-amd64\wheel\chimerax\atomic_lib\include\atomstruct
|
|---|
| 13775 | copying build\lib.win-amd64-cpython-311\chimerax\atomic_lib\include\atomstruct\Atom.h -> build\bdist.win-amd64\wheel\.\chimerax\atomic_lib\include\atomstruct
|
|---|
| 13776 | copying build\lib.win-amd64-cpython-311\chimerax\atomic_lib\include\atomstruct\AtomicStructure.h -> build\bdist.win-amd64\wheel\.\chimerax\atomic_lib\include\atomstruct
|
|---|
| 13777 | copying build\lib.win-amd64-cpython-311\chimerax\atomic_lib\include\atomstruct\backbone.h -> build\bdist.win-amd64\wheel\.\chimerax\atomic_lib\include\atomstruct
|
|---|
| 13778 | copying build\lib.win-amd64-cpython-311\chimerax\atomic_lib\include\atomstruct\Bond.h -> build\bdist.win-amd64\wheel\.\chimerax\atomic_lib\include\atomstruct
|
|---|
| 13779 | copying build\lib.win-amd64-cpython-311\chimerax\atomic_lib\include\atomstruct\Chain.h -> build\bdist.win-amd64\wheel\.\chimerax\atomic_lib\include\atomstruct
|
|---|
| 13780 | copying build\lib.win-amd64-cpython-311\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h -> build\bdist.win-amd64\wheel\.\chimerax\atomic_lib\include\atomstruct
|
|---|
| 13781 | copying build\lib.win-amd64-cpython-311\chimerax\atomic_lib\include\atomstruct\CompSS.h -> build\bdist.win-amd64\wheel\.\chimerax\atomic_lib\include\atomstruct
|
|---|
| 13782 | copying build\lib.win-amd64-cpython-311\chimerax\atomic_lib\include\atomstruct\Connection.h -> build\bdist.win-amd64\wheel\.\chimerax\atomic_lib\include\atomstruct
|
|---|
| 13783 | copying build\lib.win-amd64-cpython-311\chimerax\atomic_lib\include\atomstruct\Coord.h -> build\bdist.win-amd64\wheel\.\chimerax\atomic_lib\include\atomstruct
|
|---|
| 13784 | copying build\lib.win-amd64-cpython-311\chimerax\atomic_lib\include\atomstruct\CoordSet.h -> build\bdist.win-amd64\wheel\.\chimerax\atomic_lib\include\atomstruct
|
|---|
| 13785 | copying build\lib.win-amd64-cpython-311\chimerax\atomic_lib\include\atomstruct\destruct.h -> build\bdist.win-amd64\wheel\.\chimerax\atomic_lib\include\atomstruct
|
|---|
| 13786 | copying build\lib.win-amd64-cpython-311\chimerax\atomic_lib\include\atomstruct\imex.h -> build\bdist.win-amd64\wheel\.\chimerax\atomic_lib\include\atomstruct
|
|---|
| 13787 | copying build\lib.win-amd64-cpython-311\chimerax\atomic_lib\include\atomstruct\MolResId.h -> build\bdist.win-amd64\wheel\.\chimerax\atomic_lib\include\atomstruct
|
|---|
| 13788 | copying build\lib.win-amd64-cpython-311\chimerax\atomic_lib\include\atomstruct\PBGroup.h -> build\bdist.win-amd64\wheel\.\chimerax\atomic_lib\include\atomstruct
|
|---|
| 13789 | copying build\lib.win-amd64-cpython-311\chimerax\atomic_lib\include\atomstruct\PBManager.h -> build\bdist.win-amd64\wheel\.\chimerax\atomic_lib\include\atomstruct
|
|---|
| 13790 | copying build\lib.win-amd64-cpython-311\chimerax\atomic_lib\include\atomstruct\Point.h -> build\bdist.win-amd64\wheel\.\chimerax\atomic_lib\include\atomstruct
|
|---|
| 13791 | copying build\lib.win-amd64-cpython-311\chimerax\atomic_lib\include\atomstruct\polymer.h -> build\bdist.win-amd64\wheel\.\chimerax\atomic_lib\include\atomstruct
|
|---|
| 13792 | copying build\lib.win-amd64-cpython-311\chimerax\atomic_lib\include\atomstruct\Pseudobond.h -> build\bdist.win-amd64\wheel\.\chimerax\atomic_lib\include\atomstruct
|
|---|
| 13793 | copying build\lib.win-amd64-cpython-311\chimerax\atomic_lib\include\atomstruct\Real.h -> build\bdist.win-amd64\wheel\.\chimerax\atomic_lib\include\atomstruct
|
|---|
| 13794 | copying build\lib.win-amd64-cpython-311\chimerax\atomic_lib\include\atomstruct\Residue.h -> build\bdist.win-amd64\wheel\.\chimerax\atomic_lib\include\atomstruct
|
|---|
| 13795 | copying build\lib.win-amd64-cpython-311\chimerax\atomic_lib\include\atomstruct\res_numbering.h -> build\bdist.win-amd64\wheel\.\chimerax\atomic_lib\include\atomstruct
|
|---|
| 13796 | copying build\lib.win-amd64-cpython-311\chimerax\atomic_lib\include\atomstruct\Rgba.h -> build\bdist.win-amd64\wheel\.\chimerax\atomic_lib\include\atomstruct
|
|---|
| 13797 | copying build\lib.win-amd64-cpython-311\chimerax\atomic_lib\include\atomstruct\Ring.h -> build\bdist.win-amd64\wheel\.\chimerax\atomic_lib\include\atomstruct
|
|---|
| 13798 | copying build\lib.win-amd64-cpython-311\chimerax\atomic_lib\include\atomstruct\search.h -> build\bdist.win-amd64\wheel\.\chimerax\atomic_lib\include\atomstruct
|
|---|
| 13799 | copying build\lib.win-amd64-cpython-311\chimerax\atomic_lib\include\atomstruct\Sequence.h -> build\bdist.win-amd64\wheel\.\chimerax\atomic_lib\include\atomstruct
|
|---|
| 13800 | copying build\lib.win-amd64-cpython-311\chimerax\atomic_lib\include\atomstruct\seq_assoc.h -> build\bdist.win-amd64\wheel\.\chimerax\atomic_lib\include\atomstruct
|
|---|
| 13801 | copying build\lib.win-amd64-cpython-311\chimerax\atomic_lib\include\atomstruct\session.h -> build\bdist.win-amd64\wheel\.\chimerax\atomic_lib\include\atomstruct
|
|---|
| 13802 | copying build\lib.win-amd64-cpython-311\chimerax\atomic_lib\include\atomstruct\string_types.h -> build\bdist.win-amd64\wheel\.\chimerax\atomic_lib\include\atomstruct
|
|---|
| 13803 | copying build\lib.win-amd64-cpython-311\chimerax\atomic_lib\include\atomstruct\Structure.h -> build\bdist.win-amd64\wheel\.\chimerax\atomic_lib\include\atomstruct
|
|---|
| 13804 | copying build\lib.win-amd64-cpython-311\chimerax\atomic_lib\include\atomstruct\StructureSeq.h -> build\bdist.win-amd64\wheel\.\chimerax\atomic_lib\include\atomstruct
|
|---|
| 13805 | creating build\bdist.win-amd64\wheel\chimerax\atomic_lib\include\atomstruct\tmpl
|
|---|
| 13806 | copying build\lib.win-amd64-cpython-311\chimerax\atomic_lib\include\atomstruct\tmpl\Atom.h -> build\bdist.win-amd64\wheel\.\chimerax\atomic_lib\include\atomstruct\tmpl
|
|---|
| 13807 | copying build\lib.win-amd64-cpython-311\chimerax\atomic_lib\include\atomstruct\tmpl\Bond.h -> build\bdist.win-amd64\wheel\.\chimerax\atomic_lib\include\atomstruct\tmpl
|
|---|
| 13808 | copying build\lib.win-amd64-cpython-311\chimerax\atomic_lib\include\atomstruct\tmpl\Coord.h -> build\bdist.win-amd64\wheel\.\chimerax\atomic_lib\include\atomstruct\tmpl
|
|---|
| 13809 | copying build\lib.win-amd64-cpython-311\chimerax\atomic_lib\include\atomstruct\tmpl\CoordSet.h -> build\bdist.win-amd64\wheel\.\chimerax\atomic_lib\include\atomstruct\tmpl
|
|---|
| 13810 | copying build\lib.win-amd64-cpython-311\chimerax\atomic_lib\include\atomstruct\tmpl\Molecule.h -> build\bdist.win-amd64\wheel\.\chimerax\atomic_lib\include\atomstruct\tmpl
|
|---|
| 13811 | copying build\lib.win-amd64-cpython-311\chimerax\atomic_lib\include\atomstruct\tmpl\resDescrip.h -> build\bdist.win-amd64\wheel\.\chimerax\atomic_lib\include\atomstruct\tmpl
|
|---|
| 13812 | copying build\lib.win-amd64-cpython-311\chimerax\atomic_lib\include\atomstruct\tmpl\Residue.h -> build\bdist.win-amd64\wheel\.\chimerax\atomic_lib\include\atomstruct\tmpl
|
|---|
| 13813 | copying build\lib.win-amd64-cpython-311\chimerax\atomic_lib\include\atomstruct\tmpl\residues.h -> build\bdist.win-amd64\wheel\.\chimerax\atomic_lib\include\atomstruct\tmpl
|
|---|
| 13814 | copying build\lib.win-amd64-cpython-311\chimerax\atomic_lib\include\atomstruct\tmpl\resinternal.h -> build\bdist.win-amd64\wheel\.\chimerax\atomic_lib\include\atomstruct\tmpl
|
|---|
| 13815 | copying build\lib.win-amd64-cpython-311\chimerax\atomic_lib\include\atomstruct\tmpl\restmpl.h -> build\bdist.win-amd64\wheel\.\chimerax\atomic_lib\include\atomstruct\tmpl
|
|---|
| 13816 | copying build\lib.win-amd64-cpython-311\chimerax\atomic_lib\include\atomstruct\tmpl\TAexcept.h -> build\bdist.win-amd64\wheel\.\chimerax\atomic_lib\include\atomstruct\tmpl
|
|---|
| 13817 | copying build\lib.win-amd64-cpython-311\chimerax\atomic_lib\include\atomstruct\tmpl\TemplateCache.h -> build\bdist.win-amd64\wheel\.\chimerax\atomic_lib\include\atomstruct\tmpl
|
|---|
| 13818 | creating build\bdist.win-amd64\wheel\chimerax\atomic_lib\include\element
|
|---|
| 13819 | copying build\lib.win-amd64-cpython-311\chimerax\atomic_lib\include\element\Element.h -> build\bdist.win-amd64\wheel\.\chimerax\atomic_lib\include\element
|
|---|
| 13820 | copying build\lib.win-amd64-cpython-311\chimerax\atomic_lib\include\element\imex.h -> build\bdist.win-amd64\wheel\.\chimerax\atomic_lib\include\element
|
|---|
| 13821 | creating build\bdist.win-amd64\wheel\chimerax\atomic_lib\include\pyinstance
|
|---|
| 13822 | copying build\lib.win-amd64-cpython-311\chimerax\atomic_lib\include\pyinstance\imex.h -> build\bdist.win-amd64\wheel\.\chimerax\atomic_lib\include\pyinstance
|
|---|
| 13823 | copying build\lib.win-amd64-cpython-311\chimerax\atomic_lib\include\pyinstance\imex.map.h -> build\bdist.win-amd64\wheel\.\chimerax\atomic_lib\include\pyinstance
|
|---|
| 13824 | copying build\lib.win-amd64-cpython-311\chimerax\atomic_lib\include\pyinstance\PythonInstance.declare.h -> build\bdist.win-amd64\wheel\.\chimerax\atomic_lib\include\pyinstance
|
|---|
| 13825 | copying build\lib.win-amd64-cpython-311\chimerax\atomic_lib\include\pyinstance\PythonInstance.instantiate.h -> build\bdist.win-amd64\wheel\.\chimerax\atomic_lib\include\pyinstance
|
|---|
| 13826 | creating build\bdist.win-amd64\wheel\chimerax\atomic_lib\lib
|
|---|
| 13827 | copying build\lib.win-amd64-cpython-311\chimerax\atomic_lib\lib\libatomstruct.dll -> build\bdist.win-amd64\wheel\.\chimerax\atomic_lib\lib
|
|---|
| 13828 | copying build\lib.win-amd64-cpython-311\chimerax\atomic_lib\lib\libatomstruct.lib -> build\bdist.win-amd64\wheel\.\chimerax\atomic_lib\lib
|
|---|
| 13829 | copying build\lib.win-amd64-cpython-311\chimerax\atomic_lib\lib\libatomstruct_tmpl.lib -> build\bdist.win-amd64\wheel\.\chimerax\atomic_lib\lib
|
|---|
| 13830 | copying build\lib.win-amd64-cpython-311\chimerax\atomic_lib\lib\libelement.dll -> build\bdist.win-amd64\wheel\.\chimerax\atomic_lib\lib
|
|---|
| 13831 | copying build\lib.win-amd64-cpython-311\chimerax\atomic_lib\lib\libelement.lib -> build\bdist.win-amd64\wheel\.\chimerax\atomic_lib\lib
|
|---|
| 13832 | copying build\lib.win-amd64-cpython-311\chimerax\atomic_lib\lib\libpyinstance.dll -> build\bdist.win-amd64\wheel\.\chimerax\atomic_lib\lib
|
|---|
| 13833 | copying build\lib.win-amd64-cpython-311\chimerax\atomic_lib\lib\libpyinstance.lib -> build\bdist.win-amd64\wheel\.\chimerax\atomic_lib\lib
|
|---|
| 13834 | copying build\lib.win-amd64-cpython-311\chimerax\atomic_lib\_load_libs.cp311-win_amd64.pyd -> build\bdist.win-amd64\wheel\.\chimerax\atomic_lib
|
|---|
| 13835 | copying build\lib.win-amd64-cpython-311\chimerax\atomic_lib\__init__.py -> build\bdist.win-amd64\wheel\.\chimerax\atomic_lib
|
|---|
| 13836 | running install_egg_info
|
|---|
| 13837 | running egg_info
|
|---|
| 13838 | creating ChimeraX_AtomicLibrary.egg-info
|
|---|
| 13839 | writing ChimeraX_AtomicLibrary.egg-info\PKG-INFO
|
|---|
| 13840 | writing dependency_links to ChimeraX_AtomicLibrary.egg-info\dependency_links.txt
|
|---|
| 13841 | writing requirements to ChimeraX_AtomicLibrary.egg-info\requires.txt
|
|---|
| 13842 | writing top-level names to ChimeraX_AtomicLibrary.egg-info\top_level.txt
|
|---|
| 13843 | writing manifest file 'ChimeraX_AtomicLibrary.egg-info\SOURCES.txt'
|
|---|
| 13844 | reading manifest file 'ChimeraX_AtomicLibrary.egg-info\SOURCES.txt'
|
|---|
| 13845 | writing manifest file 'ChimeraX_AtomicLibrary.egg-info\SOURCES.txt'
|
|---|
| 13846 | Copying ChimeraX_AtomicLibrary.egg-info to build\bdist.win-amd64\wheel\.\ChimeraX_AtomicLibrary-14.2-py3.11.egg-info
|
|---|
| 13847 | running install_scripts
|
|---|
| 13848 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\setuptools\command\bdist_wheel.py:103: RuntimeWarning: Config variable 'Py_DEBUG' is unset, Python ABI tag may be incorrect
|
|---|
| 13849 | if get_flag("Py_DEBUG", hasattr(sys, "gettotalrefcount"), warn=(impl == "cp")):
|
|---|
| 13850 | creating build\bdist.win-amd64\wheel\chimerax_atomiclibrary-14.2.dist-info\WHEEL
|
|---|
| 13851 | creating 'dist\chimerax_atomiclibrary-14.2-cp311-cp311-win_amd64.whl' and adding 'build\bdist.win-amd64\wheel' to it
|
|---|
| 13852 | adding 'chimerax/atomic_lib/__init__.py'
|
|---|
| 13853 | adding 'chimerax/atomic_lib/_load_libs.cp311-win_amd64.pyd'
|
|---|
| 13854 | adding 'chimerax/atomic_lib/data/idatm/templates/A.idatmres'
|
|---|
| 13855 | adding 'chimerax/atomic_lib/data/idatm/templates/ACE.idatmres'
|
|---|
| 13856 | adding 'chimerax/atomic_lib/data/idatm/templates/ALA.idatmres'
|
|---|
| 13857 | adding 'chimerax/atomic_lib/data/idatm/templates/ARG.idatmres'
|
|---|
| 13858 | adding 'chimerax/atomic_lib/data/idatm/templates/ASN.idatmres'
|
|---|
| 13859 | adding 'chimerax/atomic_lib/data/idatm/templates/ASP.idatmres'
|
|---|
| 13860 | adding 'chimerax/atomic_lib/data/idatm/templates/C.idatmres'
|
|---|
| 13861 | adding 'chimerax/atomic_lib/data/idatm/templates/CYS.idatmres'
|
|---|
| 13862 | adding 'chimerax/atomic_lib/data/idatm/templates/DA.idatmres'
|
|---|
| 13863 | adding 'chimerax/atomic_lib/data/idatm/templates/DC.idatmres'
|
|---|
| 13864 | adding 'chimerax/atomic_lib/data/idatm/templates/DG.idatmres'
|
|---|
| 13865 | adding 'chimerax/atomic_lib/data/idatm/templates/DT.idatmres'
|
|---|
| 13866 | adding 'chimerax/atomic_lib/data/idatm/templates/FORMAT'
|
|---|
| 13867 | adding 'chimerax/atomic_lib/data/idatm/templates/G.idatmres'
|
|---|
| 13868 | adding 'chimerax/atomic_lib/data/idatm/templates/GLN.idatmres'
|
|---|
| 13869 | adding 'chimerax/atomic_lib/data/idatm/templates/GLU.idatmres'
|
|---|
| 13870 | adding 'chimerax/atomic_lib/data/idatm/templates/GLY.idatmres'
|
|---|
| 13871 | adding 'chimerax/atomic_lib/data/idatm/templates/HID.idatmres'
|
|---|
| 13872 | adding 'chimerax/atomic_lib/data/idatm/templates/HIE.idatmres'
|
|---|
| 13873 | adding 'chimerax/atomic_lib/data/idatm/templates/HIP.idatmres'
|
|---|
| 13874 | adding 'chimerax/atomic_lib/data/idatm/templates/HIS.idatmres'
|
|---|
| 13875 | adding 'chimerax/atomic_lib/data/idatm/templates/HOH.idatmres'
|
|---|
| 13876 | adding 'chimerax/atomic_lib/data/idatm/templates/HYP.idatmres'
|
|---|
| 13877 | adding 'chimerax/atomic_lib/data/idatm/templates/ILE.idatmres'
|
|---|
| 13878 | adding 'chimerax/atomic_lib/data/idatm/templates/LEU.idatmres'
|
|---|
| 13879 | adding 'chimerax/atomic_lib/data/idatm/templates/LYS.idatmres'
|
|---|
| 13880 | adding 'chimerax/atomic_lib/data/idatm/templates/MET.idatmres'
|
|---|
| 13881 | adding 'chimerax/atomic_lib/data/idatm/templates/MSE.idatmres'
|
|---|
| 13882 | adding 'chimerax/atomic_lib/data/idatm/templates/PHE.idatmres'
|
|---|
| 13883 | adding 'chimerax/atomic_lib/data/idatm/templates/PRO.idatmres'
|
|---|
| 13884 | adding 'chimerax/atomic_lib/data/idatm/templates/SER.idatmres'
|
|---|
| 13885 | adding 'chimerax/atomic_lib/data/idatm/templates/T.idatmres'
|
|---|
| 13886 | adding 'chimerax/atomic_lib/data/idatm/templates/THR.idatmres'
|
|---|
| 13887 | adding 'chimerax/atomic_lib/data/idatm/templates/TRP.idatmres'
|
|---|
| 13888 | adding 'chimerax/atomic_lib/data/idatm/templates/TYR.idatmres'
|
|---|
| 13889 | adding 'chimerax/atomic_lib/data/idatm/templates/U.idatmres'
|
|---|
| 13890 | adding 'chimerax/atomic_lib/data/idatm/templates/VAL.idatmres'
|
|---|
| 13891 | adding 'chimerax/atomic_lib/include/atomstruct/Atom.h'
|
|---|
| 13892 | adding 'chimerax/atomic_lib/include/atomstruct/AtomicStructure.h'
|
|---|
| 13893 | adding 'chimerax/atomic_lib/include/atomstruct/Bond.h'
|
|---|
| 13894 | adding 'chimerax/atomic_lib/include/atomstruct/Chain.h'
|
|---|
| 13895 | adding 'chimerax/atomic_lib/include/atomstruct/ChangeTracker.h'
|
|---|
| 13896 | adding 'chimerax/atomic_lib/include/atomstruct/CompSS.h'
|
|---|
| 13897 | adding 'chimerax/atomic_lib/include/atomstruct/Connection.h'
|
|---|
| 13898 | adding 'chimerax/atomic_lib/include/atomstruct/Coord.h'
|
|---|
| 13899 | adding 'chimerax/atomic_lib/include/atomstruct/CoordSet.h'
|
|---|
| 13900 | adding 'chimerax/atomic_lib/include/atomstruct/MolResId.h'
|
|---|
| 13901 | adding 'chimerax/atomic_lib/include/atomstruct/PBGroup.h'
|
|---|
| 13902 | adding 'chimerax/atomic_lib/include/atomstruct/PBManager.h'
|
|---|
| 13903 | adding 'chimerax/atomic_lib/include/atomstruct/Point.h'
|
|---|
| 13904 | adding 'chimerax/atomic_lib/include/atomstruct/Pseudobond.h'
|
|---|
| 13905 | adding 'chimerax/atomic_lib/include/atomstruct/Real.h'
|
|---|
| 13906 | adding 'chimerax/atomic_lib/include/atomstruct/Residue.h'
|
|---|
| 13907 | adding 'chimerax/atomic_lib/include/atomstruct/Rgba.h'
|
|---|
| 13908 | adding 'chimerax/atomic_lib/include/atomstruct/Ring.h'
|
|---|
| 13909 | adding 'chimerax/atomic_lib/include/atomstruct/Sequence.h'
|
|---|
| 13910 | adding 'chimerax/atomic_lib/include/atomstruct/Structure.h'
|
|---|
| 13911 | adding 'chimerax/atomic_lib/include/atomstruct/StructureSeq.h'
|
|---|
| 13912 | adding 'chimerax/atomic_lib/include/atomstruct/backbone.h'
|
|---|
| 13913 | adding 'chimerax/atomic_lib/include/atomstruct/destruct.h'
|
|---|
| 13914 | adding 'chimerax/atomic_lib/include/atomstruct/imex.h'
|
|---|
| 13915 | adding 'chimerax/atomic_lib/include/atomstruct/polymer.h'
|
|---|
| 13916 | adding 'chimerax/atomic_lib/include/atomstruct/res_numbering.h'
|
|---|
| 13917 | adding 'chimerax/atomic_lib/include/atomstruct/search.h'
|
|---|
| 13918 | adding 'chimerax/atomic_lib/include/atomstruct/seq_assoc.h'
|
|---|
| 13919 | adding 'chimerax/atomic_lib/include/atomstruct/session.h'
|
|---|
| 13920 | adding 'chimerax/atomic_lib/include/atomstruct/string_types.h'
|
|---|
| 13921 | adding 'chimerax/atomic_lib/include/atomstruct/tmpl/Atom.h'
|
|---|
| 13922 | adding 'chimerax/atomic_lib/include/atomstruct/tmpl/Bond.h'
|
|---|
| 13923 | adding 'chimerax/atomic_lib/include/atomstruct/tmpl/Coord.h'
|
|---|
| 13924 | adding 'chimerax/atomic_lib/include/atomstruct/tmpl/CoordSet.h'
|
|---|
| 13925 | adding 'chimerax/atomic_lib/include/atomstruct/tmpl/Molecule.h'
|
|---|
| 13926 | adding 'chimerax/atomic_lib/include/atomstruct/tmpl/Residue.h'
|
|---|
| 13927 | adding 'chimerax/atomic_lib/include/atomstruct/tmpl/TAexcept.h'
|
|---|
| 13928 | adding 'chimerax/atomic_lib/include/atomstruct/tmpl/TemplateCache.h'
|
|---|
| 13929 | adding 'chimerax/atomic_lib/include/atomstruct/tmpl/resDescrip.h'
|
|---|
| 13930 | adding 'chimerax/atomic_lib/include/atomstruct/tmpl/residues.h'
|
|---|
| 13931 | adding 'chimerax/atomic_lib/include/atomstruct/tmpl/resinternal.h'
|
|---|
| 13932 | adding 'chimerax/atomic_lib/include/atomstruct/tmpl/restmpl.h'
|
|---|
| 13933 | adding 'chimerax/atomic_lib/include/element/Element.h'
|
|---|
| 13934 | adding 'chimerax/atomic_lib/include/element/imex.h'
|
|---|
| 13935 | adding 'chimerax/atomic_lib/include/pyinstance/PythonInstance.declare.h'
|
|---|
| 13936 | adding 'chimerax/atomic_lib/include/pyinstance/PythonInstance.instantiate.h'
|
|---|
| 13937 | adding 'chimerax/atomic_lib/include/pyinstance/imex.h'
|
|---|
| 13938 | adding 'chimerax/atomic_lib/include/pyinstance/imex.map.h'
|
|---|
| 13939 | adding 'chimerax/atomic_lib/lib/libatomstruct.dll'
|
|---|
| 13940 | adding 'chimerax/atomic_lib/lib/libatomstruct.lib'
|
|---|
| 13941 | adding 'chimerax/atomic_lib/lib/libatomstruct_tmpl.lib'
|
|---|
| 13942 | adding 'chimerax/atomic_lib/lib/libelement.dll'
|
|---|
| 13943 | adding 'chimerax/atomic_lib/lib/libelement.lib'
|
|---|
| 13944 | adding 'chimerax/atomic_lib/lib/libpyinstance.dll'
|
|---|
| 13945 | adding 'chimerax/atomic_lib/lib/libpyinstance.lib'
|
|---|
| 13946 | adding 'chimerax_atomiclibrary-14.2.dist-info/METADATA'
|
|---|
| 13947 | adding 'chimerax_atomiclibrary-14.2.dist-info/WHEEL'
|
|---|
| 13948 | adding 'chimerax_atomiclibrary-14.2.dist-info/top_level.txt'
|
|---|
| 13949 | adding 'chimerax_atomiclibrary-14.2.dist-info/RECORD'
|
|---|
| 13950 | removing build\bdist.win-amd64\wheel
|
|---|
| 13951 | Distribution is in .\dist\ChimeraX_AtomicLibrary-14.2-cp311-cp311-win_amd64.whl
|
|---|
| 13952 | STATUS:
|
|---|
| 13953 | Installing bundle
|
|---|
| 13954 | INFO:
|
|---|
| 13955 | Executing: toolshed install .\dist\ChimeraX_AtomicLibrary-14.2-cp311-cp311-win_amd64.whl userOnly false noDeps true
|
|---|
| 13956 | Installed ChimeraX-AtomicLibrary (14.2)
|
|---|
| 13957 |
|
|---|
| 13958 | make sync
|
|---|
| 13959 | make[6]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/atomic_lib'
|
|---|
| 13960 | cp -av dist/*.whl /home/goddard/ucsf/chimerax/build/sync
|
|---|
| 13961 | 'dist/chimerax_atomiclibrary-14.2-cp311-cp311-win_amd64.whl' -> '/home/goddard/ucsf/chimerax/build/sync/chimerax_atomiclibrary-14.2-cp311-cp311-win_amd64.whl'
|
|---|
| 13962 | make[6]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/atomic_lib'
|
|---|
| 13963 | make[5]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/atomic_lib'
|
|---|
| 13964 | make -C atom_search build
|
|---|
| 13965 | make[5]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/atom_search'
|
|---|
| 13966 | if [ -z "/home/goddard/ucsf/chimerax/ChimeraX.app/bin/python.exe" ]; then \
|
|---|
| 13967 | echo "missing ChimeraX application's python"; exit 1; \
|
|---|
| 13968 | else \
|
|---|
| 13969 | PYTHONNOUSERSITE=1 /home/goddard/ucsf/chimerax/ChimeraX.app/bin/python.exe -I -m chimerax.core --nogui --exit --safemode --cmd "devel install . user false exit true noDeps true"; \
|
|---|
| 13970 | fi
|
|---|
| 13971 | INFO:
|
|---|
| 13972 | Executing: devel install . user false exit true noDeps true
|
|---|
| 13973 | warning: search_cpp\ast.pyx:34:0: The 'IF' statement is deprecated and will be removed in a future Cython version. Consider using runtime conditions or C macros instead. See https://github.com/cython/cython/issues/4310
|
|---|
| 13974 | Compiling search_cpp/ast.pyx because it changed.
|
|---|
| 13975 | [1/1] Cythonizing search_cpp/ast.pyx
|
|---|
| 13976 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\setuptools\dist.py:759: SetuptoolsDeprecationWarning: License classifiers are deprecated.
|
|---|
| 13977 | !!
|
|---|
| 13978 |
|
|---|
| 13979 | ********************************************************************************
|
|---|
| 13980 | Please consider removing the following classifiers in favor of a SPDX license expression:
|
|---|
| 13981 |
|
|---|
| 13982 | License :: Free for non-commercial use
|
|---|
| 13983 |
|
|---|
| 13984 | See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details.
|
|---|
| 13985 | ********************************************************************************
|
|---|
| 13986 |
|
|---|
| 13987 | !!
|
|---|
| 13988 | self._finalize_license_expression()
|
|---|
| 13989 | running build
|
|---|
| 13990 | running build_py
|
|---|
| 13991 | creating build\lib.win-amd64-cpython-311\chimerax\atom_search
|
|---|
| 13992 | copying src\__init__.py -> build\lib.win-amd64-cpython-311\chimerax\atom_search
|
|---|
| 13993 | copying src\ast.pyx -> build\lib.win-amd64-cpython-311\chimerax\atom_search
|
|---|
| 13994 | running build_ext
|
|---|
| 13995 | building 'chimerax.atom_search.ast' extension
|
|---|
| 13996 | creating build\temp.win-amd64-cpython-311\Release\search_cpp
|
|---|
| 13997 | "C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\bin\HostX64\x64\cl.exe" /c /nologo /O2 /W3 /GL /DNDEBUG /MD -DMAJOR_VERSION=0 -DMINOR_VERSION=1 -Isearch_cpp -IC:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\include -IC:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\core\include -IC:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include -IC:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\include -IC:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Include "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\ucrt" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\shared" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\um" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\winrt" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\cppwinrt" "-Ic:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include" "-Ic:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\atlmfc\include" "-Ic:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\ucrt" "-Ic:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\shared" "-Ic:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\um" "-Ic:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\winrt" "-Ic:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\cppwinrt" /EHsc /Tpsearch_cpp/ast.cpp /Fobuild\temp.win-amd64-cpython-311\Release\search_cpp\ast.obj
|
|---|
| 13998 | ast.cpp
|
|---|
| 13999 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\pyinstance/PythonInstance.declare.h(78): 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>'
|
|---|
| 14000 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 14001 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\pyinstance/PythonInstance.declare.h(104): note: see reference to class template instantiation 'pyinstance::PythonInstance<C>' being compiled
|
|---|
| 14002 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\pyinstance/PythonInstance.declare.h(78): 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>'
|
|---|
| 14003 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 14004 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\element/Element.h(49): note: see reference to class template instantiation 'pyinstance::PythonInstance<element::Element>' being compiled
|
|---|
| 14005 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\element/Element.h(76): warning C4251: 'element::Element::_alkali_metals': class 'std::set<int,std::less<int>,std::allocator<int>>' needs to have dll-interface to be used by clients of class 'element::Element'
|
|---|
| 14006 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\element/Element.h(76): note: see declaration of 'std::set<int,std::less<int>,std::allocator<int>>'
|
|---|
| 14007 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\element/Element.h(77): warning C4251: 'element::Element::_elements': class 'std::map<int,const element::Element *,std::less<int>,std::allocator<std::pair<const int,const element::Element *>>>' needs to have dll-interface to be used by clients of class 'element::Element'
|
|---|
| 14008 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\element/Element.h(77): note: see declaration of 'std::map<int,const element::Element *,std::less<int>,std::allocator<std::pair<const int,const element::Element *>>>'
|
|---|
| 14009 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\element/Element.h(78): warning C4251: 'element::Element::_halogens': class 'std::set<int,std::less<int>,std::allocator<int>>' needs to have dll-interface to be used by clients of class 'element::Element'
|
|---|
| 14010 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\element/Element.h(76): note: see declaration of 'std::set<int,std::less<int>,std::allocator<int>>'
|
|---|
| 14011 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\element/Element.h(79): warning C4251: 'element::Element::_names': class 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>' needs to have dll-interface to be used by clients of class 'element::Element'
|
|---|
| 14012 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\element/Element.h(79): note: see declaration of 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>'
|
|---|
| 14013 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\element/Element.h(80): warning C4251: 'element::Element::_noble_gases': class 'std::set<int,std::less<int>,std::allocator<int>>' needs to have dll-interface to be used by clients of class 'element::Element'
|
|---|
| 14014 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\element/Element.h(76): note: see declaration of 'std::set<int,std::less<int>,std::allocator<int>>'
|
|---|
| 14015 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(59): warning C4251: 'atomstruct::Changes::created': class 'std::set<const void *,std::less<const void *>,std::allocator<const void *>>' needs to have dll-interface to be used by clients of class 'atomstruct::Changes'
|
|---|
| 14016 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(59): note: see declaration of 'std::set<const void *,std::less<const void *>,std::allocator<const void *>>'
|
|---|
| 14017 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(60): warning C4251: 'atomstruct::Changes::modified': class 'std::set<const void *,std::less<const void *>,std::allocator<const void *>>' needs to have dll-interface to be used by clients of class 'atomstruct::Changes'
|
|---|
| 14018 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(59): note: see declaration of 'std::set<const void *,std::less<const void *>,std::allocator<const void *>>'
|
|---|
| 14019 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(61): warning C4251: 'atomstruct::Changes::reasons': class 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>' needs to have dll-interface to be used by clients of class 'atomstruct::Changes'
|
|---|
| 14020 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\element/Element.h(79): note: see declaration of 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>'
|
|---|
| 14021 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\pyinstance/PythonInstance.declare.h(78): 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>'
|
|---|
| 14022 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 14023 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(68): note: see reference to class template instantiation 'pyinstance::PythonInstance<atomstruct::ChangeTracker>' being compiled
|
|---|
| 14024 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(82): warning C4251: 'atomstruct::ChangeTracker::_structure_type_changes': class 'std::map<atomstruct::Structure *,atomstruct::ChangeTracker::ChangesArray,std::less<atomstruct::Structure *>,std::allocator<std::pair<atomstruct::Structure *const ,atomstruct::ChangeTracker::ChangesArray>>>' needs to have dll-interface to be used by clients of class 'atomstruct::ChangeTracker'
|
|---|
| 14025 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(82): note: see declaration of 'std::map<atomstruct::Structure *,atomstruct::ChangeTracker::ChangesArray,std::less<atomstruct::Structure *>,std::allocator<std::pair<atomstruct::Structure *const ,atomstruct::ChangeTracker::ChangesArray>>>'
|
|---|
| 14026 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(83): warning C4251: 'atomstruct::ChangeTracker::_dead_structures': class 'std::set<atomstruct::Structure *,std::less<atomstruct::Structure *>,std::allocator<atomstruct::Structure *>>' needs to have dll-interface to be used by clients of class 'atomstruct::ChangeTracker'
|
|---|
| 14027 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(83): note: see declaration of 'std::set<atomstruct::Structure *,std::less<atomstruct::Structure *>,std::allocator<atomstruct::Structure *>>'
|
|---|
| 14028 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(92): 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'
|
|---|
| 14029 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 14030 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(93): 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'
|
|---|
| 14031 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 14032 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(94): warning C4251: 'atomstruct::ChangeTracker::REASON_ALT_LOCS': 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'
|
|---|
| 14033 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 14034 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(95): 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'
|
|---|
| 14035 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 14036 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(96): 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'
|
|---|
| 14037 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 14038 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(97): 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'
|
|---|
| 14039 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 14040 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(98): warning C4251: 'atomstruct::ChangeTracker::REASON_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::ChangeTracker'
|
|---|
| 14041 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 14042 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(99): 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'
|
|---|
| 14043 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 14044 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(100): 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'
|
|---|
| 14045 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 14046 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(101): 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'
|
|---|
| 14047 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 14048 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(102): 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'
|
|---|
| 14049 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 14050 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(103): 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'
|
|---|
| 14051 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 14052 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(104): warning C4251: 'atomstruct::ChangeTracker::REASON_ELEMENT': 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'
|
|---|
| 14053 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 14054 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(105): 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'
|
|---|
| 14055 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 14056 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(106): 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'
|
|---|
| 14057 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 14058 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(107): 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'
|
|---|
| 14059 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 14060 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(108): warning C4251: 'atomstruct::ChangeTracker::REASON_INSERTION_CODE': 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'
|
|---|
| 14061 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 14062 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(109): 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'
|
|---|
| 14063 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 14064 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(110): warning C4251: 'atomstruct::ChangeTracker::REASON_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'
|
|---|
| 14065 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 14066 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(111): 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'
|
|---|
| 14067 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 14068 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(112): 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'
|
|---|
| 14069 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 14070 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(113): 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'
|
|---|
| 14071 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 14072 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(114): 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'
|
|---|
| 14073 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 14074 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(115): 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'
|
|---|
| 14075 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 14076 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(116): 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'
|
|---|
| 14077 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 14078 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(117): 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'
|
|---|
| 14079 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 14080 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(118): 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'
|
|---|
| 14081 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 14082 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(119): 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'
|
|---|
| 14083 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 14084 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(120): 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'
|
|---|
| 14085 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 14086 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(121): 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'
|
|---|
| 14087 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 14088 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(122): 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'
|
|---|
| 14089 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 14090 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(123): 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'
|
|---|
| 14091 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 14092 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(124): 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'
|
|---|
| 14093 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 14094 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(125): 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'
|
|---|
| 14095 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 14096 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(126): 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'
|
|---|
| 14097 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 14098 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(127): 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'
|
|---|
| 14099 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 14100 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(128): 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'
|
|---|
| 14101 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 14102 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(129): 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'
|
|---|
| 14103 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 14104 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(130): 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'
|
|---|
| 14105 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 14106 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(131): warning C4251: 'atomstruct::ChangeTracker::REASON_WORM_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'
|
|---|
| 14107 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 14108 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(132): warning C4251: 'atomstruct::ChangeTracker::REASON_WORM_RIBBON': 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'
|
|---|
| 14109 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 14110 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(306): 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'
|
|---|
| 14111 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 14112 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\destruct.h(53): warning C4251: 'atomstruct::DestructionCoordinator::_observers': class 'std::set<atomstruct::DestructionObserver *,std::less<atomstruct::DestructionObserver *>,std::allocator<atomstruct::DestructionObserver *>>' needs to have dll-interface to be used by clients of class 'atomstruct::DestructionCoordinator'
|
|---|
| 14113 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\destruct.h(53): note: see declaration of 'std::set<atomstruct::DestructionObserver *,std::less<atomstruct::DestructionObserver *>,std::allocator<atomstruct::DestructionObserver *>>'
|
|---|
| 14114 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\destruct.h(54): warning C4251: 'atomstruct::DestructionCoordinator::_destroyed': class 'std::set<void *,std::less<void *>,std::allocator<void *>>' needs to have dll-interface to be used by clients of class 'atomstruct::DestructionCoordinator'
|
|---|
| 14115 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\destruct.h(42): note: see declaration of 'std::set<void *,std::less<void *>,std::allocator<void *>>'
|
|---|
| 14116 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\pyinstance/PythonInstance.declare.h(78): 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>'
|
|---|
| 14117 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 14118 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Sequence.h(57): note: see reference to class template instantiation 'pyinstance::PythonInstance<atomstruct::Sequence>' being compiled
|
|---|
| 14119 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Sequence.h(63): warning C4251: 'atomstruct::Sequence::_nucleic3to1': class 'std::map<atomstruct::ResName,char,std::less<std::string>,std::allocator<std::pair<const atomstruct::ResName,char>>>' needs to have dll-interface to be used by clients of class 'atomstruct::Sequence'
|
|---|
| 14120 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Sequence.h(61): note: see declaration of 'std::map<atomstruct::ResName,char,std::less<std::string>,std::allocator<std::pair<const atomstruct::ResName,char>>>'
|
|---|
| 14121 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Sequence.h(64): warning C4251: 'atomstruct::Sequence::_protein3to1': class 'std::map<atomstruct::ResName,char,std::less<std::string>,std::allocator<std::pair<const atomstruct::ResName,char>>>' needs to have dll-interface to be used by clients of class 'atomstruct::Sequence'
|
|---|
| 14122 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Sequence.h(61): note: see declaration of 'std::map<atomstruct::ResName,char,std::less<std::string>,std::allocator<std::pair<const atomstruct::ResName,char>>>'
|
|---|
| 14123 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Sequence.h(65): warning C4251: 'atomstruct::Sequence::_rname3to1': class 'std::map<atomstruct::ResName,char,std::less<std::string>,std::allocator<std::pair<const atomstruct::ResName,char>>>' needs to have dll-interface to be used by clients of class 'atomstruct::Sequence'
|
|---|
| 14124 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Sequence.h(61): note: see declaration of 'std::map<atomstruct::ResName,char,std::less<std::string>,std::allocator<std::pair<const atomstruct::ResName,char>>>'
|
|---|
| 14125 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Sequence.h(67): warning C4251: 'atomstruct::Sequence::_cache_g2ug': class 'std::map<unsigned int,unsigned int,std::less<unsigned int>,std::allocator<std::pair<const unsigned int,unsigned int>>>' needs to have dll-interface to be used by clients of class 'atomstruct::Sequence'
|
|---|
| 14126 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Sequence.h(67): note: see declaration of 'std::map<unsigned int,unsigned int,std::less<unsigned int>,std::allocator<std::pair<const unsigned int,unsigned int>>>'
|
|---|
| 14127 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Sequence.h(68): warning C4251: 'atomstruct::Sequence::_cache_ug2g': class 'std::map<unsigned int,unsigned int,std::less<unsigned int>,std::allocator<std::pair<const unsigned int,unsigned int>>>' needs to have dll-interface to be used by clients of class 'atomstruct::Sequence'
|
|---|
| 14128 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Sequence.h(67): note: see declaration of 'std::map<unsigned int,unsigned int,std::less<unsigned int>,std::allocator<std::pair<const unsigned int,unsigned int>>>'
|
|---|
| 14129 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Sequence.h(69): 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'
|
|---|
| 14130 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Sequence.h(59): note: see declaration of 'std::vector<char,std::allocator<char>>'
|
|---|
| 14131 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Sequence.h(74): 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'
|
|---|
| 14132 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Sequence.h(59): note: see declaration of 'std::vector<char,std::allocator<char>>'
|
|---|
| 14133 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Sequence.h(75): 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'
|
|---|
| 14134 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 14135 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Sequence.h(140): warning C4267: 'return': conversion from 'size_t' to 'int', possible loss of data
|
|---|
| 14136 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\StructureSeq.h(61): 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'
|
|---|
| 14137 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 14138 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\StructureSeq.h(62): warning C4251: 'atomstruct::StructureSeq::_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 'atomstruct::StructureSeq'
|
|---|
| 14139 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 14140 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\StructureSeq.h(66): warning C4251: 'atomstruct::StructureSeq::_res_map': class 'std::map<atomstruct::Residue *,atomstruct::StructureSeq::SeqPos,std::less<atomstruct::Residue *>,std::allocator<std::pair<atomstruct::Residue *const ,atomstruct::StructureSeq::SeqPos>>>' needs to have dll-interface to be used by clients of class 'atomstruct::StructureSeq'
|
|---|
| 14141 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\StructureSeq.h(51): note: see declaration of 'std::map<atomstruct::Residue *,atomstruct::StructureSeq::SeqPos,std::less<atomstruct::Residue *>,std::allocator<std::pair<atomstruct::Residue *const ,atomstruct::StructureSeq::SeqPos>>>'
|
|---|
| 14142 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\StructureSeq.h(67): warning C4251: 'atomstruct::StructureSeq::_residues': class 'std::vector<atomstruct::Residue *,std::allocator<atomstruct::Residue *>>' needs to have dll-interface to be used by clients of class 'atomstruct::StructureSeq'
|
|---|
| 14143 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\StructureSeq.h(50): note: see declaration of 'std::vector<atomstruct::Residue *,std::allocator<atomstruct::Residue *>>'
|
|---|
| 14144 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\StructureSeq.h(122): warning C4267: 'return': conversion from 'size_t' to 'int', possible loss of data
|
|---|
| 14145 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\CompSS.h(42): warning C4251: 'atomstruct::CompSSInfo::strands': class 'std::vector<std::pair<atomstruct::Residue *,atomstruct::Residue *>,std::allocator<std::pair<atomstruct::Residue *,atomstruct::Residue *>>>' needs to have dll-interface to be used by clients of class 'atomstruct::CompSSInfo'
|
|---|
| 14146 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\CompSS.h(42): note: see declaration of 'std::vector<std::pair<atomstruct::Residue *,atomstruct::Residue *>,std::allocator<std::pair<atomstruct::Residue *,atomstruct::Residue *>>>'
|
|---|
| 14147 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\CompSS.h(43): warning C4251: 'atomstruct::CompSSInfo::sheets': class 'std::vector<std::set<int,std::less<int>,std::allocator<int>>,std::allocator<std::set<int,std::less<int>,std::allocator<int>>>>' needs to have dll-interface to be used by clients of class 'atomstruct::CompSSInfo'
|
|---|
| 14148 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\CompSS.h(43): note: see declaration of 'std::vector<std::set<int,std::less<int>,std::allocator<int>>,std::allocator<std::set<int,std::less<int>,std::allocator<int>>>>'
|
|---|
| 14149 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\CompSS.h(44): warning C4251: 'atomstruct::CompSSInfo::strands_parallel': class 'std::map<std::pair<int,int>,bool,std::less<std::pair<int,int>>,std::allocator<std::pair<const std::pair<int,int>,bool>>>' needs to have dll-interface to be used by clients of class 'atomstruct::CompSSInfo'
|
|---|
| 14150 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\CompSS.h(44): note: see declaration of 'std::map<std::pair<int,int>,bool,std::less<std::pair<int,int>>,std::allocator<std::pair<const std::pair<int,int>,bool>>>'
|
|---|
| 14151 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\CompSS.h(45): warning C4251: 'atomstruct::CompSSInfo::helix_info': class 'std::vector<std::pair<std::pair<atomstruct::Residue *,atomstruct::Residue *>,char>,std::allocator<std::pair<std::pair<atomstruct::Residue *,atomstruct::Residue *>,char>>>' needs to have dll-interface to be used by clients of class 'atomstruct::CompSSInfo'
|
|---|
| 14152 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\CompSS.h(45): note: see declaration of 'std::vector<std::pair<std::pair<atomstruct::Residue *,atomstruct::Residue *>,char>,std::allocator<std::pair<std::pair<atomstruct::Residue *,atomstruct::Residue *>,char>>>'
|
|---|
| 14153 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\pyinstance/PythonInstance.declare.h(78): 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>'
|
|---|
| 14154 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 14155 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\PBManager.h(53): note: see reference to class template instantiation 'pyinstance::PythonInstance<atomstruct::BaseManager>' being compiled
|
|---|
| 14156 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\PBManager.h(63): warning C4251: 'atomstruct::BaseManager::_groups': class 'std::map<std::string,atomstruct::Proxy_PBGroup *,std::less<std::string>,std::allocator<std::pair<const std::string,atomstruct::Proxy_PBGroup *>>>' needs to have dll-interface to be used by clients of class 'atomstruct::BaseManager'
|
|---|
| 14157 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\PBManager.h(58): note: see declaration of 'std::map<std::string,atomstruct::Proxy_PBGroup *,std::less<std::string>,std::allocator<std::pair<const std::string,atomstruct::Proxy_PBGroup *>>>'
|
|---|
| 14158 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\pyinstance/PythonInstance.declare.h(78): 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>'
|
|---|
| 14159 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 14160 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Ring.h(38): note: see reference to class template instantiation 'pyinstance::PythonInstance<atomstruct::Ring>' being compiled
|
|---|
| 14161 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Ring.h(43): warning C4251: 'atomstruct::Ring::_bonds': class 'std::set<atomstruct::Bond *,std::less<atomstruct::Bond *>,std::allocator<atomstruct::Bond *>>' needs to have dll-interface to be used by clients of class 'atomstruct::Ring'
|
|---|
| 14162 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Ring.h(41): note: see declaration of 'std::set<atomstruct::Bond *,std::less<atomstruct::Bond *>,std::allocator<atomstruct::Bond *>>'
|
|---|
| 14163 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Ring.h(44): warning C4251: 'atomstruct::Ring::_atoms': class 'std::set<atomstruct::Atom *,std::less<atomstruct::Atom *>,std::allocator<atomstruct::Atom *>>' needs to have dll-interface to be used by clients of class 'atomstruct::Ring'
|
|---|
| 14164 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Ring.h(40): note: see declaration of 'std::set<atomstruct::Atom *,std::less<atomstruct::Atom *>,std::allocator<atomstruct::Atom *>>'
|
|---|
| 14165 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\pyinstance/PythonInstance.declare.h(78): 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>'
|
|---|
| 14166 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 14167 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Structure.h(110): note: see reference to class template instantiation 'pyinstance::PythonInstance<atomstruct::Structure>' being compiled
|
|---|
| 14168 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Structure.h(145): warning C4251: 'atomstruct::Structure::_atoms': class 'std::vector<atomstruct::Atom *,std::allocator<atomstruct::Atom *>>' needs to have dll-interface to be used by clients of class 'atomstruct::Structure'
|
|---|
| 14169 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Ring.h(64): note: see declaration of 'std::vector<atomstruct::Atom *,std::allocator<atomstruct::Atom *>>'
|
|---|
| 14170 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Structure.h(147): warning C4251: 'atomstruct::Structure::_bonds': class 'std::vector<atomstruct::Bond *,std::allocator<atomstruct::Bond *>>' needs to have dll-interface to be used by clients of class 'atomstruct::Structure'
|
|---|
| 14171 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Ring.h(63): note: see declaration of 'std::vector<atomstruct::Bond *,std::allocator<atomstruct::Bond *>>'
|
|---|
| 14172 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Structure.h(151): warning C4251: 'atomstruct::Structure::_coord_sets': class 'std::vector<atomstruct::CoordSet *,std::allocator<atomstruct::CoordSet *>>' needs to have dll-interface to be used by clients of class 'atomstruct::Structure'
|
|---|
| 14173 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Structure.h(120): note: see declaration of 'std::vector<atomstruct::CoordSet *,std::allocator<atomstruct::CoordSet *>>'
|
|---|
| 14174 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Structure.h(156): warning C4251: 'atomstruct::Structure::_input_seq_info': class 'std::map<atomstruct::ChainID,std::vector<atomstruct::ResName,std::allocator<std::string>>,std::less<std::string>,std::allocator<std::pair<const atomstruct::ChainID,std::vector<atomstruct::ResName,std::allocator<std::string>>>>>' needs to have dll-interface to be used by clients of class 'atomstruct::Structure'
|
|---|
| 14175 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Structure.h(121): note: see declaration of 'std::map<atomstruct::ChainID,std::vector<atomstruct::ResName,std::allocator<std::string>>,std::less<std::string>,std::allocator<std::pair<const atomstruct::ChainID,std::vector<atomstruct::ResName,std::allocator<std::string>>>>>'
|
|---|
| 14176 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Structure.h(163): warning C4251: 'atomstruct::Structure::_residues': class 'std::vector<atomstruct::Residue *,std::allocator<atomstruct::Residue *>>' needs to have dll-interface to be used by clients of class 'atomstruct::Structure'
|
|---|
| 14177 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\StructureSeq.h(50): note: see declaration of 'std::vector<atomstruct::Residue *,std::allocator<atomstruct::Residue *>>'
|
|---|
| 14178 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Structure.h(165): warning C4251: 'atomstruct::Structure::_res_numbering_valid': class 'std::vector<bool,std::allocator<bool>>' needs to have dll-interface to be used by clients of class 'atomstruct::Structure'
|
|---|
| 14179 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Structure.h(165): note: see declaration of 'std::vector<bool,std::allocator<bool>>'
|
|---|
| 14180 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Structure.h(176): warning C4251: 'atomstruct::Structure::_rings': class 'std::set<atomstruct::Ring,std::less<atomstruct::Ring>,std::allocator<atomstruct::Ring>>' needs to have dll-interface to be used by clients of class 'atomstruct::Structure'
|
|---|
| 14181 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Structure.h(128): note: see declaration of 'std::set<atomstruct::Ring,std::less<atomstruct::Ring>,std::allocator<atomstruct::Ring>>'
|
|---|
| 14182 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Structure.h(283): 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'
|
|---|
| 14183 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 14184 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Structure.h(287): warning C4251: 'atomstruct::Structure::metadata': class 'std::map<atomstruct::ChainID,std::vector<atomstruct::ResName,std::allocator<std::string>>,std::less<std::string>,std::allocator<std::pair<const atomstruct::ChainID,std::vector<atomstruct::ResName,std::allocator<std::string>>>>>' needs to have dll-interface to be used by clients of class 'atomstruct::Structure'
|
|---|
| 14185 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Structure.h(121): note: see declaration of 'std::map<atomstruct::ChainID,std::vector<atomstruct::ResName,std::allocator<std::string>>,std::less<std::string>,std::allocator<std::pair<const atomstruct::ChainID,std::vector<atomstruct::ResName,std::allocator<std::string>>>>>'
|
|---|
| 14186 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\pyinstance/PythonInstance.declare.h(78): 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>'
|
|---|
| 14187 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 14188 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\CoordSet.h(41): note: see reference to class template instantiation 'pyinstance::PythonInstance<atomstruct::CoordSet>' being compiled
|
|---|
| 14189 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\CoordSet.h(49): warning C4251: 'atomstruct::CoordSet::_coords': class 'std::vector<atomstruct::Coord,std::allocator<atomstruct::Coord>>' needs to have dll-interface to be used by clients of class 'atomstruct::CoordSet'
|
|---|
| 14190 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\CoordSet.h(46): note: see declaration of 'std::vector<atomstruct::Coord,std::allocator<atomstruct::Coord>>'
|
|---|
| 14191 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\CoordSet.h(51): warning C4251: 'atomstruct::CoordSet::_bfactor_map': class 'std::unordered_map<const atomstruct::Atom *,float,std::hash<const atomstruct::Atom *>,std::equal_to<const atomstruct::Atom *>,std::allocator<std::pair<const atomstruct::Atom *const ,float>>>' needs to have dll-interface to be used by clients of class 'atomstruct::CoordSet'
|
|---|
| 14192 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\CoordSet.h(51): note: see declaration of 'std::unordered_map<const atomstruct::Atom *,float,std::hash<const atomstruct::Atom *>,std::equal_to<const atomstruct::Atom *>,std::allocator<std::pair<const atomstruct::Atom *const ,float>>>'
|
|---|
| 14193 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\CoordSet.h(52): warning C4251: 'atomstruct::CoordSet::_occupancy_map': class 'std::unordered_map<const atomstruct::Atom *,float,std::hash<const atomstruct::Atom *>,std::equal_to<const atomstruct::Atom *>,std::allocator<std::pair<const atomstruct::Atom *const ,float>>>' needs to have dll-interface to be used by clients of class 'atomstruct::CoordSet'
|
|---|
| 14194 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\CoordSet.h(51): note: see declaration of 'std::unordered_map<const atomstruct::Atom *,float,std::hash<const atomstruct::Atom *>,std::equal_to<const atomstruct::Atom *>,std::allocator<std::pair<const atomstruct::Atom *const ,float>>>'
|
|---|
| 14195 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\CoordSet.h(77): warning C4267: 'return': conversion from 'size_t' to 'int', possible loss of data
|
|---|
| 14196 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\CoordSet.h(80): warning C4267: 'return': conversion from 'size_t' to 'int', possible loss of data
|
|---|
| 14197 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\pyinstance/PythonInstance.declare.h(78): 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>'
|
|---|
| 14198 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 14199 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct/Atom.h(68): note: see reference to class template instantiation 'pyinstance::PythonInstance<atomstruct::Atom>' being compiled
|
|---|
| 14200 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct/Atom.h(124): warning C4251: 'atomstruct::Atom::_alt_loc_map': class 'std::map<unsigned char,atomstruct::Atom::_Alt_loc_info,std::less<unsigned char>,std::allocator<std::pair<const unsigned char,atomstruct::Atom::_Alt_loc_info>>>' needs to have dll-interface to be used by clients of class 'atomstruct::Atom'
|
|---|
| 14201 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct/Atom.h(123): note: see declaration of 'std::map<unsigned char,atomstruct::Atom::_Alt_loc_info,std::less<unsigned char>,std::allocator<std::pair<const unsigned char,atomstruct::Atom::_Alt_loc_info>>>'
|
|---|
| 14202 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct/Atom.h(126): warning C4251: 'atomstruct::Atom::_bonds': class 'std::vector<atomstruct::Bond *,std::allocator<atomstruct::Bond *>>' needs to have dll-interface to be used by clients of class 'atomstruct::Atom'
|
|---|
| 14203 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Ring.h(63): note: see declaration of 'std::vector<atomstruct::Bond *,std::allocator<atomstruct::Bond *>>'
|
|---|
| 14204 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct/Atom.h(127): 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'
|
|---|
| 14205 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\string_types.h(44): note: see declaration of 'chutil::CString<5,65,116,111,109,32,84,121,112,101>'
|
|---|
| 14206 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct/Atom.h(134): 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'
|
|---|
| 14207 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\string_types.h(44): note: see declaration of 'chutil::CString<5,65,116,111,109,32,84,121,112,101>'
|
|---|
| 14208 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct/Atom.h(136): warning C4251: 'atomstruct::Atom::_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::Atom'
|
|---|
| 14209 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 14210 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct/Atom.h(137): warning C4251: 'atomstruct::Atom::_neighbors': class 'std::vector<atomstruct::Atom *,std::allocator<atomstruct::Atom *>>' needs to have dll-interface to be used by clients of class 'atomstruct::Atom'
|
|---|
| 14211 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Ring.h(64): note: see declaration of 'std::vector<atomstruct::Atom *,std::allocator<atomstruct::Atom *>>'
|
|---|
| 14212 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct/Atom.h(143): warning C4251: 'atomstruct::Atom::_rings': class 'std::vector<const atomstruct::Ring *,std::allocator<const atomstruct::Ring *>>' needs to have dll-interface to be used by clients of class 'atomstruct::Atom'
|
|---|
| 14213 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct/Atom.h(91): note: see declaration of 'std::vector<const atomstruct::Ring *,std::allocator<const atomstruct::Ring *>>'
|
|---|
| 14214 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct/Atom.h(201): warning C4244: '=': conversion from 'double' to 'float', possible loss of data
|
|---|
| 14215 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct/Atom.h(205): warning C4244: 'return': conversion from 'double' to 'float', possible loss of data
|
|---|
| 14216 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct/Atom.h(223): warning C4267: 'return': conversion from 'size_t' to 'int', possible loss of data
|
|---|
| 14217 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct/search.h(77): warning C4251: 'atomstruct::AtomSearchTree::_atoms': class 'std::vector<atomstruct::Atom *,std::allocator<atomstruct::Atom *>>' needs to have dll-interface to be used by clients of class 'atomstruct::AtomSearchTree'
|
|---|
| 14218 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Ring.h(64): note: see declaration of 'std::vector<atomstruct::Atom *,std::allocator<atomstruct::Atom *>>'
|
|---|
| 14219 | search_cpp/ast.cpp(6439): warning C4551: function call missing argument list
|
|---|
| 14220 | search_cpp/ast.cpp(6440): warning C4551: function call missing argument list
|
|---|
| 14221 | search_cpp/ast.cpp(6441): warning C4551: function call missing argument list
|
|---|
| 14222 | search_cpp/ast.cpp(6564): warning C4551: function call missing argument list
|
|---|
| 14223 | search_cpp/ast.cpp(8823): warning C4551: function call missing argument list
|
|---|
| 14224 | search_cpp/ast.cpp(8830): warning C4551: function call missing argument list
|
|---|
| 14225 | "C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\bin\HostX64\x64\link.exe" /nologo /INCREMENTAL:NO /LTCG /DLL /MANIFEST:EMBED,ID=2 /MANIFESTUAC:NO /LIBPATH:C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\lib /LIBPATH:C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\core\lib /LIBPATH:C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\lib /LIBPATH:C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\libs /LIBPATH:C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin /LIBPATH:C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\PCbuild\amd64 "/LIBPATH:C:\Program Files (x86)\Windows Kits\10\lib\10.0.19041.0\ucrt\x64" "/LIBPATH:C:\Program Files (x86)\Windows Kits\10\lib\10.0.19041.0\um\x64" "/LIBPATH:c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\lib\\x64" "/LIBPATH:c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\atlmfc\lib\\x64" "/LIBPATH:c:\Program Files (x86)\Windows Kits\10\lib\10.0.19041.0\ucrt\x64" "/LIBPATH:c:\Program Files (x86)\Windows Kits\10\lib\10.0.19041.0\um\x64" libatomstruct.lib /EXPORT:PyInit_ast build\temp.win-amd64-cpython-311\Release\search_cpp\ast.obj /OUT:build\lib.win-amd64-cpython-311\chimerax\atom_search\ast.cp311-win_amd64.pyd /IMPLIB:build\temp.win-amd64-cpython-311\Release\search_cpp\ast.cp311-win_amd64.lib
|
|---|
| 14226 | Creating library build\temp.win-amd64-cpython-311\Release\search_cpp\ast.cp311-win_amd64.lib and object build\temp.win-amd64-cpython-311\Release\search_cpp\ast.cp311-win_amd64.exp
|
|---|
| 14227 | Generating code
|
|---|
| 14228 | Finished generating code
|
|---|
| 14229 | running bdist_wheel
|
|---|
| 14230 | installing to build\bdist.win-amd64\wheel
|
|---|
| 14231 | running install
|
|---|
| 14232 | running install_lib
|
|---|
| 14233 | running build_ext
|
|---|
| 14234 | creating build\bdist.win-amd64\wheel
|
|---|
| 14235 | creating build\bdist.win-amd64\wheel\chimerax
|
|---|
| 14236 | creating build\bdist.win-amd64\wheel\chimerax\atom_search
|
|---|
| 14237 | copying build\lib.win-amd64-cpython-311\chimerax\atom_search\ast.cp311-win_amd64.pyd -> build\bdist.win-amd64\wheel\.\chimerax\atom_search
|
|---|
| 14238 | copying build\lib.win-amd64-cpython-311\chimerax\atom_search\ast.pyx -> build\bdist.win-amd64\wheel\.\chimerax\atom_search
|
|---|
| 14239 | copying build\lib.win-amd64-cpython-311\chimerax\atom_search\__init__.py -> build\bdist.win-amd64\wheel\.\chimerax\atom_search
|
|---|
| 14240 | running install_egg_info
|
|---|
| 14241 | running egg_info
|
|---|
| 14242 | creating ChimeraX_AtomSearch.egg-info
|
|---|
| 14243 | writing ChimeraX_AtomSearch.egg-info\PKG-INFO
|
|---|
| 14244 | writing dependency_links to ChimeraX_AtomSearch.egg-info\dependency_links.txt
|
|---|
| 14245 | writing requirements to ChimeraX_AtomSearch.egg-info\requires.txt
|
|---|
| 14246 | writing top-level names to ChimeraX_AtomSearch.egg-info\top_level.txt
|
|---|
| 14247 | writing manifest file 'ChimeraX_AtomSearch.egg-info\SOURCES.txt'
|
|---|
| 14248 | reading manifest file 'ChimeraX_AtomSearch.egg-info\SOURCES.txt'
|
|---|
| 14249 | writing manifest file 'ChimeraX_AtomSearch.egg-info\SOURCES.txt'
|
|---|
| 14250 | Copying ChimeraX_AtomSearch.egg-info to build\bdist.win-amd64\wheel\.\ChimeraX_AtomSearch-2.0.1-py3.11.egg-info
|
|---|
| 14251 | running install_scripts
|
|---|
| 14252 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\setuptools\command\bdist_wheel.py:103: RuntimeWarning: Config variable 'Py_DEBUG' is unset, Python ABI tag may be incorrect
|
|---|
| 14253 | if get_flag("Py_DEBUG", hasattr(sys, "gettotalrefcount"), warn=(impl == "cp")):
|
|---|
| 14254 | creating build\bdist.win-amd64\wheel\chimerax_atomsearch-2.0.1.dist-info\WHEEL
|
|---|
| 14255 | creating 'dist\chimerax_atomsearch-2.0.1-cp311-cp311-win_amd64.whl' and adding 'build\bdist.win-amd64\wheel' to it
|
|---|
| 14256 | adding 'chimerax/atom_search/__init__.py'
|
|---|
| 14257 | adding 'chimerax/atom_search/ast.cp311-win_amd64.pyd'
|
|---|
| 14258 | adding 'chimerax/atom_search/ast.pyx'
|
|---|
| 14259 | adding 'chimerax_atomsearch-2.0.1.dist-info/METADATA'
|
|---|
| 14260 | adding 'chimerax_atomsearch-2.0.1.dist-info/WHEEL'
|
|---|
| 14261 | adding 'chimerax_atomsearch-2.0.1.dist-info/top_level.txt'
|
|---|
| 14262 | adding 'chimerax_atomsearch-2.0.1.dist-info/RECORD'
|
|---|
| 14263 | removing build\bdist.win-amd64\wheel
|
|---|
| 14264 | Distribution is in .\dist\ChimeraX_AtomSearch-2.0.1-cp311-cp311-win_amd64.whl
|
|---|
| 14265 | STATUS:
|
|---|
| 14266 | Installing bundle
|
|---|
| 14267 | INFO:
|
|---|
| 14268 | Executing: toolshed install .\dist\ChimeraX_AtomSearch-2.0.1-cp311-cp311-win_amd64.whl userOnly false noDeps true
|
|---|
| 14269 | Installed ChimeraX-AtomSearch (2.0.1)
|
|---|
| 14270 |
|
|---|
| 14271 | make sync
|
|---|
| 14272 | make[6]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/atom_search'
|
|---|
| 14273 | cp -av dist/*.whl /home/goddard/ucsf/chimerax/build/sync
|
|---|
| 14274 | 'dist/chimerax_atomsearch-2.0.1-cp311-cp311-win_amd64.whl' -> '/home/goddard/ucsf/chimerax/build/sync/chimerax_atomsearch-2.0.1-cp311-cp311-win_amd64.whl'
|
|---|
| 14275 | make[6]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/atom_search'
|
|---|
| 14276 | make[5]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/atom_search'
|
|---|
| 14277 | make -C pdb_lib build
|
|---|
| 14278 | make[5]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/pdb_lib'
|
|---|
| 14279 | if [ -z "/home/goddard/ucsf/chimerax/ChimeraX.app/bin/python.exe" ]; then \
|
|---|
| 14280 | echo "missing ChimeraX application's python"; exit 1; \
|
|---|
| 14281 | else \
|
|---|
| 14282 | PYTHONNOUSERSITE=1 /home/goddard/ucsf/chimerax/ChimeraX.app/bin/python.exe -I -m chimerax.core --nogui --exit --safemode --cmd "devel install . user false exit true noDeps true"; \
|
|---|
| 14283 | fi
|
|---|
| 14284 | INFO:
|
|---|
| 14285 | Executing: devel install . user false exit true noDeps true
|
|---|
| 14286 | connect.cpp
|
|---|
| 14287 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\pyinstance/PythonInstance.declare.h(78): 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>'
|
|---|
| 14288 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 14289 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\pyinstance/PythonInstance.declare.h(104): note: see reference to class template instantiation 'pyinstance::PythonInstance<C>' being compiled
|
|---|
| 14290 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\pyinstance/PythonInstance.declare.h(78): 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>'
|
|---|
| 14291 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 14292 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\element/Element.h(49): note: see reference to class template instantiation 'pyinstance::PythonInstance<element::Element>' being compiled
|
|---|
| 14293 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\element/Element.h(76): warning C4251: 'element::Element::_alkali_metals': class 'std::set<int,std::less<int>,std::allocator<int>>' needs to have dll-interface to be used by clients of class 'element::Element'
|
|---|
| 14294 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\element/Element.h(76): note: see declaration of 'std::set<int,std::less<int>,std::allocator<int>>'
|
|---|
| 14295 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\element/Element.h(77): warning C4251: 'element::Element::_elements': class 'std::map<int,const element::Element *,std::less<int>,std::allocator<std::pair<const int,const element::Element *>>>' needs to have dll-interface to be used by clients of class 'element::Element'
|
|---|
| 14296 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\element/Element.h(77): note: see declaration of 'std::map<int,const element::Element *,std::less<int>,std::allocator<std::pair<const int,const element::Element *>>>'
|
|---|
| 14297 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\element/Element.h(78): warning C4251: 'element::Element::_halogens': class 'std::set<int,std::less<int>,std::allocator<int>>' needs to have dll-interface to be used by clients of class 'element::Element'
|
|---|
| 14298 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\element/Element.h(76): note: see declaration of 'std::set<int,std::less<int>,std::allocator<int>>'
|
|---|
| 14299 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\element/Element.h(79): warning C4251: 'element::Element::_names': class 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>' needs to have dll-interface to be used by clients of class 'element::Element'
|
|---|
| 14300 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\element/Element.h(79): note: see declaration of 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>'
|
|---|
| 14301 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\element/Element.h(80): warning C4251: 'element::Element::_noble_gases': class 'std::set<int,std::less<int>,std::allocator<int>>' needs to have dll-interface to be used by clients of class 'element::Element'
|
|---|
| 14302 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\element/Element.h(76): note: see declaration of 'std::set<int,std::less<int>,std::allocator<int>>'
|
|---|
| 14303 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(59): warning C4251: 'atomstruct::Changes::created': class 'std::set<const void *,std::less<const void *>,std::allocator<const void *>>' needs to have dll-interface to be used by clients of class 'atomstruct::Changes'
|
|---|
| 14304 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(59): note: see declaration of 'std::set<const void *,std::less<const void *>,std::allocator<const void *>>'
|
|---|
| 14305 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(60): warning C4251: 'atomstruct::Changes::modified': class 'std::set<const void *,std::less<const void *>,std::allocator<const void *>>' needs to have dll-interface to be used by clients of class 'atomstruct::Changes'
|
|---|
| 14306 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(59): note: see declaration of 'std::set<const void *,std::less<const void *>,std::allocator<const void *>>'
|
|---|
| 14307 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(61): warning C4251: 'atomstruct::Changes::reasons': class 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>' needs to have dll-interface to be used by clients of class 'atomstruct::Changes'
|
|---|
| 14308 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\element/Element.h(79): note: see declaration of 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>'
|
|---|
| 14309 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\pyinstance/PythonInstance.declare.h(78): 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>'
|
|---|
| 14310 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 14311 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(68): note: see reference to class template instantiation 'pyinstance::PythonInstance<atomstruct::ChangeTracker>' being compiled
|
|---|
| 14312 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(82): warning C4251: 'atomstruct::ChangeTracker::_structure_type_changes': class 'std::map<atomstruct::Structure *,atomstruct::ChangeTracker::ChangesArray,std::less<atomstruct::Structure *>,std::allocator<std::pair<atomstruct::Structure *const ,atomstruct::ChangeTracker::ChangesArray>>>' needs to have dll-interface to be used by clients of class 'atomstruct::ChangeTracker'
|
|---|
| 14313 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(82): note: see declaration of 'std::map<atomstruct::Structure *,atomstruct::ChangeTracker::ChangesArray,std::less<atomstruct::Structure *>,std::allocator<std::pair<atomstruct::Structure *const ,atomstruct::ChangeTracker::ChangesArray>>>'
|
|---|
| 14314 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(83): warning C4251: 'atomstruct::ChangeTracker::_dead_structures': class 'std::set<atomstruct::Structure *,std::less<atomstruct::Structure *>,std::allocator<atomstruct::Structure *>>' needs to have dll-interface to be used by clients of class 'atomstruct::ChangeTracker'
|
|---|
| 14315 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(83): note: see declaration of 'std::set<atomstruct::Structure *,std::less<atomstruct::Structure *>,std::allocator<atomstruct::Structure *>>'
|
|---|
| 14316 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(92): 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'
|
|---|
| 14317 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 14318 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(93): 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'
|
|---|
| 14319 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 14320 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(94): warning C4251: 'atomstruct::ChangeTracker::REASON_ALT_LOCS': 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'
|
|---|
| 14321 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 14322 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(95): 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'
|
|---|
| 14323 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 14324 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(96): 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'
|
|---|
| 14325 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 14326 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(97): 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'
|
|---|
| 14327 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 14328 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(98): warning C4251: 'atomstruct::ChangeTracker::REASON_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::ChangeTracker'
|
|---|
| 14329 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 14330 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(99): 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'
|
|---|
| 14331 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 14332 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(100): 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'
|
|---|
| 14333 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 14334 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(101): 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'
|
|---|
| 14335 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 14336 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(102): 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'
|
|---|
| 14337 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 14338 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(103): 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'
|
|---|
| 14339 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 14340 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(104): warning C4251: 'atomstruct::ChangeTracker::REASON_ELEMENT': 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'
|
|---|
| 14341 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 14342 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(105): 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'
|
|---|
| 14343 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 14344 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(106): 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'
|
|---|
| 14345 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 14346 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(107): 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'
|
|---|
| 14347 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 14348 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(108): warning C4251: 'atomstruct::ChangeTracker::REASON_INSERTION_CODE': 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'
|
|---|
| 14349 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 14350 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(109): 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'
|
|---|
| 14351 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 14352 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(110): warning C4251: 'atomstruct::ChangeTracker::REASON_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'
|
|---|
| 14353 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 14354 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(111): 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'
|
|---|
| 14355 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 14356 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(112): 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'
|
|---|
| 14357 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 14358 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(113): 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'
|
|---|
| 14359 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 14360 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(114): 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'
|
|---|
| 14361 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 14362 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(115): 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'
|
|---|
| 14363 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 14364 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(116): 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'
|
|---|
| 14365 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 14366 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(117): 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'
|
|---|
| 14367 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 14368 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(118): 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'
|
|---|
| 14369 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 14370 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(119): 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'
|
|---|
| 14371 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 14372 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(120): 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'
|
|---|
| 14373 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 14374 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(121): 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'
|
|---|
| 14375 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 14376 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(122): 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'
|
|---|
| 14377 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 14378 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(123): 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'
|
|---|
| 14379 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 14380 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(124): 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'
|
|---|
| 14381 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 14382 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(125): 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'
|
|---|
| 14383 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 14384 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(126): 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'
|
|---|
| 14385 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 14386 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(127): 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'
|
|---|
| 14387 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 14388 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(128): 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'
|
|---|
| 14389 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 14390 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(129): 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'
|
|---|
| 14391 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 14392 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(130): 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'
|
|---|
| 14393 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 14394 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(131): warning C4251: 'atomstruct::ChangeTracker::REASON_WORM_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'
|
|---|
| 14395 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 14396 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(132): warning C4251: 'atomstruct::ChangeTracker::REASON_WORM_RIBBON': 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'
|
|---|
| 14397 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 14398 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(306): 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'
|
|---|
| 14399 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 14400 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\destruct.h(53): warning C4251: 'atomstruct::DestructionCoordinator::_observers': class 'std::set<atomstruct::DestructionObserver *,std::less<atomstruct::DestructionObserver *>,std::allocator<atomstruct::DestructionObserver *>>' needs to have dll-interface to be used by clients of class 'atomstruct::DestructionCoordinator'
|
|---|
| 14401 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\destruct.h(53): note: see declaration of 'std::set<atomstruct::DestructionObserver *,std::less<atomstruct::DestructionObserver *>,std::allocator<atomstruct::DestructionObserver *>>'
|
|---|
| 14402 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\destruct.h(54): warning C4251: 'atomstruct::DestructionCoordinator::_destroyed': class 'std::set<void *,std::less<void *>,std::allocator<void *>>' needs to have dll-interface to be used by clients of class 'atomstruct::DestructionCoordinator'
|
|---|
| 14403 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\destruct.h(42): note: see declaration of 'std::set<void *,std::less<void *>,std::allocator<void *>>'
|
|---|
| 14404 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\pyinstance/PythonInstance.declare.h(78): 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>'
|
|---|
| 14405 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 14406 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Sequence.h(57): note: see reference to class template instantiation 'pyinstance::PythonInstance<atomstruct::Sequence>' being compiled
|
|---|
| 14407 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Sequence.h(63): warning C4251: 'atomstruct::Sequence::_nucleic3to1': class 'std::map<atomstruct::ResName,char,std::less<std::string>,std::allocator<std::pair<const atomstruct::ResName,char>>>' needs to have dll-interface to be used by clients of class 'atomstruct::Sequence'
|
|---|
| 14408 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Sequence.h(61): note: see declaration of 'std::map<atomstruct::ResName,char,std::less<std::string>,std::allocator<std::pair<const atomstruct::ResName,char>>>'
|
|---|
| 14409 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Sequence.h(64): warning C4251: 'atomstruct::Sequence::_protein3to1': class 'std::map<atomstruct::ResName,char,std::less<std::string>,std::allocator<std::pair<const atomstruct::ResName,char>>>' needs to have dll-interface to be used by clients of class 'atomstruct::Sequence'
|
|---|
| 14410 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Sequence.h(61): note: see declaration of 'std::map<atomstruct::ResName,char,std::less<std::string>,std::allocator<std::pair<const atomstruct::ResName,char>>>'
|
|---|
| 14411 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Sequence.h(65): warning C4251: 'atomstruct::Sequence::_rname3to1': class 'std::map<atomstruct::ResName,char,std::less<std::string>,std::allocator<std::pair<const atomstruct::ResName,char>>>' needs to have dll-interface to be used by clients of class 'atomstruct::Sequence'
|
|---|
| 14412 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Sequence.h(61): note: see declaration of 'std::map<atomstruct::ResName,char,std::less<std::string>,std::allocator<std::pair<const atomstruct::ResName,char>>>'
|
|---|
| 14413 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Sequence.h(67): warning C4251: 'atomstruct::Sequence::_cache_g2ug': class 'std::map<unsigned int,unsigned int,std::less<unsigned int>,std::allocator<std::pair<const unsigned int,unsigned int>>>' needs to have dll-interface to be used by clients of class 'atomstruct::Sequence'
|
|---|
| 14414 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Sequence.h(67): note: see declaration of 'std::map<unsigned int,unsigned int,std::less<unsigned int>,std::allocator<std::pair<const unsigned int,unsigned int>>>'
|
|---|
| 14415 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Sequence.h(68): warning C4251: 'atomstruct::Sequence::_cache_ug2g': class 'std::map<unsigned int,unsigned int,std::less<unsigned int>,std::allocator<std::pair<const unsigned int,unsigned int>>>' needs to have dll-interface to be used by clients of class 'atomstruct::Sequence'
|
|---|
| 14416 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Sequence.h(67): note: see declaration of 'std::map<unsigned int,unsigned int,std::less<unsigned int>,std::allocator<std::pair<const unsigned int,unsigned int>>>'
|
|---|
| 14417 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Sequence.h(69): 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'
|
|---|
| 14418 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Sequence.h(59): note: see declaration of 'std::vector<char,std::allocator<char>>'
|
|---|
| 14419 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Sequence.h(74): 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'
|
|---|
| 14420 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Sequence.h(59): note: see declaration of 'std::vector<char,std::allocator<char>>'
|
|---|
| 14421 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Sequence.h(75): 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'
|
|---|
| 14422 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 14423 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Sequence.h(140): warning C4267: 'return': conversion from 'size_t' to 'int', possible loss of data
|
|---|
| 14424 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\StructureSeq.h(61): 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'
|
|---|
| 14425 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 14426 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\StructureSeq.h(62): warning C4251: 'atomstruct::StructureSeq::_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 'atomstruct::StructureSeq'
|
|---|
| 14427 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 14428 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\StructureSeq.h(66): warning C4251: 'atomstruct::StructureSeq::_res_map': class 'std::map<atomstruct::Residue *,atomstruct::StructureSeq::SeqPos,std::less<atomstruct::Residue *>,std::allocator<std::pair<atomstruct::Residue *const ,atomstruct::StructureSeq::SeqPos>>>' needs to have dll-interface to be used by clients of class 'atomstruct::StructureSeq'
|
|---|
| 14429 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\StructureSeq.h(51): note: see declaration of 'std::map<atomstruct::Residue *,atomstruct::StructureSeq::SeqPos,std::less<atomstruct::Residue *>,std::allocator<std::pair<atomstruct::Residue *const ,atomstruct::StructureSeq::SeqPos>>>'
|
|---|
| 14430 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\StructureSeq.h(67): warning C4251: 'atomstruct::StructureSeq::_residues': class 'std::vector<atomstruct::Residue *,std::allocator<atomstruct::Residue *>>' needs to have dll-interface to be used by clients of class 'atomstruct::StructureSeq'
|
|---|
| 14431 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\StructureSeq.h(50): note: see declaration of 'std::vector<atomstruct::Residue *,std::allocator<atomstruct::Residue *>>'
|
|---|
| 14432 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\StructureSeq.h(122): warning C4267: 'return': conversion from 'size_t' to 'int', possible loss of data
|
|---|
| 14433 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\CompSS.h(42): warning C4251: 'atomstruct::CompSSInfo::strands': class 'std::vector<std::pair<atomstruct::Residue *,atomstruct::Residue *>,std::allocator<std::pair<atomstruct::Residue *,atomstruct::Residue *>>>' needs to have dll-interface to be used by clients of class 'atomstruct::CompSSInfo'
|
|---|
| 14434 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\CompSS.h(42): note: see declaration of 'std::vector<std::pair<atomstruct::Residue *,atomstruct::Residue *>,std::allocator<std::pair<atomstruct::Residue *,atomstruct::Residue *>>>'
|
|---|
| 14435 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\CompSS.h(43): warning C4251: 'atomstruct::CompSSInfo::sheets': class 'std::vector<std::set<int,std::less<int>,std::allocator<int>>,std::allocator<std::set<int,std::less<int>,std::allocator<int>>>>' needs to have dll-interface to be used by clients of class 'atomstruct::CompSSInfo'
|
|---|
| 14436 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\CompSS.h(43): note: see declaration of 'std::vector<std::set<int,std::less<int>,std::allocator<int>>,std::allocator<std::set<int,std::less<int>,std::allocator<int>>>>'
|
|---|
| 14437 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\CompSS.h(44): warning C4251: 'atomstruct::CompSSInfo::strands_parallel': class 'std::map<std::pair<int,int>,bool,std::less<std::pair<int,int>>,std::allocator<std::pair<const std::pair<int,int>,bool>>>' needs to have dll-interface to be used by clients of class 'atomstruct::CompSSInfo'
|
|---|
| 14438 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\CompSS.h(44): note: see declaration of 'std::map<std::pair<int,int>,bool,std::less<std::pair<int,int>>,std::allocator<std::pair<const std::pair<int,int>,bool>>>'
|
|---|
| 14439 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\CompSS.h(45): warning C4251: 'atomstruct::CompSSInfo::helix_info': class 'std::vector<std::pair<std::pair<atomstruct::Residue *,atomstruct::Residue *>,char>,std::allocator<std::pair<std::pair<atomstruct::Residue *,atomstruct::Residue *>,char>>>' needs to have dll-interface to be used by clients of class 'atomstruct::CompSSInfo'
|
|---|
| 14440 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\CompSS.h(45): note: see declaration of 'std::vector<std::pair<std::pair<atomstruct::Residue *,atomstruct::Residue *>,char>,std::allocator<std::pair<std::pair<atomstruct::Residue *,atomstruct::Residue *>,char>>>'
|
|---|
| 14441 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\pyinstance/PythonInstance.declare.h(78): 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>'
|
|---|
| 14442 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 14443 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\PBManager.h(53): note: see reference to class template instantiation 'pyinstance::PythonInstance<atomstruct::BaseManager>' being compiled
|
|---|
| 14444 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\PBManager.h(63): warning C4251: 'atomstruct::BaseManager::_groups': class 'std::map<std::string,atomstruct::Proxy_PBGroup *,std::less<std::string>,std::allocator<std::pair<const std::string,atomstruct::Proxy_PBGroup *>>>' needs to have dll-interface to be used by clients of class 'atomstruct::BaseManager'
|
|---|
| 14445 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\PBManager.h(58): note: see declaration of 'std::map<std::string,atomstruct::Proxy_PBGroup *,std::less<std::string>,std::allocator<std::pair<const std::string,atomstruct::Proxy_PBGroup *>>>'
|
|---|
| 14446 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\pyinstance/PythonInstance.declare.h(78): 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>'
|
|---|
| 14447 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 14448 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Ring.h(38): note: see reference to class template instantiation 'pyinstance::PythonInstance<atomstruct::Ring>' being compiled
|
|---|
| 14449 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Ring.h(43): warning C4251: 'atomstruct::Ring::_bonds': class 'std::set<atomstruct::Bond *,std::less<atomstruct::Bond *>,std::allocator<atomstruct::Bond *>>' needs to have dll-interface to be used by clients of class 'atomstruct::Ring'
|
|---|
| 14450 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Ring.h(41): note: see declaration of 'std::set<atomstruct::Bond *,std::less<atomstruct::Bond *>,std::allocator<atomstruct::Bond *>>'
|
|---|
| 14451 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Ring.h(44): warning C4251: 'atomstruct::Ring::_atoms': class 'std::set<atomstruct::Atom *,std::less<atomstruct::Atom *>,std::allocator<atomstruct::Atom *>>' needs to have dll-interface to be used by clients of class 'atomstruct::Ring'
|
|---|
| 14452 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Ring.h(40): note: see declaration of 'std::set<atomstruct::Atom *,std::less<atomstruct::Atom *>,std::allocator<atomstruct::Atom *>>'
|
|---|
| 14453 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\pyinstance/PythonInstance.declare.h(78): 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>'
|
|---|
| 14454 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 14455 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Structure.h(110): note: see reference to class template instantiation 'pyinstance::PythonInstance<atomstruct::Structure>' being compiled
|
|---|
| 14456 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Structure.h(145): warning C4251: 'atomstruct::Structure::_atoms': class 'std::vector<atomstruct::Atom *,std::allocator<atomstruct::Atom *>>' needs to have dll-interface to be used by clients of class 'atomstruct::Structure'
|
|---|
| 14457 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Ring.h(64): note: see declaration of 'std::vector<atomstruct::Atom *,std::allocator<atomstruct::Atom *>>'
|
|---|
| 14458 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Structure.h(147): warning C4251: 'atomstruct::Structure::_bonds': class 'std::vector<atomstruct::Bond *,std::allocator<atomstruct::Bond *>>' needs to have dll-interface to be used by clients of class 'atomstruct::Structure'
|
|---|
| 14459 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Ring.h(63): note: see declaration of 'std::vector<atomstruct::Bond *,std::allocator<atomstruct::Bond *>>'
|
|---|
| 14460 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Structure.h(151): warning C4251: 'atomstruct::Structure::_coord_sets': class 'std::vector<atomstruct::CoordSet *,std::allocator<atomstruct::CoordSet *>>' needs to have dll-interface to be used by clients of class 'atomstruct::Structure'
|
|---|
| 14461 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Structure.h(120): note: see declaration of 'std::vector<atomstruct::CoordSet *,std::allocator<atomstruct::CoordSet *>>'
|
|---|
| 14462 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Structure.h(156): warning C4251: 'atomstruct::Structure::_input_seq_info': class 'std::map<atomstruct::ChainID,std::vector<atomstruct::ResName,std::allocator<std::string>>,std::less<std::string>,std::allocator<std::pair<const atomstruct::ChainID,std::vector<atomstruct::ResName,std::allocator<std::string>>>>>' needs to have dll-interface to be used by clients of class 'atomstruct::Structure'
|
|---|
| 14463 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Structure.h(121): note: see declaration of 'std::map<atomstruct::ChainID,std::vector<atomstruct::ResName,std::allocator<std::string>>,std::less<std::string>,std::allocator<std::pair<const atomstruct::ChainID,std::vector<atomstruct::ResName,std::allocator<std::string>>>>>'
|
|---|
| 14464 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Structure.h(163): warning C4251: 'atomstruct::Structure::_residues': class 'std::vector<atomstruct::Residue *,std::allocator<atomstruct::Residue *>>' needs to have dll-interface to be used by clients of class 'atomstruct::Structure'
|
|---|
| 14465 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\StructureSeq.h(50): note: see declaration of 'std::vector<atomstruct::Residue *,std::allocator<atomstruct::Residue *>>'
|
|---|
| 14466 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Structure.h(165): warning C4251: 'atomstruct::Structure::_res_numbering_valid': class 'std::vector<bool,std::allocator<bool>>' needs to have dll-interface to be used by clients of class 'atomstruct::Structure'
|
|---|
| 14467 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Structure.h(165): note: see declaration of 'std::vector<bool,std::allocator<bool>>'
|
|---|
| 14468 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Structure.h(176): warning C4251: 'atomstruct::Structure::_rings': class 'std::set<atomstruct::Ring,std::less<atomstruct::Ring>,std::allocator<atomstruct::Ring>>' needs to have dll-interface to be used by clients of class 'atomstruct::Structure'
|
|---|
| 14469 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Structure.h(128): note: see declaration of 'std::set<atomstruct::Ring,std::less<atomstruct::Ring>,std::allocator<atomstruct::Ring>>'
|
|---|
| 14470 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Structure.h(283): 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'
|
|---|
| 14471 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 14472 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Structure.h(287): warning C4251: 'atomstruct::Structure::metadata': class 'std::map<atomstruct::ChainID,std::vector<atomstruct::ResName,std::allocator<std::string>>,std::less<std::string>,std::allocator<std::pair<const atomstruct::ChainID,std::vector<atomstruct::ResName,std::allocator<std::string>>>>>' needs to have dll-interface to be used by clients of class 'atomstruct::Structure'
|
|---|
| 14473 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Structure.h(121): note: see declaration of 'std::map<atomstruct::ChainID,std::vector<atomstruct::ResName,std::allocator<std::string>>,std::less<std::string>,std::allocator<std::pair<const atomstruct::ChainID,std::vector<atomstruct::ResName,std::allocator<std::string>>>>>'
|
|---|
| 14474 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\pyinstance/PythonInstance.declare.h(78): 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>'
|
|---|
| 14475 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 14476 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\CoordSet.h(41): note: see reference to class template instantiation 'pyinstance::PythonInstance<atomstruct::CoordSet>' being compiled
|
|---|
| 14477 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\CoordSet.h(49): warning C4251: 'atomstruct::CoordSet::_coords': class 'std::vector<atomstruct::Coord,std::allocator<atomstruct::Coord>>' needs to have dll-interface to be used by clients of class 'atomstruct::CoordSet'
|
|---|
| 14478 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\CoordSet.h(46): note: see declaration of 'std::vector<atomstruct::Coord,std::allocator<atomstruct::Coord>>'
|
|---|
| 14479 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\CoordSet.h(51): warning C4251: 'atomstruct::CoordSet::_bfactor_map': class 'std::unordered_map<const atomstruct::Atom *,float,std::hash<const atomstruct::Atom *>,std::equal_to<const atomstruct::Atom *>,std::allocator<std::pair<const atomstruct::Atom *const ,float>>>' needs to have dll-interface to be used by clients of class 'atomstruct::CoordSet'
|
|---|
| 14480 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\CoordSet.h(51): note: see declaration of 'std::unordered_map<const atomstruct::Atom *,float,std::hash<const atomstruct::Atom *>,std::equal_to<const atomstruct::Atom *>,std::allocator<std::pair<const atomstruct::Atom *const ,float>>>'
|
|---|
| 14481 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\CoordSet.h(52): warning C4251: 'atomstruct::CoordSet::_occupancy_map': class 'std::unordered_map<const atomstruct::Atom *,float,std::hash<const atomstruct::Atom *>,std::equal_to<const atomstruct::Atom *>,std::allocator<std::pair<const atomstruct::Atom *const ,float>>>' needs to have dll-interface to be used by clients of class 'atomstruct::CoordSet'
|
|---|
| 14482 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\CoordSet.h(51): note: see declaration of 'std::unordered_map<const atomstruct::Atom *,float,std::hash<const atomstruct::Atom *>,std::equal_to<const atomstruct::Atom *>,std::allocator<std::pair<const atomstruct::Atom *const ,float>>>'
|
|---|
| 14483 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\CoordSet.h(77): warning C4267: 'return': conversion from 'size_t' to 'int', possible loss of data
|
|---|
| 14484 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\CoordSet.h(80): warning C4267: 'return': conversion from 'size_t' to 'int', possible loss of data
|
|---|
| 14485 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\pyinstance/PythonInstance.declare.h(78): 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>'
|
|---|
| 14486 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 14487 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct/Atom.h(68): note: see reference to class template instantiation 'pyinstance::PythonInstance<atomstruct::Atom>' being compiled
|
|---|
| 14488 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct/Atom.h(124): warning C4251: 'atomstruct::Atom::_alt_loc_map': class 'std::map<unsigned char,atomstruct::Atom::_Alt_loc_info,std::less<unsigned char>,std::allocator<std::pair<const unsigned char,atomstruct::Atom::_Alt_loc_info>>>' needs to have dll-interface to be used by clients of class 'atomstruct::Atom'
|
|---|
| 14489 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct/Atom.h(123): note: see declaration of 'std::map<unsigned char,atomstruct::Atom::_Alt_loc_info,std::less<unsigned char>,std::allocator<std::pair<const unsigned char,atomstruct::Atom::_Alt_loc_info>>>'
|
|---|
| 14490 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct/Atom.h(126): warning C4251: 'atomstruct::Atom::_bonds': class 'std::vector<atomstruct::Bond *,std::allocator<atomstruct::Bond *>>' needs to have dll-interface to be used by clients of class 'atomstruct::Atom'
|
|---|
| 14491 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Ring.h(63): note: see declaration of 'std::vector<atomstruct::Bond *,std::allocator<atomstruct::Bond *>>'
|
|---|
| 14492 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct/Atom.h(127): 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'
|
|---|
| 14493 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\string_types.h(44): note: see declaration of 'chutil::CString<5,65,116,111,109,32,84,121,112,101>'
|
|---|
| 14494 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct/Atom.h(134): 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'
|
|---|
| 14495 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\string_types.h(44): note: see declaration of 'chutil::CString<5,65,116,111,109,32,84,121,112,101>'
|
|---|
| 14496 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct/Atom.h(136): warning C4251: 'atomstruct::Atom::_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::Atom'
|
|---|
| 14497 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 14498 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct/Atom.h(137): warning C4251: 'atomstruct::Atom::_neighbors': class 'std::vector<atomstruct::Atom *,std::allocator<atomstruct::Atom *>>' needs to have dll-interface to be used by clients of class 'atomstruct::Atom'
|
|---|
| 14499 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Ring.h(64): note: see declaration of 'std::vector<atomstruct::Atom *,std::allocator<atomstruct::Atom *>>'
|
|---|
| 14500 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct/Atom.h(143): warning C4251: 'atomstruct::Atom::_rings': class 'std::vector<const atomstruct::Ring *,std::allocator<const atomstruct::Ring *>>' needs to have dll-interface to be used by clients of class 'atomstruct::Atom'
|
|---|
| 14501 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct/Atom.h(91): note: see declaration of 'std::vector<const atomstruct::Ring *,std::allocator<const atomstruct::Ring *>>'
|
|---|
| 14502 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct/Atom.h(201): warning C4244: '=': conversion from 'double' to 'float', possible loss of data
|
|---|
| 14503 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct/Atom.h(205): warning C4244: 'return': conversion from 'double' to 'float', possible loss of data
|
|---|
| 14504 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct/Atom.h(223): warning C4267: 'return': conversion from 'size_t' to 'int', possible loss of data
|
|---|
| 14505 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\pyinstance/PythonInstance.declare.h(78): 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>'
|
|---|
| 14506 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 14507 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Residue.h(53): note: see reference to class template instantiation 'pyinstance::PythonInstance<atomstruct::Residue>' being compiled
|
|---|
| 14508 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Residue.h(81): warning C4251: 'atomstruct::Residue::_atoms': class 'std::vector<atomstruct::Atom *,std::allocator<atomstruct::Atom *>>' needs to have dll-interface to be used by clients of class 'atomstruct::Residue'
|
|---|
| 14509 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Ring.h(64): note: see declaration of 'std::vector<atomstruct::Atom *,std::allocator<atomstruct::Atom *>>'
|
|---|
| 14510 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Residue.h(83): 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'
|
|---|
| 14511 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 14512 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Residue.h(85): 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'
|
|---|
| 14513 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 14514 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Residue.h(86): 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'
|
|---|
| 14515 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 14516 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Residue.h(162): warning C4251: 'atomstruct::Residue::aa_min_backbone_names': class 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>' needs to have dll-interface to be used by clients of class 'atomstruct::Residue'
|
|---|
| 14517 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\element/Element.h(79): note: see declaration of 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>'
|
|---|
| 14518 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Residue.h(163): warning C4251: 'atomstruct::Residue::aa_min_ordered_backbone_names': class 'std::vector<atomstruct::ResName,std::allocator<std::string>>' needs to have dll-interface to be used by clients of class 'atomstruct::Residue'
|
|---|
| 14519 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Sequence.h(99): note: see declaration of 'std::vector<atomstruct::ResName,std::allocator<std::string>>'
|
|---|
| 14520 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Residue.h(164): warning C4251: 'atomstruct::Residue::aa_max_backbone_names': class 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>' needs to have dll-interface to be used by clients of class 'atomstruct::Residue'
|
|---|
| 14521 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\element/Element.h(79): note: see declaration of 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>'
|
|---|
| 14522 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Residue.h(165): warning C4251: 'atomstruct::Residue::aa_ribbon_backbone_names': class 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>' needs to have dll-interface to be used by clients of class 'atomstruct::Residue'
|
|---|
| 14523 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\element/Element.h(79): note: see declaration of 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>'
|
|---|
| 14524 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Residue.h(166): warning C4251: 'atomstruct::Residue::aa_side_connector_names': class 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>' needs to have dll-interface to be used by clients of class 'atomstruct::Residue'
|
|---|
| 14525 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\element/Element.h(79): note: see declaration of 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>'
|
|---|
| 14526 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Residue.h(167): warning C4251: 'atomstruct::Residue::na_min_backbone_names': class 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>' needs to have dll-interface to be used by clients of class 'atomstruct::Residue'
|
|---|
| 14527 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\element/Element.h(79): note: see declaration of 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>'
|
|---|
| 14528 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Residue.h(168): warning C4251: 'atomstruct::Residue::na_min_ordered_backbone_names': class 'std::vector<atomstruct::ResName,std::allocator<std::string>>' needs to have dll-interface to be used by clients of class 'atomstruct::Residue'
|
|---|
| 14529 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Sequence.h(99): note: see declaration of 'std::vector<atomstruct::ResName,std::allocator<std::string>>'
|
|---|
| 14530 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Residue.h(169): warning C4251: 'atomstruct::Residue::na_max_backbone_names': class 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>' needs to have dll-interface to be used by clients of class 'atomstruct::Residue'
|
|---|
| 14531 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\element/Element.h(79): note: see declaration of 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>'
|
|---|
| 14532 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Residue.h(170): warning C4251: 'atomstruct::Residue::na_ribbon_backbone_names': class 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>' needs to have dll-interface to be used by clients of class 'atomstruct::Residue'
|
|---|
| 14533 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\element/Element.h(79): note: see declaration of 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>'
|
|---|
| 14534 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Residue.h(171): warning C4251: 'atomstruct::Residue::na_side_connector_names': class 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>' needs to have dll-interface to be used by clients of class 'atomstruct::Residue'
|
|---|
| 14535 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\element/Element.h(79): note: see declaration of 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>'
|
|---|
| 14536 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Residue.h(172): warning C4251: 'atomstruct::Residue::ribose_names': class 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>' needs to have dll-interface to be used by clients of class 'atomstruct::Residue'
|
|---|
| 14537 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\element/Element.h(79): note: see declaration of 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>'
|
|---|
| 14538 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Residue.h(173): warning C4251: 'atomstruct::Residue::std_solvent_names': class 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>' needs to have dll-interface to be used by clients of class 'atomstruct::Residue'
|
|---|
| 14539 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\element/Element.h(79): note: see declaration of 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>'
|
|---|
| 14540 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Residue.h(174): warning C4251: 'atomstruct::Residue::std_water_names': class 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>' needs to have dll-interface to be used by clients of class 'atomstruct::Residue'
|
|---|
| 14541 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\element/Element.h(79): note: see declaration of 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>'
|
|---|
| 14542 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Residue.h(175): warning C4251: 'atomstruct::Residue::ideal_chirality': class 'std::map<atomstruct::ResName,std::map<atomstruct::ResName,char,std::less<std::string>,std::allocator<std::pair<const atomstruct::ResName,char>>>,std::less<std::string>,std::allocator<std::pair<const atomstruct::ResName,std::map<atomstruct::ResName,char,std::less<std::string>,std::allocator<std::pair<const atomstruct::ResName,char>>>>>>' needs to have dll-interface to be used by clients of class 'atomstruct::Residue'
|
|---|
| 14543 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Residue.h(175): note: see declaration of 'std::map<atomstruct::ResName,std::map<atomstruct::ResName,char,std::less<std::string>,std::allocator<std::pair<const atomstruct::ResName,char>>>,std::less<std::string>,std::allocator<std::pair<const atomstruct::ResName,std::map<atomstruct::ResName,char,std::less<std::string>,std::allocator<std::pair<const atomstruct::ResName,char>>>>>>'
|
|---|
| 14544 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Residue.h(126): warning C4267: 'return': conversion from 'size_t' to 'int', possible loss of data
|
|---|
| 14545 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\pyinstance/PythonInstance.declare.h(78): 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>'
|
|---|
| 14546 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 14547 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Bond.h(47): note: see reference to class template instantiation 'pyinstance::PythonInstance<atomstruct::Bond>' being compiled
|
|---|
| 14548 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Bond.h(59): warning C4251: 'atomstruct::Bond::_rings': class 'std::vector<const atomstruct::Ring *,std::allocator<const atomstruct::Ring *>>' needs to have dll-interface to be used by clients of class 'atomstruct::Bond'
|
|---|
| 14549 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct/Atom.h(91): note: see declaration of 'std::vector<const atomstruct::Ring *,std::allocator<const atomstruct::Ring *>>'
|
|---|
| 14550 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Bond.h(128): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data
|
|---|
| 14551 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct/MolResId.h(43): warning C4251: 'atomstruct::MolResId::chain': 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::MolResId'
|
|---|
| 14552 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 14553 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\pyinstance/PythonInstance.declare.h(78): 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>'
|
|---|
| 14554 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 14555 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct/tmpl/Residue.h(47): note: see reference to class template instantiation 'pyinstance::PythonInstance<tmpl::Residue>' being compiled
|
|---|
| 14556 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct/tmpl/Residue.h(85): warning C4251: 'tmpl::Residue::metadata': class 'std::map<atomstruct::ChainID,std::vector<atomstruct::ResName,std::allocator<std::string>>,std::less<std::string>,std::allocator<std::pair<const atomstruct::ChainID,std::vector<atomstruct::ResName,std::allocator<std::string>>>>>' needs to have dll-interface to be used by clients of class 'tmpl::Residue'
|
|---|
| 14557 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Structure.h(121): note: see declaration of 'std::map<atomstruct::ChainID,std::vector<atomstruct::ResName,std::allocator<std::string>>,std::less<std::string>,std::allocator<std::pair<const atomstruct::ChainID,std::vector<atomstruct::ResName,std::allocator<std::string>>>>>'
|
|---|
| 14558 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct/tmpl/Residue.h(88): 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'
|
|---|
| 14559 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 14560 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct/tmpl/Residue.h(89): warning C4251: 'tmpl::Residue::_atoms': class 'std::map<atomstruct::AtomName,tmpl::Atom *,std::less<std::string>,std::allocator<std::pair<const atomstruct::AtomName,tmpl::Atom *>>>' needs to have dll-interface to be used by clients of class 'tmpl::Residue'
|
|---|
| 14561 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct/tmpl/Residue.h(80): note: see declaration of 'std::map<atomstruct::AtomName,tmpl::Atom *,std::less<std::string>,std::allocator<std::pair<const atomstruct::AtomName,tmpl::Atom *>>>'
|
|---|
| 14562 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct/tmpl/Residue.h(91): 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'
|
|---|
| 14563 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 14564 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct/tmpl/Residue.h(92): warning C4251: 'tmpl::Residue::_link_atoms': class 'std::vector<tmpl::Atom *,std::allocator<tmpl::Atom *>>' needs to have dll-interface to be used by clients of class 'tmpl::Residue'
|
|---|
| 14565 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct/tmpl/Residue.h(53): note: see declaration of 'std::vector<tmpl::Atom *,std::allocator<tmpl::Atom *>>'
|
|---|
| 14566 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\pyinstance/PythonInstance.declare.h(78): warning C4251: 'pyinstance::PythonInstance<atomstruct::PBGroup>::_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::PBGroup>'
|
|---|
| 14567 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 14568 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct/PBGroup.h(61): note: see reference to class template instantiation 'pyinstance::PythonInstance<atomstruct::PBGroup>' being compiled
|
|---|
| 14569 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct/PBGroup.h(70): warning C4251: 'atomstruct::PBGroup::_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::PBGroup'
|
|---|
| 14570 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 14571 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct/PBGroup.h(169): warning C4251: 'atomstruct::StructurePBGroup::_pbonds': class 'std::set<atomstruct::Pseudobond *,std::less<atomstruct::Pseudobond *>,std::allocator<atomstruct::Pseudobond *>>' needs to have dll-interface to be used by clients of class 'atomstruct::StructurePBGroup'
|
|---|
| 14572 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct/PBGroup.h(63): note: see declaration of 'std::set<atomstruct::Pseudobond *,std::less<atomstruct::Pseudobond *>,std::allocator<atomstruct::Pseudobond *>>'
|
|---|
| 14573 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct/PBGroup.h(199): warning C4251: 'atomstruct::CS_PBGroup::_pbonds': class 'std::unordered_map<const atomstruct::CoordSet *,atomstruct::PBGroup::Pseudobonds,std::hash<const atomstruct::CoordSet *>,std::equal_to<const atomstruct::CoordSet *>,std::allocator<std::pair<const atomstruct::CoordSet *const ,atomstruct::PBGroup::Pseudobonds>>>' needs to have dll-interface to be used by clients of class 'atomstruct::CS_PBGroup'
|
|---|
| 14574 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct/PBGroup.h(199): note: see declaration of 'std::unordered_map<const atomstruct::CoordSet *,atomstruct::PBGroup::Pseudobonds,std::hash<const atomstruct::CoordSet *>,std::equal_to<const atomstruct::CoordSet *>,std::allocator<std::pair<const atomstruct::CoordSet *const ,atomstruct::PBGroup::Pseudobonds>>>'
|
|---|
| 14575 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\pyinstance/PythonInstance.declare.h(78): warning C4251: 'pyinstance::PythonInstance<atomstruct::Pseudobond>::_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::Pseudobond>'
|
|---|
| 14576 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 14577 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Pseudobond.h(52): note: see reference to class template instantiation 'pyinstance::PythonInstance<atomstruct::Pseudobond>' being compiled
|
|---|
| 14578 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\pyinstance/PythonInstance.declare.h(78): 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>'
|
|---|
| 14579 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 14580 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\tmpl\CoordSet.h(39): note: see reference to class template instantiation 'pyinstance::PythonInstance<tmpl::CoordSet>' being compiled
|
|---|
| 14581 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\tmpl\CoordSet.h(44): warning C4251: 'tmpl::CoordSet::_coords': class 'std::vector<atomstruct::Coord,std::allocator<atomstruct::Coord>>' needs to have dll-interface to be used by clients of class 'tmpl::CoordSet'
|
|---|
| 14582 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\CoordSet.h(46): note: see declaration of 'std::vector<atomstruct::Coord,std::allocator<atomstruct::Coord>>'
|
|---|
| 14583 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\pyinstance/PythonInstance.declare.h(78): 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>'
|
|---|
| 14584 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 14585 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct/tmpl/Atom.h(48): note: see reference to class template instantiation 'pyinstance::PythonInstance<tmpl::Atom>' being compiled
|
|---|
| 14586 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct/tmpl/Atom.h(58): warning C4251: 'tmpl::Atom::_bonds': class 'std::vector<tmpl::Bond *,std::allocator<tmpl::Bond *>>' needs to have dll-interface to be used by clients of class 'tmpl::Atom'
|
|---|
| 14587 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct/tmpl/Atom.h(50): note: see declaration of 'std::vector<tmpl::Bond *,std::allocator<tmpl::Bond *>>'
|
|---|
| 14588 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct/tmpl/Atom.h(61): 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'
|
|---|
| 14589 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\string_types.h(44): note: see declaration of 'chutil::CString<5,65,116,111,109,32,84,121,112,101>'
|
|---|
| 14590 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct/tmpl/Atom.h(64): warning C4251: 'tmpl::Atom::_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::Atom'
|
|---|
| 14591 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 14592 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct/tmpl/Atom.h(65): warning C4251: 'tmpl::Atom::_neighbors': class 'std::vector<tmpl::Atom *,std::allocator<tmpl::Atom *>>' needs to have dll-interface to be used by clients of class 'tmpl::Atom'
|
|---|
| 14593 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct/tmpl/Residue.h(53): note: see declaration of 'std::vector<tmpl::Atom *,std::allocator<tmpl::Atom *>>'
|
|---|
| 14594 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\pyinstance/PythonInstance.declare.h(78): 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>'
|
|---|
| 14595 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 14596 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\tmpl\Bond.h(39): note: see reference to class template instantiation 'pyinstance::PythonInstance<tmpl::Bond>' being compiled
|
|---|
| 14597 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\tmpl\TAexcept.h(36): warning C4275: non dll-interface class 'std::runtime_error' used as base for dll-interface class 'tmpl::TA_exception'
|
|---|
| 14598 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\stdexcept(101): note: see declaration of 'std::runtime_error'
|
|---|
| 14599 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\tmpl\TAexcept.h(36): note: see declaration of 'tmpl::TA_exception'
|
|---|
| 14600 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\pyinstance/PythonInstance.declare.h(78): 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>'
|
|---|
| 14601 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 14602 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\tmpl\Molecule.h(48): note: see reference to class template instantiation 'pyinstance::PythonInstance<tmpl::Molecule>' being compiled
|
|---|
| 14603 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\tmpl\Molecule.h(57): warning C4251: 'tmpl::Molecule::_atoms': class 'std::set<tmpl::Atom *,std::less<tmpl::Atom *>,std::allocator<tmpl::Atom *>>' needs to have dll-interface to be used by clients of class 'tmpl::Molecule'
|
|---|
| 14604 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\tmpl\Molecule.h(52): note: see declaration of 'std::set<tmpl::Atom *,std::less<tmpl::Atom *>,std::allocator<tmpl::Atom *>>'
|
|---|
| 14605 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\tmpl\Molecule.h(58): warning C4251: 'tmpl::Molecule::_bonds': class 'std::set<tmpl::Bond *,std::less<tmpl::Bond *>,std::allocator<tmpl::Bond *>>' needs to have dll-interface to be used by clients of class 'tmpl::Molecule'
|
|---|
| 14606 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\tmpl\Molecule.h(53): note: see declaration of 'std::set<tmpl::Bond *,std::less<tmpl::Bond *>,std::allocator<tmpl::Bond *>>'
|
|---|
| 14607 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\tmpl\Molecule.h(59): warning C4251: 'tmpl::Molecule::_coord_sets': class 'std::vector<tmpl::CoordSet *,std::allocator<tmpl::CoordSet *>>' needs to have dll-interface to be used by clients of class 'tmpl::Molecule'
|
|---|
| 14608 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\tmpl\Molecule.h(54): note: see declaration of 'std::vector<tmpl::CoordSet *,std::allocator<tmpl::CoordSet *>>'
|
|---|
| 14609 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\tmpl\Molecule.h(60): warning C4251: 'tmpl::Molecule::_residues': class 'std::map<atomstruct::ResName,tmpl::Residue *,std::less<std::string>,std::allocator<std::pair<const atomstruct::ResName,tmpl::Residue *>>>' needs to have dll-interface to be used by clients of class 'tmpl::Molecule'
|
|---|
| 14610 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\tmpl\Molecule.h(55): note: see declaration of 'std::map<atomstruct::ResName,tmpl::Residue *,std::less<std::string>,std::allocator<std::pair<const atomstruct::ResName,tmpl::Residue *>>>'
|
|---|
| 14611 | connect_cpp/connect.cpp(59): warning C4244: 'initializing': conversion from 'double' to 'float', possible loss of data
|
|---|
| 14612 | connect_cpp/connect.cpp(61): warning C4244: 'initializing': conversion from 'atomstruct::Real' to 'float', possible loss of data
|
|---|
| 14613 | connect_cpp/connect.cpp(182): warning C4267: 'initializing': conversion from 'size_t' to 'int', possible loss of data
|
|---|
| 14614 | connect_cpp/connect.cpp(218): warning C4244: 'initializing': conversion from 'atomstruct::Real' to 'float', possible loss of data
|
|---|
| 14615 | connect_cpp/connect.cpp(660): warning C4244: 'initializing': conversion from 'double' to 'float', possible loss of data
|
|---|
| 14616 | Creating library src\lib\libpdbconnect.lib and object src\lib\libpdbconnect.exp
|
|---|
| 14617 | Generating code
|
|---|
| 14618 | Finished generating code
|
|---|
| 14619 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\setuptools\dist.py:759: SetuptoolsDeprecationWarning: License classifiers are deprecated.
|
|---|
| 14620 | !!
|
|---|
| 14621 |
|
|---|
| 14622 | ********************************************************************************
|
|---|
| 14623 | Please consider removing the following classifiers in favor of a SPDX license expression:
|
|---|
| 14624 |
|
|---|
| 14625 | License :: Free for non-commercial use
|
|---|
| 14626 |
|
|---|
| 14627 | See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details.
|
|---|
| 14628 | ********************************************************************************
|
|---|
| 14629 |
|
|---|
| 14630 | !!
|
|---|
| 14631 | self._finalize_license_expression()
|
|---|
| 14632 | running build
|
|---|
| 14633 | running build_py
|
|---|
| 14634 | creating build\lib.win-amd64-cpython-311\chimerax\pdb_lib
|
|---|
| 14635 | copying src\__init__.py -> build\lib.win-amd64-cpython-311\chimerax\pdb_lib
|
|---|
| 14636 | creating build\lib.win-amd64-cpython-311\chimerax\pdb_lib\include\pdb
|
|---|
| 14637 | copying src\include\pdb\connect.h -> build\lib.win-amd64-cpython-311\chimerax\pdb_lib\include\pdb
|
|---|
| 14638 | copying src\include\pdb\imex.h -> build\lib.win-amd64-cpython-311\chimerax\pdb_lib\include\pdb
|
|---|
| 14639 | creating build\lib.win-amd64-cpython-311\chimerax\pdb_lib\lib
|
|---|
| 14640 | copying src\lib\libpdbconnect.dll -> build\lib.win-amd64-cpython-311\chimerax\pdb_lib\lib
|
|---|
| 14641 | copying src\lib\libpdbconnect.lib -> build\lib.win-amd64-cpython-311\chimerax\pdb_lib\lib
|
|---|
| 14642 | running build_ext
|
|---|
| 14643 | building 'chimerax.pdb_lib._load_libs' extension
|
|---|
| 14644 | creating build\temp.win-amd64-cpython-311\Release\connect_cpp
|
|---|
| 14645 | "C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\bin\HostX64\x64\cl.exe" /c /nologo /O2 /W3 /GL /DNDEBUG /MD -DMAJOR_VERSION=0 -DMINOR_VERSION=1 -IC:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\include -Isrc/include -IC:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\core\include -IC:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include -IC:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\include -IC:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Include "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\ucrt" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\shared" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\um" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\winrt" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\cppwinrt" "-Ic:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include" "-Ic:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\atlmfc\include" "-Ic:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\ucrt" "-Ic:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\shared" "-Ic:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\um" "-Ic:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\winrt" "-Ic:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\cppwinrt" /EHsc /Tpconnect_cpp/load_libs.cpp /Fobuild\temp.win-amd64-cpython-311\Release\connect_cpp\load_libs.obj
|
|---|
| 14646 | load_libs.cpp
|
|---|
| 14647 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\pyinstance/PythonInstance.declare.h(78): 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>'
|
|---|
| 14648 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 14649 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\pyinstance/PythonInstance.declare.h(104): note: see reference to class template instantiation 'pyinstance::PythonInstance<C>' being compiled
|
|---|
| 14650 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\pyinstance/PythonInstance.declare.h(78): 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>'
|
|---|
| 14651 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 14652 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\element/Element.h(49): note: see reference to class template instantiation 'pyinstance::PythonInstance<element::Element>' being compiled
|
|---|
| 14653 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\element/Element.h(76): warning C4251: 'element::Element::_alkali_metals': class 'std::set<int,std::less<int>,std::allocator<int>>' needs to have dll-interface to be used by clients of class 'element::Element'
|
|---|
| 14654 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\element/Element.h(76): note: see declaration of 'std::set<int,std::less<int>,std::allocator<int>>'
|
|---|
| 14655 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\element/Element.h(77): warning C4251: 'element::Element::_elements': class 'std::map<int,const element::Element *,std::less<int>,std::allocator<std::pair<const int,const element::Element *>>>' needs to have dll-interface to be used by clients of class 'element::Element'
|
|---|
| 14656 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\element/Element.h(77): note: see declaration of 'std::map<int,const element::Element *,std::less<int>,std::allocator<std::pair<const int,const element::Element *>>>'
|
|---|
| 14657 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\element/Element.h(78): warning C4251: 'element::Element::_halogens': class 'std::set<int,std::less<int>,std::allocator<int>>' needs to have dll-interface to be used by clients of class 'element::Element'
|
|---|
| 14658 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\element/Element.h(76): note: see declaration of 'std::set<int,std::less<int>,std::allocator<int>>'
|
|---|
| 14659 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\element/Element.h(79): warning C4251: 'element::Element::_names': class 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>' needs to have dll-interface to be used by clients of class 'element::Element'
|
|---|
| 14660 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\element/Element.h(79): note: see declaration of 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>'
|
|---|
| 14661 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\element/Element.h(80): warning C4251: 'element::Element::_noble_gases': class 'std::set<int,std::less<int>,std::allocator<int>>' needs to have dll-interface to be used by clients of class 'element::Element'
|
|---|
| 14662 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\element/Element.h(76): note: see declaration of 'std::set<int,std::less<int>,std::allocator<int>>'
|
|---|
| 14663 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(59): warning C4251: 'atomstruct::Changes::created': class 'std::set<const void *,std::less<const void *>,std::allocator<const void *>>' needs to have dll-interface to be used by clients of class 'atomstruct::Changes'
|
|---|
| 14664 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(59): note: see declaration of 'std::set<const void *,std::less<const void *>,std::allocator<const void *>>'
|
|---|
| 14665 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(60): warning C4251: 'atomstruct::Changes::modified': class 'std::set<const void *,std::less<const void *>,std::allocator<const void *>>' needs to have dll-interface to be used by clients of class 'atomstruct::Changes'
|
|---|
| 14666 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(59): note: see declaration of 'std::set<const void *,std::less<const void *>,std::allocator<const void *>>'
|
|---|
| 14667 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(61): warning C4251: 'atomstruct::Changes::reasons': class 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>' needs to have dll-interface to be used by clients of class 'atomstruct::Changes'
|
|---|
| 14668 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\element/Element.h(79): note: see declaration of 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>'
|
|---|
| 14669 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\pyinstance/PythonInstance.declare.h(78): 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>'
|
|---|
| 14670 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 14671 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(68): note: see reference to class template instantiation 'pyinstance::PythonInstance<atomstruct::ChangeTracker>' being compiled
|
|---|
| 14672 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(82): warning C4251: 'atomstruct::ChangeTracker::_structure_type_changes': class 'std::map<atomstruct::Structure *,atomstruct::ChangeTracker::ChangesArray,std::less<atomstruct::Structure *>,std::allocator<std::pair<atomstruct::Structure *const ,atomstruct::ChangeTracker::ChangesArray>>>' needs to have dll-interface to be used by clients of class 'atomstruct::ChangeTracker'
|
|---|
| 14673 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(82): note: see declaration of 'std::map<atomstruct::Structure *,atomstruct::ChangeTracker::ChangesArray,std::less<atomstruct::Structure *>,std::allocator<std::pair<atomstruct::Structure *const ,atomstruct::ChangeTracker::ChangesArray>>>'
|
|---|
| 14674 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(83): warning C4251: 'atomstruct::ChangeTracker::_dead_structures': class 'std::set<atomstruct::Structure *,std::less<atomstruct::Structure *>,std::allocator<atomstruct::Structure *>>' needs to have dll-interface to be used by clients of class 'atomstruct::ChangeTracker'
|
|---|
| 14675 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(83): note: see declaration of 'std::set<atomstruct::Structure *,std::less<atomstruct::Structure *>,std::allocator<atomstruct::Structure *>>'
|
|---|
| 14676 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(92): 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'
|
|---|
| 14677 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 14678 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(93): 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'
|
|---|
| 14679 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 14680 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(94): warning C4251: 'atomstruct::ChangeTracker::REASON_ALT_LOCS': 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'
|
|---|
| 14681 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 14682 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(95): 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'
|
|---|
| 14683 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 14684 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(96): 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'
|
|---|
| 14685 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 14686 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(97): 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'
|
|---|
| 14687 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 14688 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(98): warning C4251: 'atomstruct::ChangeTracker::REASON_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::ChangeTracker'
|
|---|
| 14689 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 14690 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(99): 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'
|
|---|
| 14691 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 14692 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(100): 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'
|
|---|
| 14693 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 14694 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(101): 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'
|
|---|
| 14695 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 14696 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(102): 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'
|
|---|
| 14697 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 14698 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(103): 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'
|
|---|
| 14699 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 14700 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(104): warning C4251: 'atomstruct::ChangeTracker::REASON_ELEMENT': 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'
|
|---|
| 14701 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 14702 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(105): 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'
|
|---|
| 14703 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 14704 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(106): 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'
|
|---|
| 14705 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 14706 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(107): 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'
|
|---|
| 14707 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 14708 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(108): warning C4251: 'atomstruct::ChangeTracker::REASON_INSERTION_CODE': 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'
|
|---|
| 14709 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 14710 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(109): 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'
|
|---|
| 14711 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 14712 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(110): warning C4251: 'atomstruct::ChangeTracker::REASON_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'
|
|---|
| 14713 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 14714 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(111): 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'
|
|---|
| 14715 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 14716 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(112): 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'
|
|---|
| 14717 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 14718 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(113): 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'
|
|---|
| 14719 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 14720 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(114): 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'
|
|---|
| 14721 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 14722 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(115): 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'
|
|---|
| 14723 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 14724 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(116): 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'
|
|---|
| 14725 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 14726 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(117): 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'
|
|---|
| 14727 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 14728 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(118): 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'
|
|---|
| 14729 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 14730 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(119): 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'
|
|---|
| 14731 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 14732 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(120): 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'
|
|---|
| 14733 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 14734 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(121): 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'
|
|---|
| 14735 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 14736 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(122): 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'
|
|---|
| 14737 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 14738 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(123): 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'
|
|---|
| 14739 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 14740 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(124): 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'
|
|---|
| 14741 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 14742 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(125): 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'
|
|---|
| 14743 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 14744 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(126): 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'
|
|---|
| 14745 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 14746 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(127): 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'
|
|---|
| 14747 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 14748 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(128): 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'
|
|---|
| 14749 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 14750 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(129): 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'
|
|---|
| 14751 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 14752 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(130): 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'
|
|---|
| 14753 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 14754 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(131): warning C4251: 'atomstruct::ChangeTracker::REASON_WORM_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'
|
|---|
| 14755 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 14756 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(132): warning C4251: 'atomstruct::ChangeTracker::REASON_WORM_RIBBON': 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'
|
|---|
| 14757 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 14758 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(306): 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'
|
|---|
| 14759 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 14760 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\destruct.h(53): warning C4251: 'atomstruct::DestructionCoordinator::_observers': class 'std::set<atomstruct::DestructionObserver *,std::less<atomstruct::DestructionObserver *>,std::allocator<atomstruct::DestructionObserver *>>' needs to have dll-interface to be used by clients of class 'atomstruct::DestructionCoordinator'
|
|---|
| 14761 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\destruct.h(53): note: see declaration of 'std::set<atomstruct::DestructionObserver *,std::less<atomstruct::DestructionObserver *>,std::allocator<atomstruct::DestructionObserver *>>'
|
|---|
| 14762 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\destruct.h(54): warning C4251: 'atomstruct::DestructionCoordinator::_destroyed': class 'std::set<void *,std::less<void *>,std::allocator<void *>>' needs to have dll-interface to be used by clients of class 'atomstruct::DestructionCoordinator'
|
|---|
| 14763 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\destruct.h(42): note: see declaration of 'std::set<void *,std::less<void *>,std::allocator<void *>>'
|
|---|
| 14764 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\pyinstance/PythonInstance.declare.h(78): 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>'
|
|---|
| 14765 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 14766 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Sequence.h(57): note: see reference to class template instantiation 'pyinstance::PythonInstance<atomstruct::Sequence>' being compiled
|
|---|
| 14767 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Sequence.h(63): warning C4251: 'atomstruct::Sequence::_nucleic3to1': class 'std::map<atomstruct::ResName,char,std::less<std::string>,std::allocator<std::pair<const atomstruct::ResName,char>>>' needs to have dll-interface to be used by clients of class 'atomstruct::Sequence'
|
|---|
| 14768 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Sequence.h(61): note: see declaration of 'std::map<atomstruct::ResName,char,std::less<std::string>,std::allocator<std::pair<const atomstruct::ResName,char>>>'
|
|---|
| 14769 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Sequence.h(64): warning C4251: 'atomstruct::Sequence::_protein3to1': class 'std::map<atomstruct::ResName,char,std::less<std::string>,std::allocator<std::pair<const atomstruct::ResName,char>>>' needs to have dll-interface to be used by clients of class 'atomstruct::Sequence'
|
|---|
| 14770 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Sequence.h(61): note: see declaration of 'std::map<atomstruct::ResName,char,std::less<std::string>,std::allocator<std::pair<const atomstruct::ResName,char>>>'
|
|---|
| 14771 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Sequence.h(65): warning C4251: 'atomstruct::Sequence::_rname3to1': class 'std::map<atomstruct::ResName,char,std::less<std::string>,std::allocator<std::pair<const atomstruct::ResName,char>>>' needs to have dll-interface to be used by clients of class 'atomstruct::Sequence'
|
|---|
| 14772 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Sequence.h(61): note: see declaration of 'std::map<atomstruct::ResName,char,std::less<std::string>,std::allocator<std::pair<const atomstruct::ResName,char>>>'
|
|---|
| 14773 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Sequence.h(67): warning C4251: 'atomstruct::Sequence::_cache_g2ug': class 'std::map<unsigned int,unsigned int,std::less<unsigned int>,std::allocator<std::pair<const unsigned int,unsigned int>>>' needs to have dll-interface to be used by clients of class 'atomstruct::Sequence'
|
|---|
| 14774 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Sequence.h(67): note: see declaration of 'std::map<unsigned int,unsigned int,std::less<unsigned int>,std::allocator<std::pair<const unsigned int,unsigned int>>>'
|
|---|
| 14775 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Sequence.h(68): warning C4251: 'atomstruct::Sequence::_cache_ug2g': class 'std::map<unsigned int,unsigned int,std::less<unsigned int>,std::allocator<std::pair<const unsigned int,unsigned int>>>' needs to have dll-interface to be used by clients of class 'atomstruct::Sequence'
|
|---|
| 14776 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Sequence.h(67): note: see declaration of 'std::map<unsigned int,unsigned int,std::less<unsigned int>,std::allocator<std::pair<const unsigned int,unsigned int>>>'
|
|---|
| 14777 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Sequence.h(69): 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'
|
|---|
| 14778 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Sequence.h(59): note: see declaration of 'std::vector<char,std::allocator<char>>'
|
|---|
| 14779 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Sequence.h(74): 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'
|
|---|
| 14780 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Sequence.h(59): note: see declaration of 'std::vector<char,std::allocator<char>>'
|
|---|
| 14781 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Sequence.h(75): 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'
|
|---|
| 14782 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 14783 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Sequence.h(140): warning C4267: 'return': conversion from 'size_t' to 'int', possible loss of data
|
|---|
| 14784 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\StructureSeq.h(61): 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'
|
|---|
| 14785 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 14786 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\StructureSeq.h(62): warning C4251: 'atomstruct::StructureSeq::_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 'atomstruct::StructureSeq'
|
|---|
| 14787 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 14788 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\StructureSeq.h(66): warning C4251: 'atomstruct::StructureSeq::_res_map': class 'std::map<atomstruct::Residue *,atomstruct::StructureSeq::SeqPos,std::less<atomstruct::Residue *>,std::allocator<std::pair<atomstruct::Residue *const ,atomstruct::StructureSeq::SeqPos>>>' needs to have dll-interface to be used by clients of class 'atomstruct::StructureSeq'
|
|---|
| 14789 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\StructureSeq.h(51): note: see declaration of 'std::map<atomstruct::Residue *,atomstruct::StructureSeq::SeqPos,std::less<atomstruct::Residue *>,std::allocator<std::pair<atomstruct::Residue *const ,atomstruct::StructureSeq::SeqPos>>>'
|
|---|
| 14790 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\StructureSeq.h(67): warning C4251: 'atomstruct::StructureSeq::_residues': class 'std::vector<atomstruct::Residue *,std::allocator<atomstruct::Residue *>>' needs to have dll-interface to be used by clients of class 'atomstruct::StructureSeq'
|
|---|
| 14791 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\StructureSeq.h(50): note: see declaration of 'std::vector<atomstruct::Residue *,std::allocator<atomstruct::Residue *>>'
|
|---|
| 14792 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\StructureSeq.h(122): warning C4267: 'return': conversion from 'size_t' to 'int', possible loss of data
|
|---|
| 14793 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\CompSS.h(42): warning C4251: 'atomstruct::CompSSInfo::strands': class 'std::vector<std::pair<atomstruct::Residue *,atomstruct::Residue *>,std::allocator<std::pair<atomstruct::Residue *,atomstruct::Residue *>>>' needs to have dll-interface to be used by clients of class 'atomstruct::CompSSInfo'
|
|---|
| 14794 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\CompSS.h(42): note: see declaration of 'std::vector<std::pair<atomstruct::Residue *,atomstruct::Residue *>,std::allocator<std::pair<atomstruct::Residue *,atomstruct::Residue *>>>'
|
|---|
| 14795 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\CompSS.h(43): warning C4251: 'atomstruct::CompSSInfo::sheets': class 'std::vector<std::set<int,std::less<int>,std::allocator<int>>,std::allocator<std::set<int,std::less<int>,std::allocator<int>>>>' needs to have dll-interface to be used by clients of class 'atomstruct::CompSSInfo'
|
|---|
| 14796 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\CompSS.h(43): note: see declaration of 'std::vector<std::set<int,std::less<int>,std::allocator<int>>,std::allocator<std::set<int,std::less<int>,std::allocator<int>>>>'
|
|---|
| 14797 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\CompSS.h(44): warning C4251: 'atomstruct::CompSSInfo::strands_parallel': class 'std::map<std::pair<int,int>,bool,std::less<std::pair<int,int>>,std::allocator<std::pair<const std::pair<int,int>,bool>>>' needs to have dll-interface to be used by clients of class 'atomstruct::CompSSInfo'
|
|---|
| 14798 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\CompSS.h(44): note: see declaration of 'std::map<std::pair<int,int>,bool,std::less<std::pair<int,int>>,std::allocator<std::pair<const std::pair<int,int>,bool>>>'
|
|---|
| 14799 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\CompSS.h(45): warning C4251: 'atomstruct::CompSSInfo::helix_info': class 'std::vector<std::pair<std::pair<atomstruct::Residue *,atomstruct::Residue *>,char>,std::allocator<std::pair<std::pair<atomstruct::Residue *,atomstruct::Residue *>,char>>>' needs to have dll-interface to be used by clients of class 'atomstruct::CompSSInfo'
|
|---|
| 14800 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\CompSS.h(45): note: see declaration of 'std::vector<std::pair<std::pair<atomstruct::Residue *,atomstruct::Residue *>,char>,std::allocator<std::pair<std::pair<atomstruct::Residue *,atomstruct::Residue *>,char>>>'
|
|---|
| 14801 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\pyinstance/PythonInstance.declare.h(78): 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>'
|
|---|
| 14802 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 14803 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\PBManager.h(53): note: see reference to class template instantiation 'pyinstance::PythonInstance<atomstruct::BaseManager>' being compiled
|
|---|
| 14804 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\PBManager.h(63): warning C4251: 'atomstruct::BaseManager::_groups': class 'std::map<std::string,atomstruct::Proxy_PBGroup *,std::less<std::string>,std::allocator<std::pair<const std::string,atomstruct::Proxy_PBGroup *>>>' needs to have dll-interface to be used by clients of class 'atomstruct::BaseManager'
|
|---|
| 14805 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\PBManager.h(58): note: see declaration of 'std::map<std::string,atomstruct::Proxy_PBGroup *,std::less<std::string>,std::allocator<std::pair<const std::string,atomstruct::Proxy_PBGroup *>>>'
|
|---|
| 14806 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\pyinstance/PythonInstance.declare.h(78): 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>'
|
|---|
| 14807 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 14808 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Ring.h(38): note: see reference to class template instantiation 'pyinstance::PythonInstance<atomstruct::Ring>' being compiled
|
|---|
| 14809 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Ring.h(43): warning C4251: 'atomstruct::Ring::_bonds': class 'std::set<atomstruct::Bond *,std::less<atomstruct::Bond *>,std::allocator<atomstruct::Bond *>>' needs to have dll-interface to be used by clients of class 'atomstruct::Ring'
|
|---|
| 14810 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Ring.h(41): note: see declaration of 'std::set<atomstruct::Bond *,std::less<atomstruct::Bond *>,std::allocator<atomstruct::Bond *>>'
|
|---|
| 14811 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Ring.h(44): warning C4251: 'atomstruct::Ring::_atoms': class 'std::set<atomstruct::Atom *,std::less<atomstruct::Atom *>,std::allocator<atomstruct::Atom *>>' needs to have dll-interface to be used by clients of class 'atomstruct::Ring'
|
|---|
| 14812 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Ring.h(40): note: see declaration of 'std::set<atomstruct::Atom *,std::less<atomstruct::Atom *>,std::allocator<atomstruct::Atom *>>'
|
|---|
| 14813 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\pyinstance/PythonInstance.declare.h(78): 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>'
|
|---|
| 14814 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 14815 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Structure.h(110): note: see reference to class template instantiation 'pyinstance::PythonInstance<atomstruct::Structure>' being compiled
|
|---|
| 14816 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Structure.h(145): warning C4251: 'atomstruct::Structure::_atoms': class 'std::vector<atomstruct::Atom *,std::allocator<atomstruct::Atom *>>' needs to have dll-interface to be used by clients of class 'atomstruct::Structure'
|
|---|
| 14817 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Ring.h(64): note: see declaration of 'std::vector<atomstruct::Atom *,std::allocator<atomstruct::Atom *>>'
|
|---|
| 14818 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Structure.h(147): warning C4251: 'atomstruct::Structure::_bonds': class 'std::vector<atomstruct::Bond *,std::allocator<atomstruct::Bond *>>' needs to have dll-interface to be used by clients of class 'atomstruct::Structure'
|
|---|
| 14819 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Ring.h(63): note: see declaration of 'std::vector<atomstruct::Bond *,std::allocator<atomstruct::Bond *>>'
|
|---|
| 14820 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Structure.h(151): warning C4251: 'atomstruct::Structure::_coord_sets': class 'std::vector<atomstruct::CoordSet *,std::allocator<atomstruct::CoordSet *>>' needs to have dll-interface to be used by clients of class 'atomstruct::Structure'
|
|---|
| 14821 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Structure.h(120): note: see declaration of 'std::vector<atomstruct::CoordSet *,std::allocator<atomstruct::CoordSet *>>'
|
|---|
| 14822 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Structure.h(156): warning C4251: 'atomstruct::Structure::_input_seq_info': class 'std::map<atomstruct::ChainID,std::vector<atomstruct::ResName,std::allocator<std::string>>,std::less<std::string>,std::allocator<std::pair<const atomstruct::ChainID,std::vector<atomstruct::ResName,std::allocator<std::string>>>>>' needs to have dll-interface to be used by clients of class 'atomstruct::Structure'
|
|---|
| 14823 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Structure.h(121): note: see declaration of 'std::map<atomstruct::ChainID,std::vector<atomstruct::ResName,std::allocator<std::string>>,std::less<std::string>,std::allocator<std::pair<const atomstruct::ChainID,std::vector<atomstruct::ResName,std::allocator<std::string>>>>>'
|
|---|
| 14824 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Structure.h(163): warning C4251: 'atomstruct::Structure::_residues': class 'std::vector<atomstruct::Residue *,std::allocator<atomstruct::Residue *>>' needs to have dll-interface to be used by clients of class 'atomstruct::Structure'
|
|---|
| 14825 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\StructureSeq.h(50): note: see declaration of 'std::vector<atomstruct::Residue *,std::allocator<atomstruct::Residue *>>'
|
|---|
| 14826 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Structure.h(165): warning C4251: 'atomstruct::Structure::_res_numbering_valid': class 'std::vector<bool,std::allocator<bool>>' needs to have dll-interface to be used by clients of class 'atomstruct::Structure'
|
|---|
| 14827 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Structure.h(165): note: see declaration of 'std::vector<bool,std::allocator<bool>>'
|
|---|
| 14828 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Structure.h(176): warning C4251: 'atomstruct::Structure::_rings': class 'std::set<atomstruct::Ring,std::less<atomstruct::Ring>,std::allocator<atomstruct::Ring>>' needs to have dll-interface to be used by clients of class 'atomstruct::Structure'
|
|---|
| 14829 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Structure.h(128): note: see declaration of 'std::set<atomstruct::Ring,std::less<atomstruct::Ring>,std::allocator<atomstruct::Ring>>'
|
|---|
| 14830 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Structure.h(283): 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'
|
|---|
| 14831 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 14832 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Structure.h(287): warning C4251: 'atomstruct::Structure::metadata': class 'std::map<atomstruct::ChainID,std::vector<atomstruct::ResName,std::allocator<std::string>>,std::less<std::string>,std::allocator<std::pair<const atomstruct::ChainID,std::vector<atomstruct::ResName,std::allocator<std::string>>>>>' needs to have dll-interface to be used by clients of class 'atomstruct::Structure'
|
|---|
| 14833 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Structure.h(121): note: see declaration of 'std::map<atomstruct::ChainID,std::vector<atomstruct::ResName,std::allocator<std::string>>,std::less<std::string>,std::allocator<std::pair<const atomstruct::ChainID,std::vector<atomstruct::ResName,std::allocator<std::string>>>>>'
|
|---|
| 14834 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\pyinstance/PythonInstance.declare.h(78): 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>'
|
|---|
| 14835 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 14836 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\CoordSet.h(41): note: see reference to class template instantiation 'pyinstance::PythonInstance<atomstruct::CoordSet>' being compiled
|
|---|
| 14837 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\CoordSet.h(49): warning C4251: 'atomstruct::CoordSet::_coords': class 'std::vector<atomstruct::Coord,std::allocator<atomstruct::Coord>>' needs to have dll-interface to be used by clients of class 'atomstruct::CoordSet'
|
|---|
| 14838 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\CoordSet.h(46): note: see declaration of 'std::vector<atomstruct::Coord,std::allocator<atomstruct::Coord>>'
|
|---|
| 14839 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\CoordSet.h(51): warning C4251: 'atomstruct::CoordSet::_bfactor_map': class 'std::unordered_map<const atomstruct::Atom *,float,std::hash<const atomstruct::Atom *>,std::equal_to<const atomstruct::Atom *>,std::allocator<std::pair<const atomstruct::Atom *const ,float>>>' needs to have dll-interface to be used by clients of class 'atomstruct::CoordSet'
|
|---|
| 14840 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\CoordSet.h(51): note: see declaration of 'std::unordered_map<const atomstruct::Atom *,float,std::hash<const atomstruct::Atom *>,std::equal_to<const atomstruct::Atom *>,std::allocator<std::pair<const atomstruct::Atom *const ,float>>>'
|
|---|
| 14841 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\CoordSet.h(52): warning C4251: 'atomstruct::CoordSet::_occupancy_map': class 'std::unordered_map<const atomstruct::Atom *,float,std::hash<const atomstruct::Atom *>,std::equal_to<const atomstruct::Atom *>,std::allocator<std::pair<const atomstruct::Atom *const ,float>>>' needs to have dll-interface to be used by clients of class 'atomstruct::CoordSet'
|
|---|
| 14842 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\CoordSet.h(51): note: see declaration of 'std::unordered_map<const atomstruct::Atom *,float,std::hash<const atomstruct::Atom *>,std::equal_to<const atomstruct::Atom *>,std::allocator<std::pair<const atomstruct::Atom *const ,float>>>'
|
|---|
| 14843 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\CoordSet.h(77): warning C4267: 'return': conversion from 'size_t' to 'int', possible loss of data
|
|---|
| 14844 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\CoordSet.h(80): warning C4267: 'return': conversion from 'size_t' to 'int', possible loss of data
|
|---|
| 14845 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\pyinstance/PythonInstance.declare.h(78): 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>'
|
|---|
| 14846 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 14847 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct/Atom.h(68): note: see reference to class template instantiation 'pyinstance::PythonInstance<atomstruct::Atom>' being compiled
|
|---|
| 14848 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct/Atom.h(124): warning C4251: 'atomstruct::Atom::_alt_loc_map': class 'std::map<unsigned char,atomstruct::Atom::_Alt_loc_info,std::less<unsigned char>,std::allocator<std::pair<const unsigned char,atomstruct::Atom::_Alt_loc_info>>>' needs to have dll-interface to be used by clients of class 'atomstruct::Atom'
|
|---|
| 14849 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct/Atom.h(123): note: see declaration of 'std::map<unsigned char,atomstruct::Atom::_Alt_loc_info,std::less<unsigned char>,std::allocator<std::pair<const unsigned char,atomstruct::Atom::_Alt_loc_info>>>'
|
|---|
| 14850 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct/Atom.h(126): warning C4251: 'atomstruct::Atom::_bonds': class 'std::vector<atomstruct::Bond *,std::allocator<atomstruct::Bond *>>' needs to have dll-interface to be used by clients of class 'atomstruct::Atom'
|
|---|
| 14851 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Ring.h(63): note: see declaration of 'std::vector<atomstruct::Bond *,std::allocator<atomstruct::Bond *>>'
|
|---|
| 14852 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct/Atom.h(127): 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'
|
|---|
| 14853 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\string_types.h(44): note: see declaration of 'chutil::CString<5,65,116,111,109,32,84,121,112,101>'
|
|---|
| 14854 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct/Atom.h(134): 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'
|
|---|
| 14855 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\string_types.h(44): note: see declaration of 'chutil::CString<5,65,116,111,109,32,84,121,112,101>'
|
|---|
| 14856 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct/Atom.h(136): warning C4251: 'atomstruct::Atom::_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::Atom'
|
|---|
| 14857 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 14858 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct/Atom.h(137): warning C4251: 'atomstruct::Atom::_neighbors': class 'std::vector<atomstruct::Atom *,std::allocator<atomstruct::Atom *>>' needs to have dll-interface to be used by clients of class 'atomstruct::Atom'
|
|---|
| 14859 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Ring.h(64): note: see declaration of 'std::vector<atomstruct::Atom *,std::allocator<atomstruct::Atom *>>'
|
|---|
| 14860 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct/Atom.h(143): warning C4251: 'atomstruct::Atom::_rings': class 'std::vector<const atomstruct::Ring *,std::allocator<const atomstruct::Ring *>>' needs to have dll-interface to be used by clients of class 'atomstruct::Atom'
|
|---|
| 14861 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct/Atom.h(91): note: see declaration of 'std::vector<const atomstruct::Ring *,std::allocator<const atomstruct::Ring *>>'
|
|---|
| 14862 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct/Atom.h(201): warning C4244: '=': conversion from 'double' to 'float', possible loss of data
|
|---|
| 14863 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct/Atom.h(205): warning C4244: 'return': conversion from 'double' to 'float', possible loss of data
|
|---|
| 14864 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct/Atom.h(223): warning C4267: 'return': conversion from 'size_t' to 'int', possible loss of data
|
|---|
| 14865 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\pyinstance/PythonInstance.declare.h(78): 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>'
|
|---|
| 14866 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 14867 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Residue.h(53): note: see reference to class template instantiation 'pyinstance::PythonInstance<atomstruct::Residue>' being compiled
|
|---|
| 14868 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Residue.h(81): warning C4251: 'atomstruct::Residue::_atoms': class 'std::vector<atomstruct::Atom *,std::allocator<atomstruct::Atom *>>' needs to have dll-interface to be used by clients of class 'atomstruct::Residue'
|
|---|
| 14869 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Ring.h(64): note: see declaration of 'std::vector<atomstruct::Atom *,std::allocator<atomstruct::Atom *>>'
|
|---|
| 14870 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Residue.h(83): 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'
|
|---|
| 14871 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 14872 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Residue.h(85): 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'
|
|---|
| 14873 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 14874 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Residue.h(86): 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'
|
|---|
| 14875 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 14876 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Residue.h(162): warning C4251: 'atomstruct::Residue::aa_min_backbone_names': class 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>' needs to have dll-interface to be used by clients of class 'atomstruct::Residue'
|
|---|
| 14877 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\element/Element.h(79): note: see declaration of 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>'
|
|---|
| 14878 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Residue.h(163): warning C4251: 'atomstruct::Residue::aa_min_ordered_backbone_names': class 'std::vector<atomstruct::ResName,std::allocator<std::string>>' needs to have dll-interface to be used by clients of class 'atomstruct::Residue'
|
|---|
| 14879 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Sequence.h(99): note: see declaration of 'std::vector<atomstruct::ResName,std::allocator<std::string>>'
|
|---|
| 14880 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Residue.h(164): warning C4251: 'atomstruct::Residue::aa_max_backbone_names': class 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>' needs to have dll-interface to be used by clients of class 'atomstruct::Residue'
|
|---|
| 14881 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\element/Element.h(79): note: see declaration of 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>'
|
|---|
| 14882 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Residue.h(165): warning C4251: 'atomstruct::Residue::aa_ribbon_backbone_names': class 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>' needs to have dll-interface to be used by clients of class 'atomstruct::Residue'
|
|---|
| 14883 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\element/Element.h(79): note: see declaration of 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>'
|
|---|
| 14884 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Residue.h(166): warning C4251: 'atomstruct::Residue::aa_side_connector_names': class 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>' needs to have dll-interface to be used by clients of class 'atomstruct::Residue'
|
|---|
| 14885 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\element/Element.h(79): note: see declaration of 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>'
|
|---|
| 14886 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Residue.h(167): warning C4251: 'atomstruct::Residue::na_min_backbone_names': class 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>' needs to have dll-interface to be used by clients of class 'atomstruct::Residue'
|
|---|
| 14887 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\element/Element.h(79): note: see declaration of 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>'
|
|---|
| 14888 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Residue.h(168): warning C4251: 'atomstruct::Residue::na_min_ordered_backbone_names': class 'std::vector<atomstruct::ResName,std::allocator<std::string>>' needs to have dll-interface to be used by clients of class 'atomstruct::Residue'
|
|---|
| 14889 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Sequence.h(99): note: see declaration of 'std::vector<atomstruct::ResName,std::allocator<std::string>>'
|
|---|
| 14890 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Residue.h(169): warning C4251: 'atomstruct::Residue::na_max_backbone_names': class 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>' needs to have dll-interface to be used by clients of class 'atomstruct::Residue'
|
|---|
| 14891 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\element/Element.h(79): note: see declaration of 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>'
|
|---|
| 14892 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Residue.h(170): warning C4251: 'atomstruct::Residue::na_ribbon_backbone_names': class 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>' needs to have dll-interface to be used by clients of class 'atomstruct::Residue'
|
|---|
| 14893 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\element/Element.h(79): note: see declaration of 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>'
|
|---|
| 14894 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Residue.h(171): warning C4251: 'atomstruct::Residue::na_side_connector_names': class 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>' needs to have dll-interface to be used by clients of class 'atomstruct::Residue'
|
|---|
| 14895 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\element/Element.h(79): note: see declaration of 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>'
|
|---|
| 14896 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Residue.h(172): warning C4251: 'atomstruct::Residue::ribose_names': class 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>' needs to have dll-interface to be used by clients of class 'atomstruct::Residue'
|
|---|
| 14897 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\element/Element.h(79): note: see declaration of 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>'
|
|---|
| 14898 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Residue.h(173): warning C4251: 'atomstruct::Residue::std_solvent_names': class 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>' needs to have dll-interface to be used by clients of class 'atomstruct::Residue'
|
|---|
| 14899 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\element/Element.h(79): note: see declaration of 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>'
|
|---|
| 14900 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Residue.h(174): warning C4251: 'atomstruct::Residue::std_water_names': class 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>' needs to have dll-interface to be used by clients of class 'atomstruct::Residue'
|
|---|
| 14901 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\element/Element.h(79): note: see declaration of 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>'
|
|---|
| 14902 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Residue.h(175): warning C4251: 'atomstruct::Residue::ideal_chirality': class 'std::map<atomstruct::ResName,std::map<atomstruct::ResName,char,std::less<std::string>,std::allocator<std::pair<const atomstruct::ResName,char>>>,std::less<std::string>,std::allocator<std::pair<const atomstruct::ResName,std::map<atomstruct::ResName,char,std::less<std::string>,std::allocator<std::pair<const atomstruct::ResName,char>>>>>>' needs to have dll-interface to be used by clients of class 'atomstruct::Residue'
|
|---|
| 14903 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Residue.h(175): note: see declaration of 'std::map<atomstruct::ResName,std::map<atomstruct::ResName,char,std::less<std::string>,std::allocator<std::pair<const atomstruct::ResName,char>>>,std::less<std::string>,std::allocator<std::pair<const atomstruct::ResName,std::map<atomstruct::ResName,char,std::less<std::string>,std::allocator<std::pair<const atomstruct::ResName,char>>>>>>'
|
|---|
| 14904 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Residue.h(126): warning C4267: 'return': conversion from 'size_t' to 'int', possible loss of data
|
|---|
| 14905 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\pyinstance/PythonInstance.declare.h(78): 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>'
|
|---|
| 14906 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 14907 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Bond.h(47): note: see reference to class template instantiation 'pyinstance::PythonInstance<atomstruct::Bond>' being compiled
|
|---|
| 14908 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Bond.h(59): warning C4251: 'atomstruct::Bond::_rings': class 'std::vector<const atomstruct::Ring *,std::allocator<const atomstruct::Ring *>>' needs to have dll-interface to be used by clients of class 'atomstruct::Bond'
|
|---|
| 14909 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct/Atom.h(91): note: see declaration of 'std::vector<const atomstruct::Ring *,std::allocator<const atomstruct::Ring *>>'
|
|---|
| 14910 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Bond.h(128): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data
|
|---|
| 14911 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct/MolResId.h(43): warning C4251: 'atomstruct::MolResId::chain': 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::MolResId'
|
|---|
| 14912 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 14913 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\pyinstance/PythonInstance.declare.h(78): 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>'
|
|---|
| 14914 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 14915 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct/tmpl/Residue.h(47): note: see reference to class template instantiation 'pyinstance::PythonInstance<tmpl::Residue>' being compiled
|
|---|
| 14916 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct/tmpl/Residue.h(85): warning C4251: 'tmpl::Residue::metadata': class 'std::map<atomstruct::ChainID,std::vector<atomstruct::ResName,std::allocator<std::string>>,std::less<std::string>,std::allocator<std::pair<const atomstruct::ChainID,std::vector<atomstruct::ResName,std::allocator<std::string>>>>>' needs to have dll-interface to be used by clients of class 'tmpl::Residue'
|
|---|
| 14917 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Structure.h(121): note: see declaration of 'std::map<atomstruct::ChainID,std::vector<atomstruct::ResName,std::allocator<std::string>>,std::less<std::string>,std::allocator<std::pair<const atomstruct::ChainID,std::vector<atomstruct::ResName,std::allocator<std::string>>>>>'
|
|---|
| 14918 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct/tmpl/Residue.h(88): 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'
|
|---|
| 14919 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 14920 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct/tmpl/Residue.h(89): warning C4251: 'tmpl::Residue::_atoms': class 'std::map<atomstruct::AtomName,tmpl::Atom *,std::less<std::string>,std::allocator<std::pair<const atomstruct::AtomName,tmpl::Atom *>>>' needs to have dll-interface to be used by clients of class 'tmpl::Residue'
|
|---|
| 14921 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct/tmpl/Residue.h(80): note: see declaration of 'std::map<atomstruct::AtomName,tmpl::Atom *,std::less<std::string>,std::allocator<std::pair<const atomstruct::AtomName,tmpl::Atom *>>>'
|
|---|
| 14922 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct/tmpl/Residue.h(91): 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'
|
|---|
| 14923 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 14924 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct/tmpl/Residue.h(92): warning C4251: 'tmpl::Residue::_link_atoms': class 'std::vector<tmpl::Atom *,std::allocator<tmpl::Atom *>>' needs to have dll-interface to be used by clients of class 'tmpl::Residue'
|
|---|
| 14925 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct/tmpl/Residue.h(53): note: see declaration of 'std::vector<tmpl::Atom *,std::allocator<tmpl::Atom *>>'
|
|---|
| 14926 | "C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\bin\HostX64\x64\link.exe" /nologo /INCREMENTAL:NO /LTCG /DLL /MANIFEST:EMBED,ID=2 /MANIFESTUAC:NO /LIBPATH:C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\lib /LIBPATH:src/lib /LIBPATH:C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\core\lib /LIBPATH:C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\lib /LIBPATH:C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\libs /LIBPATH:C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin /LIBPATH:C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\PCbuild\amd64 "/LIBPATH:C:\Program Files (x86)\Windows Kits\10\lib\10.0.19041.0\ucrt\x64" "/LIBPATH:C:\Program Files (x86)\Windows Kits\10\lib\10.0.19041.0\um\x64" "/LIBPATH:c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\lib\\x64" "/LIBPATH:c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\atlmfc\lib\\x64" "/LIBPATH:c:\Program Files (x86)\Windows Kits\10\lib\10.0.19041.0\ucrt\x64" "/LIBPATH:c:\Program Files (x86)\Windows Kits\10\lib\10.0.19041.0\um\x64" libatomstruct.lib libpdbconnect.lib /EXPORT:PyInit__load_libs build\temp.win-amd64-cpython-311\Release\connect_cpp\load_libs.obj /OUT:build\lib.win-amd64-cpython-311\chimerax\pdb_lib\_load_libs.cp311-win_amd64.pyd /IMPLIB:build\temp.win-amd64-cpython-311\Release\connect_cpp\_load_libs.cp311-win_amd64.lib
|
|---|
| 14927 | Creating library build\temp.win-amd64-cpython-311\Release\connect_cpp\_load_libs.cp311-win_amd64.lib and object build\temp.win-amd64-cpython-311\Release\connect_cpp\_load_libs.cp311-win_amd64.exp
|
|---|
| 14928 | Generating code
|
|---|
| 14929 | Finished generating code
|
|---|
| 14930 | running bdist_wheel
|
|---|
| 14931 | installing to build\bdist.win-amd64\wheel
|
|---|
| 14932 | running install
|
|---|
| 14933 | running install_lib
|
|---|
| 14934 | running build_ext
|
|---|
| 14935 | creating build\bdist.win-amd64\wheel
|
|---|
| 14936 | creating build\bdist.win-amd64\wheel\chimerax
|
|---|
| 14937 | creating build\bdist.win-amd64\wheel\chimerax\pdb_lib
|
|---|
| 14938 | creating build\bdist.win-amd64\wheel\chimerax\pdb_lib\include
|
|---|
| 14939 | creating build\bdist.win-amd64\wheel\chimerax\pdb_lib\include\pdb
|
|---|
| 14940 | copying build\lib.win-amd64-cpython-311\chimerax\pdb_lib\include\pdb\connect.h -> build\bdist.win-amd64\wheel\.\chimerax\pdb_lib\include\pdb
|
|---|
| 14941 | copying build\lib.win-amd64-cpython-311\chimerax\pdb_lib\include\pdb\imex.h -> build\bdist.win-amd64\wheel\.\chimerax\pdb_lib\include\pdb
|
|---|
| 14942 | creating build\bdist.win-amd64\wheel\chimerax\pdb_lib\lib
|
|---|
| 14943 | copying build\lib.win-amd64-cpython-311\chimerax\pdb_lib\lib\libpdbconnect.dll -> build\bdist.win-amd64\wheel\.\chimerax\pdb_lib\lib
|
|---|
| 14944 | copying build\lib.win-amd64-cpython-311\chimerax\pdb_lib\lib\libpdbconnect.lib -> build\bdist.win-amd64\wheel\.\chimerax\pdb_lib\lib
|
|---|
| 14945 | copying build\lib.win-amd64-cpython-311\chimerax\pdb_lib\_load_libs.cp311-win_amd64.pyd -> build\bdist.win-amd64\wheel\.\chimerax\pdb_lib
|
|---|
| 14946 | copying build\lib.win-amd64-cpython-311\chimerax\pdb_lib\__init__.py -> build\bdist.win-amd64\wheel\.\chimerax\pdb_lib
|
|---|
| 14947 | running install_egg_info
|
|---|
| 14948 | running egg_info
|
|---|
| 14949 | creating ChimeraX_PDBLibrary.egg-info
|
|---|
| 14950 | writing ChimeraX_PDBLibrary.egg-info\PKG-INFO
|
|---|
| 14951 | writing dependency_links to ChimeraX_PDBLibrary.egg-info\dependency_links.txt
|
|---|
| 14952 | writing requirements to ChimeraX_PDBLibrary.egg-info\requires.txt
|
|---|
| 14953 | writing top-level names to ChimeraX_PDBLibrary.egg-info\top_level.txt
|
|---|
| 14954 | writing manifest file 'ChimeraX_PDBLibrary.egg-info\SOURCES.txt'
|
|---|
| 14955 | reading manifest file 'ChimeraX_PDBLibrary.egg-info\SOURCES.txt'
|
|---|
| 14956 | writing manifest file 'ChimeraX_PDBLibrary.egg-info\SOURCES.txt'
|
|---|
| 14957 | Copying ChimeraX_PDBLibrary.egg-info to build\bdist.win-amd64\wheel\.\ChimeraX_PDBLibrary-1.0.5-py3.11.egg-info
|
|---|
| 14958 | running install_scripts
|
|---|
| 14959 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\setuptools\command\bdist_wheel.py:103: RuntimeWarning: Config variable 'Py_DEBUG' is unset, Python ABI tag may be incorrect
|
|---|
| 14960 | if get_flag("Py_DEBUG", hasattr(sys, "gettotalrefcount"), warn=(impl == "cp")):
|
|---|
| 14961 | creating build\bdist.win-amd64\wheel\chimerax_pdblibrary-1.0.5.dist-info\WHEEL
|
|---|
| 14962 | creating 'dist\chimerax_pdblibrary-1.0.5-cp311-cp311-win_amd64.whl' and adding 'build\bdist.win-amd64\wheel' to it
|
|---|
| 14963 | adding 'chimerax/pdb_lib/__init__.py'
|
|---|
| 14964 | adding 'chimerax/pdb_lib/_load_libs.cp311-win_amd64.pyd'
|
|---|
| 14965 | adding 'chimerax/pdb_lib/include/pdb/connect.h'
|
|---|
| 14966 | adding 'chimerax/pdb_lib/include/pdb/imex.h'
|
|---|
| 14967 | adding 'chimerax/pdb_lib/lib/libpdbconnect.dll'
|
|---|
| 14968 | adding 'chimerax/pdb_lib/lib/libpdbconnect.lib'
|
|---|
| 14969 | adding 'chimerax_pdblibrary-1.0.5.dist-info/METADATA'
|
|---|
| 14970 | adding 'chimerax_pdblibrary-1.0.5.dist-info/WHEEL'
|
|---|
| 14971 | adding 'chimerax_pdblibrary-1.0.5.dist-info/top_level.txt'
|
|---|
| 14972 | adding 'chimerax_pdblibrary-1.0.5.dist-info/RECORD'
|
|---|
| 14973 | removing build\bdist.win-amd64\wheel
|
|---|
| 14974 | Distribution is in .\dist\ChimeraX_PDBLibrary-1.0.5-cp311-cp311-win_amd64.whl
|
|---|
| 14975 | STATUS:
|
|---|
| 14976 | Installing bundle
|
|---|
| 14977 | INFO:
|
|---|
| 14978 | Executing: toolshed install .\dist\ChimeraX_PDBLibrary-1.0.5-cp311-cp311-win_amd64.whl userOnly false noDeps true
|
|---|
| 14979 | Installed ChimeraX-PDBLibrary (1.0.5)
|
|---|
| 14980 |
|
|---|
| 14981 | make sync
|
|---|
| 14982 | make[6]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/pdb_lib'
|
|---|
| 14983 | cp -av dist/*.whl /home/goddard/ucsf/chimerax/build/sync
|
|---|
| 14984 | 'dist/chimerax_pdblibrary-1.0.5-cp311-cp311-win_amd64.whl' -> '/home/goddard/ucsf/chimerax/build/sync/chimerax_pdblibrary-1.0.5-cp311-cp311-win_amd64.whl'
|
|---|
| 14985 | make[6]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/pdb_lib'
|
|---|
| 14986 | make[5]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/pdb_lib'
|
|---|
| 14987 | make -C atomic build
|
|---|
| 14988 | make[5]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/atomic'
|
|---|
| 14989 | if [ -z "../../../ChimeraX.app/bin/python.exe" ]; then \
|
|---|
| 14990 | echo "missing ChimeraX application's python"; exit 1; \
|
|---|
| 14991 | else \
|
|---|
| 14992 | PYTHONNOUSERSITE=1 ../../../ChimeraX.app/bin/python.exe -I -m chimerax.core --nogui --exit --safemode --cmd "devel build . exit true "; \
|
|---|
| 14993 | fi
|
|---|
| 14994 | INFO:
|
|---|
| 14995 | Executing: devel build . exit true
|
|---|
| 14996 | warning: atomic_cpp\connect.pyx:29:0: The 'IF' statement is deprecated and will be removed in a future Cython version. Consider using runtime conditions or C macros instead. See https://github.com/cython/cython/issues/4310
|
|---|
| 14997 | warning: atomic_cpp\cytmpl.pyx:33:0: The 'IF' statement is deprecated and will be removed in a future Cython version. Consider using runtime conditions or C macros instead. See https://github.com/cython/cython/issues/4310
|
|---|
| 14998 | Compiling atomic_cpp/cymol.pyx because it changed.
|
|---|
| 14999 | Compiling atomic_cpp/cytmpl.pyx because it changed.
|
|---|
| 15000 | Compiling atomic_cpp/connect.pyx because it changed.
|
|---|
| 15001 | [1/3] Cythonizing atomic_cpp/connect.pyx
|
|---|
| 15002 | [2/3] Cythonizing atomic_cpp/cymol.pyx
|
|---|
| 15003 | [3/3] Cythonizing atomic_cpp/cytmpl.pyx
|
|---|
| 15004 | molc.cpp
|
|---|
| 15005 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\pyinstance/PythonInstance.declare.h(78): 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>'
|
|---|
| 15006 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 15007 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\pyinstance/PythonInstance.declare.h(104): note: see reference to class template instantiation 'pyinstance::PythonInstance<C>' being compiled
|
|---|
| 15008 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\pyinstance/PythonInstance.declare.h(78): 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>'
|
|---|
| 15009 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 15010 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\element/Element.h(49): note: see reference to class template instantiation 'pyinstance::PythonInstance<element::Element>' being compiled
|
|---|
| 15011 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\element/Element.h(76): warning C4251: 'element::Element::_alkali_metals': class 'std::set<int,std::less<int>,std::allocator<int>>' needs to have dll-interface to be used by clients of class 'element::Element'
|
|---|
| 15012 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\element/Element.h(76): note: see declaration of 'std::set<int,std::less<int>,std::allocator<int>>'
|
|---|
| 15013 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\element/Element.h(77): warning C4251: 'element::Element::_elements': class 'std::map<int,const element::Element *,std::less<int>,std::allocator<std::pair<const int,const element::Element *>>>' needs to have dll-interface to be used by clients of class 'element::Element'
|
|---|
| 15014 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\element/Element.h(77): note: see declaration of 'std::map<int,const element::Element *,std::less<int>,std::allocator<std::pair<const int,const element::Element *>>>'
|
|---|
| 15015 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\element/Element.h(78): warning C4251: 'element::Element::_halogens': class 'std::set<int,std::less<int>,std::allocator<int>>' needs to have dll-interface to be used by clients of class 'element::Element'
|
|---|
| 15016 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\element/Element.h(76): note: see declaration of 'std::set<int,std::less<int>,std::allocator<int>>'
|
|---|
| 15017 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\element/Element.h(79): warning C4251: 'element::Element::_names': class 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>' needs to have dll-interface to be used by clients of class 'element::Element'
|
|---|
| 15018 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\element/Element.h(79): note: see declaration of 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>'
|
|---|
| 15019 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\element/Element.h(80): warning C4251: 'element::Element::_noble_gases': class 'std::set<int,std::less<int>,std::allocator<int>>' needs to have dll-interface to be used by clients of class 'element::Element'
|
|---|
| 15020 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\element/Element.h(76): note: see declaration of 'std::set<int,std::less<int>,std::allocator<int>>'
|
|---|
| 15021 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(59): warning C4251: 'atomstruct::Changes::created': class 'std::set<const void *,std::less<const void *>,std::allocator<const void *>>' needs to have dll-interface to be used by clients of class 'atomstruct::Changes'
|
|---|
| 15022 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(59): note: see declaration of 'std::set<const void *,std::less<const void *>,std::allocator<const void *>>'
|
|---|
| 15023 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(60): warning C4251: 'atomstruct::Changes::modified': class 'std::set<const void *,std::less<const void *>,std::allocator<const void *>>' needs to have dll-interface to be used by clients of class 'atomstruct::Changes'
|
|---|
| 15024 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(59): note: see declaration of 'std::set<const void *,std::less<const void *>,std::allocator<const void *>>'
|
|---|
| 15025 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(61): warning C4251: 'atomstruct::Changes::reasons': class 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>' needs to have dll-interface to be used by clients of class 'atomstruct::Changes'
|
|---|
| 15026 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\element/Element.h(79): note: see declaration of 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>'
|
|---|
| 15027 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\pyinstance/PythonInstance.declare.h(78): 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>'
|
|---|
| 15028 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 15029 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(68): note: see reference to class template instantiation 'pyinstance::PythonInstance<atomstruct::ChangeTracker>' being compiled
|
|---|
| 15030 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(82): warning C4251: 'atomstruct::ChangeTracker::_structure_type_changes': class 'std::map<atomstruct::Structure *,atomstruct::ChangeTracker::ChangesArray,std::less<atomstruct::Structure *>,std::allocator<std::pair<atomstruct::Structure *const ,atomstruct::ChangeTracker::ChangesArray>>>' needs to have dll-interface to be used by clients of class 'atomstruct::ChangeTracker'
|
|---|
| 15031 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(82): note: see declaration of 'std::map<atomstruct::Structure *,atomstruct::ChangeTracker::ChangesArray,std::less<atomstruct::Structure *>,std::allocator<std::pair<atomstruct::Structure *const ,atomstruct::ChangeTracker::ChangesArray>>>'
|
|---|
| 15032 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(83): warning C4251: 'atomstruct::ChangeTracker::_dead_structures': class 'std::set<atomstruct::Structure *,std::less<atomstruct::Structure *>,std::allocator<atomstruct::Structure *>>' needs to have dll-interface to be used by clients of class 'atomstruct::ChangeTracker'
|
|---|
| 15033 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(83): note: see declaration of 'std::set<atomstruct::Structure *,std::less<atomstruct::Structure *>,std::allocator<atomstruct::Structure *>>'
|
|---|
| 15034 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(92): 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'
|
|---|
| 15035 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 15036 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(93): 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'
|
|---|
| 15037 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 15038 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(94): warning C4251: 'atomstruct::ChangeTracker::REASON_ALT_LOCS': 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'
|
|---|
| 15039 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 15040 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(95): 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'
|
|---|
| 15041 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 15042 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(96): 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'
|
|---|
| 15043 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 15044 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(97): 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'
|
|---|
| 15045 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 15046 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(98): warning C4251: 'atomstruct::ChangeTracker::REASON_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::ChangeTracker'
|
|---|
| 15047 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 15048 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(99): 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'
|
|---|
| 15049 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 15050 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(100): 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'
|
|---|
| 15051 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 15052 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(101): 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'
|
|---|
| 15053 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 15054 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(102): 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'
|
|---|
| 15055 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 15056 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(103): 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'
|
|---|
| 15057 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 15058 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(104): warning C4251: 'atomstruct::ChangeTracker::REASON_ELEMENT': 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'
|
|---|
| 15059 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 15060 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(105): 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'
|
|---|
| 15061 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 15062 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(106): 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'
|
|---|
| 15063 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 15064 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(107): 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'
|
|---|
| 15065 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 15066 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(108): warning C4251: 'atomstruct::ChangeTracker::REASON_INSERTION_CODE': 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'
|
|---|
| 15067 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 15068 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(109): 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'
|
|---|
| 15069 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 15070 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(110): warning C4251: 'atomstruct::ChangeTracker::REASON_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'
|
|---|
| 15071 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 15072 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(111): 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'
|
|---|
| 15073 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 15074 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(112): 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'
|
|---|
| 15075 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 15076 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(113): 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'
|
|---|
| 15077 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 15078 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(114): 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'
|
|---|
| 15079 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 15080 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(115): 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'
|
|---|
| 15081 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 15082 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(116): 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'
|
|---|
| 15083 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 15084 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(117): 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'
|
|---|
| 15085 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 15086 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(118): 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'
|
|---|
| 15087 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 15088 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(119): 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'
|
|---|
| 15089 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 15090 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(120): 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'
|
|---|
| 15091 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 15092 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(121): 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'
|
|---|
| 15093 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 15094 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(122): 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'
|
|---|
| 15095 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 15096 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(123): 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'
|
|---|
| 15097 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 15098 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(124): 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'
|
|---|
| 15099 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 15100 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(125): 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'
|
|---|
| 15101 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 15102 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(126): 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'
|
|---|
| 15103 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 15104 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(127): 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'
|
|---|
| 15105 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 15106 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(128): 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'
|
|---|
| 15107 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 15108 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(129): 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'
|
|---|
| 15109 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 15110 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(130): 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'
|
|---|
| 15111 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 15112 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(131): warning C4251: 'atomstruct::ChangeTracker::REASON_WORM_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'
|
|---|
| 15113 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 15114 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(132): warning C4251: 'atomstruct::ChangeTracker::REASON_WORM_RIBBON': 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'
|
|---|
| 15115 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 15116 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(306): 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'
|
|---|
| 15117 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 15118 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\destruct.h(53): warning C4251: 'atomstruct::DestructionCoordinator::_observers': class 'std::set<atomstruct::DestructionObserver *,std::less<atomstruct::DestructionObserver *>,std::allocator<atomstruct::DestructionObserver *>>' needs to have dll-interface to be used by clients of class 'atomstruct::DestructionCoordinator'
|
|---|
| 15119 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\destruct.h(53): note: see declaration of 'std::set<atomstruct::DestructionObserver *,std::less<atomstruct::DestructionObserver *>,std::allocator<atomstruct::DestructionObserver *>>'
|
|---|
| 15120 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\destruct.h(54): warning C4251: 'atomstruct::DestructionCoordinator::_destroyed': class 'std::set<void *,std::less<void *>,std::allocator<void *>>' needs to have dll-interface to be used by clients of class 'atomstruct::DestructionCoordinator'
|
|---|
| 15121 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\destruct.h(42): note: see declaration of 'std::set<void *,std::less<void *>,std::allocator<void *>>'
|
|---|
| 15122 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\pyinstance/PythonInstance.declare.h(78): 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>'
|
|---|
| 15123 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 15124 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Sequence.h(57): note: see reference to class template instantiation 'pyinstance::PythonInstance<atomstruct::Sequence>' being compiled
|
|---|
| 15125 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Sequence.h(63): warning C4251: 'atomstruct::Sequence::_nucleic3to1': class 'std::map<atomstruct::ResName,char,std::less<std::string>,std::allocator<std::pair<const atomstruct::ResName,char>>>' needs to have dll-interface to be used by clients of class 'atomstruct::Sequence'
|
|---|
| 15126 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Sequence.h(61): note: see declaration of 'std::map<atomstruct::ResName,char,std::less<std::string>,std::allocator<std::pair<const atomstruct::ResName,char>>>'
|
|---|
| 15127 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Sequence.h(64): warning C4251: 'atomstruct::Sequence::_protein3to1': class 'std::map<atomstruct::ResName,char,std::less<std::string>,std::allocator<std::pair<const atomstruct::ResName,char>>>' needs to have dll-interface to be used by clients of class 'atomstruct::Sequence'
|
|---|
| 15128 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Sequence.h(61): note: see declaration of 'std::map<atomstruct::ResName,char,std::less<std::string>,std::allocator<std::pair<const atomstruct::ResName,char>>>'
|
|---|
| 15129 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Sequence.h(65): warning C4251: 'atomstruct::Sequence::_rname3to1': class 'std::map<atomstruct::ResName,char,std::less<std::string>,std::allocator<std::pair<const atomstruct::ResName,char>>>' needs to have dll-interface to be used by clients of class 'atomstruct::Sequence'
|
|---|
| 15130 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Sequence.h(61): note: see declaration of 'std::map<atomstruct::ResName,char,std::less<std::string>,std::allocator<std::pair<const atomstruct::ResName,char>>>'
|
|---|
| 15131 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Sequence.h(67): warning C4251: 'atomstruct::Sequence::_cache_g2ug': class 'std::map<unsigned int,unsigned int,std::less<unsigned int>,std::allocator<std::pair<const unsigned int,unsigned int>>>' needs to have dll-interface to be used by clients of class 'atomstruct::Sequence'
|
|---|
| 15132 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Sequence.h(67): note: see declaration of 'std::map<unsigned int,unsigned int,std::less<unsigned int>,std::allocator<std::pair<const unsigned int,unsigned int>>>'
|
|---|
| 15133 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Sequence.h(68): warning C4251: 'atomstruct::Sequence::_cache_ug2g': class 'std::map<unsigned int,unsigned int,std::less<unsigned int>,std::allocator<std::pair<const unsigned int,unsigned int>>>' needs to have dll-interface to be used by clients of class 'atomstruct::Sequence'
|
|---|
| 15134 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Sequence.h(67): note: see declaration of 'std::map<unsigned int,unsigned int,std::less<unsigned int>,std::allocator<std::pair<const unsigned int,unsigned int>>>'
|
|---|
| 15135 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Sequence.h(69): 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'
|
|---|
| 15136 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Sequence.h(59): note: see declaration of 'std::vector<char,std::allocator<char>>'
|
|---|
| 15137 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Sequence.h(74): 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'
|
|---|
| 15138 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Sequence.h(59): note: see declaration of 'std::vector<char,std::allocator<char>>'
|
|---|
| 15139 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Sequence.h(75): 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'
|
|---|
| 15140 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 15141 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Sequence.h(140): warning C4267: 'return': conversion from 'size_t' to 'int', possible loss of data
|
|---|
| 15142 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\StructureSeq.h(61): 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'
|
|---|
| 15143 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 15144 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\StructureSeq.h(62): warning C4251: 'atomstruct::StructureSeq::_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 'atomstruct::StructureSeq'
|
|---|
| 15145 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 15146 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\StructureSeq.h(66): warning C4251: 'atomstruct::StructureSeq::_res_map': class 'std::map<atomstruct::Residue *,atomstruct::StructureSeq::SeqPos,std::less<atomstruct::Residue *>,std::allocator<std::pair<atomstruct::Residue *const ,atomstruct::StructureSeq::SeqPos>>>' needs to have dll-interface to be used by clients of class 'atomstruct::StructureSeq'
|
|---|
| 15147 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\StructureSeq.h(51): note: see declaration of 'std::map<atomstruct::Residue *,atomstruct::StructureSeq::SeqPos,std::less<atomstruct::Residue *>,std::allocator<std::pair<atomstruct::Residue *const ,atomstruct::StructureSeq::SeqPos>>>'
|
|---|
| 15148 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\StructureSeq.h(67): warning C4251: 'atomstruct::StructureSeq::_residues': class 'std::vector<atomstruct::Residue *,std::allocator<atomstruct::Residue *>>' needs to have dll-interface to be used by clients of class 'atomstruct::StructureSeq'
|
|---|
| 15149 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\StructureSeq.h(50): note: see declaration of 'std::vector<atomstruct::Residue *,std::allocator<atomstruct::Residue *>>'
|
|---|
| 15150 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\StructureSeq.h(122): warning C4267: 'return': conversion from 'size_t' to 'int', possible loss of data
|
|---|
| 15151 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\CompSS.h(42): warning C4251: 'atomstruct::CompSSInfo::strands': class 'std::vector<std::pair<atomstruct::Residue *,atomstruct::Residue *>,std::allocator<std::pair<atomstruct::Residue *,atomstruct::Residue *>>>' needs to have dll-interface to be used by clients of class 'atomstruct::CompSSInfo'
|
|---|
| 15152 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\CompSS.h(42): note: see declaration of 'std::vector<std::pair<atomstruct::Residue *,atomstruct::Residue *>,std::allocator<std::pair<atomstruct::Residue *,atomstruct::Residue *>>>'
|
|---|
| 15153 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\CompSS.h(43): warning C4251: 'atomstruct::CompSSInfo::sheets': class 'std::vector<std::set<int,std::less<int>,std::allocator<int>>,std::allocator<std::set<int,std::less<int>,std::allocator<int>>>>' needs to have dll-interface to be used by clients of class 'atomstruct::CompSSInfo'
|
|---|
| 15154 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\CompSS.h(43): note: see declaration of 'std::vector<std::set<int,std::less<int>,std::allocator<int>>,std::allocator<std::set<int,std::less<int>,std::allocator<int>>>>'
|
|---|
| 15155 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\CompSS.h(44): warning C4251: 'atomstruct::CompSSInfo::strands_parallel': class 'std::map<std::pair<int,int>,bool,std::less<std::pair<int,int>>,std::allocator<std::pair<const std::pair<int,int>,bool>>>' needs to have dll-interface to be used by clients of class 'atomstruct::CompSSInfo'
|
|---|
| 15156 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\CompSS.h(44): note: see declaration of 'std::map<std::pair<int,int>,bool,std::less<std::pair<int,int>>,std::allocator<std::pair<const std::pair<int,int>,bool>>>'
|
|---|
| 15157 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\CompSS.h(45): warning C4251: 'atomstruct::CompSSInfo::helix_info': class 'std::vector<std::pair<std::pair<atomstruct::Residue *,atomstruct::Residue *>,char>,std::allocator<std::pair<std::pair<atomstruct::Residue *,atomstruct::Residue *>,char>>>' needs to have dll-interface to be used by clients of class 'atomstruct::CompSSInfo'
|
|---|
| 15158 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\CompSS.h(45): note: see declaration of 'std::vector<std::pair<std::pair<atomstruct::Residue *,atomstruct::Residue *>,char>,std::allocator<std::pair<std::pair<atomstruct::Residue *,atomstruct::Residue *>,char>>>'
|
|---|
| 15159 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\pyinstance/PythonInstance.declare.h(78): 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>'
|
|---|
| 15160 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 15161 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\PBManager.h(53): note: see reference to class template instantiation 'pyinstance::PythonInstance<atomstruct::BaseManager>' being compiled
|
|---|
| 15162 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\PBManager.h(63): warning C4251: 'atomstruct::BaseManager::_groups': class 'std::map<std::string,atomstruct::Proxy_PBGroup *,std::less<std::string>,std::allocator<std::pair<const std::string,atomstruct::Proxy_PBGroup *>>>' needs to have dll-interface to be used by clients of class 'atomstruct::BaseManager'
|
|---|
| 15163 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\PBManager.h(58): note: see declaration of 'std::map<std::string,atomstruct::Proxy_PBGroup *,std::less<std::string>,std::allocator<std::pair<const std::string,atomstruct::Proxy_PBGroup *>>>'
|
|---|
| 15164 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\pyinstance/PythonInstance.declare.h(78): 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>'
|
|---|
| 15165 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 15166 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Ring.h(38): note: see reference to class template instantiation 'pyinstance::PythonInstance<atomstruct::Ring>' being compiled
|
|---|
| 15167 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Ring.h(43): warning C4251: 'atomstruct::Ring::_bonds': class 'std::set<atomstruct::Bond *,std::less<atomstruct::Bond *>,std::allocator<atomstruct::Bond *>>' needs to have dll-interface to be used by clients of class 'atomstruct::Ring'
|
|---|
| 15168 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Ring.h(41): note: see declaration of 'std::set<atomstruct::Bond *,std::less<atomstruct::Bond *>,std::allocator<atomstruct::Bond *>>'
|
|---|
| 15169 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Ring.h(44): warning C4251: 'atomstruct::Ring::_atoms': class 'std::set<atomstruct::Atom *,std::less<atomstruct::Atom *>,std::allocator<atomstruct::Atom *>>' needs to have dll-interface to be used by clients of class 'atomstruct::Ring'
|
|---|
| 15170 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Ring.h(40): note: see declaration of 'std::set<atomstruct::Atom *,std::less<atomstruct::Atom *>,std::allocator<atomstruct::Atom *>>'
|
|---|
| 15171 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\pyinstance/PythonInstance.declare.h(78): 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>'
|
|---|
| 15172 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 15173 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Structure.h(110): note: see reference to class template instantiation 'pyinstance::PythonInstance<atomstruct::Structure>' being compiled
|
|---|
| 15174 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Structure.h(145): warning C4251: 'atomstruct::Structure::_atoms': class 'std::vector<atomstruct::Atom *,std::allocator<atomstruct::Atom *>>' needs to have dll-interface to be used by clients of class 'atomstruct::Structure'
|
|---|
| 15175 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Ring.h(64): note: see declaration of 'std::vector<atomstruct::Atom *,std::allocator<atomstruct::Atom *>>'
|
|---|
| 15176 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Structure.h(147): warning C4251: 'atomstruct::Structure::_bonds': class 'std::vector<atomstruct::Bond *,std::allocator<atomstruct::Bond *>>' needs to have dll-interface to be used by clients of class 'atomstruct::Structure'
|
|---|
| 15177 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Ring.h(63): note: see declaration of 'std::vector<atomstruct::Bond *,std::allocator<atomstruct::Bond *>>'
|
|---|
| 15178 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Structure.h(151): warning C4251: 'atomstruct::Structure::_coord_sets': class 'std::vector<atomstruct::CoordSet *,std::allocator<atomstruct::CoordSet *>>' needs to have dll-interface to be used by clients of class 'atomstruct::Structure'
|
|---|
| 15179 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Structure.h(120): note: see declaration of 'std::vector<atomstruct::CoordSet *,std::allocator<atomstruct::CoordSet *>>'
|
|---|
| 15180 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Structure.h(156): warning C4251: 'atomstruct::Structure::_input_seq_info': class 'std::map<atomstruct::ChainID,std::vector<atomstruct::ResName,std::allocator<std::string>>,std::less<std::string>,std::allocator<std::pair<const atomstruct::ChainID,std::vector<atomstruct::ResName,std::allocator<std::string>>>>>' needs to have dll-interface to be used by clients of class 'atomstruct::Structure'
|
|---|
| 15181 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Structure.h(121): note: see declaration of 'std::map<atomstruct::ChainID,std::vector<atomstruct::ResName,std::allocator<std::string>>,std::less<std::string>,std::allocator<std::pair<const atomstruct::ChainID,std::vector<atomstruct::ResName,std::allocator<std::string>>>>>'
|
|---|
| 15182 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Structure.h(163): warning C4251: 'atomstruct::Structure::_residues': class 'std::vector<atomstruct::Residue *,std::allocator<atomstruct::Residue *>>' needs to have dll-interface to be used by clients of class 'atomstruct::Structure'
|
|---|
| 15183 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\StructureSeq.h(50): note: see declaration of 'std::vector<atomstruct::Residue *,std::allocator<atomstruct::Residue *>>'
|
|---|
| 15184 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Structure.h(165): warning C4251: 'atomstruct::Structure::_res_numbering_valid': class 'std::vector<bool,std::allocator<bool>>' needs to have dll-interface to be used by clients of class 'atomstruct::Structure'
|
|---|
| 15185 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Structure.h(165): note: see declaration of 'std::vector<bool,std::allocator<bool>>'
|
|---|
| 15186 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Structure.h(176): warning C4251: 'atomstruct::Structure::_rings': class 'std::set<atomstruct::Ring,std::less<atomstruct::Ring>,std::allocator<atomstruct::Ring>>' needs to have dll-interface to be used by clients of class 'atomstruct::Structure'
|
|---|
| 15187 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Structure.h(128): note: see declaration of 'std::set<atomstruct::Ring,std::less<atomstruct::Ring>,std::allocator<atomstruct::Ring>>'
|
|---|
| 15188 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Structure.h(283): 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'
|
|---|
| 15189 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 15190 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Structure.h(287): warning C4251: 'atomstruct::Structure::metadata': class 'std::map<atomstruct::ChainID,std::vector<atomstruct::ResName,std::allocator<std::string>>,std::less<std::string>,std::allocator<std::pair<const atomstruct::ChainID,std::vector<atomstruct::ResName,std::allocator<std::string>>>>>' needs to have dll-interface to be used by clients of class 'atomstruct::Structure'
|
|---|
| 15191 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Structure.h(121): note: see declaration of 'std::map<atomstruct::ChainID,std::vector<atomstruct::ResName,std::allocator<std::string>>,std::less<std::string>,std::allocator<std::pair<const atomstruct::ChainID,std::vector<atomstruct::ResName,std::allocator<std::string>>>>>'
|
|---|
| 15192 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\pyinstance/PythonInstance.declare.h(78): 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>'
|
|---|
| 15193 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 15194 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\CoordSet.h(41): note: see reference to class template instantiation 'pyinstance::PythonInstance<atomstruct::CoordSet>' being compiled
|
|---|
| 15195 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\CoordSet.h(49): warning C4251: 'atomstruct::CoordSet::_coords': class 'std::vector<atomstruct::Coord,std::allocator<atomstruct::Coord>>' needs to have dll-interface to be used by clients of class 'atomstruct::CoordSet'
|
|---|
| 15196 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\CoordSet.h(46): note: see declaration of 'std::vector<atomstruct::Coord,std::allocator<atomstruct::Coord>>'
|
|---|
| 15197 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\CoordSet.h(51): warning C4251: 'atomstruct::CoordSet::_bfactor_map': class 'std::unordered_map<const atomstruct::Atom *,float,std::hash<const atomstruct::Atom *>,std::equal_to<const atomstruct::Atom *>,std::allocator<std::pair<const atomstruct::Atom *const ,float>>>' needs to have dll-interface to be used by clients of class 'atomstruct::CoordSet'
|
|---|
| 15198 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\CoordSet.h(51): note: see declaration of 'std::unordered_map<const atomstruct::Atom *,float,std::hash<const atomstruct::Atom *>,std::equal_to<const atomstruct::Atom *>,std::allocator<std::pair<const atomstruct::Atom *const ,float>>>'
|
|---|
| 15199 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\CoordSet.h(52): warning C4251: 'atomstruct::CoordSet::_occupancy_map': class 'std::unordered_map<const atomstruct::Atom *,float,std::hash<const atomstruct::Atom *>,std::equal_to<const atomstruct::Atom *>,std::allocator<std::pair<const atomstruct::Atom *const ,float>>>' needs to have dll-interface to be used by clients of class 'atomstruct::CoordSet'
|
|---|
| 15200 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\CoordSet.h(51): note: see declaration of 'std::unordered_map<const atomstruct::Atom *,float,std::hash<const atomstruct::Atom *>,std::equal_to<const atomstruct::Atom *>,std::allocator<std::pair<const atomstruct::Atom *const ,float>>>'
|
|---|
| 15201 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\CoordSet.h(77): warning C4267: 'return': conversion from 'size_t' to 'int', possible loss of data
|
|---|
| 15202 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\CoordSet.h(80): warning C4267: 'return': conversion from 'size_t' to 'int', possible loss of data
|
|---|
| 15203 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\pyinstance/PythonInstance.declare.h(78): 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>'
|
|---|
| 15204 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 15205 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct/Atom.h(68): note: see reference to class template instantiation 'pyinstance::PythonInstance<atomstruct::Atom>' being compiled
|
|---|
| 15206 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct/Atom.h(124): warning C4251: 'atomstruct::Atom::_alt_loc_map': class 'std::map<unsigned char,atomstruct::Atom::_Alt_loc_info,std::less<unsigned char>,std::allocator<std::pair<const unsigned char,atomstruct::Atom::_Alt_loc_info>>>' needs to have dll-interface to be used by clients of class 'atomstruct::Atom'
|
|---|
| 15207 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct/Atom.h(123): note: see declaration of 'std::map<unsigned char,atomstruct::Atom::_Alt_loc_info,std::less<unsigned char>,std::allocator<std::pair<const unsigned char,atomstruct::Atom::_Alt_loc_info>>>'
|
|---|
| 15208 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct/Atom.h(126): warning C4251: 'atomstruct::Atom::_bonds': class 'std::vector<atomstruct::Bond *,std::allocator<atomstruct::Bond *>>' needs to have dll-interface to be used by clients of class 'atomstruct::Atom'
|
|---|
| 15209 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Ring.h(63): note: see declaration of 'std::vector<atomstruct::Bond *,std::allocator<atomstruct::Bond *>>'
|
|---|
| 15210 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct/Atom.h(127): 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'
|
|---|
| 15211 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\string_types.h(44): note: see declaration of 'chutil::CString<5,65,116,111,109,32,84,121,112,101>'
|
|---|
| 15212 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct/Atom.h(134): 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'
|
|---|
| 15213 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\string_types.h(44): note: see declaration of 'chutil::CString<5,65,116,111,109,32,84,121,112,101>'
|
|---|
| 15214 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct/Atom.h(136): warning C4251: 'atomstruct::Atom::_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::Atom'
|
|---|
| 15215 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 15216 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct/Atom.h(137): warning C4251: 'atomstruct::Atom::_neighbors': class 'std::vector<atomstruct::Atom *,std::allocator<atomstruct::Atom *>>' needs to have dll-interface to be used by clients of class 'atomstruct::Atom'
|
|---|
| 15217 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Ring.h(64): note: see declaration of 'std::vector<atomstruct::Atom *,std::allocator<atomstruct::Atom *>>'
|
|---|
| 15218 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct/Atom.h(143): warning C4251: 'atomstruct::Atom::_rings': class 'std::vector<const atomstruct::Ring *,std::allocator<const atomstruct::Ring *>>' needs to have dll-interface to be used by clients of class 'atomstruct::Atom'
|
|---|
| 15219 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct/Atom.h(91): note: see declaration of 'std::vector<const atomstruct::Ring *,std::allocator<const atomstruct::Ring *>>'
|
|---|
| 15220 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct/Atom.h(201): warning C4244: '=': conversion from 'double' to 'float', possible loss of data
|
|---|
| 15221 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct/Atom.h(205): warning C4244: 'return': conversion from 'double' to 'float', possible loss of data
|
|---|
| 15222 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct/Atom.h(223): warning C4267: 'return': conversion from 'size_t' to 'int', possible loss of data
|
|---|
| 15223 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\pyinstance/PythonInstance.declare.h(78): 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>'
|
|---|
| 15224 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 15225 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct/Bond.h(47): note: see reference to class template instantiation 'pyinstance::PythonInstance<atomstruct::Bond>' being compiled
|
|---|
| 15226 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct/Bond.h(59): warning C4251: 'atomstruct::Bond::_rings': class 'std::vector<const atomstruct::Ring *,std::allocator<const atomstruct::Ring *>>' needs to have dll-interface to be used by clients of class 'atomstruct::Bond'
|
|---|
| 15227 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct/Atom.h(91): note: see declaration of 'std::vector<const atomstruct::Ring *,std::allocator<const atomstruct::Ring *>>'
|
|---|
| 15228 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct/Bond.h(128): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data
|
|---|
| 15229 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\pyinstance/PythonInstance.declare.h(78): 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>'
|
|---|
| 15230 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 15231 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Residue.h(53): note: see reference to class template instantiation 'pyinstance::PythonInstance<atomstruct::Residue>' being compiled
|
|---|
| 15232 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Residue.h(81): warning C4251: 'atomstruct::Residue::_atoms': class 'std::vector<atomstruct::Atom *,std::allocator<atomstruct::Atom *>>' needs to have dll-interface to be used by clients of class 'atomstruct::Residue'
|
|---|
| 15233 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Ring.h(64): note: see declaration of 'std::vector<atomstruct::Atom *,std::allocator<atomstruct::Atom *>>'
|
|---|
| 15234 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Residue.h(83): 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'
|
|---|
| 15235 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 15236 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Residue.h(85): 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'
|
|---|
| 15237 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 15238 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Residue.h(86): 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'
|
|---|
| 15239 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 15240 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Residue.h(162): warning C4251: 'atomstruct::Residue::aa_min_backbone_names': class 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>' needs to have dll-interface to be used by clients of class 'atomstruct::Residue'
|
|---|
| 15241 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\element/Element.h(79): note: see declaration of 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>'
|
|---|
| 15242 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Residue.h(163): warning C4251: 'atomstruct::Residue::aa_min_ordered_backbone_names': class 'std::vector<atomstruct::ResName,std::allocator<std::string>>' needs to have dll-interface to be used by clients of class 'atomstruct::Residue'
|
|---|
| 15243 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Sequence.h(99): note: see declaration of 'std::vector<atomstruct::ResName,std::allocator<std::string>>'
|
|---|
| 15244 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Residue.h(164): warning C4251: 'atomstruct::Residue::aa_max_backbone_names': class 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>' needs to have dll-interface to be used by clients of class 'atomstruct::Residue'
|
|---|
| 15245 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\element/Element.h(79): note: see declaration of 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>'
|
|---|
| 15246 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Residue.h(165): warning C4251: 'atomstruct::Residue::aa_ribbon_backbone_names': class 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>' needs to have dll-interface to be used by clients of class 'atomstruct::Residue'
|
|---|
| 15247 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\element/Element.h(79): note: see declaration of 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>'
|
|---|
| 15248 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Residue.h(166): warning C4251: 'atomstruct::Residue::aa_side_connector_names': class 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>' needs to have dll-interface to be used by clients of class 'atomstruct::Residue'
|
|---|
| 15249 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\element/Element.h(79): note: see declaration of 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>'
|
|---|
| 15250 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Residue.h(167): warning C4251: 'atomstruct::Residue::na_min_backbone_names': class 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>' needs to have dll-interface to be used by clients of class 'atomstruct::Residue'
|
|---|
| 15251 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\element/Element.h(79): note: see declaration of 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>'
|
|---|
| 15252 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Residue.h(168): warning C4251: 'atomstruct::Residue::na_min_ordered_backbone_names': class 'std::vector<atomstruct::ResName,std::allocator<std::string>>' needs to have dll-interface to be used by clients of class 'atomstruct::Residue'
|
|---|
| 15253 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Sequence.h(99): note: see declaration of 'std::vector<atomstruct::ResName,std::allocator<std::string>>'
|
|---|
| 15254 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Residue.h(169): warning C4251: 'atomstruct::Residue::na_max_backbone_names': class 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>' needs to have dll-interface to be used by clients of class 'atomstruct::Residue'
|
|---|
| 15255 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\element/Element.h(79): note: see declaration of 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>'
|
|---|
| 15256 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Residue.h(170): warning C4251: 'atomstruct::Residue::na_ribbon_backbone_names': class 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>' needs to have dll-interface to be used by clients of class 'atomstruct::Residue'
|
|---|
| 15257 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\element/Element.h(79): note: see declaration of 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>'
|
|---|
| 15258 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Residue.h(171): warning C4251: 'atomstruct::Residue::na_side_connector_names': class 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>' needs to have dll-interface to be used by clients of class 'atomstruct::Residue'
|
|---|
| 15259 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\element/Element.h(79): note: see declaration of 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>'
|
|---|
| 15260 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Residue.h(172): warning C4251: 'atomstruct::Residue::ribose_names': class 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>' needs to have dll-interface to be used by clients of class 'atomstruct::Residue'
|
|---|
| 15261 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\element/Element.h(79): note: see declaration of 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>'
|
|---|
| 15262 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Residue.h(173): warning C4251: 'atomstruct::Residue::std_solvent_names': class 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>' needs to have dll-interface to be used by clients of class 'atomstruct::Residue'
|
|---|
| 15263 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\element/Element.h(79): note: see declaration of 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>'
|
|---|
| 15264 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Residue.h(174): warning C4251: 'atomstruct::Residue::std_water_names': class 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>' needs to have dll-interface to be used by clients of class 'atomstruct::Residue'
|
|---|
| 15265 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\element/Element.h(79): note: see declaration of 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>'
|
|---|
| 15266 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Residue.h(175): warning C4251: 'atomstruct::Residue::ideal_chirality': class 'std::map<atomstruct::ResName,std::map<atomstruct::ResName,char,std::less<std::string>,std::allocator<std::pair<const atomstruct::ResName,char>>>,std::less<std::string>,std::allocator<std::pair<const atomstruct::ResName,std::map<atomstruct::ResName,char,std::less<std::string>,std::allocator<std::pair<const atomstruct::ResName,char>>>>>>' needs to have dll-interface to be used by clients of class 'atomstruct::Residue'
|
|---|
| 15267 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Residue.h(175): note: see declaration of 'std::map<atomstruct::ResName,std::map<atomstruct::ResName,char,std::less<std::string>,std::allocator<std::pair<const atomstruct::ResName,char>>>,std::less<std::string>,std::allocator<std::pair<const atomstruct::ResName,std::map<atomstruct::ResName,char,std::less<std::string>,std::allocator<std::pair<const atomstruct::ResName,char>>>>>>'
|
|---|
| 15268 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Residue.h(126): warning C4267: 'return': conversion from 'size_t' to 'int', possible loss of data
|
|---|
| 15269 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct/MolResId.h(43): warning C4251: 'atomstruct::MolResId::chain': 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::MolResId'
|
|---|
| 15270 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 15271 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\pyinstance/PythonInstance.declare.h(78): warning C4251: 'pyinstance::PythonInstance<atomstruct::PBGroup>::_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::PBGroup>'
|
|---|
| 15272 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 15273 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct/PBGroup.h(61): note: see reference to class template instantiation 'pyinstance::PythonInstance<atomstruct::PBGroup>' being compiled
|
|---|
| 15274 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct/PBGroup.h(70): warning C4251: 'atomstruct::PBGroup::_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::PBGroup'
|
|---|
| 15275 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 15276 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct/PBGroup.h(169): warning C4251: 'atomstruct::StructurePBGroup::_pbonds': class 'std::set<atomstruct::Pseudobond *,std::less<atomstruct::Pseudobond *>,std::allocator<atomstruct::Pseudobond *>>' needs to have dll-interface to be used by clients of class 'atomstruct::StructurePBGroup'
|
|---|
| 15277 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct/PBGroup.h(63): note: see declaration of 'std::set<atomstruct::Pseudobond *,std::less<atomstruct::Pseudobond *>,std::allocator<atomstruct::Pseudobond *>>'
|
|---|
| 15278 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct/PBGroup.h(199): warning C4251: 'atomstruct::CS_PBGroup::_pbonds': class 'std::unordered_map<const atomstruct::CoordSet *,atomstruct::PBGroup::Pseudobonds,std::hash<const atomstruct::CoordSet *>,std::equal_to<const atomstruct::CoordSet *>,std::allocator<std::pair<const atomstruct::CoordSet *const ,atomstruct::PBGroup::Pseudobonds>>>' needs to have dll-interface to be used by clients of class 'atomstruct::CS_PBGroup'
|
|---|
| 15279 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct/PBGroup.h(199): note: see declaration of 'std::unordered_map<const atomstruct::CoordSet *,atomstruct::PBGroup::Pseudobonds,std::hash<const atomstruct::CoordSet *>,std::equal_to<const atomstruct::CoordSet *>,std::allocator<std::pair<const atomstruct::CoordSet *const ,atomstruct::PBGroup::Pseudobonds>>>'
|
|---|
| 15280 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\pyinstance/PythonInstance.declare.h(78): warning C4251: 'pyinstance::PythonInstance<atomstruct::Pseudobond>::_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::Pseudobond>'
|
|---|
| 15281 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 15282 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Pseudobond.h(52): note: see reference to class template instantiation 'pyinstance::PythonInstance<atomstruct::Pseudobond>' being compiled
|
|---|
| 15283 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct/seq_assoc.h(64): warning C4251: 'atomstruct::MatchMap::_pos_to_res': class 'std::map<atomstruct::StructureSeq::SeqPos,atomstruct::Residue *,std::less<atomstruct::StructureSeq::SeqPos>,std::allocator<std::pair<const atomstruct::StructureSeq::SeqPos,atomstruct::Residue *>>>' needs to have dll-interface to be used by clients of class 'atomstruct::MatchMap'
|
|---|
| 15284 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct/seq_assoc.h(60): note: see declaration of 'std::map<atomstruct::StructureSeq::SeqPos,atomstruct::Residue *,std::less<atomstruct::StructureSeq::SeqPos>,std::allocator<std::pair<const atomstruct::StructureSeq::SeqPos,atomstruct::Residue *>>>'
|
|---|
| 15285 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct/seq_assoc.h(65): warning C4251: 'atomstruct::MatchMap::_res_to_pos': class 'std::map<atomstruct::Residue *,atomstruct::StructureSeq::SeqPos,std::less<atomstruct::Residue *>,std::allocator<std::pair<atomstruct::Residue *const ,atomstruct::StructureSeq::SeqPos>>>' needs to have dll-interface to be used by clients of class 'atomstruct::MatchMap'
|
|---|
| 15286 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\StructureSeq.h(51): note: see declaration of 'std::map<atomstruct::Residue *,atomstruct::StructureSeq::SeqPos,std::less<atomstruct::Residue *>,std::allocator<std::pair<atomstruct::Residue *const ,atomstruct::StructureSeq::SeqPos>>>'
|
|---|
| 15287 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct/seq_assoc.h(85): warning C4275: non dll-interface class 'std::runtime_error' used as base for dll-interface class 'atomstruct::SA_AssocFailure'
|
|---|
| 15288 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\stdexcept(101): note: see declaration of 'std::runtime_error'
|
|---|
| 15289 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct/seq_assoc.h(85): note: see declaration of 'atomstruct::SA_AssocFailure'
|
|---|
| 15290 | atomic_cpp/molc.cpp(1700): warning C4244: '=': conversion from 'atomstruct::Real' to 'float32_t', possible loss of data
|
|---|
| 15291 | atomic_cpp/molc.cpp(1884): warning C4244: 'initializing': conversion from 'const atomstruct::Real' to 'float', possible loss of data
|
|---|
| 15292 | atomic_cpp/molc.cpp(1884): warning C4244: 'initializing': conversion from 'const atomstruct::Real' to 'float', possible loss of data
|
|---|
| 15293 | atomic_cpp/molc.cpp(1884): warning C4244: 'initializing': conversion from 'const atomstruct::Real' to 'float', possible loss of data
|
|---|
| 15294 | atomic_cpp/molc.cpp(1884): warning C4244: 'initializing': conversion from 'const atomstruct::Real' to 'float', possible loss of data
|
|---|
| 15295 | atomic_cpp/molc.cpp(1884): warning C4244: 'initializing': conversion from 'const atomstruct::Real' to 'float', possible loss of data
|
|---|
| 15296 | atomic_cpp/molc.cpp(1884): warning C4244: 'initializing': conversion from 'const atomstruct::Real' to 'float', possible loss of data
|
|---|
| 15297 | atomic_cpp/molc.cpp(1898): warning C4244: 'initializing': conversion from 'double' to 'float', possible loss of data
|
|---|
| 15298 | atomic_cpp/molc.cpp(1916): warning C4244: '=': conversion from 'double' to 'float32_t', possible loss of data
|
|---|
| 15299 | atomic_cpp/molc.cpp(1917): warning C4244: '=': conversion from 'double' to 'float32_t', possible loss of data
|
|---|
| 15300 | atomic_cpp/molc.cpp(1918): warning C4244: '=': conversion from 'double' to 'float32_t', possible loss of data
|
|---|
| 15301 | atomic_cpp/molc.cpp(1921): warning C4244: '=': conversion from 'double' to 'float32_t', possible loss of data
|
|---|
| 15302 | atomic_cpp/molc.cpp(1922): warning C4244: '=': conversion from 'double' to 'float32_t', possible loss of data
|
|---|
| 15303 | atomic_cpp/molc.cpp(1923): warning C4244: '=': conversion from 'double' to 'float32_t', possible loss of data
|
|---|
| 15304 | atomic_cpp/molc.cpp(3157): warning C4267: 'initializing': conversion from 'size_t' to 'int', possible loss of data
|
|---|
| 15305 | atomic_cpp/molc.cpp(3684): warning C4267: 'argument': conversion from 'size_t' to 'int', possible loss of data
|
|---|
| 15306 | atomic_cpp/molc.cpp(3971): warning C4101: 'e': unreferenced local variable
|
|---|
| 15307 | atomic_cpp/molc.cpp(4505): warning C4267: '=': conversion from 'size_t' to 'int32_t', possible loss of data
|
|---|
| 15308 | atomic_cpp/molc.cpp(5214): warning C4267: 'initializing': conversion from 'size_t' to 'int', possible loss of data
|
|---|
| 15309 | atomic_cpp/molc.cpp(5779): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data
|
|---|
| 15310 | atomic_cpp/molc.cpp(1379): warning C4267: 'argument': conversion from 'size_t' to 'int', possible loss of data
|
|---|
| 15311 | atomic_cpp/molc.cpp(1406): note: see reference to function template instantiation 'void affine_transform<atomstruct::Coord,double>(const C &,T *,C &)' being compiled
|
|---|
| 15312 | with
|
|---|
| 15313 | [
|
|---|
| 15314 | C=atomstruct::Coord,
|
|---|
| 15315 | T=double
|
|---|
| 15316 | ]
|
|---|
| 15317 | atomic_cpp/molc.cpp(1393): warning C4244: '=': conversion from 'T' to '_Ty', possible loss of data
|
|---|
| 15318 | with
|
|---|
| 15319 | [
|
|---|
| 15320 | T=double
|
|---|
| 15321 | ]
|
|---|
| 15322 | and
|
|---|
| 15323 | [
|
|---|
| 15324 | _Ty=float
|
|---|
| 15325 | ]
|
|---|
| 15326 | atomic_cpp/molc.cpp(1411): note: see reference to function template instantiation 'void transform_u_aniso<double>(const std::vector<float,std::allocator<float>> *,T *,std::vector<float,std::allocator<float>> &)' being compiled
|
|---|
| 15327 | with
|
|---|
| 15328 | [
|
|---|
| 15329 | T=double
|
|---|
| 15330 | ]
|
|---|
| 15331 | atomic_cpp/molc.cpp(1398): warning C4244: '=': conversion from 'T' to '_Ty', possible loss of data
|
|---|
| 15332 | with
|
|---|
| 15333 | [
|
|---|
| 15334 | T=double
|
|---|
| 15335 | ]
|
|---|
| 15336 | and
|
|---|
| 15337 | [
|
|---|
| 15338 | _Ty=float
|
|---|
| 15339 | ]
|
|---|
| 15340 | Creating library src\libmolc.lib and object src\libmolc.exp
|
|---|
| 15341 | Generating code
|
|---|
| 15342 | Finished generating code
|
|---|
| 15343 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\setuptools\dist.py:759: SetuptoolsDeprecationWarning: License classifiers are deprecated.
|
|---|
| 15344 | !!
|
|---|
| 15345 |
|
|---|
| 15346 | ********************************************************************************
|
|---|
| 15347 | Please consider removing the following classifiers in favor of a SPDX license expression:
|
|---|
| 15348 |
|
|---|
| 15349 | License :: Free for non-commercial use
|
|---|
| 15350 |
|
|---|
| 15351 | See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details.
|
|---|
| 15352 | ********************************************************************************
|
|---|
| 15353 |
|
|---|
| 15354 | !!
|
|---|
| 15355 | self._finalize_license_expression()
|
|---|
| 15356 | running build
|
|---|
| 15357 | running build_py
|
|---|
| 15358 | creating build\lib.win-amd64-cpython-311\chimerax\atomic
|
|---|
| 15359 | copying src\args.py -> build\lib.win-amd64-cpython-311\chimerax\atomic
|
|---|
| 15360 | copying src\bond_geom.py -> build\lib.win-amd64-cpython-311\chimerax\atomic
|
|---|
| 15361 | copying src\changes.py -> build\lib.win-amd64-cpython-311\chimerax\atomic
|
|---|
| 15362 | copying src\chirality.py -> build\lib.win-amd64-cpython-311\chimerax\atomic
|
|---|
| 15363 | copying src\cmd.py -> build\lib.win-amd64-cpython-311\chimerax\atomic
|
|---|
| 15364 | copying src\colors.py -> build\lib.win-amd64-cpython-311\chimerax\atomic
|
|---|
| 15365 | copying src\contextmenu.py -> build\lib.win-amd64-cpython-311\chimerax\atomic
|
|---|
| 15366 | copying src\ctypes_support.py -> build\lib.win-amd64-cpython-311\chimerax\atomic
|
|---|
| 15367 | copying src\idatm.py -> build\lib.win-amd64-cpython-311\chimerax\atomic
|
|---|
| 15368 | copying src\inspectors.py -> build\lib.win-amd64-cpython-311\chimerax\atomic
|
|---|
| 15369 | copying src\molarray.py -> build\lib.win-amd64-cpython-311\chimerax\atomic
|
|---|
| 15370 | copying src\molc.py -> build\lib.win-amd64-cpython-311\chimerax\atomic
|
|---|
| 15371 | copying src\molobject.py -> build\lib.win-amd64-cpython-311\chimerax\atomic
|
|---|
| 15372 | copying src\molsurf.py -> build\lib.win-amd64-cpython-311\chimerax\atomic
|
|---|
| 15373 | copying src\options.py -> build\lib.win-amd64-cpython-311\chimerax\atomic
|
|---|
| 15374 | copying src\path.py -> build\lib.win-amd64-cpython-311\chimerax\atomic
|
|---|
| 15375 | copying src\pbgroup.py -> build\lib.win-amd64-cpython-311\chimerax\atomic
|
|---|
| 15376 | copying src\pdbmatrices.py -> build\lib.win-amd64-cpython-311\chimerax\atomic
|
|---|
| 15377 | copying src\presets.py -> build\lib.win-amd64-cpython-311\chimerax\atomic
|
|---|
| 15378 | copying src\ribbon.py -> build\lib.win-amd64-cpython-311\chimerax\atomic
|
|---|
| 15379 | copying src\selectors.py -> build\lib.win-amd64-cpython-311\chimerax\atomic
|
|---|
| 15380 | copying src\seq_support.py -> build\lib.win-amd64-cpython-311\chimerax\atomic
|
|---|
| 15381 | copying src\settings.py -> build\lib.win-amd64-cpython-311\chimerax\atomic
|
|---|
| 15382 | copying src\shapedrawing.py -> build\lib.win-amd64-cpython-311\chimerax\atomic
|
|---|
| 15383 | copying src\sse.py -> build\lib.win-amd64-cpython-311\chimerax\atomic
|
|---|
| 15384 | copying src\structure.py -> build\lib.win-amd64-cpython-311\chimerax\atomic
|
|---|
| 15385 | copying src\struct_edit.py -> build\lib.win-amd64-cpython-311\chimerax\atomic
|
|---|
| 15386 | copying src\triggers.py -> build\lib.win-amd64-cpython-311\chimerax\atomic
|
|---|
| 15387 | copying src\widgets.py -> build\lib.win-amd64-cpython-311\chimerax\atomic
|
|---|
| 15388 | copying src\__init__.py -> build\lib.win-amd64-cpython-311\chimerax\atomic
|
|---|
| 15389 | copying src\cymol.pyx -> build\lib.win-amd64-cpython-311\chimerax\atomic
|
|---|
| 15390 | copying src\cytmpl.pyx -> build\lib.win-amd64-cpython-311\chimerax\atomic
|
|---|
| 15391 | copying src\connect.pyx -> build\lib.win-amd64-cpython-311\chimerax\atomic
|
|---|
| 15392 | copying src\libmolc.dll -> build\lib.win-amd64-cpython-311\chimerax\atomic
|
|---|
| 15393 | copying src\libmolc.lib -> build\lib.win-amd64-cpython-311\chimerax\atomic
|
|---|
| 15394 | running build_ext
|
|---|
| 15395 | building 'chimerax.atomic.cymol' extension
|
|---|
| 15396 | building 'chimerax.atomic.cytmpl' extension
|
|---|
| 15397 | building 'chimerax.atomic.connect' extension
|
|---|
| 15398 | building 'chimerax.atomic._ribbons' extension
|
|---|
| 15399 | creating build\temp.win-amd64-cpython-311\Release\atomic_cpp
|
|---|
| 15400 | "C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\bin\HostX64\x64\cl.exe" /c /nologo /O2 /W3 /GL /DNDEBUG /MD -DMAJOR_VERSION=0 -DMINOR_VERSION=1 -IC:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\include -IC:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\numpy\core\include -IC:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\core\include -IC:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include -IC:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\pdb_lib\include -IC:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\arrays\include -IC:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\include -IC:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Include "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\ucrt" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\shared" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\um" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\winrt" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\cppwinrt" "-Ic:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include" "-Ic:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\atlmfc\include" "-Ic:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\ucrt" "-Ic:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\shared" "-Ic:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\um" "-Ic:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\winrt" "-Ic:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\cppwinrt" /EHsc /Tpatomic_cpp/cytmpl.cpp /Fobuild\temp.win-amd64-cpython-311\Release\atomic_cpp\cytmpl.obj
|
|---|
| 15401 | "C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\bin\HostX64\x64\cl.exe" /c /nologo /O2 /W3 /GL /DNDEBUG /MD -DMAJOR_VERSION=0 -DMINOR_VERSION=1 -IC:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\include -IC:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\core\include -IC:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include -IC:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\pdb_lib\include -IC:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\arrays\include -IC:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\include -IC:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Include "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\ucrt" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\shared" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\um" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\winrt" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\cppwinrt" "-Ic:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include" "-Ic:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\atlmfc\include" "-Ic:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\ucrt" "-Ic:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\shared" "-Ic:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\um" "-Ic:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\winrt" "-Ic:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\cppwinrt" /EHsc /Tpatomic_cpp/connect.cpp /Fobuild\temp.win-amd64-cpython-311\Release\atomic_cpp\connect.obj
|
|---|
| 15402 | cytmpl.cpp
|
|---|
| 15403 | connect.cpp
|
|---|
| 15404 | "C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\bin\HostX64\x64\cl.exe" /c /nologo /O2 /W3 /GL /DNDEBUG /MD -DMAJOR_VERSION=0 -DMINOR_VERSION=1 -IC:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\include -IC:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\numpy\core\include -IC:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\core\include -IC:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include -IC:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\pdb_lib\include -IC:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\arrays\include -IC:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\include -IC:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Include "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\ucrt" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\shared" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\um" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\winrt" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\cppwinrt" "-Ic:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include" "-Ic:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\atlmfc\include" "-Ic:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\ucrt" "-Ic:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\shared" "-Ic:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\um" "-Ic:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\winrt" "-Ic:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\cppwinrt" /EHsc /Tpatomic_cpp/cymol.cpp /Fobuild\temp.win-amd64-cpython-311\Release\atomic_cpp\cymol.obj
|
|---|
| 15405 | cymol.cpp
|
|---|
| 15406 | creating build\temp.win-amd64-cpython-311\Release\ribbon_cpp
|
|---|
| 15407 | "C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\bin\HostX64\x64\cl.exe" /c /nologo /O2 /W3 /GL /DNDEBUG /MD -DMAJOR_VERSION=0 -DMINOR_VERSION=1 -IC:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\include -IC:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\numpy\core\include -IC:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\core\include -IC:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include -IC:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\pdb_lib\include -IC:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\arrays\include -IC:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\include -IC:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Include "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\ucrt" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\shared" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\um" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\winrt" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\cppwinrt" "-Ic:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include" "-Ic:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\atlmfc\include" "-Ic:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\ucrt" "-Ic:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\shared" "-Ic:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\um" "-Ic:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\winrt" "-Ic:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\cppwinrt" /EHsc /Tpribbon_cpp/normals.cpp /Fobuild\temp.win-amd64-cpython-311\Release\ribbon_cpp\normals.obj
|
|---|
| 15408 | normals.cpp
|
|---|
| 15409 | The contents of <string_view> are available only with C++17 or later.
|
|---|
| 15410 | The contents of <string_view> are available only with C++17 or later.
|
|---|
| 15411 | ribbon_cpp/normals.cpp(195): warning C4244: 'return': conversion from 'double' to 'float', possible loss of data
|
|---|
| 15412 | ribbon_cpp/normals.cpp(207): warning C4244: 'initializing': conversion from 'double' to 'float', possible loss of data
|
|---|
| 15413 | ribbon_cpp/normals.cpp(236): warning C4244: 'initializing': conversion from 'int64_t' to 'int', possible loss of data
|
|---|
| 15414 | ribbon_cpp/normals.cpp(258): warning C4244: 'initializing': conversion from 'int64_t' to 'int', possible loss of data
|
|---|
| 15415 | ribbon_cpp/normals.cpp(326): warning C4244: 'initializing': conversion from 'int' to 'float', possible loss of data
|
|---|
| 15416 | ribbon_cpp/normals.cpp(433): warning C4244: 'initializing': conversion from 'int64_t' to 'int', possible loss of data
|
|---|
| 15417 | ribbon_cpp/normals.cpp(477): warning C4244: 'initializing': conversion from 'int64_t' to 'int', possible loss of data
|
|---|
| 15418 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\pyinstance/PythonInstance.declare.h(78): 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>'
|
|---|
| 15419 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 15420 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\pyinstance/PythonInstance.declare.h(104): note: see reference to class template instantiation 'pyinstance::PythonInstance<C>' being compiled
|
|---|
| 15421 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\pyinstance/PythonInstance.declare.h(78): 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>'
|
|---|
| 15422 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 15423 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\element/Element.h(49): note: see reference to class template instantiation 'pyinstance::PythonInstance<element::Element>' being compiled
|
|---|
| 15424 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\element/Element.h(76): warning C4251: 'element::Element::_alkali_metals': class 'std::set<int,std::less<int>,std::allocator<int>>' needs to have dll-interface to be used by clients of class 'element::Element'
|
|---|
| 15425 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\element/Element.h(76): note: see declaration of 'std::set<int,std::less<int>,std::allocator<int>>'
|
|---|
| 15426 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\element/Element.h(77): warning C4251: 'element::Element::_elements': class 'std::map<int,const element::Element *,std::less<int>,std::allocator<std::pair<const int,const element::Element *>>>' needs to have dll-interface to be used by clients of class 'element::Element'
|
|---|
| 15427 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\element/Element.h(77): note: see declaration of 'std::map<int,const element::Element *,std::less<int>,std::allocator<std::pair<const int,const element::Element *>>>'
|
|---|
| 15428 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\element/Element.h(78): warning C4251: 'element::Element::_halogens': class 'std::set<int,std::less<int>,std::allocator<int>>' needs to have dll-interface to be used by clients of class 'element::Element'
|
|---|
| 15429 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\element/Element.h(76): note: see declaration of 'std::set<int,std::less<int>,std::allocator<int>>'
|
|---|
| 15430 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\element/Element.h(79): warning C4251: 'element::Element::_names': class 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>' needs to have dll-interface to be used by clients of class 'element::Element'
|
|---|
| 15431 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\element/Element.h(79): note: see declaration of 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>'
|
|---|
| 15432 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\element/Element.h(80): warning C4251: 'element::Element::_noble_gases': class 'std::set<int,std::less<int>,std::allocator<int>>' needs to have dll-interface to be used by clients of class 'element::Element'
|
|---|
| 15433 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\element/Element.h(76): note: see declaration of 'std::set<int,std::less<int>,std::allocator<int>>'
|
|---|
| 15434 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\pyinstance/PythonInstance.declare.h(78): 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>'
|
|---|
| 15435 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 15436 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\pyinstance/PythonInstance.declare.h(104): note: see reference to class template instantiation 'pyinstance::PythonInstance<C>' being compiled
|
|---|
| 15437 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\pyinstance/PythonInstance.declare.h(78): 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>'
|
|---|
| 15438 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 15439 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\element/Element.h(49): note: see reference to class template instantiation 'pyinstance::PythonInstance<element::Element>' being compiled
|
|---|
| 15440 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\element/Element.h(76): warning C4251: 'element::Element::_alkali_metals': class 'std::set<int,std::less<int>,std::allocator<int>>' needs to have dll-interface to be used by clients of class 'element::Element'
|
|---|
| 15441 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\element/Element.h(76): note: see declaration of 'std::set<int,std::less<int>,std::allocator<int>>'
|
|---|
| 15442 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\element/Element.h(77): warning C4251: 'element::Element::_elements': class 'std::map<int,const element::Element *,std::less<int>,std::allocator<std::pair<const int,const element::Element *>>>' needs to have dll-interface to be used by clients of class 'element::Element'
|
|---|
| 15443 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\element/Element.h(77): note: see declaration of 'std::map<int,const element::Element *,std::less<int>,std::allocator<std::pair<const int,const element::Element *>>>'
|
|---|
| 15444 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\element/Element.h(78): warning C4251: 'element::Element::_halogens': class 'std::set<int,std::less<int>,std::allocator<int>>' needs to have dll-interface to be used by clients of class 'element::Element'
|
|---|
| 15445 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\element/Element.h(76): note: see declaration of 'std::set<int,std::less<int>,std::allocator<int>>'
|
|---|
| 15446 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\element/Element.h(79): warning C4251: 'element::Element::_names': class 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>' needs to have dll-interface to be used by clients of class 'element::Element'
|
|---|
| 15447 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\element/Element.h(79): note: see declaration of 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>'
|
|---|
| 15448 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\element/Element.h(80): warning C4251: 'element::Element::_noble_gases': class 'std::set<int,std::less<int>,std::allocator<int>>' needs to have dll-interface to be used by clients of class 'element::Element'
|
|---|
| 15449 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\element/Element.h(76): note: see declaration of 'std::set<int,std::less<int>,std::allocator<int>>'
|
|---|
| 15450 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\destruct.h(53): warning C4251: 'atomstruct::DestructionCoordinator::_observers': class 'std::set<atomstruct::DestructionObserver *,std::less<atomstruct::DestructionObserver *>,std::allocator<atomstruct::DestructionObserver *>>' needs to have dll-interface to be used by clients of class 'atomstruct::DestructionCoordinator'
|
|---|
| 15451 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\destruct.h(53): note: see declaration of 'std::set<atomstruct::DestructionObserver *,std::less<atomstruct::DestructionObserver *>,std::allocator<atomstruct::DestructionObserver *>>'
|
|---|
| 15452 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\destruct.h(54): warning C4251: 'atomstruct::DestructionCoordinator::_destroyed': class 'std::set<void *,std::less<void *>,std::allocator<void *>>' needs to have dll-interface to be used by clients of class 'atomstruct::DestructionCoordinator'
|
|---|
| 15453 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\destruct.h(42): note: see declaration of 'std::set<void *,std::less<void *>,std::allocator<void *>>'
|
|---|
| 15454 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\pyinstance/PythonInstance.declare.h(78): 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>'
|
|---|
| 15455 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 15456 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\pyinstance/PythonInstance.declare.h(104): note: see reference to class template instantiation 'pyinstance::PythonInstance<C>' being compiled
|
|---|
| 15457 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\pyinstance/PythonInstance.declare.h(78): 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>'
|
|---|
| 15458 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 15459 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\element/Element.h(49): note: see reference to class template instantiation 'pyinstance::PythonInstance<element::Element>' being compiled
|
|---|
| 15460 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\element/Element.h(76): warning C4251: 'element::Element::_alkali_metals': class 'std::set<int,std::less<int>,std::allocator<int>>' needs to have dll-interface to be used by clients of class 'element::Element'
|
|---|
| 15461 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\element/Element.h(76): note: see declaration of 'std::set<int,std::less<int>,std::allocator<int>>'
|
|---|
| 15462 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\element/Element.h(77): warning C4251: 'element::Element::_elements': class 'std::map<int,const element::Element *,std::less<int>,std::allocator<std::pair<const int,const element::Element *>>>' needs to have dll-interface to be used by clients of class 'element::Element'
|
|---|
| 15463 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\element/Element.h(77): note: see declaration of 'std::map<int,const element::Element *,std::less<int>,std::allocator<std::pair<const int,const element::Element *>>>'
|
|---|
| 15464 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\element/Element.h(78): warning C4251: 'element::Element::_halogens': class 'std::set<int,std::less<int>,std::allocator<int>>' needs to have dll-interface to be used by clients of class 'element::Element'
|
|---|
| 15465 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\element/Element.h(76): note: see declaration of 'std::set<int,std::less<int>,std::allocator<int>>'
|
|---|
| 15466 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\element/Element.h(79): warning C4251: 'element::Element::_names': class 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>' needs to have dll-interface to be used by clients of class 'element::Element'
|
|---|
| 15467 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\element/Element.h(79): note: see declaration of 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>'
|
|---|
| 15468 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\element/Element.h(80): warning C4251: 'element::Element::_noble_gases': class 'std::set<int,std::less<int>,std::allocator<int>>' needs to have dll-interface to be used by clients of class 'element::Element'
|
|---|
| 15469 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\element/Element.h(76): note: see declaration of 'std::set<int,std::less<int>,std::allocator<int>>'
|
|---|
| 15470 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(59): warning C4251: 'atomstruct::Changes::created': class 'std::set<const void *,std::less<const void *>,std::allocator<const void *>>' needs to have dll-interface to be used by clients of class 'atomstruct::Changes'
|
|---|
| 15471 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(59): note: see declaration of 'std::set<const void *,std::less<const void *>,std::allocator<const void *>>'
|
|---|
| 15472 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(60): warning C4251: 'atomstruct::Changes::modified': class 'std::set<const void *,std::less<const void *>,std::allocator<const void *>>' needs to have dll-interface to be used by clients of class 'atomstruct::Changes'
|
|---|
| 15473 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(59): note: see declaration of 'std::set<const void *,std::less<const void *>,std::allocator<const void *>>'
|
|---|
| 15474 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(61): warning C4251: 'atomstruct::Changes::reasons': class 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>' needs to have dll-interface to be used by clients of class 'atomstruct::Changes'
|
|---|
| 15475 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\element/Element.h(79): note: see declaration of 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>'
|
|---|
| 15476 | "C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\bin\HostX64\x64\cl.exe" /c /nologo /O2 /W3 /GL /DNDEBUG /MD -DMAJOR_VERSION=0 -DMINOR_VERSION=1 -IC:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\include -IC:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\numpy\core\include -IC:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\core\include -IC:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include -IC:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\pdb_lib\include -IC:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\arrays\include -IC:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\include -IC:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Include "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\ucrt" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\shared" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\um" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\winrt" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\cppwinrt" "-Ic:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include" "-Ic:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\atlmfc\include" "-Ic:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\ucrt" "-Ic:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\shared" "-Ic:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\um" "-Ic:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\winrt" "-Ic:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\cppwinrt" /EHsc /Tpribbon_cpp/parse.cpp /Fobuild\temp.win-amd64-cpython-311\Release\ribbon_cpp\parse.obj
|
|---|
| 15477 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\pyinstance/PythonInstance.declare.h(78): 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>'
|
|---|
| 15478 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 15479 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(68): note: see reference to class template instantiation 'pyinstance::PythonInstance<atomstruct::ChangeTracker>' being compiled
|
|---|
| 15480 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\pyinstance/PythonInstance.declare.h(78): 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>'
|
|---|
| 15481 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 15482 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Sequence.h(57): note: see reference to class template instantiation 'pyinstance::PythonInstance<atomstruct::Sequence>' being compiled
|
|---|
| 15483 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Sequence.h(63): warning C4251: 'atomstruct::Sequence::_nucleic3to1': class 'std::map<atomstruct::ResName,char,std::less<std::string>,std::allocator<std::pair<const atomstruct::ResName,char>>>' needs to have dll-interface to be used by clients of class 'atomstruct::Sequence'
|
|---|
| 15484 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Sequence.h(61): note: see declaration of 'std::map<atomstruct::ResName,char,std::less<std::string>,std::allocator<std::pair<const atomstruct::ResName,char>>>'
|
|---|
| 15485 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Sequence.h(64): warning C4251: 'atomstruct::Sequence::_protein3to1': class 'std::map<atomstruct::ResName,char,std::less<std::string>,std::allocator<std::pair<const atomstruct::ResName,char>>>' needs to have dll-interface to be used by clients of class 'atomstruct::Sequence'
|
|---|
| 15486 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Sequence.h(61): note: see declaration of 'std::map<atomstruct::ResName,char,std::less<std::string>,std::allocator<std::pair<const atomstruct::ResName,char>>>'
|
|---|
| 15487 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Sequence.h(65): warning C4251: 'atomstruct::Sequence::_rname3to1': class 'std::map<atomstruct::ResName,char,std::less<std::string>,std::allocator<std::pair<const atomstruct::ResName,char>>>' needs to have dll-interface to be used by clients of class 'atomstruct::Sequence'
|
|---|
| 15488 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Sequence.h(61): note: see declaration of 'std::map<atomstruct::ResName,char,std::less<std::string>,std::allocator<std::pair<const atomstruct::ResName,char>>>'
|
|---|
| 15489 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(82): warning C4251: 'atomstruct::ChangeTracker::_structure_type_changes': class 'std::map<atomstruct::Structure *,atomstruct::ChangeTracker::ChangesArray,std::less<atomstruct::Structure *>,std::allocator<std::pair<atomstruct::Structure *const ,atomstruct::ChangeTracker::ChangesArray>>>' needs to have dll-interface to be used by clients of class 'atomstruct::ChangeTracker'
|
|---|
| 15490 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(82): note: see declaration of 'std::map<atomstruct::Structure *,atomstruct::ChangeTracker::ChangesArray,std::less<atomstruct::Structure *>,std::allocator<std::pair<atomstruct::Structure *const ,atomstruct::ChangeTracker::ChangesArray>>>'
|
|---|
| 15491 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Sequence.h(67): warning C4251: 'atomstruct::Sequence::_cache_g2ug': class 'std::map<unsigned int,unsigned int,std::less<unsigned int>,std::allocator<std::pair<const unsigned int,unsigned int>>>' needs to have dll-interface to be used by clients of class 'atomstruct::Sequence'
|
|---|
| 15492 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Sequence.h(67): note: see declaration of 'std::map<unsigned int,unsigned int,std::less<unsigned int>,std::allocator<std::pair<const unsigned int,unsigned int>>>'
|
|---|
| 15493 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Sequence.h(68): warning C4251: 'atomstruct::Sequence::_cache_ug2g': class 'std::map<unsigned int,unsigned int,std::less<unsigned int>,std::allocator<std::pair<const unsigned int,unsigned int>>>' needs to have dll-interface to be used by clients of class 'atomstruct::Sequence'
|
|---|
| 15494 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Sequence.h(67): note: see declaration of 'std::map<unsigned int,unsigned int,std::less<unsigned int>,std::allocator<std::pair<const unsigned int,unsigned int>>>'
|
|---|
| 15495 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Sequence.h(69): 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'
|
|---|
| 15496 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Sequence.h(59): note: see declaration of 'std::vector<char,std::allocator<char>>'
|
|---|
| 15497 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Sequence.h(74): 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'
|
|---|
| 15498 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Sequence.h(59): note: see declaration of 'std::vector<char,std::allocator<char>>'
|
|---|
| 15499 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Sequence.h(75): 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'
|
|---|
| 15500 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 15501 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(83): warning C4251: 'atomstruct::ChangeTracker::_dead_structures': class 'std::set<atomstruct::Structure *,std::less<atomstruct::Structure *>,std::allocator<atomstruct::Structure *>>' needs to have dll-interface to be used by clients of class 'atomstruct::ChangeTracker'
|
|---|
| 15502 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(83): note: see declaration of 'std::set<atomstruct::Structure *,std::less<atomstruct::Structure *>,std::allocator<atomstruct::Structure *>>'
|
|---|
| 15503 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(92): 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'
|
|---|
| 15504 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 15505 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(93): 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'
|
|---|
| 15506 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 15507 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(94): warning C4251: 'atomstruct::ChangeTracker::REASON_ALT_LOCS': 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'
|
|---|
| 15508 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 15509 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(95): 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'
|
|---|
| 15510 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 15511 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(96): 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'
|
|---|
| 15512 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 15513 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(97): 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'
|
|---|
| 15514 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 15515 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(59): warning C4251: 'atomstruct::Changes::created': class 'std::set<const void *,std::less<const void *>,std::allocator<const void *>>' needs to have dll-interface to be used by clients of class 'atomstruct::Changes'
|
|---|
| 15516 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(98): warning C4251: 'atomstruct::ChangeTracker::REASON_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::ChangeTracker'C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(59): note: see declaration of 'std::set<const void *,std::less<const void *>,std::allocator<const void *>>'
|
|---|
| 15517 |
|
|---|
| 15518 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 15519 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(99): 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'
|
|---|
| 15520 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(60): warning C4251: 'atomstruct::Changes::modified': class 'std::set<const void *,std::less<const void *>,std::allocator<const void *>>' needs to have dll-interface to be used by clients of class 'atomstruct::Changes'c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 15521 |
|
|---|
| 15522 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(59): note: see declaration of 'std::set<const void *,std::less<const void *>,std::allocator<const void *>>'
|
|---|
| 15523 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(100): 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'
|
|---|
| 15524 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 15525 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(101): 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'
|
|---|
| 15526 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 15527 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(102): 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'
|
|---|
| 15528 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 15529 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(103): 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'
|
|---|
| 15530 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 15531 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(104): warning C4251: 'atomstruct::ChangeTracker::REASON_ELEMENT': 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'
|
|---|
| 15532 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 15533 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(105): 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'
|
|---|
| 15534 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 15535 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(106): 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'
|
|---|
| 15536 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 15537 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(107): 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'
|
|---|
| 15538 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 15539 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(108): warning C4251: 'atomstruct::ChangeTracker::REASON_INSERTION_CODE': 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'
|
|---|
| 15540 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 15541 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(109): 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'
|
|---|
| 15542 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 15543 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(110): warning C4251: 'atomstruct::ChangeTracker::REASON_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'
|
|---|
| 15544 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 15545 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(111): 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'
|
|---|
| 15546 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 15547 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(112): 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'
|
|---|
| 15548 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 15549 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(113): 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'
|
|---|
| 15550 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 15551 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(114): 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'
|
|---|
| 15552 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 15553 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(115): 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'
|
|---|
| 15554 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 15555 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(116): 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'
|
|---|
| 15556 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 15557 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(117): 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'
|
|---|
| 15558 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 15559 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(118): 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'
|
|---|
| 15560 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 15561 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(119): 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'
|
|---|
| 15562 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 15563 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(120): 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'
|
|---|
| 15564 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 15565 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(121): 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'
|
|---|
| 15566 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 15567 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(122): 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'
|
|---|
| 15568 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 15569 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(123): 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'
|
|---|
| 15570 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 15571 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(124): 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'
|
|---|
| 15572 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 15573 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(125): 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'
|
|---|
| 15574 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 15575 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(126): 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'
|
|---|
| 15576 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 15577 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(127): 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'
|
|---|
| 15578 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 15579 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(128): 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'
|
|---|
| 15580 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 15581 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(129): 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'
|
|---|
| 15582 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 15583 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(130): 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'
|
|---|
| 15584 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 15585 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(131): warning C4251: 'atomstruct::ChangeTracker::REASON_WORM_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'C
|
|---|
| 15586 | :\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Sequence.h(140): warning C4267: 'return': conversion from 'size_t' to 'int', possible loss of dataC:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(61): warning C4251: 'atomstruct::Changes::reasons': class 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>' needs to have dll-interface to be used by clients of class 'atomstruct::Changes'
|
|---|
| 15587 |
|
|---|
| 15588 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\element/Element.h(79): note: see declaration of 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>'
|
|---|
| 15589 |
|
|---|
| 15590 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(132): warning C4251: 'atomstruct::ChangeTracker::REASON_WORM_RIBBON': 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'
|
|---|
| 15591 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 15592 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(306): 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'
|
|---|
| 15593 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 15594 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\pyinstance/PythonInstance.declare.h(78): 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>'
|
|---|
| 15595 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 15596 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(68): note: see reference to class template instantiation 'pyinstance::PythonInstance<atomstruct::ChangeTracker>' being compiled
|
|---|
| 15597 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\StructureSeq.h(61): 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'
|
|---|
| 15598 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 15599 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\StructureSeq.h(62): warning C4251: 'atomstruct::StructureSeq::_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 'atomstruct::StructureSeq'
|
|---|
| 15600 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 15601 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(82): warning C4251: 'atomstruct::ChangeTracker::_structure_type_changes': class 'std::map<atomstruct::Structure *,atomstruct::ChangeTracker::ChangesArray,std::less<atomstruct::Structure *>,std::allocator<std::pair<atomstruct::Structure *const ,atomstruct::ChangeTracker::ChangesArray>>>' needs to have dll-interface to be used by clients of class 'atomstruct::ChangeTracker'
|
|---|
| 15602 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(82): note: see declaration of 'std::map<atomstruct::Structure *,atomstruct::ChangeTracker::ChangesArray,std::less<atomstruct::Structure *>,std::allocator<std::pair<atomstruct::Structure *const ,atomstruct::ChangeTracker::ChangesArray>>>'
|
|---|
| 15603 | parse.cpp
|
|---|
| 15604 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\StructureSeq.h(66): warning C4251: 'atomstruct::StructureSeq::_res_map': class 'std::map<atomstruct::Residue *,atomstruct::StructureSeq::SeqPos,std::less<atomstruct::Residue *>,std::allocator<std::pair<atomstruct::Residue *const ,atomstruct::StructureSeq::SeqPos>>>' needs to have dll-interface to be used by clients of class 'atomstruct::StructureSeq'
|
|---|
| 15605 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\StructureSeq.h(51): note: see declaration of 'std::map<atomstruct::Residue *,atomstruct::StructureSeq::SeqPos,std::less<atomstruct::Residue *>,std::allocator<std::pair<atomstruct::Residue *const ,atomstruct::StructureSeq::SeqPos>>>'
|
|---|
| 15606 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(83): warning C4251: 'atomstruct::ChangeTracker::_dead_structures': class 'std::set<atomstruct::Structure *,std::less<atomstruct::Structure *>,std::allocator<atomstruct::Structure *>>' needs to have dll-interface to be used by clients of class 'atomstruct::ChangeTracker'
|
|---|
| 15607 | CC:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(83): note: see declaration of 'std::set<atomstruct::Structure *,std::less<atomstruct::Structure *>,std::allocator<atomstruct::Structure *>>':\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\StructureSeq.h(67): warning C4251: 'atomstruct::StructureSeq::_residues': class 'std::vector<atomstruct::Residue *,std::allocator<atomstruct::Residue *>>' needs to have dll-interface to be used by clients of class 'atomstruct::StructureSeq'
|
|---|
| 15608 |
|
|---|
| 15609 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\StructureSeq.h(50): note: see declaration of 'std::vector<atomstruct::Residue *,std::allocator<atomstruct::Residue *>>'
|
|---|
| 15610 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(92): 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'
|
|---|
| 15611 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 15612 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(93): 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'
|
|---|
| 15613 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 15614 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(94): warning C4251: 'atomstruct::ChangeTracker::REASON_ALT_LOCS': 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'
|
|---|
| 15615 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 15616 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(95): 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'
|
|---|
| 15617 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 15618 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(96): 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'
|
|---|
| 15619 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 15620 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(97): 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'
|
|---|
| 15621 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 15622 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(98): warning C4251: 'atomstruct::ChangeTracker::REASON_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::ChangeTracker'
|
|---|
| 15623 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 15624 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(99): 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'
|
|---|
| 15625 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 15626 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(100): 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'
|
|---|
| 15627 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 15628 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(101): 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'
|
|---|
| 15629 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 15630 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(102): 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'
|
|---|
| 15631 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 15632 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(103): 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'
|
|---|
| 15633 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 15634 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(104): warning C4251: 'atomstruct::ChangeTracker::REASON_ELEMENT': 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'
|
|---|
| 15635 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 15636 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(105): 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'
|
|---|
| 15637 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 15638 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(106): 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'
|
|---|
| 15639 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 15640 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\StructureSeq.h(122): warning C4267: 'return': conversion from 'size_t' to 'int', possible loss of dataC:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(107): 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'
|
|---|
| 15641 |
|
|---|
| 15642 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 15643 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(108): warning C4251: 'atomstruct::ChangeTracker::REASON_INSERTION_CODE': 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'
|
|---|
| 15644 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 15645 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(109): 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'
|
|---|
| 15646 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 15647 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(110): warning C4251: 'atomstruct::ChangeTracker::REASON_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'
|
|---|
| 15648 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 15649 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(111): 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'
|
|---|
| 15650 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 15651 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(112): 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'
|
|---|
| 15652 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 15653 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(113): 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'
|
|---|
| 15654 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 15655 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(114): 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'
|
|---|
| 15656 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 15657 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(115): 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'
|
|---|
| 15658 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 15659 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(116): 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'
|
|---|
| 15660 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 15661 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(117): 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'
|
|---|
| 15662 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 15663 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(118): 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'
|
|---|
| 15664 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 15665 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(119): 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'
|
|---|
| 15666 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 15667 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(120): 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'
|
|---|
| 15668 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 15669 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(121): 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'
|
|---|
| 15670 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 15671 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(122): 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'
|
|---|
| 15672 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 15673 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(123): 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'
|
|---|
| 15674 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 15675 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(124): 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'
|
|---|
| 15676 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 15677 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(125): 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'
|
|---|
| 15678 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 15679 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(126): 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'
|
|---|
| 15680 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 15681 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(127): 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'
|
|---|
| 15682 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 15683 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(128): 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'
|
|---|
| 15684 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 15685 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(129): 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'
|
|---|
| 15686 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 15687 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(130): 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'
|
|---|
| 15688 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 15689 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(131): warning C4251: 'atomstruct::ChangeTracker::REASON_WORM_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'
|
|---|
| 15690 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 15691 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(132): warning C4251: 'atomstruct::ChangeTracker::REASON_WORM_RIBBON': 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'
|
|---|
| 15692 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 15693 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(306): 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'
|
|---|
| 15694 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 15695 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(59): warning C4251: 'atomstruct::Changes::created': class 'std::set<const void *,std::less<const void *>,std::allocator<const void *>>' needs to have dll-interface to be used by clients of class 'atomstruct::Changes'
|
|---|
| 15696 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(59): note: see declaration of 'std::set<const void *,std::less<const void *>,std::allocator<const void *>>'
|
|---|
| 15697 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(60): warning C4251: 'atomstruct::Changes::modified': class 'std::set<const void *,std::less<const void *>,std::allocator<const void *>>' needs to have dll-interface to be used by clients of class 'atomstruct::Changes'
|
|---|
| 15698 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(59): note: see declaration of 'std::set<const void *,std::less<const void *>,std::allocator<const void *>>'
|
|---|
| 15699 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(61): warning C4251: 'atomstruct::Changes::reasons': class 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>' needs to have dll-interface to be used by clients of class 'atomstruct::Changes'
|
|---|
| 15700 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\element/Element.h(79): note: see declaration of 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>'
|
|---|
| 15701 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\pyinstance/PythonInstance.declare.h(78): 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>'
|
|---|
| 15702 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 15703 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(68): note: see reference to class template instantiation 'pyinstance::PythonInstance<atomstruct::ChangeTracker>' being compiled
|
|---|
| 15704 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(82): warning C4251: 'atomstruct::ChangeTracker::_structure_type_changes': class 'std::map<atomstruct::Structure *,atomstruct::ChangeTracker::ChangesArray,std::less<atomstruct::Structure *>,std::allocator<std::pair<atomstruct::Structure *const ,atomstruct::ChangeTracker::ChangesArray>>>' needs to have dll-interface to be used by clients of class 'atomstruct::ChangeTracker'
|
|---|
| 15705 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(82): note: see declaration of 'std::map<atomstruct::Structure *,atomstruct::ChangeTracker::ChangesArray,std::less<atomstruct::Structure *>,std::allocator<std::pair<atomstruct::Structure *const ,atomstruct::ChangeTracker::ChangesArray>>>'
|
|---|
| 15706 | CC:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\destruct.h(53): warning C4251: 'atomstruct::DestructionCoordinator::_observers': class 'std::set<atomstruct::DestructionObserver *,std::less<atomstruct::DestructionObserver *>,std::allocator<atomstruct::DestructionObserver *>>' needs to have dll-interface to be used by clients of class 'atomstruct::DestructionCoordinator':\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(83): warning C4251: 'atomstruct::ChangeTracker::_dead_structures': class 'std::set<atomstruct::Structure *,std::less<atomstruct::Structure *>,std::allocator<atomstruct::Structure *>>' needs to have dll-interface to be used by clients of class 'atomstruct::ChangeTracker'
|
|---|
| 15707 |
|
|---|
| 15708 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\destruct.h(53): note: see declaration of 'std::set<atomstruct::DestructionObserver *,std::less<atomstruct::DestructionObserver *>,std::allocator<atomstruct::DestructionObserver *>>'C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(83): note: see declaration of 'std::set<atomstruct::Structure *,std::less<atomstruct::Structure *>,std::allocator<atomstruct::Structure *>>'
|
|---|
| 15709 |
|
|---|
| 15710 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\destruct.h(54): warning C4251: 'atomstruct::DestructionCoordinator::_destroyed': class 'std::set<void *,std::less<void *>,std::allocator<void *>>' needs to have dll-interface to be used by clients of class 'atomstruct::DestructionCoordinator'C
|
|---|
| 15711 | :\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(92): 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'C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\destruct.h(42): note: see declaration of 'std::set<void *,std::less<void *>,std::allocator<void *>>'
|
|---|
| 15712 |
|
|---|
| 15713 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 15714 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(93): 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'
|
|---|
| 15715 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 15716 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(94): warning C4251: 'atomstruct::ChangeTracker::REASON_ALT_LOCS': 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'
|
|---|
| 15717 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 15718 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(95): 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'
|
|---|
| 15719 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 15720 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(96): 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'
|
|---|
| 15721 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 15722 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(97): 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'
|
|---|
| 15723 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 15724 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(98): warning C4251: 'atomstruct::ChangeTracker::REASON_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::ChangeTracker'
|
|---|
| 15725 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 15726 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(99): 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'
|
|---|
| 15727 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 15728 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(100): 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'
|
|---|
| 15729 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 15730 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(101): 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'
|
|---|
| 15731 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 15732 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(102): 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'
|
|---|
| 15733 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 15734 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(103): 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'
|
|---|
| 15735 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 15736 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(104): warning C4251: 'atomstruct::ChangeTracker::REASON_ELEMENT': 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'
|
|---|
| 15737 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 15738 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(105): 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'
|
|---|
| 15739 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 15740 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(106): 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'
|
|---|
| 15741 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 15742 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(107): 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'
|
|---|
| 15743 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 15744 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(108): warning C4251: 'atomstruct::ChangeTracker::REASON_INSERTION_CODE': 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'
|
|---|
| 15745 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 15746 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(109): 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'
|
|---|
| 15747 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 15748 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(110): warning C4251: 'atomstruct::ChangeTracker::REASON_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'
|
|---|
| 15749 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 15750 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(111): 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'
|
|---|
| 15751 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 15752 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(112): 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'
|
|---|
| 15753 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 15754 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(113): 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'
|
|---|
| 15755 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 15756 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(114): 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'
|
|---|
| 15757 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 15758 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(115): 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'
|
|---|
| 15759 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 15760 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(116): 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'
|
|---|
| 15761 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 15762 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(117): 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'
|
|---|
| 15763 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 15764 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(118): 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'
|
|---|
| 15765 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 15766 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(119): 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'
|
|---|
| 15767 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 15768 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(120): 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'
|
|---|
| 15769 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 15770 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(121): 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'
|
|---|
| 15771 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 15772 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(122): 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'
|
|---|
| 15773 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 15774 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(123): 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'
|
|---|
| 15775 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 15776 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(124): 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'
|
|---|
| 15777 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 15778 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(125): 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'
|
|---|
| 15779 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 15780 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(126): 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'
|
|---|
| 15781 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 15782 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(127): 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'
|
|---|
| 15783 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 15784 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(128): 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'
|
|---|
| 15785 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 15786 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(129): 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'
|
|---|
| 15787 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 15788 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(130): 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'
|
|---|
| 15789 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 15790 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(131): warning C4251: 'atomstruct::ChangeTracker::REASON_WORM_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'
|
|---|
| 15791 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 15792 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(132): warning C4251: 'atomstruct::ChangeTracker::REASON_WORM_RIBBON': 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'
|
|---|
| 15793 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 15794 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(306): 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'
|
|---|
| 15795 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 15796 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\destruct.h(53): warning C4251: 'atomstruct::DestructionCoordinator::_observers': class 'std::set<atomstruct::DestructionObserver *,std::less<atomstruct::DestructionObserver *>,std::allocator<atomstruct::DestructionObserver *>>' needs to have dll-interface to be used by clients of class 'atomstruct::DestructionCoordinator'
|
|---|
| 15797 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\destruct.h(53): note: see declaration of 'std::set<atomstruct::DestructionObserver *,std::less<atomstruct::DestructionObserver *>,std::allocator<atomstruct::DestructionObserver *>>'
|
|---|
| 15798 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\destruct.h(54): warning C4251: 'atomstruct::DestructionCoordinator::_destroyed': class 'std::set<void *,std::less<void *>,std::allocator<void *>>' needs to have dll-interface to be used by clients of class 'atomstruct::DestructionCoordinator'
|
|---|
| 15799 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\destruct.h(42): note: see declaration of 'std::set<void *,std::less<void *>,std::allocator<void *>>'
|
|---|
| 15800 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\pyinstance/PythonInstance.declare.h(78): 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>'
|
|---|
| 15801 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 15802 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Sequence.h(57): note: see reference to class template instantiation 'pyinstance::PythonInstance<atomstruct::Sequence>' being compiled
|
|---|
| 15803 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Sequence.h(63): warning C4251: 'atomstruct::Sequence::_nucleic3to1': class 'std::map<atomstruct::ResName,char,std::less<std::string>,std::allocator<std::pair<const atomstruct::ResName,char>>>' needs to have dll-interface to be used by clients of class 'atomstruct::Sequence'
|
|---|
| 15804 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Sequence.h(61): note: see declaration of 'std::map<atomstruct::ResName,char,std::less<std::string>,std::allocator<std::pair<const atomstruct::ResName,char>>>'
|
|---|
| 15805 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Sequence.h(64): warning C4251: 'atomstruct::Sequence::_protein3to1': class 'std::map<atomstruct::ResName,char,std::less<std::string>,std::allocator<std::pair<const atomstruct::ResName,char>>>' needs to have dll-interface to be used by clients of class 'atomstruct::Sequence'
|
|---|
| 15806 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Sequence.h(61): note: see declaration of 'std::map<atomstruct::ResName,char,std::less<std::string>,std::allocator<std::pair<const atomstruct::ResName,char>>>'
|
|---|
| 15807 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Sequence.h(65): warning C4251: 'atomstruct::Sequence::_rname3to1': class 'std::map<atomstruct::ResName,char,std::less<std::string>,std::allocator<std::pair<const atomstruct::ResName,char>>>' needs to have dll-interface to be used by clients of class 'atomstruct::Sequence'
|
|---|
| 15808 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Sequence.h(61): note: see declaration of 'std::map<atomstruct::ResName,char,std::less<std::string>,std::allocator<std::pair<const atomstruct::ResName,char>>>'
|
|---|
| 15809 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\CompSS.h(42): warning C4251: 'atomstruct::CompSSInfo::strands': class 'std::vector<std::pair<atomstruct::Residue *,atomstruct::Residue *>,std::allocator<std::pair<atomstruct::Residue *,atomstruct::Residue *>>>' needs to have dll-interface to be used by clients of class 'atomstruct::CompSSInfo'
|
|---|
| 15810 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\CompSS.h(42): note: see declaration of 'std::vector<std::pair<atomstruct::Residue *,atomstruct::Residue *>,std::allocator<std::pair<atomstruct::Residue *,atomstruct::Residue *>>>'
|
|---|
| 15811 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Sequence.h(67): warning C4251: 'atomstruct::Sequence::_cache_g2ug': class 'std::map<unsigned int,unsigned int,std::less<unsigned int>,std::allocator<std::pair<const unsigned int,unsigned int>>>' needs to have dll-interface to be used by clients of class 'atomstruct::Sequence'
|
|---|
| 15812 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Sequence.h(67): note: see declaration of 'std::map<unsigned int,unsigned int,std::less<unsigned int>,std::allocator<std::pair<const unsigned int,unsigned int>>>'
|
|---|
| 15813 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Sequence.h(68): warning C4251: 'atomstruct::Sequence::_cache_ug2g': class 'std::map<unsigned int,unsigned int,std::less<unsigned int>,std::allocator<std::pair<const unsigned int,unsigned int>>>' needs to have dll-interface to be used by clients of class 'atomstruct::Sequence'
|
|---|
| 15814 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Sequence.h(67): note: see declaration of 'std::map<unsigned int,unsigned int,std::less<unsigned int>,std::allocator<std::pair<const unsigned int,unsigned int>>>'
|
|---|
| 15815 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\CompSS.h(43): warning C4251: 'atomstruct::CompSSInfo::sheets': class 'std::vector<std::set<int,std::less<int>,std::allocator<int>>,std::allocator<std::set<int,std::less<int>,std::allocator<int>>>>' needs to have dll-interface to be used by clients of class 'atomstruct::CompSSInfo'
|
|---|
| 15816 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\CompSS.h(43): note: see declaration of 'std::vector<std::set<int,std::less<int>,std::allocator<int>>,std::allocator<std::set<int,std::less<int>,std::allocator<int>>>>'
|
|---|
| 15817 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Sequence.h(69): 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'
|
|---|
| 15818 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Sequence.h(59): note: see declaration of 'std::vector<char,std::allocator<char>>'
|
|---|
| 15819 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Sequence.h(74): 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'
|
|---|
| 15820 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Sequence.h(59): note: see declaration of 'std::vector<char,std::allocator<char>>'
|
|---|
| 15821 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Sequence.h(75): 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'
|
|---|
| 15822 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 15823 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\CompSS.h(44): warning C4251: 'atomstruct::CompSSInfo::strands_parallel': class 'std::map<std::pair<int,int>,bool,std::less<std::pair<int,int>>,std::allocator<std::pair<const std::pair<int,int>,bool>>>' needs to have dll-interface to be used by clients of class 'atomstruct::CompSSInfo'
|
|---|
| 15824 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\CompSS.h(44): note: see declaration of 'std::map<std::pair<int,int>,bool,std::less<std::pair<int,int>>,std::allocator<std::pair<const std::pair<int,int>,bool>>>'
|
|---|
| 15825 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Sequence.h(140): warning C4267: 'return': conversion from 'size_t' to 'int', possible loss of data
|
|---|
| 15826 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\CompSS.h(45): warning C4251: 'atomstruct::CompSSInfo::helix_info': class 'std::vector<std::pair<std::pair<atomstruct::Residue *,atomstruct::Residue *>,char>,std::allocator<std::pair<std::pair<atomstruct::Residue *,atomstruct::Residue *>,char>>>' needs to have dll-interface to be used by clients of class 'atomstruct::CompSSInfo'C
|
|---|
| 15827 | :\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\pyinstance/PythonInstance.declare.h(78): 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>'
|
|---|
| 15828 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\CompSS.h(45): note: see declaration of 'std::vector<std::pair<std::pair<atomstruct::Residue *,atomstruct::Residue *>,char>,std::allocator<std::pair<std::pair<atomstruct::Residue *,atomstruct::Residue *>,char>>>'c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 15829 |
|
|---|
| 15830 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Sequence.h(57): note: see reference to class template instantiation 'pyinstance::PythonInstance<atomstruct::Sequence>' being compiled
|
|---|
| 15831 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Sequence.h(63): warning C4251: 'atomstruct::Sequence::_nucleic3to1': class 'std::map<atomstruct::ResName,char,std::less<std::string>,std::allocator<std::pair<const atomstruct::ResName,char>>>' needs to have dll-interface to be used by clients of class 'atomstruct::Sequence'
|
|---|
| 15832 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Sequence.h(61): note: see declaration of 'std::map<atomstruct::ResName,char,std::less<std::string>,std::allocator<std::pair<const atomstruct::ResName,char>>>'
|
|---|
| 15833 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Sequence.h(64): warning C4251: 'atomstruct::Sequence::_protein3to1': class 'std::map<atomstruct::ResName,char,std::less<std::string>,std::allocator<std::pair<const atomstruct::ResName,char>>>' needs to have dll-interface to be used by clients of class 'atomstruct::Sequence'
|
|---|
| 15834 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Sequence.h(61): note: see declaration of 'std::map<atomstruct::ResName,char,std::less<std::string>,std::allocator<std::pair<const atomstruct::ResName,char>>>'
|
|---|
| 15835 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Sequence.h(65): warning C4251: 'atomstruct::Sequence::_rname3to1': class 'std::map<atomstruct::ResName,char,std::less<std::string>,std::allocator<std::pair<const atomstruct::ResName,char>>>' needs to have dll-interface to be used by clients of class 'atomstruct::Sequence'
|
|---|
| 15836 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Sequence.h(61): note: see declaration of 'std::map<atomstruct::ResName,char,std::less<std::string>,std::allocator<std::pair<const atomstruct::ResName,char>>>'
|
|---|
| 15837 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\pyinstance/PythonInstance.declare.h(78): 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>'
|
|---|
| 15838 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 15839 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\PBManager.h(53): note: see reference to class template instantiation 'pyinstance::PythonInstance<atomstruct::BaseManager>' being compiled
|
|---|
| 15840 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\StructureSeq.h(61): 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'
|
|---|
| 15841 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 15842 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\StructureSeq.h(62): warning C4251: 'atomstruct::StructureSeq::_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 'atomstruct::StructureSeq'
|
|---|
| 15843 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 15844 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Sequence.h(67): warning C4251: 'atomstruct::Sequence::_cache_g2ug': class 'std::map<unsigned int,unsigned int,std::less<unsigned int>,std::allocator<std::pair<const unsigned int,unsigned int>>>' needs to have dll-interface to be used by clients of class 'atomstruct::Sequence'
|
|---|
| 15845 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Sequence.h(67): note: see declaration of 'std::map<unsigned int,unsigned int,std::less<unsigned int>,std::allocator<std::pair<const unsigned int,unsigned int>>>'
|
|---|
| 15846 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Sequence.h(68): warning C4251: 'atomstruct::Sequence::_cache_ug2g': class 'std::map<unsigned int,unsigned int,std::less<unsigned int>,std::allocator<std::pair<const unsigned int,unsigned int>>>' needs to have dll-interface to be used by clients of class 'atomstruct::Sequence'
|
|---|
| 15847 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Sequence.h(67): note: see declaration of 'std::map<unsigned int,unsigned int,std::less<unsigned int>,std::allocator<std::pair<const unsigned int,unsigned int>>>'
|
|---|
| 15848 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\PBManager.h(63): warning C4251: 'atomstruct::BaseManager::_groups': class 'std::map<std::string,atomstruct::Proxy_PBGroup *,std::less<std::string>,std::allocator<std::pair<const std::string,atomstruct::Proxy_PBGroup *>>>' needs to have dll-interface to be used by clients of class 'atomstruct::BaseManager'
|
|---|
| 15849 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\PBManager.h(58): note: see declaration of 'std::map<std::string,atomstruct::Proxy_PBGroup *,std::less<std::string>,std::allocator<std::pair<const std::string,atomstruct::Proxy_PBGroup *>>>'
|
|---|
| 15850 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\StructureSeq.h(66): warning C4251: 'atomstruct::StructureSeq::_res_map': class 'std::map<atomstruct::Residue *,atomstruct::StructureSeq::SeqPos,std::less<atomstruct::Residue *>,std::allocator<std::pair<atomstruct::Residue *const ,atomstruct::StructureSeq::SeqPos>>>' needs to have dll-interface to be used by clients of class 'atomstruct::StructureSeq'
|
|---|
| 15851 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\StructureSeq.h(51): note: see declaration of 'std::map<atomstruct::Residue *,atomstruct::StructureSeq::SeqPos,std::less<atomstruct::Residue *>,std::allocator<std::pair<atomstruct::Residue *const ,atomstruct::StructureSeq::SeqPos>>>'
|
|---|
| 15852 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Sequence.h(69): 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'
|
|---|
| 15853 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Sequence.h(59): note: see declaration of 'std::vector<char,std::allocator<char>>'
|
|---|
| 15854 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Sequence.h(74): 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'
|
|---|
| 15855 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Sequence.h(59): note: see declaration of 'std::vector<char,std::allocator<char>>'
|
|---|
| 15856 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Sequence.h(75): 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'
|
|---|
| 15857 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 15858 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\StructureSeq.h(67): warning C4251: 'atomstruct::StructureSeq::_residues': class 'std::vector<atomstruct::Residue *,std::allocator<atomstruct::Residue *>>' needs to have dll-interface to be used by clients of class 'atomstruct::StructureSeq'
|
|---|
| 15859 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\StructureSeq.h(50): note: see declaration of 'std::vector<atomstruct::Residue *,std::allocator<atomstruct::Residue *>>'
|
|---|
| 15860 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\StructureSeq.h(122): warning C4267: 'return': conversion from 'size_t' to 'int', possible loss of data
|
|---|
| 15861 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Sequence.h(140): warning C4267: 'return': conversion from 'size_t' to 'int', possible loss of data
|
|---|
| 15862 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\CompSS.h(42): warning C4251: 'atomstruct::CompSSInfo::strands': class 'std::vector<std::pair<atomstruct::Residue *,atomstruct::Residue *>,std::allocator<std::pair<atomstruct::Residue *,atomstruct::Residue *>>>' needs to have dll-interface to be used by clients of class 'atomstruct::CompSSInfo'
|
|---|
| 15863 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\CompSS.h(42): note: see declaration of 'std::vector<std::pair<atomstruct::Residue *,atomstruct::Residue *>,std::allocator<std::pair<atomstruct::Residue *,atomstruct::Residue *>>>'
|
|---|
| 15864 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\StructureSeq.h(61): 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'
|
|---|
| 15865 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 15866 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\StructureSeq.h(62): warning C4251: 'atomstruct::StructureSeq::_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 'atomstruct::StructureSeq'
|
|---|
| 15867 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 15868 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\CompSS.h(43): warning C4251: 'atomstruct::CompSSInfo::sheets': class 'std::vector<std::set<int,std::less<int>,std::allocator<int>>,std::allocator<std::set<int,std::less<int>,std::allocator<int>>>>' needs to have dll-interface to be used by clients of class 'atomstruct::CompSSInfo'
|
|---|
| 15869 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\CompSS.h(43): note: see declaration of 'std::vector<std::set<int,std::less<int>,std::allocator<int>>,std::allocator<std::set<int,std::less<int>,std::allocator<int>>>>'
|
|---|
| 15870 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\StructureSeq.h(66): warning C4251: 'atomstruct::StructureSeq::_res_map': class 'std::map<atomstruct::Residue *,atomstruct::StructureSeq::SeqPos,std::less<atomstruct::Residue *>,std::allocator<std::pair<atomstruct::Residue *const ,atomstruct::StructureSeq::SeqPos>>>' needs to have dll-interface to be used by clients of class 'atomstruct::StructureSeq'
|
|---|
| 15871 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\StructureSeq.h(51): note: see declaration of 'std::map<atomstruct::Residue *,atomstruct::StructureSeq::SeqPos,std::less<atomstruct::Residue *>,std::allocator<std::pair<atomstruct::Residue *const ,atomstruct::StructureSeq::SeqPos>>>'
|
|---|
| 15872 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\CompSS.h(44): warning C4251: 'atomstruct::CompSSInfo::strands_parallel': class 'std::map<std::pair<int,int>,bool,std::less<std::pair<int,int>>,std::allocator<std::pair<const std::pair<int,int>,bool>>>' needs to have dll-interface to be used by clients of class 'atomstruct::CompSSInfo'
|
|---|
| 15873 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\CompSS.h(44): note: see declaration of 'std::map<std::pair<int,int>,bool,std::less<std::pair<int,int>>,std::allocator<std::pair<const std::pair<int,int>,bool>>>'
|
|---|
| 15874 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\StructureSeq.h(67): warning C4251: 'atomstruct::StructureSeq::_residues': class 'std::vector<atomstruct::Residue *,std::allocator<atomstruct::Residue *>>' needs to have dll-interface to be used by clients of class 'atomstruct::StructureSeq'
|
|---|
| 15875 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\StructureSeq.h(50): note: see declaration of 'std::vector<atomstruct::Residue *,std::allocator<atomstruct::Residue *>>'
|
|---|
| 15876 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\CompSS.h(45): warning C4251: 'atomstruct::CompSSInfo::helix_info': class 'std::vector<std::pair<std::pair<atomstruct::Residue *,atomstruct::Residue *>,char>,std::allocator<std::pair<std::pair<atomstruct::Residue *,atomstruct::Residue *>,char>>>' needs to have dll-interface to be used by clients of class 'atomstruct::CompSSInfo'
|
|---|
| 15877 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\CompSS.h(45): note: see declaration of 'std::vector<std::pair<std::pair<atomstruct::Residue *,atomstruct::Residue *>,char>,std::allocator<std::pair<std::pair<atomstruct::Residue *,atomstruct::Residue *>,char>>>'
|
|---|
| 15878 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\StructureSeq.h(122): warning C4267: 'return': conversion from 'size_t' to 'int', possible loss of data
|
|---|
| 15879 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\pyinstance/PythonInstance.declare.h(78): 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>'
|
|---|
| 15880 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 15881 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\PBManager.h(53): note: see reference to class template instantiation 'pyinstance::PythonInstance<atomstruct::BaseManager>' being compiled
|
|---|
| 15882 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\CompSS.h(42): warning C4251: 'atomstruct::CompSSInfo::strands': class 'std::vector<std::pair<atomstruct::Residue *,atomstruct::Residue *>,std::allocator<std::pair<atomstruct::Residue *,atomstruct::Residue *>>>' needs to have dll-interface to be used by clients of class 'atomstruct::CompSSInfo'
|
|---|
| 15883 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\CompSS.h(42): note: see declaration of 'std::vector<std::pair<atomstruct::Residue *,atomstruct::Residue *>,std::allocator<std::pair<atomstruct::Residue *,atomstruct::Residue *>>>'
|
|---|
| 15884 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\PBManager.h(63): warning C4251: 'atomstruct::BaseManager::_groups': class 'std::map<std::string,atomstruct::Proxy_PBGroup *,std::less<std::string>,std::allocator<std::pair<const std::string,atomstruct::Proxy_PBGroup *>>>' needs to have dll-interface to be used by clients of class 'atomstruct::BaseManager'
|
|---|
| 15885 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\PBManager.h(58): note: see declaration of 'std::map<std::string,atomstruct::Proxy_PBGroup *,std::less<std::string>,std::allocator<std::pair<const std::string,atomstruct::Proxy_PBGroup *>>>'
|
|---|
| 15886 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\CompSS.h(43): warning C4251: 'atomstruct::CompSSInfo::sheets': class 'std::vector<std::set<int,std::less<int>,std::allocator<int>>,std::allocator<std::set<int,std::less<int>,std::allocator<int>>>>' needs to have dll-interface to be used by clients of class 'atomstruct::CompSSInfo'
|
|---|
| 15887 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\CompSS.h(43): note: see declaration of 'std::vector<std::set<int,std::less<int>,std::allocator<int>>,std::allocator<std::set<int,std::less<int>,std::allocator<int>>>>'
|
|---|
| 15888 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\pyinstance/PythonInstance.declare.h(78): 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>'
|
|---|
| 15889 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 15890 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Ring.h(38): note: see reference to class template instantiation 'pyinstance::PythonInstance<atomstruct::Ring>' being compiled
|
|---|
| 15891 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\CompSS.h(44): warning C4251: 'atomstruct::CompSSInfo::strands_parallel': class 'std::map<std::pair<int,int>,bool,std::less<std::pair<int,int>>,std::allocator<std::pair<const std::pair<int,int>,bool>>>' needs to have dll-interface to be used by clients of class 'atomstruct::CompSSInfo'
|
|---|
| 15892 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\CompSS.h(44): note: see declaration of 'std::map<std::pair<int,int>,bool,std::less<std::pair<int,int>>,std::allocator<std::pair<const std::pair<int,int>,bool>>>'
|
|---|
| 15893 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\CompSS.h(45): warning C4251: 'atomstruct::CompSSInfo::helix_info': class 'std::vector<std::pair<std::pair<atomstruct::Residue *,atomstruct::Residue *>,char>,std::allocator<std::pair<std::pair<atomstruct::Residue *,atomstruct::Residue *>,char>>>' needs to have dll-interface to be used by clients of class 'atomstruct::CompSSInfo'
|
|---|
| 15894 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\CompSS.h(45): note: see declaration of 'std::vector<std::pair<std::pair<atomstruct::Residue *,atomstruct::Residue *>,char>,std::allocator<std::pair<std::pair<atomstruct::Residue *,atomstruct::Residue *>,char>>>'
|
|---|
| 15895 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\pyinstance/PythonInstance.declare.h(78): 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>'
|
|---|
| 15896 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 15897 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\PBManager.h(53): note: see reference to class template instantiation 'pyinstance::PythonInstance<atomstruct::BaseManager>' being compiledC:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Ring.h(43): warning C4251: 'atomstruct::Ring::_bonds': class 'std::set<atomstruct::Bond *,std::less<atomstruct::Bond *>,std::allocator<atomstruct::Bond *>>' needs to have dll-interface to be used by clients of class 'atomstruct::Ring'
|
|---|
| 15898 |
|
|---|
| 15899 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Ring.h(41): note: see declaration of 'std::set<atomstruct::Bond *,std::less<atomstruct::Bond *>,std::allocator<atomstruct::Bond *>>'
|
|---|
| 15900 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Ring.h(44): warning C4251: 'atomstruct::Ring::_atoms': class 'std::set<atomstruct::Atom *,std::less<atomstruct::Atom *>,std::allocator<atomstruct::Atom *>>' needs to have dll-interface to be used by clients of class 'atomstruct::Ring'
|
|---|
| 15901 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Ring.h(40): note: see declaration of 'std::set<atomstruct::Atom *,std::less<atomstruct::Atom *>,std::allocator<atomstruct::Atom *>>'
|
|---|
| 15902 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\PBManager.h(63): warning C4251: 'atomstruct::BaseManager::_groups': class 'std::map<std::string,atomstruct::Proxy_PBGroup *,std::less<std::string>,std::allocator<std::pair<const std::string,atomstruct::Proxy_PBGroup *>>>' needs to have dll-interface to be used by clients of class 'atomstruct::BaseManager'
|
|---|
| 15903 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\PBManager.h(58): note: see declaration of 'std::map<std::string,atomstruct::Proxy_PBGroup *,std::less<std::string>,std::allocator<std::pair<const std::string,atomstruct::Proxy_PBGroup *>>>'
|
|---|
| 15904 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\pyinstance/PythonInstance.declare.h(78): 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>'
|
|---|
| 15905 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 15906 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct/Structure.h(110): note: see reference to class template instantiation 'pyinstance::PythonInstance<atomstruct::Structure>' being compiled
|
|---|
| 15907 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct/Structure.h(145): warning C4251: 'atomstruct::Structure::_atoms': class 'std::vector<atomstruct::Atom *,std::allocator<atomstruct::Atom *>>' needs to have dll-interface to be used by clients of class 'atomstruct::Structure'
|
|---|
| 15908 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Ring.h(64): note: see declaration of 'std::vector<atomstruct::Atom *,std::allocator<atomstruct::Atom *>>'
|
|---|
| 15909 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct/Structure.h(147): warning C4251: 'atomstruct::Structure::_bonds': class 'std::vector<atomstruct::Bond *,std::allocator<atomstruct::Bond *>>' needs to have dll-interface to be used by clients of class 'atomstruct::Structure'
|
|---|
| 15910 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Ring.h(63): note: see declaration of 'std::vector<atomstruct::Bond *,std::allocator<atomstruct::Bond *>>'
|
|---|
| 15911 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct/Structure.h(151): warning C4251: 'atomstruct::Structure::_coord_sets': class 'std::vector<atomstruct::CoordSet *,std::allocator<atomstruct::CoordSet *>>' needs to have dll-interface to be used by clients of class 'atomstruct::Structure'
|
|---|
| 15912 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct/Structure.h(120): note: see declaration of 'std::vector<atomstruct::CoordSet *,std::allocator<atomstruct::CoordSet *>>'
|
|---|
| 15913 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct/Structure.h(156): warning C4251: 'atomstruct::Structure::_input_seq_info': class 'std::map<atomstruct::ChainID,std::vector<atomstruct::ResName,std::allocator<std::string>>,std::less<std::string>,std::allocator<std::pair<const atomstruct::ChainID,std::vector<atomstruct::ResName,std::allocator<std::string>>>>>' needs to have dll-interface to be used by clients of class 'atomstruct::Structure'
|
|---|
| 15914 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct/Structure.h(121): note: see declaration of 'std::map<atomstruct::ChainID,std::vector<atomstruct::ResName,std::allocator<std::string>>,std::less<std::string>,std::allocator<std::pair<const atomstruct::ChainID,std::vector<atomstruct::ResName,std::allocator<std::string>>>>>'
|
|---|
| 15915 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct/Structure.h(163): warning C4251: 'atomstruct::Structure::_residues': class 'std::vector<atomstruct::Residue *,std::allocator<atomstruct::Residue *>>' needs to have dll-interface to be used by clients of class 'atomstruct::Structure'
|
|---|
| 15916 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\StructureSeq.h(50): note: see declaration of 'std::vector<atomstruct::Residue *,std::allocator<atomstruct::Residue *>>'
|
|---|
| 15917 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\pyinstance/PythonInstance.declare.h(78): 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>'
|
|---|
| 15918 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 15919 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Ring.h(38): note: see reference to class template instantiation 'pyinstance::PythonInstance<atomstruct::Ring>' being compiled
|
|---|
| 15920 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct/Structure.h(165): warning C4251: 'atomstruct::Structure::_res_numbering_valid': class 'std::vector<bool,std::allocator<bool>>' needs to have dll-interface to be used by clients of class 'atomstruct::Structure'
|
|---|
| 15921 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct/Structure.h(165): note: see declaration of 'std::vector<bool,std::allocator<bool>>'
|
|---|
| 15922 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Ring.h(43): warning C4251: 'atomstruct::Ring::_bonds': class 'std::set<atomstruct::Bond *,std::less<atomstruct::Bond *>,std::allocator<atomstruct::Bond *>>' needs to have dll-interface to be used by clients of class 'atomstruct::Ring'
|
|---|
| 15923 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Ring.h(41): note: see declaration of 'std::set<atomstruct::Bond *,std::less<atomstruct::Bond *>,std::allocator<atomstruct::Bond *>>'
|
|---|
| 15924 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct/Structure.h(176): warning C4251: 'atomstruct::Structure::_rings': class 'std::set<atomstruct::Ring,std::less<atomstruct::Ring>,std::allocator<atomstruct::Ring>>' needs to have dll-interface to be used by clients of class 'atomstruct::Structure'
|
|---|
| 15925 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct/Structure.h(128): note: see declaration of 'std::set<atomstruct::Ring,std::less<atomstruct::Ring>,std::allocator<atomstruct::Ring>>'
|
|---|
| 15926 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct/Structure.h(283): 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'
|
|---|
| 15927 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 15928 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct/Structure.h(287): warning C4251: 'atomstruct::Structure::metadata': class 'std::map<atomstruct::ChainID,std::vector<atomstruct::ResName,std::allocator<std::string>>,std::less<std::string>,std::allocator<std::pair<const atomstruct::ChainID,std::vector<atomstruct::ResName,std::allocator<std::string>>>>>' needs to have dll-interface to be used by clients of class 'atomstruct::Structure'
|
|---|
| 15929 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct/Structure.h(121): note: see declaration of 'std::map<atomstruct::ChainID,std::vector<atomstruct::ResName,std::allocator<std::string>>,std::less<std::string>,std::allocator<std::pair<const atomstruct::ChainID,std::vector<atomstruct::ResName,std::allocator<std::string>>>>>'
|
|---|
| 15930 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Ring.h(44): warning C4251: 'atomstruct::Ring::_atoms': class 'std::set<atomstruct::Atom *,std::less<atomstruct::Atom *>,std::allocator<atomstruct::Atom *>>' needs to have dll-interface to be used by clients of class 'atomstruct::Ring'
|
|---|
| 15931 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Ring.h(40): note: see declaration of 'std::set<atomstruct::Atom *,std::less<atomstruct::Atom *>,std::allocator<atomstruct::Atom *>>'
|
|---|
| 15932 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\pyinstance/PythonInstance.declare.h(78): 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>'
|
|---|
| 15933 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 15934 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Structure.h(110): note: see reference to class template instantiation 'pyinstance::PythonInstance<atomstruct::Structure>' being compiled
|
|---|
| 15935 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Structure.h(145): warning C4251: 'atomstruct::Structure::_atoms': class 'std::vector<atomstruct::Atom *,std::allocator<atomstruct::Atom *>>' needs to have dll-interface to be used by clients of class 'atomstruct::Structure'
|
|---|
| 15936 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Ring.h(64): note: see declaration of 'std::vector<atomstruct::Atom *,std::allocator<atomstruct::Atom *>>'
|
|---|
| 15937 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\pyinstance/PythonInstance.declare.h(78): 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>'
|
|---|
| 15938 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 15939 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Ring.h(38): note: see reference to class template instantiation 'pyinstance::PythonInstance<atomstruct::Ring>' being compiled
|
|---|
| 15940 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Structure.h(147): warning C4251: 'atomstruct::Structure::_bonds': class 'std::vector<atomstruct::Bond *,std::allocator<atomstruct::Bond *>>' needs to have dll-interface to be used by clients of class 'atomstruct::Structure'
|
|---|
| 15941 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Ring.h(63): note: see declaration of 'std::vector<atomstruct::Bond *,std::allocator<atomstruct::Bond *>>'
|
|---|
| 15942 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Structure.h(151): warning C4251: 'atomstruct::Structure::_coord_sets': class 'std::vector<atomstruct::CoordSet *,std::allocator<atomstruct::CoordSet *>>' needs to have dll-interface to be used by clients of class 'atomstruct::Structure'
|
|---|
| 15943 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Structure.h(120): note: see declaration of 'std::vector<atomstruct::CoordSet *,std::allocator<atomstruct::CoordSet *>>'
|
|---|
| 15944 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Ring.h(43): warning C4251: 'atomstruct::Ring::_bonds': class 'std::set<atomstruct::Bond *,std::less<atomstruct::Bond *>,std::allocator<atomstruct::Bond *>>' needs to have dll-interface to be used by clients of class 'atomstruct::Ring'
|
|---|
| 15945 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Ring.h(41): note: see declaration of 'std::set<atomstruct::Bond *,std::less<atomstruct::Bond *>,std::allocator<atomstruct::Bond *>>'
|
|---|
| 15946 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Structure.h(156): warning C4251: 'atomstruct::Structure::_input_seq_info': class 'std::map<atomstruct::ChainID,std::vector<atomstruct::ResName,std::allocator<std::string>>,std::less<std::string>,std::allocator<std::pair<const atomstruct::ChainID,std::vector<atomstruct::ResName,std::allocator<std::string>>>>>' needs to have dll-interface to be used by clients of class 'atomstruct::Structure'
|
|---|
| 15947 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Structure.h(121): note: see declaration of 'std::map<atomstruct::ChainID,std::vector<atomstruct::ResName,std::allocator<std::string>>,std::less<std::string>,std::allocator<std::pair<const atomstruct::ChainID,std::vector<atomstruct::ResName,std::allocator<std::string>>>>>'
|
|---|
| 15948 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Structure.h(163): warning C4251: 'atomstruct::Structure::_residues': class 'std::vector<atomstruct::Residue *,std::allocator<atomstruct::Residue *>>' needs to have dll-interface to be used by clients of class 'atomstruct::Structure'
|
|---|
| 15949 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\StructureSeq.h(50): note: see declaration of 'std::vector<atomstruct::Residue *,std::allocator<atomstruct::Residue *>>'
|
|---|
| 15950 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Ring.h(44): warning C4251: 'atomstruct::Ring::_atoms': class 'std::set<atomstruct::Atom *,std::less<atomstruct::Atom *>,std::allocator<atomstruct::Atom *>>' needs to have dll-interface to be used by clients of class 'atomstruct::Ring'
|
|---|
| 15951 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Ring.h(40): note: see declaration of 'std::set<atomstruct::Atom *,std::less<atomstruct::Atom *>,std::allocator<atomstruct::Atom *>>'
|
|---|
| 15952 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\pyinstance/PythonInstance.declare.h(78): 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>'
|
|---|
| 15953 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 15954 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Structure.h(110): note: see reference to class template instantiation 'pyinstance::PythonInstance<atomstruct::Structure>' being compiled
|
|---|
| 15955 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\pyinstance/PythonInstance.declare.h(78): 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>'C
|
|---|
| 15956 | :\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Structure.h(165): warning C4251: 'atomstruct::Structure::_res_numbering_valid': class 'std::vector<bool,std::allocator<bool>>' needs to have dll-interface to be used by clients of class 'atomstruct::Structure'c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 15957 |
|
|---|
| 15958 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Structure.h(165): note: see declaration of 'std::vector<bool,std::allocator<bool>>'C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\CoordSet.h(41): note: see reference to class template instantiation 'pyinstance::PythonInstance<atomstruct::CoordSet>' being compiled
|
|---|
| 15959 |
|
|---|
| 15960 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Structure.h(145): warning C4251: 'atomstruct::Structure::_atoms': class 'std::vector<atomstruct::Atom *,std::allocator<atomstruct::Atom *>>' needs to have dll-interface to be used by clients of class 'atomstruct::Structure'
|
|---|
| 15961 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Ring.h(64): note: see declaration of 'std::vector<atomstruct::Atom *,std::allocator<atomstruct::Atom *>>'
|
|---|
| 15962 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Structure.h(147): warning C4251: 'atomstruct::Structure::_bonds': class 'std::vector<atomstruct::Bond *,std::allocator<atomstruct::Bond *>>' needs to have dll-interface to be used by clients of class 'atomstruct::Structure'
|
|---|
| 15963 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Ring.h(63): note: see declaration of 'std::vector<atomstruct::Bond *,std::allocator<atomstruct::Bond *>>'
|
|---|
| 15964 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\CoordSet.h(49): warning C4251: 'atomstruct::CoordSet::_coords': class 'std::vector<atomstruct::Coord,std::allocator<atomstruct::Coord>>' needs to have dll-interface to be used by clients of class 'atomstruct::CoordSet'
|
|---|
| 15965 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\CoordSet.h(46): note: see declaration of 'std::vector<atomstruct::Coord,std::allocator<atomstruct::Coord>>'
|
|---|
| 15966 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Structure.h(176): warning C4251: 'atomstruct::Structure::_rings': class 'std::set<atomstruct::Ring,std::less<atomstruct::Ring>,std::allocator<atomstruct::Ring>>' needs to have dll-interface to be used by clients of class 'atomstruct::Structure'
|
|---|
| 15967 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Structure.h(128): note: see declaration of 'std::set<atomstruct::Ring,std::less<atomstruct::Ring>,std::allocator<atomstruct::Ring>>'
|
|---|
| 15968 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Structure.h(151): warning C4251: 'atomstruct::Structure::_coord_sets': class 'std::vector<atomstruct::CoordSet *,std::allocator<atomstruct::CoordSet *>>' needs to have dll-interface to be used by clients of class 'atomstruct::Structure'
|
|---|
| 15969 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Structure.h(120): note: see declaration of 'std::vector<atomstruct::CoordSet *,std::allocator<atomstruct::CoordSet *>>'
|
|---|
| 15970 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Structure.h(283): 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'
|
|---|
| 15971 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 15972 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Structure.h(287): warning C4251: 'atomstruct::Structure::metadata': class 'std::map<atomstruct::ChainID,std::vector<atomstruct::ResName,std::allocator<std::string>>,std::less<std::string>,std::allocator<std::pair<const atomstruct::ChainID,std::vector<atomstruct::ResName,std::allocator<std::string>>>>>' needs to have dll-interface to be used by clients of class 'atomstruct::Structure'
|
|---|
| 15973 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Structure.h(121): note: see declaration of 'std::map<atomstruct::ChainID,std::vector<atomstruct::ResName,std::allocator<std::string>>,std::less<std::string>,std::allocator<std::pair<const atomstruct::ChainID,std::vector<atomstruct::ResName,std::allocator<std::string>>>>>'
|
|---|
| 15974 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Structure.h(156): warning C4251: 'atomstruct::Structure::_input_seq_info': class 'std::map<atomstruct::ChainID,std::vector<atomstruct::ResName,std::allocator<std::string>>,std::less<std::string>,std::allocator<std::pair<const atomstruct::ChainID,std::vector<atomstruct::ResName,std::allocator<std::string>>>>>' needs to have dll-interface to be used by clients of class 'atomstruct::Structure'
|
|---|
| 15975 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Structure.h(121): note: see declaration of 'std::map<atomstruct::ChainID,std::vector<atomstruct::ResName,std::allocator<std::string>>,std::less<std::string>,std::allocator<std::pair<const atomstruct::ChainID,std::vector<atomstruct::ResName,std::allocator<std::string>>>>>'
|
|---|
| 15976 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Structure.h(163): warning C4251: 'atomstruct::Structure::_residues': class 'std::vector<atomstruct::Residue *,std::allocator<atomstruct::Residue *>>' needs to have dll-interface to be used by clients of class 'atomstruct::Structure'
|
|---|
| 15977 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\StructureSeq.h(50): note: see declaration of 'std::vector<atomstruct::Residue *,std::allocator<atomstruct::Residue *>>'
|
|---|
| 15978 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\CoordSet.h(51): warning C4251: 'atomstruct::CoordSet::_bfactor_map': class 'std::unordered_map<const atomstruct::Atom *,float,std::hash<const atomstruct::Atom *>,std::equal_to<const atomstruct::Atom *>,std::allocator<std::pair<const atomstruct::Atom *const ,float>>>' needs to have dll-interface to be used by clients of class 'atomstruct::CoordSet'
|
|---|
| 15979 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\CoordSet.h(51): note: see declaration of 'std::unordered_map<const atomstruct::Atom *,float,std::hash<const atomstruct::Atom *>,std::equal_to<const atomstruct::Atom *>,std::allocator<std::pair<const atomstruct::Atom *const ,float>>>'
|
|---|
| 15980 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\CoordSet.h(52): warning C4251: 'atomstruct::CoordSet::_occupancy_map': class 'std::unordered_map<const atomstruct::Atom *,float,std::hash<const atomstruct::Atom *>,std::equal_to<const atomstruct::Atom *>,std::allocator<std::pair<const atomstruct::Atom *const ,float>>>' needs to have dll-interface to be used by clients of class 'atomstruct::CoordSet'
|
|---|
| 15981 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\CoordSet.h(51): note: see declaration of 'std::unordered_map<const atomstruct::Atom *,float,std::hash<const atomstruct::Atom *>,std::equal_to<const atomstruct::Atom *>,std::allocator<std::pair<const atomstruct::Atom *const ,float>>>'
|
|---|
| 15982 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\CoordSet.h(77): warning C4267: 'return': conversion from 'size_t' to 'int', possible loss of data
|
|---|
| 15983 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\CoordSet.h(80): warning C4267: 'return': conversion from 'size_t' to 'int', possible loss of data
|
|---|
| 15984 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Structure.h(165): warning C4251: 'atomstruct::Structure::_res_numbering_valid': class 'std::vector<bool,std::allocator<bool>>' needs to have dll-interface to be used by clients of class 'atomstruct::Structure'
|
|---|
| 15985 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Structure.h(165): note: see declaration of 'std::vector<bool,std::allocator<bool>>'
|
|---|
| 15986 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\pyinstance/PythonInstance.declare.h(78): 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>'
|
|---|
| 15987 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 15988 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct/Atom.h(68): note: see reference to class template instantiation 'pyinstance::PythonInstance<atomstruct::Atom>' being compiled
|
|---|
| 15989 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Structure.h(176): warning C4251: 'atomstruct::Structure::_rings': class 'std::set<atomstruct::Ring,std::less<atomstruct::Ring>,std::allocator<atomstruct::Ring>>' needs to have dll-interface to be used by clients of class 'atomstruct::Structure'
|
|---|
| 15990 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Structure.h(128): note: see declaration of 'std::set<atomstruct::Ring,std::less<atomstruct::Ring>,std::allocator<atomstruct::Ring>>'
|
|---|
| 15991 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Structure.h(283): 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'
|
|---|
| 15992 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 15993 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Structure.h(287): warning C4251: 'atomstruct::Structure::metadata': class 'std::map<atomstruct::ChainID,std::vector<atomstruct::ResName,std::allocator<std::string>>,std::less<std::string>,std::allocator<std::pair<const atomstruct::ChainID,std::vector<atomstruct::ResName,std::allocator<std::string>>>>>' needs to have dll-interface to be used by clients of class 'atomstruct::Structure'
|
|---|
| 15994 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Structure.h(121): note: see declaration of 'std::map<atomstruct::ChainID,std::vector<atomstruct::ResName,std::allocator<std::string>>,std::less<std::string>,std::allocator<std::pair<const atomstruct::ChainID,std::vector<atomstruct::ResName,std::allocator<std::string>>>>>'
|
|---|
| 15995 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct/Atom.h(124): warning C4251: 'atomstruct::Atom::_alt_loc_map': class 'std::map<unsigned char,atomstruct::Atom::_Alt_loc_info,std::less<unsigned char>,std::allocator<std::pair<const unsigned char,atomstruct::Atom::_Alt_loc_info>>>' needs to have dll-interface to be used by clients of class 'atomstruct::Atom'
|
|---|
| 15996 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct/Atom.h(123): note: see declaration of 'std::map<unsigned char,atomstruct::Atom::_Alt_loc_info,std::less<unsigned char>,std::allocator<std::pair<const unsigned char,atomstruct::Atom::_Alt_loc_info>>>'
|
|---|
| 15997 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct/Atom.h(126): warning C4251: 'atomstruct::Atom::_bonds': class 'std::vector<atomstruct::Bond *,std::allocator<atomstruct::Bond *>>' needs to have dll-interface to be used by clients of class 'atomstruct::Atom'
|
|---|
| 15998 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Ring.h(63): note: see declaration of 'std::vector<atomstruct::Bond *,std::allocator<atomstruct::Bond *>>'
|
|---|
| 15999 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\pyinstance/PythonInstance.declare.h(78): 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>'
|
|---|
| 16000 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 16001 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\CoordSet.h(41): note: see reference to class template instantiation 'pyinstance::PythonInstance<atomstruct::CoordSet>' being compiled
|
|---|
| 16002 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct/Atom.h(127): 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'
|
|---|
| 16003 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\string_types.h(44): note: see declaration of 'chutil::CString<5,65,116,111,109,32,84,121,112,101>'
|
|---|
| 16004 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct/Atom.h(134): 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'
|
|---|
| 16005 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\string_types.h(44): note: see declaration of 'chutil::CString<5,65,116,111,109,32,84,121,112,101>'
|
|---|
| 16006 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct/Atom.h(136): warning C4251: 'atomstruct::Atom::_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::Atom'
|
|---|
| 16007 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 16008 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct/Atom.h(137): warning C4251: 'atomstruct::Atom::_neighbors': class 'std::vector<atomstruct::Atom *,std::allocator<atomstruct::Atom *>>' needs to have dll-interface to be used by clients of class 'atomstruct::Atom'
|
|---|
| 16009 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Ring.h(64): note: see declaration of 'std::vector<atomstruct::Atom *,std::allocator<atomstruct::Atom *>>'
|
|---|
| 16010 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\CoordSet.h(49): warning C4251: 'atomstruct::CoordSet::_coords': class 'std::vector<atomstruct::Coord,std::allocator<atomstruct::Coord>>' needs to have dll-interface to be used by clients of class 'atomstruct::CoordSet'
|
|---|
| 16011 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\CoordSet.h(46): note: see declaration of 'std::vector<atomstruct::Coord,std::allocator<atomstruct::Coord>>'
|
|---|
| 16012 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct/Atom.h(143): warning C4251: 'atomstruct::Atom::_rings': class 'std::vector<const atomstruct::Ring *,std::allocator<const atomstruct::Ring *>>' needs to have dll-interface to be used by clients of class 'atomstruct::Atom'
|
|---|
| 16013 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct/Atom.h(91): note: see declaration of 'std::vector<const atomstruct::Ring *,std::allocator<const atomstruct::Ring *>>'
|
|---|
| 16014 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct/Atom.h(201): warning C4244: '=': conversion from 'double' to 'float', possible loss of data
|
|---|
| 16015 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct/Atom.h(205): warning C4244: 'return': conversion from 'double' to 'float', possible loss of data
|
|---|
| 16016 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct/Atom.h(223): warning C4267: 'return': conversion from 'size_t' to 'int', possible loss of data
|
|---|
| 16017 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\CoordSet.h(51): warning C4251: 'atomstruct::CoordSet::_bfactor_map': class 'std::unordered_map<const atomstruct::Atom *,float,std::hash<const atomstruct::Atom *>,std::equal_to<const atomstruct::Atom *>,std::allocator<std::pair<const atomstruct::Atom *const ,float>>>' needs to have dll-interface to be used by clients of class 'atomstruct::CoordSet'
|
|---|
| 16018 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\CoordSet.h(51): note: see declaration of 'std::unordered_map<const atomstruct::Atom *,float,std::hash<const atomstruct::Atom *>,std::equal_to<const atomstruct::Atom *>,std::allocator<std::pair<const atomstruct::Atom *const ,float>>>'
|
|---|
| 16019 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\CoordSet.h(52): warning C4251: 'atomstruct::CoordSet::_occupancy_map': class 'std::unordered_map<const atomstruct::Atom *,float,std::hash<const atomstruct::Atom *>,std::equal_to<const atomstruct::Atom *>,std::allocator<std::pair<const atomstruct::Atom *const ,float>>>' needs to have dll-interface to be used by clients of class 'atomstruct::CoordSet'
|
|---|
| 16020 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\CoordSet.h(51): note: see declaration of 'std::unordered_map<const atomstruct::Atom *,float,std::hash<const atomstruct::Atom *>,std::equal_to<const atomstruct::Atom *>,std::allocator<std::pair<const atomstruct::Atom *const ,float>>>'
|
|---|
| 16021 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\pyinstance/PythonInstance.declare.h(78): 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>'
|
|---|
| 16022 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 16023 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\CoordSet.h(41): note: see reference to class template instantiation 'pyinstance::PythonInstance<atomstruct::CoordSet>' being compiled
|
|---|
| 16024 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\CoordSet.h(77): warning C4267: 'return': conversion from 'size_t' to 'int', possible loss of data
|
|---|
| 16025 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\pyinstance/PythonInstance.declare.h(78): 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>'
|
|---|
| 16026 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\CoordSet.h(80): warning C4267: 'return': conversion from 'size_t' to 'int', possible loss of datac:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 16027 |
|
|---|
| 16028 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Residue.h(53): note: see reference to class template instantiation 'pyinstance::PythonInstance<atomstruct::Residue>' being compiled
|
|---|
| 16029 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Residue.h(81): warning C4251: 'atomstruct::Residue::_atoms': class 'std::vector<atomstruct::Atom *,std::allocator<atomstruct::Atom *>>' needs to have dll-interface to be used by clients of class 'atomstruct::Residue'
|
|---|
| 16030 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\pyinstance/PythonInstance.declare.h(78): 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>'C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Ring.h(64): note: see declaration of 'std::vector<atomstruct::Atom *,std::allocator<atomstruct::Atom *>>'
|
|---|
| 16031 |
|
|---|
| 16032 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 16033 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Residue.h(83): 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'
|
|---|
| 16034 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct/Atom.h(68): note: see reference to class template instantiation 'pyinstance::PythonInstance<atomstruct::Atom>' being compiled
|
|---|
| 16035 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 16036 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Residue.h(85): 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'
|
|---|
| 16037 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 16038 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Residue.h(86): 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'
|
|---|
| 16039 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 16040 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Residue.h(162): warning C4251: 'atomstruct::Residue::aa_min_backbone_names': class 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>' needs to have dll-interface to be used by clients of class 'atomstruct::Residue'
|
|---|
| 16041 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\element/Element.h(79): note: see declaration of 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>'
|
|---|
| 16042 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Residue.h(163): warning C4251: 'atomstruct::Residue::aa_min_ordered_backbone_names': class 'std::vector<atomstruct::ResName,std::allocator<std::string>>' needs to have dll-interface to be used by clients of class 'atomstruct::Residue'
|
|---|
| 16043 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Sequence.h(99): note: see declaration of 'std::vector<atomstruct::ResName,std::allocator<std::string>>'
|
|---|
| 16044 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Residue.h(164): warning C4251: 'atomstruct::Residue::aa_max_backbone_names': class 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>' needs to have dll-interface to be used by clients of class 'atomstruct::Residue'
|
|---|
| 16045 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\element/Element.h(79): note: see declaration of 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>'
|
|---|
| 16046 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Residue.h(165): warning C4251: 'atomstruct::Residue::aa_ribbon_backbone_names': class 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>' needs to have dll-interface to be used by clients of class 'atomstruct::Residue'
|
|---|
| 16047 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\element/Element.h(79): note: see declaration of 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>'
|
|---|
| 16048 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Residue.h(166): warning C4251: 'atomstruct::Residue::aa_side_connector_names': class 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>' needs to have dll-interface to be used by clients of class 'atomstruct::Residue'
|
|---|
| 16049 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\element/Element.h(79): note: see declaration of 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>'C
|
|---|
| 16050 | :\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\CoordSet.h(49): warning C4251: 'atomstruct::CoordSet::_coords': class 'std::vector<atomstruct::Coord,std::allocator<atomstruct::Coord>>' needs to have dll-interface to be used by clients of class 'atomstruct::CoordSet'
|
|---|
| 16051 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\CoordSet.h(46): note: see declaration of 'std::vector<atomstruct::Coord,std::allocator<atomstruct::Coord>>'
|
|---|
| 16052 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Residue.h(167): warning C4251: 'atomstruct::Residue::na_min_backbone_names': class 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>' needs to have dll-interface to be used by clients of class 'atomstruct::Residue'
|
|---|
| 16053 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\element/Element.h(79): note: see declaration of 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>'
|
|---|
| 16054 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Residue.h(168): warning C4251: 'atomstruct::Residue::na_min_ordered_backbone_names': class 'std::vector<atomstruct::ResName,std::allocator<std::string>>' needs to have dll-interface to be used by clients of class 'atomstruct::Residue'
|
|---|
| 16055 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Sequence.h(99): note: see declaration of 'std::vector<atomstruct::ResName,std::allocator<std::string>>'
|
|---|
| 16056 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Residue.h(169): warning C4251: 'atomstruct::Residue::na_max_backbone_names': class 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>' needs to have dll-interface to be used by clients of class 'atomstruct::Residue'
|
|---|
| 16057 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\element/Element.h(79): note: see declaration of 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>'
|
|---|
| 16058 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Residue.h(170): warning C4251: 'atomstruct::Residue::na_ribbon_backbone_names': class 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>' needs to have dll-interface to be used by clients of class 'atomstruct::Residue'
|
|---|
| 16059 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\element/Element.h(79): note: see declaration of 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>'
|
|---|
| 16060 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Residue.h(171): warning C4251: 'atomstruct::Residue::na_side_connector_names': class 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>' needs to have dll-interface to be used by clients of class 'atomstruct::Residue'
|
|---|
| 16061 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\element/Element.h(79): note: see declaration of 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>'
|
|---|
| 16062 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Residue.h(172): warning C4251: 'atomstruct::Residue::ribose_names': class 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>' needs to have dll-interface to be used by clients of class 'atomstruct::Residue'
|
|---|
| 16063 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\element/Element.h(79): note: see declaration of 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>'
|
|---|
| 16064 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Residue.h(173): warning C4251: 'atomstruct::Residue::std_solvent_names': class 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>' needs to have dll-interface to be used by clients of class 'atomstruct::Residue'
|
|---|
| 16065 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\element/Element.h(79): note: see declaration of 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>'
|
|---|
| 16066 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Residue.h(174): warning C4251: 'atomstruct::Residue::std_water_names': class 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>' needs to have dll-interface to be used by clients of class 'atomstruct::Residue'
|
|---|
| 16067 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\element/Element.h(79): note: see declaration of 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>'
|
|---|
| 16068 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Residue.h(175): warning C4251: 'atomstruct::Residue::ideal_chirality': class 'std::map<atomstruct::ResName,std::map<atomstruct::ResName,char,std::less<std::string>,std::allocator<std::pair<const atomstruct::ResName,char>>>,std::less<std::string>,std::allocator<std::pair<const atomstruct::ResName,std::map<atomstruct::ResName,char,std::less<std::string>,std::allocator<std::pair<const atomstruct::ResName,char>>>>>>' needs to have dll-interface to be used by clients of class 'atomstruct::Residue'
|
|---|
| 16069 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Residue.h(175): note: see declaration of 'std::map<atomstruct::ResName,std::map<atomstruct::ResName,char,std::less<std::string>,std::allocator<std::pair<const atomstruct::ResName,char>>>,std::less<std::string>,std::allocator<std::pair<const atomstruct::ResName,std::map<atomstruct::ResName,char,std::less<std::string>,std::allocator<std::pair<const atomstruct::ResName,char>>>>>>'
|
|---|
| 16070 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Residue.h(126): warning C4267: 'return': conversion from 'size_t' to 'int', possible loss of data
|
|---|
| 16071 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct/Atom.h(124): warning C4251: 'atomstruct::Atom::_alt_loc_map': class 'std::map<unsigned char,atomstruct::Atom::_Alt_loc_info,std::less<unsigned char>,std::allocator<std::pair<const unsigned char,atomstruct::Atom::_Alt_loc_info>>>' needs to have dll-interface to be used by clients of class 'atomstruct::Atom'
|
|---|
| 16072 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct/Atom.h(123): note: see declaration of 'std::map<unsigned char,atomstruct::Atom::_Alt_loc_info,std::less<unsigned char>,std::allocator<std::pair<const unsigned char,atomstruct::Atom::_Alt_loc_info>>>'
|
|---|
| 16073 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct/Atom.h(126): warning C4251: 'atomstruct::Atom::_bonds': class 'std::vector<atomstruct::Bond *,std::allocator<atomstruct::Bond *>>' needs to have dll-interface to be used by clients of class 'atomstruct::Atom'
|
|---|
| 16074 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Ring.h(63): note: see declaration of 'std::vector<atomstruct::Bond *,std::allocator<atomstruct::Bond *>>'
|
|---|
| 16075 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct/Atom.h(127): 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'
|
|---|
| 16076 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\string_types.h(44): note: see declaration of 'chutil::CString<5,65,116,111,109,32,84,121,112,101>'
|
|---|
| 16077 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct/Atom.h(134): 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'
|
|---|
| 16078 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\string_types.h(44): note: see declaration of 'chutil::CString<5,65,116,111,109,32,84,121,112,101>'
|
|---|
| 16079 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct/Atom.h(136): warning C4251: 'atomstruct::Atom::_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::Atom'
|
|---|
| 16080 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 16081 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct/Atom.h(137): warning C4251: 'atomstruct::Atom::_neighbors': class 'std::vector<atomstruct::Atom *,std::allocator<atomstruct::Atom *>>' needs to have dll-interface to be used by clients of class 'atomstruct::Atom'
|
|---|
| 16082 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Ring.h(64): note: see declaration of 'std::vector<atomstruct::Atom *,std::allocator<atomstruct::Atom *>>'
|
|---|
| 16083 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\CoordSet.h(51): warning C4251: 'atomstruct::CoordSet::_bfactor_map': class 'std::unordered_map<const atomstruct::Atom *,float,std::hash<const atomstruct::Atom *>,std::equal_to<const atomstruct::Atom *>,std::allocator<std::pair<const atomstruct::Atom *const ,float>>>' needs to have dll-interface to be used by clients of class 'atomstruct::CoordSet'
|
|---|
| 16084 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\CoordSet.h(51): note: see declaration of 'std::unordered_map<const atomstruct::Atom *,float,std::hash<const atomstruct::Atom *>,std::equal_to<const atomstruct::Atom *>,std::allocator<std::pair<const atomstruct::Atom *const ,float>>>'
|
|---|
| 16085 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\CoordSet.h(52): warning C4251: 'atomstruct::CoordSet::_occupancy_map': class 'std::unordered_map<const atomstruct::Atom *,float,std::hash<const atomstruct::Atom *>,std::equal_to<const atomstruct::Atom *>,std::allocator<std::pair<const atomstruct::Atom *const ,float>>>' needs to have dll-interface to be used by clients of class 'atomstruct::CoordSet'
|
|---|
| 16086 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\CoordSet.h(51): note: see declaration of 'std::unordered_map<const atomstruct::Atom *,float,std::hash<const atomstruct::Atom *>,std::equal_to<const atomstruct::Atom *>,std::allocator<std::pair<const atomstruct::Atom *const ,float>>>'
|
|---|
| 16087 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\pyinstance/PythonInstance.declare.h(78): 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>'
|
|---|
| 16088 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 16089 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Bond.h(47): note: see reference to class template instantiation 'pyinstance::PythonInstance<atomstruct::Bond>' being compiled
|
|---|
| 16090 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct/Atom.h(143): warning C4251: 'atomstruct::Atom::_rings': class 'std::vector<const atomstruct::Ring *,std::allocator<const atomstruct::Ring *>>' needs to have dll-interface to be used by clients of class 'atomstruct::Atom'
|
|---|
| 16091 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct/Atom.h(91): note: see declaration of 'std::vector<const atomstruct::Ring *,std::allocator<const atomstruct::Ring *>>'
|
|---|
| 16092 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Bond.h(59): warning C4251: 'atomstruct::Bond::_rings': class 'std::vector<const atomstruct::Ring *,std::allocator<const atomstruct::Ring *>>' needs to have dll-interface to be used by clients of class 'atomstruct::Bond'
|
|---|
| 16093 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct/Atom.h(91): note: see declaration of 'std::vector<const atomstruct::Ring *,std::allocator<const atomstruct::Ring *>>'
|
|---|
| 16094 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Bond.h(128): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data
|
|---|
| 16095 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\CoordSet.h(77): warning C4267: 'return': conversion from 'size_t' to 'int', possible loss of data
|
|---|
| 16096 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\CoordSet.h(80): warning C4267: 'return': conversion from 'size_t' to 'int', possible loss of data
|
|---|
| 16097 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct/MolResId.h(43): warning C4251: 'atomstruct::MolResId::chain': 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::MolResId'
|
|---|
| 16098 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 16099 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\pyinstance/PythonInstance.declare.h(78): 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>'
|
|---|
| 16100 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 16101 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct/Atom.h(68): note: see reference to class template instantiation 'pyinstance::PythonInstance<atomstruct::Atom>' being compiled
|
|---|
| 16102 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct/Atom.h(201): warning C4244: '=': conversion from 'double' to 'float', possible loss of data
|
|---|
| 16103 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct/Atom.h(205): warning C4244: 'return': conversion from 'double' to 'float', possible loss of data
|
|---|
| 16104 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct/Atom.h(223): warning C4267: 'return': conversion from 'size_t' to 'int', possible loss of data
|
|---|
| 16105 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct/Atom.h(124): warning C4251: 'atomstruct::Atom::_alt_loc_map': class 'std::map<unsigned char,atomstruct::Atom::_Alt_loc_info,std::less<unsigned char>,std::allocator<std::pair<const unsigned char,atomstruct::Atom::_Alt_loc_info>>>' needs to have dll-interface to be used by clients of class 'atomstruct::Atom'
|
|---|
| 16106 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct/Atom.h(123): note: see declaration of 'std::map<unsigned char,atomstruct::Atom::_Alt_loc_info,std::less<unsigned char>,std::allocator<std::pair<const unsigned char,atomstruct::Atom::_Alt_loc_info>>>'
|
|---|
| 16107 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct/Atom.h(126): warning C4251: 'atomstruct::Atom::_bonds': class 'std::vector<atomstruct::Bond *,std::allocator<atomstruct::Bond *>>' needs to have dll-interface to be used by clients of class 'atomstruct::Atom'C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\pyinstance/PythonInstance.declare.h(78): 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>'
|
|---|
| 16108 |
|
|---|
| 16109 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Ring.h(63): note: see declaration of 'std::vector<atomstruct::Bond *,std::allocator<atomstruct::Bond *>>'
|
|---|
| 16110 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 16111 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct/tmpl/Residue.h(47): note: see reference to class template instantiation 'pyinstance::PythonInstance<tmpl::Residue>' being compiled
|
|---|
| 16112 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct/Atom.h(127): 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'
|
|---|
| 16113 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\string_types.h(44): note: see declaration of 'chutil::CString<5,65,116,111,109,32,84,121,112,101>'
|
|---|
| 16114 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct/Atom.h(134): 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'
|
|---|
| 16115 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\string_types.h(44): note: see declaration of 'chutil::CString<5,65,116,111,109,32,84,121,112,101>'
|
|---|
| 16116 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct/Atom.h(136): warning C4251: 'atomstruct::Atom::_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::Atom'C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct/tmpl/Residue.h(85): warning C4251: 'tmpl::Residue::metadata': class 'std::map<atomstruct::ChainID,std::vector<atomstruct::ResName,std::allocator<std::string>>,std::less<std::string>,std::allocator<std::pair<const atomstruct::ChainID,std::vector<atomstruct::ResName,std::allocator<std::string>>>>>' needs to have dll-interface to be used by clients of class 'tmpl::Residue'
|
|---|
| 16117 |
|
|---|
| 16118 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct/Structure.h(121): note: see declaration of 'std::map<atomstruct::ChainID,std::vector<atomstruct::ResName,std::allocator<std::string>>,std::less<std::string>,std::allocator<std::pair<const atomstruct::ChainID,std::vector<atomstruct::ResName,std::allocator<std::string>>>>>'
|
|---|
| 16119 |
|
|---|
| 16120 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct/Atom.h(137): warning C4251: 'atomstruct::Atom::_neighbors': class 'std::vector<atomstruct::Atom *,std::allocator<atomstruct::Atom *>>' needs to have dll-interface to be used by clients of class 'atomstruct::Atom'
|
|---|
| 16121 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct/tmpl/Residue.h(88): 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'C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Ring.h(64): note: see declaration of 'std::vector<atomstruct::Atom *,std::allocator<atomstruct::Atom *>>'
|
|---|
| 16122 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 16123 |
|
|---|
| 16124 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\pyinstance/PythonInstance.declare.h(78): 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>'
|
|---|
| 16125 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 16126 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\tmpl\CoordSet.h(39): note: see reference to class template instantiation 'pyinstance::PythonInstance<tmpl::CoordSet>' being compiled
|
|---|
| 16127 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\tmpl\CoordSet.h(44): warning C4251: 'tmpl::CoordSet::_coords': class 'std::vector<atomstruct::Coord,std::allocator<atomstruct::Coord>>' needs to have dll-interface to be used by clients of class 'tmpl::CoordSet'
|
|---|
| 16128 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\CoordSet.h(46): note: see declaration of 'std::vector<atomstruct::Coord,std::allocator<atomstruct::Coord>>'
|
|---|
| 16129 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\pyinstance/PythonInstance.declare.h(78): 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>'
|
|---|
| 16130 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 16131 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct/tmpl/Atom.h(48): note: see reference to class template instantiation 'pyinstance::PythonInstance<tmpl::Atom>' being compiled
|
|---|
| 16132 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct/Atom.h(143): warning C4251: 'atomstruct::Atom::_rings': class 'std::vector<const atomstruct::Ring *,std::allocator<const atomstruct::Ring *>>' needs to have dll-interface to be used by clients of class 'atomstruct::Atom'
|
|---|
| 16133 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct/Atom.h(91): note: see declaration of 'std::vector<const atomstruct::Ring *,std::allocator<const atomstruct::Ring *>>'
|
|---|
| 16134 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct/tmpl/Residue.h(89): warning C4251: 'tmpl::Residue::_atoms': class 'std::map<atomstruct::AtomName,tmpl::Atom *,std::less<std::string>,std::allocator<std::pair<const atomstruct::AtomName,tmpl::Atom *>>>' needs to have dll-interface to be used by clients of class 'tmpl::Residue'
|
|---|
| 16135 | CC:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct/tmpl/Residue.h(80): note: see declaration of 'std::map<atomstruct::AtomName,tmpl::Atom *,std::less<std::string>,std::allocator<std::pair<const atomstruct::AtomName,tmpl::Atom *>>>':\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct/tmpl/Atom.h(58): warning C4251: 'tmpl::Atom::_bonds': class 'std::vector<tmpl::Bond *,std::allocator<tmpl::Bond *>>' needs to have dll-interface to be used by clients of class 'tmpl::Atom'
|
|---|
| 16136 |
|
|---|
| 16137 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct/tmpl/Atom.h(50): note: see declaration of 'std::vector<tmpl::Bond *,std::allocator<tmpl::Bond *>>'
|
|---|
| 16138 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct/tmpl/Residue.h(91): 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'
|
|---|
| 16139 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct/tmpl/Atom.h(61): 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'
|
|---|
| 16140 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'C
|
|---|
| 16141 | :\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\string_types.h(44): note: see declaration of 'chutil::CString<5,65,116,111,109,32,84,121,112,101>'
|
|---|
| 16142 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct/tmpl/Atom.h(64): warning C4251: 'tmpl::Atom::_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::Atom'
|
|---|
| 16143 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 16144 | CC:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct/tmpl/Residue.h(92): warning C4251: 'tmpl::Residue::_link_atoms': class 'std::vector<tmpl::Atom *,std::allocator<tmpl::Atom *>>' needs to have dll-interface to be used by clients of class 'tmpl::Residue':\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct/tmpl/Atom.h(65): warning C4251: 'tmpl::Atom::_neighbors': class 'std::vector<tmpl::Atom *,std::allocator<tmpl::Atom *>>' needs to have dll-interface to be used by clients of class 'tmpl::Atom'
|
|---|
| 16145 |
|
|---|
| 16146 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct/tmpl/Residue.h(53): note: see declaration of 'std::vector<tmpl::Atom *,std::allocator<tmpl::Atom *>>'C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct/tmpl/Atom.h(51): note: see declaration of 'std::vector<tmpl::Atom *,std::allocator<tmpl::Atom *>>'
|
|---|
| 16147 |
|
|---|
| 16148 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\pyinstance/PythonInstance.declare.h(78): 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>'
|
|---|
| 16149 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 16150 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\tmpl\Bond.h(39): note: see reference to class template instantiation 'pyinstance::PythonInstance<tmpl::Bond>' being compiled
|
|---|
| 16151 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct/Atom.h(201): warning C4244: '=': conversion from 'double' to 'float', possible loss of data
|
|---|
| 16152 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct/Atom.h(205): warning C4244: 'return': conversion from 'double' to 'float', possible loss of data
|
|---|
| 16153 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct/Atom.h(223): warning C4267: 'return': conversion from 'size_t' to 'int', possible loss of data
|
|---|
| 16154 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\tmpl\TAexcept.h(36): warning C4275: non dll-interface class 'std::runtime_error' used as base for dll-interface class 'tmpl::TA_exception'
|
|---|
| 16155 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\stdexcept(101): note: see declaration of 'std::runtime_error'
|
|---|
| 16156 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\tmpl\TAexcept.h(36): note: see declaration of 'tmpl::TA_exception'
|
|---|
| 16157 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\pyinstance/PythonInstance.declare.h(78): 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>'
|
|---|
| 16158 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 16159 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\tmpl\Residue.h(47): note: see reference to class template instantiation 'pyinstance::PythonInstance<tmpl::Residue>' being compiled
|
|---|
| 16160 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\pyinstance/PythonInstance.declare.h(78): 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>'
|
|---|
| 16161 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 16162 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct/Residue.h(53): note: see reference to class template instantiation 'pyinstance::PythonInstance<atomstruct::Residue>' being compiled
|
|---|
| 16163 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\tmpl\Residue.h(85): warning C4251: 'tmpl::Residue::metadata': class 'std::map<atomstruct::ChainID,std::vector<atomstruct::ResName,std::allocator<std::string>>,std::less<std::string>,std::allocator<std::pair<const atomstruct::ChainID,std::vector<atomstruct::ResName,std::allocator<std::string>>>>>' needs to have dll-interface to be used by clients of class 'tmpl::Residue'
|
|---|
| 16164 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Structure.h(121): note: see declaration of 'std::map<atomstruct::ChainID,std::vector<atomstruct::ResName,std::allocator<std::string>>,std::less<std::string>,std::allocator<std::pair<const atomstruct::ChainID,std::vector<atomstruct::ResName,std::allocator<std::string>>>>>'
|
|---|
| 16165 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\tmpl\Residue.h(88): 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'
|
|---|
| 16166 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct/Residue.h(81): warning C4251: 'atomstruct::Residue::_atoms': class 'std::vector<atomstruct::Atom *,std::allocator<atomstruct::Atom *>>' needs to have dll-interface to be used by clients of class 'atomstruct::Residue'
|
|---|
| 16167 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 16168 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Ring.h(64): note: see declaration of 'std::vector<atomstruct::Atom *,std::allocator<atomstruct::Atom *>>'
|
|---|
| 16169 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct/Residue.h(83): 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'
|
|---|
| 16170 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 16171 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct/Residue.h(85): 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'
|
|---|
| 16172 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 16173 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct/Residue.h(86): 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'
|
|---|
| 16174 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 16175 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct/Residue.h(162): warning C4251: 'atomstruct::Residue::aa_min_backbone_names': class 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>' needs to have dll-interface to be used by clients of class 'atomstruct::Residue'
|
|---|
| 16176 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\element/Element.h(79): note: see declaration of 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>'
|
|---|
| 16177 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct/Residue.h(163): warning C4251: 'atomstruct::Residue::aa_min_ordered_backbone_names': class 'std::vector<atomstruct::ResName,std::allocator<std::string>>' needs to have dll-interface to be used by clients of class 'atomstruct::Residue'
|
|---|
| 16178 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Sequence.h(99): note: see declaration of 'std::vector<atomstruct::ResName,std::allocator<std::string>>'
|
|---|
| 16179 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct/Residue.h(164): warning C4251: 'atomstruct::Residue::aa_max_backbone_names': class 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>' needs to have dll-interface to be used by clients of class 'atomstruct::Residue'
|
|---|
| 16180 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\element/Element.h(79): note: see declaration of 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>'
|
|---|
| 16181 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct/Residue.h(165): warning C4251: 'atomstruct::Residue::aa_ribbon_backbone_names': class 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>' needs to have dll-interface to be used by clients of class 'atomstruct::Residue'
|
|---|
| 16182 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\element/Element.h(79): note: see declaration of 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>'
|
|---|
| 16183 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct/Residue.h(166): warning C4251: 'atomstruct::Residue::aa_side_connector_names': class 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>' needs to have dll-interface to be used by clients of class 'atomstruct::Residue'
|
|---|
| 16184 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\element/Element.h(79): note: see declaration of 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>'
|
|---|
| 16185 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct/Residue.h(167): warning C4251: 'atomstruct::Residue::na_min_backbone_names': class 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>' needs to have dll-interface to be used by clients of class 'atomstruct::Residue'
|
|---|
| 16186 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\element/Element.h(79): note: see declaration of 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>'
|
|---|
| 16187 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct/Residue.h(168): warning C4251: 'atomstruct::Residue::na_min_ordered_backbone_names': class 'std::vector<atomstruct::ResName,std::allocator<std::string>>' needs to have dll-interface to be used by clients of class 'atomstruct::Residue'
|
|---|
| 16188 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Sequence.h(99): note: see declaration of 'std::vector<atomstruct::ResName,std::allocator<std::string>>'
|
|---|
| 16189 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct/Residue.h(169): warning C4251: 'atomstruct::Residue::na_max_backbone_names': class 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>' needs to have dll-interface to be used by clients of class 'atomstruct::Residue'
|
|---|
| 16190 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\element/Element.h(79): note: see declaration of 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>'
|
|---|
| 16191 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct/Residue.h(170): warning C4251: 'atomstruct::Residue::na_ribbon_backbone_names': class 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>' needs to have dll-interface to be used by clients of class 'atomstruct::Residue'
|
|---|
| 16192 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\element/Element.h(79): note: see declaration of 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>'
|
|---|
| 16193 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct/Residue.h(171): warning C4251: 'atomstruct::Residue::na_side_connector_names': class 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>' needs to have dll-interface to be used by clients of class 'atomstruct::Residue'
|
|---|
| 16194 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\element/Element.h(79): note: see declaration of 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>'
|
|---|
| 16195 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct/Residue.h(172): warning C4251: 'atomstruct::Residue::ribose_names': class 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>' needs to have dll-interface to be used by clients of class 'atomstruct::Residue'
|
|---|
| 16196 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\element/Element.h(79): note: see declaration of 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>'
|
|---|
| 16197 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct/Residue.h(173): warning C4251: 'atomstruct::Residue::std_solvent_names': class 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>' needs to have dll-interface to be used by clients of class 'atomstruct::Residue'
|
|---|
| 16198 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\element/Element.h(79): note: see declaration of 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>'
|
|---|
| 16199 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct/Residue.h(174): warning C4251: 'atomstruct::Residue::std_water_names': class 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>' needs to have dll-interface to be used by clients of class 'atomstruct::Residue'
|
|---|
| 16200 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\element/Element.h(79): note: see declaration of 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>'
|
|---|
| 16201 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct/Residue.h(175): warning C4251: 'atomstruct::Residue::ideal_chirality': class 'std::map<atomstruct::ResName,std::map<atomstruct::ResName,char,std::less<std::string>,std::allocator<std::pair<const atomstruct::ResName,char>>>,std::less<std::string>,std::allocator<std::pair<const atomstruct::ResName,std::map<atomstruct::ResName,char,std::less<std::string>,std::allocator<std::pair<const atomstruct::ResName,char>>>>>>' needs to have dll-interface to be used by clients of class 'atomstruct::Residue'
|
|---|
| 16202 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct/Residue.h(175): note: see declaration of 'std::map<atomstruct::ResName,std::map<atomstruct::ResName,char,std::less<std::string>,std::allocator<std::pair<const atomstruct::ResName,char>>>,std::less<std::string>,std::allocator<std::pair<const atomstruct::ResName,std::map<atomstruct::ResName,char,std::less<std::string>,std::allocator<std::pair<const atomstruct::ResName,char>>>>>>'
|
|---|
| 16203 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct/Residue.h(126): warning C4267: 'return': conversion from 'size_t' to 'int', possible loss of data
|
|---|
| 16204 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\tmpl\Residue.h(89): warning C4251: 'tmpl::Residue::_atoms': class 'std::map<atomstruct::AtomName,tmpl::Atom *,std::less<std::string>,std::allocator<std::pair<const atomstruct::AtomName,tmpl::Atom *>>>' needs to have dll-interface to be used by clients of class 'tmpl::Residue'
|
|---|
| 16205 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\tmpl\Residue.h(80): note: see declaration of 'std::map<atomstruct::AtomName,tmpl::Atom *,std::less<std::string>,std::allocator<std::pair<const atomstruct::AtomName,tmpl::Atom *>>>'
|
|---|
| 16206 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\tmpl\Residue.h(91): 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'
|
|---|
| 16207 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 16208 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\tmpl\Residue.h(92): warning C4251: 'tmpl::Residue::_link_atoms': class 'std::vector<tmpl::Atom *,std::allocator<tmpl::Atom *>>' needs to have dll-interface to be used by clients of class 'tmpl::Residue'
|
|---|
| 16209 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\tmpl\Atom.h(51): note: see declaration of 'std::vector<tmpl::Atom *,std::allocator<tmpl::Atom *>>'
|
|---|
| 16210 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\pyinstance/PythonInstance.declare.h(78): 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>'
|
|---|
| 16211 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 16212 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\tmpl\Molecule.h(48): note: see reference to class template instantiation 'pyinstance::PythonInstance<tmpl::Molecule>' being compiled
|
|---|
| 16213 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\tmpl\Molecule.h(57): warning C4251: 'tmpl::Molecule::_atoms': class 'std::set<tmpl::Atom *,std::less<tmpl::Atom *>,std::allocator<tmpl::Atom *>>' needs to have dll-interface to be used by clients of class 'tmpl::Molecule'
|
|---|
| 16214 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\tmpl\Molecule.h(52): note: see declaration of 'std::set<tmpl::Atom *,std::less<tmpl::Atom *>,std::allocator<tmpl::Atom *>>'
|
|---|
| 16215 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\pyinstance/PythonInstance.declare.h(78): 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>'
|
|---|
| 16216 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 16217 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Bond.h(47): note: see reference to class template instantiation 'pyinstance::PythonInstance<atomstruct::Bond>' being compiled
|
|---|
| 16218 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Bond.h(59): warning C4251: 'atomstruct::Bond::_rings': class 'std::vector<const atomstruct::Ring *,std::allocator<const atomstruct::Ring *>>' needs to have dll-interface to be used by clients of class 'atomstruct::Bond'
|
|---|
| 16219 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct/Atom.h(91): note: see declaration of 'std::vector<const atomstruct::Ring *,std::allocator<const atomstruct::Ring *>>'
|
|---|
| 16220 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Bond.h(128): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data
|
|---|
| 16221 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\tmpl\Molecule.h(58): warning C4251: 'tmpl::Molecule::_bonds': class 'std::set<tmpl::Bond *,std::less<tmpl::Bond *>,std::allocator<tmpl::Bond *>>' needs to have dll-interface to be used by clients of class 'tmpl::Molecule'
|
|---|
| 16222 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\tmpl\Molecule.h(53): note: see declaration of 'std::set<tmpl::Bond *,std::less<tmpl::Bond *>,std::allocator<tmpl::Bond *>>'
|
|---|
| 16223 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\tmpl\Molecule.h(59): warning C4251: 'tmpl::Molecule::_coord_sets': class 'std::vector<tmpl::CoordSet *,std::allocator<tmpl::CoordSet *>>' needs to have dll-interface to be used by clients of class 'tmpl::Molecule'
|
|---|
| 16224 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\tmpl\Molecule.h(54): note: see declaration of 'std::vector<tmpl::CoordSet *,std::allocator<tmpl::CoordSet *>>'
|
|---|
| 16225 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\tmpl\Molecule.h(60): warning C4251: 'tmpl::Molecule::_residues': class 'std::map<atomstruct::ResName,tmpl::Residue *,std::less<std::string>,std::allocator<std::pair<const atomstruct::ResName,tmpl::Residue *>>>' needs to have dll-interface to be used by clients of class 'tmpl::Molecule'
|
|---|
| 16226 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\tmpl\Molecule.h(55): note: see declaration of 'std::map<atomstruct::ResName,tmpl::Residue *,std::less<std::string>,std::allocator<std::pair<const atomstruct::ResName,tmpl::Residue *>>>'
|
|---|
| 16227 | atomic_cpp/connect.cpp(6512): warning C4551: function call missing argument list
|
|---|
| 16228 | atomic_cpp/connect.cpp(6519): warning C4551: function call missing argument list
|
|---|
| 16229 | atomic_cpp/cymol.cpp(6173): warning C4244: 'argument': conversion from 'long' to 'char', possible loss of data
|
|---|
| 16230 | atomic_cpp/cytmpl.cpp(9088): warning C4551: function call missing argument list
|
|---|
| 16231 | atomic_cpp/cytmpl.cpp(9089): warning C4551: function call missing argument list
|
|---|
| 16232 | atomic_cpp/cytmpl.cpp(9090): warning C4551: function call missing argument list
|
|---|
| 16233 | atomic_cpp/cytmpl.cpp(9213): warning C4551: function call missing argument list
|
|---|
| 16234 | atomic_cpp/cymol.cpp(11375): warning C4267: 'argument': conversion from 'size_t' to 'int', possible loss of data
|
|---|
| 16235 | atomic_cpp/cytmpl.cpp(11331): warning C4551: function call missing argument list
|
|---|
| 16236 | atomic_cpp/cytmpl.cpp(11338): warning C4551: function call missing argument list
|
|---|
| 16237 | atomic_cpp/cymol.cpp(14334): warning C4244: 'argument': conversion from 'long' to 'char', possible loss of data
|
|---|
| 16238 | atomic_cpp/cymol.cpp(14573): warning C4244: 'argument': conversion from 'long' to 'char', possible loss of data
|
|---|
| 16239 | atomic_cpp/cymol.cpp(15568): warning C4244: 'argument': conversion from 'long' to 'char', possible loss of data
|
|---|
| 16240 | atomic_cpp/cymol.cpp(16450): warning C4244: 'argument': conversion from 'long' to 'char', possible loss of data
|
|---|
| 16241 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\pyinstance/PythonInstance.declare.h(78): 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>'
|
|---|
| 16242 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 16243 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\pyinstance/PythonInstance.declare.h(104): note: see reference to class template instantiation 'pyinstance::PythonInstance<C>' being compiled
|
|---|
| 16244 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(59): warning C4251: 'atomstruct::Changes::created': class 'std::set<const void *,std::less<const void *>,std::allocator<const void *>>' needs to have dll-interface to be used by clients of class 'atomstruct::Changes'
|
|---|
| 16245 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(59): note: see declaration of 'std::set<const void *,std::less<const void *>,std::allocator<const void *>>'
|
|---|
| 16246 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(60): warning C4251: 'atomstruct::Changes::modified': class 'std::set<const void *,std::less<const void *>,std::allocator<const void *>>' needs to have dll-interface to be used by clients of class 'atomstruct::Changes'
|
|---|
| 16247 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(59): note: see declaration of 'std::set<const void *,std::less<const void *>,std::allocator<const void *>>'
|
|---|
| 16248 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(61): warning C4251: 'atomstruct::Changes::reasons': class 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>' needs to have dll-interface to be used by clients of class 'atomstruct::Changes'
|
|---|
| 16249 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(61): note: see declaration of 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>'
|
|---|
| 16250 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\pyinstance/PythonInstance.declare.h(78): 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>'
|
|---|
| 16251 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 16252 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(68): note: see reference to class template instantiation 'pyinstance::PythonInstance<atomstruct::ChangeTracker>' being compiled
|
|---|
| 16253 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(82): warning C4251: 'atomstruct::ChangeTracker::_structure_type_changes': class 'std::map<atomstruct::Structure *,atomstruct::ChangeTracker::ChangesArray,std::less<atomstruct::Structure *>,std::allocator<std::pair<atomstruct::Structure *const ,atomstruct::ChangeTracker::ChangesArray>>>' needs to have dll-interface to be used by clients of class 'atomstruct::ChangeTracker'
|
|---|
| 16254 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(82): note: see declaration of 'std::map<atomstruct::Structure *,atomstruct::ChangeTracker::ChangesArray,std::less<atomstruct::Structure *>,std::allocator<std::pair<atomstruct::Structure *const ,atomstruct::ChangeTracker::ChangesArray>>>'
|
|---|
| 16255 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(83): warning C4251: 'atomstruct::ChangeTracker::_dead_structures': class 'std::set<atomstruct::Structure *,std::less<atomstruct::Structure *>,std::allocator<atomstruct::Structure *>>' needs to have dll-interface to be used by clients of class 'atomstruct::ChangeTracker'
|
|---|
| 16256 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(83): note: see declaration of 'std::set<atomstruct::Structure *,std::less<atomstruct::Structure *>,std::allocator<atomstruct::Structure *>>'
|
|---|
| 16257 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(92): 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'
|
|---|
| 16258 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 16259 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(93): 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'
|
|---|
| 16260 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 16261 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(94): warning C4251: 'atomstruct::ChangeTracker::REASON_ALT_LOCS': 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'
|
|---|
| 16262 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 16263 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(95): 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'
|
|---|
| 16264 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 16265 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(96): 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'
|
|---|
| 16266 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 16267 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(97): 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'
|
|---|
| 16268 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 16269 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(98): warning C4251: 'atomstruct::ChangeTracker::REASON_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::ChangeTracker'
|
|---|
| 16270 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 16271 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(99): 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'
|
|---|
| 16272 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 16273 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(100): 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'
|
|---|
| 16274 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 16275 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(101): 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'
|
|---|
| 16276 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 16277 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(102): 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'
|
|---|
| 16278 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 16279 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(103): 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'
|
|---|
| 16280 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 16281 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(104): warning C4251: 'atomstruct::ChangeTracker::REASON_ELEMENT': 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'
|
|---|
| 16282 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 16283 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(105): 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'
|
|---|
| 16284 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 16285 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(106): 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'
|
|---|
| 16286 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 16287 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(107): 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'
|
|---|
| 16288 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 16289 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(108): warning C4251: 'atomstruct::ChangeTracker::REASON_INSERTION_CODE': 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'
|
|---|
| 16290 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 16291 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(109): 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'
|
|---|
| 16292 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 16293 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(110): warning C4251: 'atomstruct::ChangeTracker::REASON_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'
|
|---|
| 16294 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 16295 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(111): 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'
|
|---|
| 16296 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 16297 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(112): 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'
|
|---|
| 16298 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 16299 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(113): 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'
|
|---|
| 16300 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 16301 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(114): 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'
|
|---|
| 16302 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 16303 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(115): 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'
|
|---|
| 16304 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 16305 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(116): 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'
|
|---|
| 16306 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 16307 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(117): 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'
|
|---|
| 16308 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 16309 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(118): 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'
|
|---|
| 16310 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 16311 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(119): 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'
|
|---|
| 16312 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 16313 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(120): 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'
|
|---|
| 16314 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 16315 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(121): 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'
|
|---|
| 16316 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 16317 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(122): 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'
|
|---|
| 16318 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 16319 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(123): 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'
|
|---|
| 16320 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 16321 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(124): 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'
|
|---|
| 16322 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 16323 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(125): 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'
|
|---|
| 16324 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 16325 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(126): 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'
|
|---|
| 16326 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 16327 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(127): 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'
|
|---|
| 16328 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 16329 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(128): 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'
|
|---|
| 16330 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 16331 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(129): 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'
|
|---|
| 16332 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 16333 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(130): 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'
|
|---|
| 16334 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 16335 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(131): warning C4251: 'atomstruct::ChangeTracker::REASON_WORM_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'
|
|---|
| 16336 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 16337 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(132): warning C4251: 'atomstruct::ChangeTracker::REASON_WORM_RIBBON': 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'
|
|---|
| 16338 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 16339 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(306): 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'
|
|---|
| 16340 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 16341 | atomic_cpp/cymol.cpp(26223): warning C4244: 'argument': conversion from 'long' to 'char', possible loss of data
|
|---|
| 16342 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\pyinstance/PythonInstance.declare.h(78): 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>'
|
|---|
| 16343 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 16344 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct/Residue.h(53): note: see reference to class template instantiation 'pyinstance::PythonInstance<atomstruct::Residue>' being compiled
|
|---|
| 16345 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct/Residue.h(81): warning C4251: 'atomstruct::Residue::_atoms': class 'std::vector<atomstruct::Atom *,std::allocator<atomstruct::Atom *>>' needs to have dll-interface to be used by clients of class 'atomstruct::Residue'
|
|---|
| 16346 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct/Residue.h(55): note: see declaration of 'std::vector<atomstruct::Atom *,std::allocator<atomstruct::Atom *>>'
|
|---|
| 16347 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct/Residue.h(83): 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'
|
|---|
| 16348 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 16349 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct/Residue.h(85): 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'
|
|---|
| 16350 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 16351 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct/Residue.h(86): 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'
|
|---|
| 16352 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 16353 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct/Residue.h(162): warning C4251: 'atomstruct::Residue::aa_min_backbone_names': class 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>' needs to have dll-interface to be used by clients of class 'atomstruct::Residue'
|
|---|
| 16354 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(61): note: see declaration of 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>'
|
|---|
| 16355 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct/Residue.h(163): warning C4251: 'atomstruct::Residue::aa_min_ordered_backbone_names': class 'std::vector<atomstruct::AtomName,std::allocator<std::string>>' needs to have dll-interface to be used by clients of class 'atomstruct::Residue'
|
|---|
| 16356 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct/Residue.h(163): note: see declaration of 'std::vector<atomstruct::AtomName,std::allocator<std::string>>'
|
|---|
| 16357 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct/Residue.h(164): warning C4251: 'atomstruct::Residue::aa_max_backbone_names': class 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>' needs to have dll-interface to be used by clients of class 'atomstruct::Residue'
|
|---|
| 16358 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(61): note: see declaration of 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>'
|
|---|
| 16359 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct/Residue.h(165): warning C4251: 'atomstruct::Residue::aa_ribbon_backbone_names': class 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>' needs to have dll-interface to be used by clients of class 'atomstruct::Residue'
|
|---|
| 16360 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(61): note: see declaration of 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>'
|
|---|
| 16361 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct/Residue.h(166): warning C4251: 'atomstruct::Residue::aa_side_connector_names': class 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>' needs to have dll-interface to be used by clients of class 'atomstruct::Residue'
|
|---|
| 16362 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(61): note: see declaration of 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>'
|
|---|
| 16363 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct/Residue.h(167): warning C4251: 'atomstruct::Residue::na_min_backbone_names': class 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>' needs to have dll-interface to be used by clients of class 'atomstruct::Residue'
|
|---|
| 16364 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(61): note: see declaration of 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>'
|
|---|
| 16365 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct/Residue.h(168): warning C4251: 'atomstruct::Residue::na_min_ordered_backbone_names': class 'std::vector<atomstruct::AtomName,std::allocator<std::string>>' needs to have dll-interface to be used by clients of class 'atomstruct::Residue'
|
|---|
| 16366 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct/Residue.h(163): note: see declaration of 'std::vector<atomstruct::AtomName,std::allocator<std::string>>'
|
|---|
| 16367 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct/Residue.h(169): warning C4251: 'atomstruct::Residue::na_max_backbone_names': class 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>' needs to have dll-interface to be used by clients of class 'atomstruct::Residue'
|
|---|
| 16368 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(61): note: see declaration of 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>'
|
|---|
| 16369 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct/Residue.h(170): warning C4251: 'atomstruct::Residue::na_ribbon_backbone_names': class 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>' needs to have dll-interface to be used by clients of class 'atomstruct::Residue'
|
|---|
| 16370 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(61): note: see declaration of 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>'
|
|---|
| 16371 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct/Residue.h(171): warning C4251: 'atomstruct::Residue::na_side_connector_names': class 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>' needs to have dll-interface to be used by clients of class 'atomstruct::Residue'
|
|---|
| 16372 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(61): note: see declaration of 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>'
|
|---|
| 16373 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct/Residue.h(172): warning C4251: 'atomstruct::Residue::ribose_names': class 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>' needs to have dll-interface to be used by clients of class 'atomstruct::Residue'
|
|---|
| 16374 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(61): note: see declaration of 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>'
|
|---|
| 16375 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct/Residue.h(173): warning C4251: 'atomstruct::Residue::std_solvent_names': class 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>' needs to have dll-interface to be used by clients of class 'atomstruct::Residue'
|
|---|
| 16376 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(61): note: see declaration of 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>'
|
|---|
| 16377 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct/Residue.h(174): warning C4251: 'atomstruct::Residue::std_water_names': class 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>' needs to have dll-interface to be used by clients of class 'atomstruct::Residue'
|
|---|
| 16378 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(61): note: see declaration of 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>'
|
|---|
| 16379 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct/Residue.h(175): warning C4251: 'atomstruct::Residue::ideal_chirality': class 'std::map<atomstruct::ResName,std::map<atomstruct::AtomName,char,std::less<std::string>,std::allocator<std::pair<const atomstruct::AtomName,char>>>,std::less<std::string>,std::allocator<std::pair<const atomstruct::ResName,std::map<atomstruct::AtomName,char,std::less<std::string>,std::allocator<std::pair<const atomstruct::AtomName,char>>>>>>' needs to have dll-interface to be used by clients of class 'atomstruct::Residue'
|
|---|
| 16380 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct/Residue.h(175): note: see declaration of 'std::map<atomstruct::ResName,std::map<atomstruct::AtomName,char,std::less<std::string>,std::allocator<std::pair<const atomstruct::AtomName,char>>>,std::less<std::string>,std::allocator<std::pair<const atomstruct::ResName,std::map<atomstruct::AtomName,char,std::less<std::string>,std::allocator<std::pair<const atomstruct::AtomName,char>>>>>>'
|
|---|
| 16381 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct/Residue.h(126): warning C4267: 'return': conversion from 'size_t' to 'int', possible loss of data
|
|---|
| 16382 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\pyinstance/PythonInstance.declare.h(78): 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>'
|
|---|
| 16383 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 16384 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\element/Element.h(49): note: see reference to class template instantiation 'pyinstance::PythonInstance<element::Element>' being compiled
|
|---|
| 16385 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\element/Element.h(76): warning C4251: 'element::Element::_alkali_metals': class 'std::set<int,std::less<int>,std::allocator<int>>' needs to have dll-interface to be used by clients of class 'element::Element'
|
|---|
| 16386 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\element/Element.h(76): note: see declaration of 'std::set<int,std::less<int>,std::allocator<int>>'
|
|---|
| 16387 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\element/Element.h(77): warning C4251: 'element::Element::_elements': class 'std::map<int,const element::Element *,std::less<int>,std::allocator<std::pair<const int,const element::Element *>>>' needs to have dll-interface to be used by clients of class 'element::Element'
|
|---|
| 16388 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\element/Element.h(77): note: see declaration of 'std::map<int,const element::Element *,std::less<int>,std::allocator<std::pair<const int,const element::Element *>>>'
|
|---|
| 16389 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\element/Element.h(78): warning C4251: 'element::Element::_halogens': class 'std::set<int,std::less<int>,std::allocator<int>>' needs to have dll-interface to be used by clients of class 'element::Element'
|
|---|
| 16390 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\element/Element.h(76): note: see declaration of 'std::set<int,std::less<int>,std::allocator<int>>'
|
|---|
| 16391 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\element/Element.h(79): warning C4251: 'element::Element::_names': class 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>' needs to have dll-interface to be used by clients of class 'element::Element'
|
|---|
| 16392 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(61): note: see declaration of 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>'
|
|---|
| 16393 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\element/Element.h(80): warning C4251: 'element::Element::_noble_gases': class 'std::set<int,std::less<int>,std::allocator<int>>' needs to have dll-interface to be used by clients of class 'element::Element'
|
|---|
| 16394 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\element/Element.h(76): note: see declaration of 'std::set<int,std::less<int>,std::allocator<int>>'
|
|---|
| 16395 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\destruct.h(53): warning C4251: 'atomstruct::DestructionCoordinator::_observers': class 'std::set<atomstruct::DestructionObserver *,std::less<atomstruct::DestructionObserver *>,std::allocator<atomstruct::DestructionObserver *>>' needs to have dll-interface to be used by clients of class 'atomstruct::DestructionCoordinator'
|
|---|
| 16396 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\destruct.h(53): note: see declaration of 'std::set<atomstruct::DestructionObserver *,std::less<atomstruct::DestructionObserver *>,std::allocator<atomstruct::DestructionObserver *>>'
|
|---|
| 16397 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\destruct.h(54): warning C4251: 'atomstruct::DestructionCoordinator::_destroyed': class 'std::set<void *,std::less<void *>,std::allocator<void *>>' needs to have dll-interface to be used by clients of class 'atomstruct::DestructionCoordinator'
|
|---|
| 16398 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\destruct.h(42): note: see declaration of 'std::set<void *,std::less<void *>,std::allocator<void *>>'
|
|---|
| 16399 | atomic_cpp/cymol.cpp(34747): warning C4244: 'argument': conversion from 'long' to 'char', possible loss of data
|
|---|
| 16400 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\pyinstance/PythonInstance.declare.h(78): 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>'
|
|---|
| 16401 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 16402 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Sequence.h(57): note: see reference to class template instantiation 'pyinstance::PythonInstance<atomstruct::Sequence>' being compiled
|
|---|
| 16403 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Sequence.h(63): warning C4251: 'atomstruct::Sequence::_nucleic3to1': class 'std::map<atomstruct::AtomName,char,std::less<std::string>,std::allocator<std::pair<const atomstruct::AtomName,char>>>' needs to have dll-interface to be used by clients of class 'atomstruct::Sequence'atomic_cpp/cymol.cpp(36559): warning C4244: 'argument': conversion from 'long' to 'char', possible loss of data
|
|---|
| 16404 |
|
|---|
| 16405 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct/Residue.h(175): note: see declaration of 'std::map<atomstruct::AtomName,char,std::less<std::string>,std::allocator<std::pair<const atomstruct::AtomName,char>>>'
|
|---|
| 16406 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Sequence.h(64): warning C4251: 'atomstruct::Sequence::_protein3to1': class 'std::map<atomstruct::AtomName,char,std::less<std::string>,std::allocator<std::pair<const atomstruct::AtomName,char>>>' needs to have dll-interface to be used by clients of class 'atomstruct::Sequence'
|
|---|
| 16407 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct/Residue.h(175): note: see declaration of 'std::map<atomstruct::AtomName,char,std::less<std::string>,std::allocator<std::pair<const atomstruct::AtomName,char>>>'
|
|---|
| 16408 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Sequence.h(65): warning C4251: 'atomstruct::Sequence::_rname3to1': class 'std::map<atomstruct::AtomName,char,std::less<std::string>,std::allocator<std::pair<const atomstruct::AtomName,char>>>' needs to have dll-interface to be used by clients of class 'atomstruct::Sequence'
|
|---|
| 16409 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct/Residue.h(175): note: see declaration of 'std::map<atomstruct::AtomName,char,std::less<std::string>,std::allocator<std::pair<const atomstruct::AtomName,char>>>'
|
|---|
| 16410 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Sequence.h(67): warning C4251: 'atomstruct::Sequence::_cache_g2ug': class 'std::map<unsigned int,unsigned int,std::less<unsigned int>,std::allocator<std::pair<const unsigned int,unsigned int>>>' needs to have dll-interface to be used by clients of class 'atomstruct::Sequence'
|
|---|
| 16411 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Sequence.h(67): note: see declaration of 'std::map<unsigned int,unsigned int,std::less<unsigned int>,std::allocator<std::pair<const unsigned int,unsigned int>>>'
|
|---|
| 16412 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Sequence.h(68): warning C4251: 'atomstruct::Sequence::_cache_ug2g': class 'std::map<unsigned int,unsigned int,std::less<unsigned int>,std::allocator<std::pair<const unsigned int,unsigned int>>>' needs to have dll-interface to be used by clients of class 'atomstruct::Sequence'
|
|---|
| 16413 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Sequence.h(67): note: see declaration of 'std::map<unsigned int,unsigned int,std::less<unsigned int>,std::allocator<std::pair<const unsigned int,unsigned int>>>'
|
|---|
| 16414 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Sequence.h(69): 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'
|
|---|
| 16415 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Sequence.h(59): note: see declaration of 'std::vector<char,std::allocator<char>>'
|
|---|
| 16416 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Sequence.h(74): 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'
|
|---|
| 16417 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Sequence.h(59): note: see declaration of 'std::vector<char,std::allocator<char>>'
|
|---|
| 16418 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Sequence.h(75): 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'
|
|---|
| 16419 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 16420 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Sequence.h(140): warning C4267: 'return': conversion from 'size_t' to 'int', possible loss of data
|
|---|
| 16421 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\StructureSeq.h(61): 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'
|
|---|
| 16422 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 16423 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\StructureSeq.h(62): warning C4251: 'atomstruct::StructureSeq::_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 'atomstruct::StructureSeq'
|
|---|
| 16424 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 16425 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\StructureSeq.h(66): warning C4251: 'atomstruct::StructureSeq::_res_map': class 'std::map<atomstruct::Residue *,atomstruct::StructureSeq::SeqPos,std::less<atomstruct::Residue *>,std::allocator<std::pair<atomstruct::Residue *const ,atomstruct::StructureSeq::SeqPos>>>' needs to have dll-interface to be used by clients of class 'atomstruct::StructureSeq'
|
|---|
| 16426 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\StructureSeq.h(51): note: see declaration of 'std::map<atomstruct::Residue *,atomstruct::StructureSeq::SeqPos,std::less<atomstruct::Residue *>,std::allocator<std::pair<atomstruct::Residue *const ,atomstruct::StructureSeq::SeqPos>>>'
|
|---|
| 16427 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\StructureSeq.h(67): warning C4251: 'atomstruct::StructureSeq::_residues': class 'std::vector<atomstruct::Residue *,std::allocator<atomstruct::Residue *>>' needs to have dll-interface to be used by clients of class 'atomstruct::StructureSeq'
|
|---|
| 16428 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\StructureSeq.h(50): note: see declaration of 'std::vector<atomstruct::Residue *,std::allocator<atomstruct::Residue *>>'
|
|---|
| 16429 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\StructureSeq.h(122): warning C4267: 'return': conversion from 'size_t' to 'int', possible loss of data
|
|---|
| 16430 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\CompSS.h(42): warning C4251: 'atomstruct::CompSSInfo::strands': class 'std::vector<std::pair<atomstruct::Residue *,atomstruct::Residue *>,std::allocator<std::pair<atomstruct::Residue *,atomstruct::Residue *>>>' needs to have dll-interface to be used by clients of class 'atomstruct::CompSSInfo'
|
|---|
| 16431 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\CompSS.h(42): note: see declaration of 'std::vector<std::pair<atomstruct::Residue *,atomstruct::Residue *>,std::allocator<std::pair<atomstruct::Residue *,atomstruct::Residue *>>>'
|
|---|
| 16432 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\CompSS.h(43): warning C4251: 'atomstruct::CompSSInfo::sheets': class 'std::vector<std::set<int,std::less<int>,std::allocator<int>>,std::allocator<std::set<int,std::less<int>,std::allocator<int>>>>' needs to have dll-interface to be used by clients of class 'atomstruct::CompSSInfo'
|
|---|
| 16433 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\CompSS.h(43): note: see declaration of 'std::vector<std::set<int,std::less<int>,std::allocator<int>>,std::allocator<std::set<int,std::less<int>,std::allocator<int>>>>'
|
|---|
| 16434 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\CompSS.h(44): warning C4251: 'atomstruct::CompSSInfo::strands_parallel': class 'std::map<std::pair<int,int>,bool,std::less<std::pair<int,int>>,std::allocator<std::pair<const std::pair<int,int>,bool>>>' needs to have dll-interface to be used by clients of class 'atomstruct::CompSSInfo'
|
|---|
| 16435 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\CompSS.h(44): note: see declaration of 'std::map<std::pair<int,int>,bool,std::less<std::pair<int,int>>,std::allocator<std::pair<const std::pair<int,int>,bool>>>'
|
|---|
| 16436 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\CompSS.h(45): warning C4251: 'atomstruct::CompSSInfo::helix_info': class 'std::vector<std::pair<std::pair<atomstruct::Residue *,atomstruct::Residue *>,char>,std::allocator<std::pair<std::pair<atomstruct::Residue *,atomstruct::Residue *>,char>>>' needs to have dll-interface to be used by clients of class 'atomstruct::CompSSInfo'
|
|---|
| 16437 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\CompSS.h(45): note: see declaration of 'std::vector<std::pair<std::pair<atomstruct::Residue *,atomstruct::Residue *>,char>,std::allocator<std::pair<std::pair<atomstruct::Residue *,atomstruct::Residue *>,char>>>'
|
|---|
| 16438 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\pyinstance/PythonInstance.declare.h(78): 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>'
|
|---|
| 16439 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 16440 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\PBManager.h(53): note: see reference to class template instantiation 'pyinstance::PythonInstance<atomstruct::BaseManager>' being compiled
|
|---|
| 16441 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\PBManager.h(63): warning C4251: 'atomstruct::BaseManager::_groups': class 'std::map<std::string,atomstruct::Proxy_PBGroup *,std::less<std::string>,std::allocator<std::pair<const std::string,atomstruct::Proxy_PBGroup *>>>' needs to have dll-interface to be used by clients of class 'atomstruct::BaseManager'
|
|---|
| 16442 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\PBManager.h(58): note: see declaration of 'std::map<std::string,atomstruct::Proxy_PBGroup *,std::less<std::string>,std::allocator<std::pair<const std::string,atomstruct::Proxy_PBGroup *>>>'
|
|---|
| 16443 | atomic_cpp/cymol.cpp(46572): warning C4551: function call missing argument list
|
|---|
| 16444 | atomic_cpp/cymol.cpp(46579): warning C4551: function call missing argument list
|
|---|
| 16445 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\pyinstance/PythonInstance.declare.h(78): 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>'
|
|---|
| 16446 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 16447 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Ring.h(38): note: see reference to class template instantiation 'pyinstance::PythonInstance<atomstruct::Ring>' being compiled
|
|---|
| 16448 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Ring.h(43): warning C4251: 'atomstruct::Ring::_bonds': class 'std::set<atomstruct::Bond *,std::less<atomstruct::Bond *>,std::allocator<atomstruct::Bond *>>' needs to have dll-interface to be used by clients of class 'atomstruct::Ring'
|
|---|
| 16449 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Ring.h(41): note: see declaration of 'std::set<atomstruct::Bond *,std::less<atomstruct::Bond *>,std::allocator<atomstruct::Bond *>>'
|
|---|
| 16450 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Ring.h(44): warning C4251: 'atomstruct::Ring::_atoms': class 'std::set<atomstruct::Atom *,std::less<atomstruct::Atom *>,std::allocator<atomstruct::Atom *>>' needs to have dll-interface to be used by clients of class 'atomstruct::Ring'
|
|---|
| 16451 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Ring.h(40): note: see declaration of 'std::set<atomstruct::Atom *,std::less<atomstruct::Atom *>,std::allocator<atomstruct::Atom *>>'
|
|---|
| 16452 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\pyinstance/PythonInstance.declare.h(78): 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>'
|
|---|
| 16453 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 16454 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Structure.h(110): note: see reference to class template instantiation 'pyinstance::PythonInstance<atomstruct::Structure>' being compiled
|
|---|
| 16455 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Structure.h(145): warning C4251: 'atomstruct::Structure::_atoms': class 'std::vector<atomstruct::Atom *,std::allocator<atomstruct::Atom *>>' needs to have dll-interface to be used by clients of class 'atomstruct::Structure'
|
|---|
| 16456 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct/Residue.h(55): note: see declaration of 'std::vector<atomstruct::Atom *,std::allocator<atomstruct::Atom *>>'
|
|---|
| 16457 | atomic_cpp/cymol.cpp(48385): warning C4551: function call missing argument list
|
|---|
| 16458 | atomic_cpp/cymol.cpp(48386): warning C4551: function call missing argument list
|
|---|
| 16459 | atomic_cpp/cymol.cpp(48387): warning C4551: function call missing argument list
|
|---|
| 16460 | atomic_cpp/cymol.cpp(48510): warning C4551: function call missing argument list
|
|---|
| 16461 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Structure.h(147): warning C4251: 'atomstruct::Structure::_bonds': class 'std::vector<atomstruct::Bond *,std::allocator<atomstruct::Bond *>>' needs to have dll-interface to be used by clients of class 'atomstruct::Structure'
|
|---|
| 16462 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct/Residue.h(104): note: see declaration of 'std::vector<atomstruct::Bond *,std::allocator<atomstruct::Bond *>>'
|
|---|
| 16463 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Structure.h(151): warning C4251: 'atomstruct::Structure::_coord_sets': class 'std::vector<atomstruct::CoordSet *,std::allocator<atomstruct::CoordSet *>>' needs to have dll-interface to be used by clients of class 'atomstruct::Structure'
|
|---|
| 16464 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Structure.h(120): note: see declaration of 'std::vector<atomstruct::CoordSet *,std::allocator<atomstruct::CoordSet *>>'
|
|---|
| 16465 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Structure.h(156): warning C4251: 'atomstruct::Structure::_input_seq_info': class 'std::map<atomstruct::ChainID,std::vector<atomstruct::AtomName,std::allocator<std::string>>,std::less<std::string>,std::allocator<std::pair<const atomstruct::ChainID,std::vector<atomstruct::AtomName,std::allocator<std::string>>>>>' needs to have dll-interface to be used by clients of class 'atomstruct::Structure'
|
|---|
| 16466 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Structure.h(121): note: see declaration of 'std::map<atomstruct::ChainID,std::vector<atomstruct::AtomName,std::allocator<std::string>>,std::less<std::string>,std::allocator<std::pair<const atomstruct::ChainID,std::vector<atomstruct::AtomName,std::allocator<std::string>>>>>'
|
|---|
| 16467 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Structure.h(163): warning C4251: 'atomstruct::Structure::_residues': class 'std::vector<atomstruct::Residue *,std::allocator<atomstruct::Residue *>>' needs to have dll-interface to be used by clients of class 'atomstruct::Structure'
|
|---|
| 16468 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\StructureSeq.h(50): note: see declaration of 'std::vector<atomstruct::Residue *,std::allocator<atomstruct::Residue *>>'
|
|---|
| 16469 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Structure.h(165): warning C4251: 'atomstruct::Structure::_res_numbering_valid': class 'std::vector<bool,std::allocator<bool>>' needs to have dll-interface to be used by clients of class 'atomstruct::Structure'
|
|---|
| 16470 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Structure.h(165): note: see declaration of 'std::vector<bool,std::allocator<bool>>'
|
|---|
| 16471 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Structure.h(176): warning C4251: 'atomstruct::Structure::_rings': class 'std::set<atomstruct::Ring,std::less<atomstruct::Ring>,std::allocator<atomstruct::Ring>>' needs to have dll-interface to be used by clients of class 'atomstruct::Structure'
|
|---|
| 16472 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Structure.h(128): note: see declaration of 'std::set<atomstruct::Ring,std::less<atomstruct::Ring>,std::allocator<atomstruct::Ring>>'
|
|---|
| 16473 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Structure.h(283): 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'
|
|---|
| 16474 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 16475 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Structure.h(287): warning C4251: 'atomstruct::Structure::metadata': class 'std::map<atomstruct::ChainID,std::vector<atomstruct::AtomName,std::allocator<std::string>>,std::less<std::string>,std::allocator<std::pair<const atomstruct::ChainID,std::vector<atomstruct::AtomName,std::allocator<std::string>>>>>' needs to have dll-interface to be used by clients of class 'atomstruct::Structure'
|
|---|
| 16476 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Structure.h(121): note: see declaration of 'std::map<atomstruct::ChainID,std::vector<atomstruct::AtomName,std::allocator<std::string>>,std::less<std::string>,std::allocator<std::pair<const atomstruct::ChainID,std::vector<atomstruct::AtomName,std::allocator<std::string>>>>>'
|
|---|
| 16477 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\pyinstance/PythonInstance.declare.h(78): 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>'
|
|---|
| 16478 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 16479 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\CoordSet.h(41): note: see reference to class template instantiation 'pyinstance::PythonInstance<atomstruct::CoordSet>' being compiled
|
|---|
| 16480 | atomic_cpp/cymol.cpp(53202): warning C4551: function call missing argument list
|
|---|
| 16481 | atomic_cpp/cymol.cpp(53220): warning C4551: function call missing argument list
|
|---|
| 16482 | atomic_cpp/cymol.cpp(53221): warning C4551: function call missing argument list
|
|---|
| 16483 | atomic_cpp/cymol.cpp(53222): warning C4551: function call missing argument list
|
|---|
| 16484 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\CoordSet.h(49): warning C4251: 'atomstruct::CoordSet::_coords': class 'std::vector<atomstruct::Coord,std::allocator<atomstruct::Coord>>' needs to have dll-interface to be used by clients of class 'atomstruct::CoordSet'
|
|---|
| 16485 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\CoordSet.h(46): note: see declaration of 'std::vector<atomstruct::Coord,std::allocator<atomstruct::Coord>>'
|
|---|
| 16486 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\CoordSet.h(51): warning C4251: 'atomstruct::CoordSet::_bfactor_map': class 'std::unordered_map<const atomstruct::Atom *,float,std::hash<const atomstruct::Atom *>,std::equal_to<const atomstruct::Atom *>,std::allocator<std::pair<const atomstruct::Atom *const ,float>>>' needs to have dll-interface to be used by clients of class 'atomstruct::CoordSet'
|
|---|
| 16487 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\CoordSet.h(51): note: see declaration of 'std::unordered_map<const atomstruct::Atom *,float,std::hash<const atomstruct::Atom *>,std::equal_to<const atomstruct::Atom *>,std::allocator<std::pair<const atomstruct::Atom *const ,float>>>'
|
|---|
| 16488 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\CoordSet.h(52): warning C4251: 'atomstruct::CoordSet::_occupancy_map': class 'std::unordered_map<const atomstruct::Atom *,float,std::hash<const atomstruct::Atom *>,std::equal_to<const atomstruct::Atom *>,std::allocator<std::pair<const atomstruct::Atom *const ,float>>>' needs to have dll-interface to be used by clients of class 'atomstruct::CoordSet'
|
|---|
| 16489 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\CoordSet.h(51): note: see declaration of 'std::unordered_map<const atomstruct::Atom *,float,std::hash<const atomstruct::Atom *>,std::equal_to<const atomstruct::Atom *>,std::allocator<std::pair<const atomstruct::Atom *const ,float>>>'
|
|---|
| 16490 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\CoordSet.h(77): warning C4267: 'return': conversion from 'size_t' to 'int', possible loss of data
|
|---|
| 16491 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\CoordSet.h(80): warning C4267: 'return': conversion from 'size_t' to 'int', possible loss of data
|
|---|
| 16492 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\pyinstance/PythonInstance.declare.h(78): 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>'
|
|---|
| 16493 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 16494 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Atom.h(68): note: see reference to class template instantiation 'pyinstance::PythonInstance<atomstruct::Atom>' being compiled
|
|---|
| 16495 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Atom.h(124): warning C4251: 'atomstruct::Atom::_alt_loc_map': class 'std::map<unsigned char,atomstruct::Atom::_Alt_loc_info,std::less<unsigned char>,std::allocator<std::pair<const unsigned char,atomstruct::Atom::_Alt_loc_info>>>' needs to have dll-interface to be used by clients of class 'atomstruct::Atom'
|
|---|
| 16496 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Atom.h(123): note: see declaration of 'std::map<unsigned char,atomstruct::Atom::_Alt_loc_info,std::less<unsigned char>,std::allocator<std::pair<const unsigned char,atomstruct::Atom::_Alt_loc_info>>>'
|
|---|
| 16497 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Atom.h(126): warning C4251: 'atomstruct::Atom::_bonds': class 'std::vector<atomstruct::Bond *,std::allocator<atomstruct::Bond *>>' needs to have dll-interface to be used by clients of class 'atomstruct::Atom'
|
|---|
| 16498 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct/Residue.h(104): note: see declaration of 'std::vector<atomstruct::Bond *,std::allocator<atomstruct::Bond *>>'
|
|---|
| 16499 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Atom.h(127): 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'
|
|---|
| 16500 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\string_types.h(44): note: see declaration of 'chutil::CString<5,65,116,111,109,32,84,121,112,101>'
|
|---|
| 16501 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Atom.h(134): 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'
|
|---|
| 16502 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\string_types.h(44): note: see declaration of 'chutil::CString<5,65,116,111,109,32,84,121,112,101>'
|
|---|
| 16503 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Atom.h(136): warning C4251: 'atomstruct::Atom::_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::Atom'
|
|---|
| 16504 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 16505 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Atom.h(137): warning C4251: 'atomstruct::Atom::_neighbors': class 'std::vector<atomstruct::Atom *,std::allocator<atomstruct::Atom *>>' needs to have dll-interface to be used by clients of class 'atomstruct::Atom'
|
|---|
| 16506 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct/Residue.h(55): note: see declaration of 'std::vector<atomstruct::Atom *,std::allocator<atomstruct::Atom *>>'
|
|---|
| 16507 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Atom.h(143): warning C4251: 'atomstruct::Atom::_rings': class 'std::vector<const atomstruct::Ring *,std::allocator<const atomstruct::Ring *>>' needs to have dll-interface to be used by clients of class 'atomstruct::Atom'
|
|---|
| 16508 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Atom.h(91): note: see declaration of 'std::vector<const atomstruct::Ring *,std::allocator<const atomstruct::Ring *>>'
|
|---|
| 16509 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Atom.h(201): warning C4244: '=': conversion from 'double' to 'float', possible loss of data
|
|---|
| 16510 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Atom.h(205): warning C4244: 'return': conversion from 'double' to 'float', possible loss of data
|
|---|
| 16511 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Atom.h(223): warning C4267: 'return': conversion from 'size_t' to 'int', possible loss of data
|
|---|
| 16512 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\pyinstance/PythonInstance.declare.h(78): 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>'
|
|---|
| 16513 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 16514 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Bond.h(47): note: see reference to class template instantiation 'pyinstance::PythonInstance<atomstruct::Bond>' being compiled
|
|---|
| 16515 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Bond.h(59): warning C4251: 'atomstruct::Bond::_rings': class 'std::vector<const atomstruct::Ring *,std::allocator<const atomstruct::Ring *>>' needs to have dll-interface to be used by clients of class 'atomstruct::Bond'
|
|---|
| 16516 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Atom.h(91): note: see declaration of 'std::vector<const atomstruct::Ring *,std::allocator<const atomstruct::Ring *>>'
|
|---|
| 16517 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Bond.h(128): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data
|
|---|
| 16518 | ribbon_cpp/parse.cpp(68): warning C4244: '=': conversion from 'npy_intp' to 'int', possible loss of data
|
|---|
| 16519 | ribbon_cpp/parse.cpp(100): warning C4244: '=': conversion from 'double' to 'float', possible loss of data
|
|---|
| 16520 | "C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\bin\HostX64\x64\link.exe" /nologo /INCREMENTAL:NO /LTCG /DLL /MANIFEST:EMBED,ID=2 /MANIFESTUAC:NO /LIBPATH:C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\lib /LIBPATH:C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\core\lib /LIBPATH:C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\lib /LIBPATH:C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\pdb_lib\lib /LIBPATH:C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\arrays\lib /LIBPATH:C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\libs /LIBPATH:C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin /LIBPATH:C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\PCbuild\amd64 "/LIBPATH:C:\Program Files (x86)\Windows Kits\10\lib\10.0.19041.0\ucrt\x64" "/LIBPATH:C:\Program Files (x86)\Windows Kits\10\lib\10.0.19041.0\um\x64" "/LIBPATH:c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\lib\\x64" "/LIBPATH:c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\atlmfc\lib\\x64" "/LIBPATH:c:\Program Files (x86)\Windows Kits\10\lib\10.0.19041.0\ucrt\x64" "/LIBPATH:c:\Program Files (x86)\Windows Kits\10\lib\10.0.19041.0\um\x64" libatomstruct.lib libpdbconnect.lib /EXPORT:PyInit_connect build\temp.win-amd64-cpython-311\Release\atomic_cpp\connect.obj /OUT:build\lib.win-amd64-cpython-311\chimerax\atomic\connect.cp311-win_amd64.pyd /IMPLIB:build\temp.win-amd64-cpython-311\Release\atomic_cpp\connect.cp311-win_amd64.lib
|
|---|
| 16521 | Creating library build\temp.win-amd64-cpython-311\Release\atomic_cpp\connect.cp311-win_amd64.lib and object build\temp.win-amd64-cpython-311\Release\atomic_cpp\connect.cp311-win_amd64.exp
|
|---|
| 16522 | Generating code
|
|---|
| 16523 | "C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\bin\HostX64\x64\link.exe" /nologo /INCREMENTAL:NO /LTCG /DLL /MANIFEST:EMBED,ID=2 /MANIFESTUAC:NO /LIBPATH:C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\lib /LIBPATH:C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\core\lib /LIBPATH:C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\lib /LIBPATH:C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\pdb_lib\lib /LIBPATH:C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\arrays\lib /LIBPATH:C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\libs /LIBPATH:C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin /LIBPATH:C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\PCbuild\amd64 "/LIBPATH:C:\Program Files (x86)\Windows Kits\10\lib\10.0.19041.0\ucrt\x64" "/LIBPATH:C:\Program Files (x86)\Windows Kits\10\lib\10.0.19041.0\um\x64" "/LIBPATH:c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\lib\\x64" "/LIBPATH:c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\atlmfc\lib\\x64" "/LIBPATH:c:\Program Files (x86)\Windows Kits\10\lib\10.0.19041.0\ucrt\x64" "/LIBPATH:c:\Program Files (x86)\Windows Kits\10\lib\10.0.19041.0\um\x64" libatomstruct.lib libelement.lib /EXPORT:PyInit_cytmpl build\temp.win-amd64-cpython-311\Release\atomic_cpp\cytmpl.obj /OUT:build\lib.win-amd64-cpython-311\chimerax\atomic\cytmpl.cp311-win_amd64.pyd /IMPLIB:build\temp.win-amd64-cpython-311\Release\atomic_cpp\cytmpl.cp311-win_amd64.lib
|
|---|
| 16524 | Creating library build\temp.win-amd64-cpython-311\Release\atomic_cpp\cytmpl.cp311-win_amd64.lib and object build\temp.win-amd64-cpython-311\Release\atomic_cpp\cytmpl.cp311-win_amd64.exp
|
|---|
| 16525 | Generating code
|
|---|
| 16526 | Finished generating code
|
|---|
| 16527 | "C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\bin\HostX64\x64\link.exe" /nologo /INCREMENTAL:NO /LTCG /DLL /MANIFEST:EMBED,ID=2 /MANIFESTUAC:NO /LIBPATH:C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\lib /LIBPATH:C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\core\lib /LIBPATH:C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\lib /LIBPATH:C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\pdb_lib\lib /LIBPATH:C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\arrays\lib /LIBPATH:C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\libs /LIBPATH:C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin /LIBPATH:C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\PCbuild\amd64 "/LIBPATH:C:\Program Files (x86)\Windows Kits\10\lib\10.0.19041.0\ucrt\x64" "/LIBPATH:C:\Program Files (x86)\Windows Kits\10\lib\10.0.19041.0\um\x64" "/LIBPATH:c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\lib\\x64" "/LIBPATH:c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\atlmfc\lib\\x64" "/LIBPATH:c:\Program Files (x86)\Windows Kits\10\lib\10.0.19041.0\ucrt\x64" "/LIBPATH:c:\Program Files (x86)\Windows Kits\10\lib\10.0.19041.0\um\x64" libatomstruct.lib libelement.lib /EXPORT:PyInit_cymol build\temp.win-amd64-cpython-311\Release\atomic_cpp\cymol.obj /OUT:build\lib.win-amd64-cpython-311\chimerax\atomic\cymol.cp311-win_amd64.pyd /IMPLIB:build\temp.win-amd64-cpython-311\Release\atomic_cpp\cymol.cp311-win_amd64.lib
|
|---|
| 16528 | "C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\bin\HostX64\x64\cl.exe" /c /nologo /O2 /W3 /GL /DNDEBUG /MD -DMAJOR_VERSION=0 -DMINOR_VERSION=1 -IC:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\include -IC:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\numpy\core\include -IC:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\core\include -IC:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include -IC:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\pdb_lib\include -IC:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\arrays\include -IC:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\include -IC:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Include "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\ucrt" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\shared" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\um" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\winrt" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\cppwinrt" "-Ic:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include" "-Ic:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\atlmfc\include" "-Ic:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\ucrt" "-Ic:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\shared" "-Ic:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\um" "-Ic:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\winrt" "-Ic:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\cppwinrt" /EHsc /Tpribbon_cpp/ribbons.cpp /Fobuild\temp.win-amd64-cpython-311\Release\ribbon_cpp\ribbons.obj
|
|---|
| 16529 | ribbons.cpp
|
|---|
| 16530 | Creating library build\temp.win-amd64-cpython-311\Release\atomic_cpp\cymol.cp311-win_amd64.lib and object build\temp.win-amd64-cpython-311\Release\atomic_cpp\cymol.cp311-win_amd64.exp
|
|---|
| 16531 | Generating code
|
|---|
| 16532 | "C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\bin\HostX64\x64\cl.exe" /c /nologo /O2 /W3 /GL /DNDEBUG /MD -DMAJOR_VERSION=0 -DMINOR_VERSION=1 -IC:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\include -IC:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\numpy\core\include -IC:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\core\include -IC:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include -IC:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\pdb_lib\include -IC:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\arrays\include -IC:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\include -IC:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Include "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\ucrt" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\shared" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\um" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\winrt" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\cppwinrt" "-Ic:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include" "-Ic:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\atlmfc\include" "-Ic:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\ucrt" "-Ic:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\shared" "-Ic:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\um" "-Ic:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\winrt" "-Ic:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\cppwinrt" /EHsc /Tpribbon_cpp/spline.cpp /Fobuild\temp.win-amd64-cpython-311\Release\ribbon_cpp\spline.obj
|
|---|
| 16533 | spline.cpp
|
|---|
| 16534 | Finished generating code
|
|---|
| 16535 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\pyinstance/PythonInstance.declare.h(78): 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>'
|
|---|
| 16536 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 16537 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\pyinstance/PythonInstance.declare.h(104): note: see reference to class template instantiation 'pyinstance::PythonInstance<C>' being compiled
|
|---|
| 16538 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\pyinstance/PythonInstance.declare.h(78): 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>'
|
|---|
| 16539 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 16540 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\element/Element.h(49): note: see reference to class template instantiation 'pyinstance::PythonInstance<element::Element>' being compiled
|
|---|
| 16541 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\element/Element.h(76): warning C4251: 'element::Element::_alkali_metals': class 'std::set<int,std::less<int>,std::allocator<int>>' needs to have dll-interface to be used by clients of class 'element::Element'
|
|---|
| 16542 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\element/Element.h(76): note: see declaration of 'std::set<int,std::less<int>,std::allocator<int>>'
|
|---|
| 16543 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\element/Element.h(77): warning C4251: 'element::Element::_elements': class 'std::map<int,const element::Element *,std::less<int>,std::allocator<std::pair<const int,const element::Element *>>>' needs to have dll-interface to be used by clients of class 'element::Element'
|
|---|
| 16544 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\element/Element.h(77): note: see declaration of 'std::map<int,const element::Element *,std::less<int>,std::allocator<std::pair<const int,const element::Element *>>>'
|
|---|
| 16545 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\element/Element.h(78): warning C4251: 'element::Element::_halogens': class 'std::set<int,std::less<int>,std::allocator<int>>' needs to have dll-interface to be used by clients of class 'element::Element'
|
|---|
| 16546 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\element/Element.h(76): note: see declaration of 'std::set<int,std::less<int>,std::allocator<int>>'
|
|---|
| 16547 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\element/Element.h(79): warning C4251: 'element::Element::_names': class 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>' needs to have dll-interface to be used by clients of class 'element::Element'
|
|---|
| 16548 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\element/Element.h(79): note: see declaration of 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>'
|
|---|
| 16549 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\element/Element.h(80): warning C4251: 'element::Element::_noble_gases': class 'std::set<int,std::less<int>,std::allocator<int>>' needs to have dll-interface to be used by clients of class 'element::Element'
|
|---|
| 16550 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\element/Element.h(76): note: see declaration of 'std::set<int,std::less<int>,std::allocator<int>>'
|
|---|
| 16551 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(59): warning C4251: 'atomstruct::Changes::created': class 'std::set<const void *,std::less<const void *>,std::allocator<const void *>>' needs to have dll-interface to be used by clients of class 'atomstruct::Changes'
|
|---|
| 16552 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(59): note: see declaration of 'std::set<const void *,std::less<const void *>,std::allocator<const void *>>'
|
|---|
| 16553 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(60): warning C4251: 'atomstruct::Changes::modified': class 'std::set<const void *,std::less<const void *>,std::allocator<const void *>>' needs to have dll-interface to be used by clients of class 'atomstruct::Changes'
|
|---|
| 16554 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(59): note: see declaration of 'std::set<const void *,std::less<const void *>,std::allocator<const void *>>'
|
|---|
| 16555 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(61): warning C4251: 'atomstruct::Changes::reasons': class 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>' needs to have dll-interface to be used by clients of class 'atomstruct::Changes'
|
|---|
| 16556 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\element/Element.h(79): note: see declaration of 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>'
|
|---|
| 16557 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\pyinstance/PythonInstance.declare.h(78): 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>'
|
|---|
| 16558 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 16559 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(68): note: see reference to class template instantiation 'pyinstance::PythonInstance<atomstruct::ChangeTracker>' being compiled
|
|---|
| 16560 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(82): warning C4251: 'atomstruct::ChangeTracker::_structure_type_changes': class 'std::map<atomstruct::Structure *,atomstruct::ChangeTracker::ChangesArray,std::less<atomstruct::Structure *>,std::allocator<std::pair<atomstruct::Structure *const ,atomstruct::ChangeTracker::ChangesArray>>>' needs to have dll-interface to be used by clients of class 'atomstruct::ChangeTracker'
|
|---|
| 16561 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(82): note: see declaration of 'std::map<atomstruct::Structure *,atomstruct::ChangeTracker::ChangesArray,std::less<atomstruct::Structure *>,std::allocator<std::pair<atomstruct::Structure *const ,atomstruct::ChangeTracker::ChangesArray>>>'
|
|---|
| 16562 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(83): warning C4251: 'atomstruct::ChangeTracker::_dead_structures': class 'std::set<atomstruct::Structure *,std::less<atomstruct::Structure *>,std::allocator<atomstruct::Structure *>>' needs to have dll-interface to be used by clients of class 'atomstruct::ChangeTracker'
|
|---|
| 16563 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(83): note: see declaration of 'std::set<atomstruct::Structure *,std::less<atomstruct::Structure *>,std::allocator<atomstruct::Structure *>>'
|
|---|
| 16564 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(92): 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'
|
|---|
| 16565 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 16566 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(93): 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'
|
|---|
| 16567 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 16568 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(94): warning C4251: 'atomstruct::ChangeTracker::REASON_ALT_LOCS': 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'
|
|---|
| 16569 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 16570 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(95): 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'
|
|---|
| 16571 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 16572 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(96): 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'
|
|---|
| 16573 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 16574 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(97): 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'
|
|---|
| 16575 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 16576 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(98): warning C4251: 'atomstruct::ChangeTracker::REASON_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::ChangeTracker'
|
|---|
| 16577 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 16578 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(99): 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'
|
|---|
| 16579 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 16580 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(100): 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'
|
|---|
| 16581 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 16582 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(101): 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'
|
|---|
| 16583 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 16584 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(102): 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'
|
|---|
| 16585 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 16586 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(103): 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'
|
|---|
| 16587 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 16588 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(104): warning C4251: 'atomstruct::ChangeTracker::REASON_ELEMENT': 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'
|
|---|
| 16589 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 16590 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(105): 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'
|
|---|
| 16591 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 16592 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(106): 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'
|
|---|
| 16593 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 16594 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(107): 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'
|
|---|
| 16595 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 16596 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(108): warning C4251: 'atomstruct::ChangeTracker::REASON_INSERTION_CODE': 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'
|
|---|
| 16597 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 16598 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(109): 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'
|
|---|
| 16599 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 16600 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(110): warning C4251: 'atomstruct::ChangeTracker::REASON_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'
|
|---|
| 16601 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 16602 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(111): 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'
|
|---|
| 16603 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 16604 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(112): 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'
|
|---|
| 16605 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 16606 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(113): 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'
|
|---|
| 16607 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 16608 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(114): 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'
|
|---|
| 16609 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 16610 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(115): 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'
|
|---|
| 16611 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 16612 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(116): 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'
|
|---|
| 16613 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 16614 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(117): 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'
|
|---|
| 16615 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 16616 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(118): 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'
|
|---|
| 16617 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 16618 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(119): 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'
|
|---|
| 16619 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 16620 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(120): 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'
|
|---|
| 16621 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 16622 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(121): 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'
|
|---|
| 16623 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 16624 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(122): 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'
|
|---|
| 16625 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 16626 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(123): 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'
|
|---|
| 16627 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 16628 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(124): 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'
|
|---|
| 16629 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 16630 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(125): 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'
|
|---|
| 16631 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 16632 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(126): 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'
|
|---|
| 16633 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 16634 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(127): 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'
|
|---|
| 16635 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 16636 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(128): 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'
|
|---|
| 16637 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 16638 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(129): 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'
|
|---|
| 16639 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 16640 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(130): 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'
|
|---|
| 16641 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 16642 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(131): warning C4251: 'atomstruct::ChangeTracker::REASON_WORM_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'
|
|---|
| 16643 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 16644 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(132): warning C4251: 'atomstruct::ChangeTracker::REASON_WORM_RIBBON': 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'
|
|---|
| 16645 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 16646 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(306): 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'
|
|---|
| 16647 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 16648 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\destruct.h(53): warning C4251: 'atomstruct::DestructionCoordinator::_observers': class 'std::set<atomstruct::DestructionObserver *,std::less<atomstruct::DestructionObserver *>,std::allocator<atomstruct::DestructionObserver *>>' needs to have dll-interface to be used by clients of class 'atomstruct::DestructionCoordinator'
|
|---|
| 16649 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\destruct.h(53): note: see declaration of 'std::set<atomstruct::DestructionObserver *,std::less<atomstruct::DestructionObserver *>,std::allocator<atomstruct::DestructionObserver *>>'
|
|---|
| 16650 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\destruct.h(54): warning C4251: 'atomstruct::DestructionCoordinator::_destroyed': class 'std::set<void *,std::less<void *>,std::allocator<void *>>' needs to have dll-interface to be used by clients of class 'atomstruct::DestructionCoordinator'
|
|---|
| 16651 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\destruct.h(42): note: see declaration of 'std::set<void *,std::less<void *>,std::allocator<void *>>'
|
|---|
| 16652 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\pyinstance/PythonInstance.declare.h(78): 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>'
|
|---|
| 16653 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 16654 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Sequence.h(57): note: see reference to class template instantiation 'pyinstance::PythonInstance<atomstruct::Sequence>' being compiled
|
|---|
| 16655 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Sequence.h(63): warning C4251: 'atomstruct::Sequence::_nucleic3to1': class 'std::map<atomstruct::ResName,char,std::less<std::string>,std::allocator<std::pair<const atomstruct::ResName,char>>>' needs to have dll-interface to be used by clients of class 'atomstruct::Sequence'
|
|---|
| 16656 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Sequence.h(61): note: see declaration of 'std::map<atomstruct::ResName,char,std::less<std::string>,std::allocator<std::pair<const atomstruct::ResName,char>>>'
|
|---|
| 16657 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Sequence.h(64): warning C4251: 'atomstruct::Sequence::_protein3to1': class 'std::map<atomstruct::ResName,char,std::less<std::string>,std::allocator<std::pair<const atomstruct::ResName,char>>>' needs to have dll-interface to be used by clients of class 'atomstruct::Sequence'
|
|---|
| 16658 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Sequence.h(61): note: see declaration of 'std::map<atomstruct::ResName,char,std::less<std::string>,std::allocator<std::pair<const atomstruct::ResName,char>>>'
|
|---|
| 16659 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Sequence.h(65): warning C4251: 'atomstruct::Sequence::_rname3to1': class 'std::map<atomstruct::ResName,char,std::less<std::string>,std::allocator<std::pair<const atomstruct::ResName,char>>>' needs to have dll-interface to be used by clients of class 'atomstruct::Sequence'
|
|---|
| 16660 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Sequence.h(61): note: see declaration of 'std::map<atomstruct::ResName,char,std::less<std::string>,std::allocator<std::pair<const atomstruct::ResName,char>>>'
|
|---|
| 16661 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Sequence.h(67): warning C4251: 'atomstruct::Sequence::_cache_g2ug': class 'std::map<unsigned int,unsigned int,std::less<unsigned int>,std::allocator<std::pair<const unsigned int,unsigned int>>>' needs to have dll-interface to be used by clients of class 'atomstruct::Sequence'
|
|---|
| 16662 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Sequence.h(67): note: see declaration of 'std::map<unsigned int,unsigned int,std::less<unsigned int>,std::allocator<std::pair<const unsigned int,unsigned int>>>'
|
|---|
| 16663 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Sequence.h(68): warning C4251: 'atomstruct::Sequence::_cache_ug2g': class 'std::map<unsigned int,unsigned int,std::less<unsigned int>,std::allocator<std::pair<const unsigned int,unsigned int>>>' needs to have dll-interface to be used by clients of class 'atomstruct::Sequence'
|
|---|
| 16664 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Sequence.h(67): note: see declaration of 'std::map<unsigned int,unsigned int,std::less<unsigned int>,std::allocator<std::pair<const unsigned int,unsigned int>>>'
|
|---|
| 16665 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Sequence.h(69): 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'
|
|---|
| 16666 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Sequence.h(59): note: see declaration of 'std::vector<char,std::allocator<char>>'
|
|---|
| 16667 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Sequence.h(74): 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'
|
|---|
| 16668 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Sequence.h(59): note: see declaration of 'std::vector<char,std::allocator<char>>'
|
|---|
| 16669 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Sequence.h(75): 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'
|
|---|
| 16670 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 16671 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Sequence.h(140): warning C4267: 'return': conversion from 'size_t' to 'int', possible loss of data
|
|---|
| 16672 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\StructureSeq.h(61): 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'
|
|---|
| 16673 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 16674 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\StructureSeq.h(62): warning C4251: 'atomstruct::StructureSeq::_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 'atomstruct::StructureSeq'
|
|---|
| 16675 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 16676 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\StructureSeq.h(66): warning C4251: 'atomstruct::StructureSeq::_res_map': class 'std::map<atomstruct::Residue *,atomstruct::StructureSeq::SeqPos,std::less<atomstruct::Residue *>,std::allocator<std::pair<atomstruct::Residue *const ,atomstruct::StructureSeq::SeqPos>>>' needs to have dll-interface to be used by clients of class 'atomstruct::StructureSeq'
|
|---|
| 16677 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\StructureSeq.h(51): note: see declaration of 'std::map<atomstruct::Residue *,atomstruct::StructureSeq::SeqPos,std::less<atomstruct::Residue *>,std::allocator<std::pair<atomstruct::Residue *const ,atomstruct::StructureSeq::SeqPos>>>'
|
|---|
| 16678 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\StructureSeq.h(67): warning C4251: 'atomstruct::StructureSeq::_residues': class 'std::vector<atomstruct::Residue *,std::allocator<atomstruct::Residue *>>' needs to have dll-interface to be used by clients of class 'atomstruct::StructureSeq'
|
|---|
| 16679 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\StructureSeq.h(50): note: see declaration of 'std::vector<atomstruct::Residue *,std::allocator<atomstruct::Residue *>>'
|
|---|
| 16680 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\StructureSeq.h(122): warning C4267: 'return': conversion from 'size_t' to 'int', possible loss of data
|
|---|
| 16681 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\CompSS.h(42): warning C4251: 'atomstruct::CompSSInfo::strands': class 'std::vector<std::pair<atomstruct::Residue *,atomstruct::Residue *>,std::allocator<std::pair<atomstruct::Residue *,atomstruct::Residue *>>>' needs to have dll-interface to be used by clients of class 'atomstruct::CompSSInfo'
|
|---|
| 16682 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\CompSS.h(42): note: see declaration of 'std::vector<std::pair<atomstruct::Residue *,atomstruct::Residue *>,std::allocator<std::pair<atomstruct::Residue *,atomstruct::Residue *>>>'
|
|---|
| 16683 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\CompSS.h(43): warning C4251: 'atomstruct::CompSSInfo::sheets': class 'std::vector<std::set<int,std::less<int>,std::allocator<int>>,std::allocator<std::set<int,std::less<int>,std::allocator<int>>>>' needs to have dll-interface to be used by clients of class 'atomstruct::CompSSInfo'
|
|---|
| 16684 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\CompSS.h(43): note: see declaration of 'std::vector<std::set<int,std::less<int>,std::allocator<int>>,std::allocator<std::set<int,std::less<int>,std::allocator<int>>>>'
|
|---|
| 16685 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\CompSS.h(44): warning C4251: 'atomstruct::CompSSInfo::strands_parallel': class 'std::map<std::pair<int,int>,bool,std::less<std::pair<int,int>>,std::allocator<std::pair<const std::pair<int,int>,bool>>>' needs to have dll-interface to be used by clients of class 'atomstruct::CompSSInfo'
|
|---|
| 16686 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\CompSS.h(44): note: see declaration of 'std::map<std::pair<int,int>,bool,std::less<std::pair<int,int>>,std::allocator<std::pair<const std::pair<int,int>,bool>>>'
|
|---|
| 16687 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\CompSS.h(45): warning C4251: 'atomstruct::CompSSInfo::helix_info': class 'std::vector<std::pair<std::pair<atomstruct::Residue *,atomstruct::Residue *>,char>,std::allocator<std::pair<std::pair<atomstruct::Residue *,atomstruct::Residue *>,char>>>' needs to have dll-interface to be used by clients of class 'atomstruct::CompSSInfo'
|
|---|
| 16688 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\CompSS.h(45): note: see declaration of 'std::vector<std::pair<std::pair<atomstruct::Residue *,atomstruct::Residue *>,char>,std::allocator<std::pair<std::pair<atomstruct::Residue *,atomstruct::Residue *>,char>>>'
|
|---|
| 16689 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\pyinstance/PythonInstance.declare.h(78): 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>'
|
|---|
| 16690 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 16691 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\PBManager.h(53): note: see reference to class template instantiation 'pyinstance::PythonInstance<atomstruct::BaseManager>' being compiled
|
|---|
| 16692 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\PBManager.h(63): warning C4251: 'atomstruct::BaseManager::_groups': class 'std::map<std::string,atomstruct::Proxy_PBGroup *,std::less<std::string>,std::allocator<std::pair<const std::string,atomstruct::Proxy_PBGroup *>>>' needs to have dll-interface to be used by clients of class 'atomstruct::BaseManager'
|
|---|
| 16693 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\PBManager.h(58): note: see declaration of 'std::map<std::string,atomstruct::Proxy_PBGroup *,std::less<std::string>,std::allocator<std::pair<const std::string,atomstruct::Proxy_PBGroup *>>>'
|
|---|
| 16694 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\pyinstance/PythonInstance.declare.h(78): 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>'
|
|---|
| 16695 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 16696 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Ring.h(38): note: see reference to class template instantiation 'pyinstance::PythonInstance<atomstruct::Ring>' being compiled
|
|---|
| 16697 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Ring.h(43): warning C4251: 'atomstruct::Ring::_bonds': class 'std::set<atomstruct::Bond *,std::less<atomstruct::Bond *>,std::allocator<atomstruct::Bond *>>' needs to have dll-interface to be used by clients of class 'atomstruct::Ring'
|
|---|
| 16698 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Ring.h(41): note: see declaration of 'std::set<atomstruct::Bond *,std::less<atomstruct::Bond *>,std::allocator<atomstruct::Bond *>>'
|
|---|
| 16699 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Ring.h(44): warning C4251: 'atomstruct::Ring::_atoms': class 'std::set<atomstruct::Atom *,std::less<atomstruct::Atom *>,std::allocator<atomstruct::Atom *>>' needs to have dll-interface to be used by clients of class 'atomstruct::Ring'
|
|---|
| 16700 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Ring.h(40): note: see declaration of 'std::set<atomstruct::Atom *,std::less<atomstruct::Atom *>,std::allocator<atomstruct::Atom *>>'
|
|---|
| 16701 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\pyinstance/PythonInstance.declare.h(78): 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>'
|
|---|
| 16702 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 16703 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Structure.h(110): note: see reference to class template instantiation 'pyinstance::PythonInstance<atomstruct::Structure>' being compiled
|
|---|
| 16704 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Structure.h(145): warning C4251: 'atomstruct::Structure::_atoms': class 'std::vector<atomstruct::Atom *,std::allocator<atomstruct::Atom *>>' needs to have dll-interface to be used by clients of class 'atomstruct::Structure'
|
|---|
| 16705 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Ring.h(64): note: see declaration of 'std::vector<atomstruct::Atom *,std::allocator<atomstruct::Atom *>>'
|
|---|
| 16706 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Structure.h(147): warning C4251: 'atomstruct::Structure::_bonds': class 'std::vector<atomstruct::Bond *,std::allocator<atomstruct::Bond *>>' needs to have dll-interface to be used by clients of class 'atomstruct::Structure'
|
|---|
| 16707 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Ring.h(63): note: see declaration of 'std::vector<atomstruct::Bond *,std::allocator<atomstruct::Bond *>>'
|
|---|
| 16708 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Structure.h(151): warning C4251: 'atomstruct::Structure::_coord_sets': class 'std::vector<atomstruct::CoordSet *,std::allocator<atomstruct::CoordSet *>>' needs to have dll-interface to be used by clients of class 'atomstruct::Structure'
|
|---|
| 16709 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Structure.h(120): note: see declaration of 'std::vector<atomstruct::CoordSet *,std::allocator<atomstruct::CoordSet *>>'
|
|---|
| 16710 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Structure.h(156): warning C4251: 'atomstruct::Structure::_input_seq_info': class 'std::map<atomstruct::ChainID,std::vector<atomstruct::ResName,std::allocator<std::string>>,std::less<std::string>,std::allocator<std::pair<const atomstruct::ChainID,std::vector<atomstruct::ResName,std::allocator<std::string>>>>>' needs to have dll-interface to be used by clients of class 'atomstruct::Structure'
|
|---|
| 16711 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Structure.h(121): note: see declaration of 'std::map<atomstruct::ChainID,std::vector<atomstruct::ResName,std::allocator<std::string>>,std::less<std::string>,std::allocator<std::pair<const atomstruct::ChainID,std::vector<atomstruct::ResName,std::allocator<std::string>>>>>'
|
|---|
| 16712 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Structure.h(163): warning C4251: 'atomstruct::Structure::_residues': class 'std::vector<atomstruct::Residue *,std::allocator<atomstruct::Residue *>>' needs to have dll-interface to be used by clients of class 'atomstruct::Structure'
|
|---|
| 16713 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\StructureSeq.h(50): note: see declaration of 'std::vector<atomstruct::Residue *,std::allocator<atomstruct::Residue *>>'
|
|---|
| 16714 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Structure.h(165): warning C4251: 'atomstruct::Structure::_res_numbering_valid': class 'std::vector<bool,std::allocator<bool>>' needs to have dll-interface to be used by clients of class 'atomstruct::Structure'
|
|---|
| 16715 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Structure.h(165): note: see declaration of 'std::vector<bool,std::allocator<bool>>'
|
|---|
| 16716 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Structure.h(176): warning C4251: 'atomstruct::Structure::_rings': class 'std::set<atomstruct::Ring,std::less<atomstruct::Ring>,std::allocator<atomstruct::Ring>>' needs to have dll-interface to be used by clients of class 'atomstruct::Structure'
|
|---|
| 16717 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Structure.h(128): note: see declaration of 'std::set<atomstruct::Ring,std::less<atomstruct::Ring>,std::allocator<atomstruct::Ring>>'
|
|---|
| 16718 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Structure.h(283): 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'
|
|---|
| 16719 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 16720 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Structure.h(287): warning C4251: 'atomstruct::Structure::metadata': class 'std::map<atomstruct::ChainID,std::vector<atomstruct::ResName,std::allocator<std::string>>,std::less<std::string>,std::allocator<std::pair<const atomstruct::ChainID,std::vector<atomstruct::ResName,std::allocator<std::string>>>>>' needs to have dll-interface to be used by clients of class 'atomstruct::Structure'
|
|---|
| 16721 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Structure.h(121): note: see declaration of 'std::map<atomstruct::ChainID,std::vector<atomstruct::ResName,std::allocator<std::string>>,std::less<std::string>,std::allocator<std::pair<const atomstruct::ChainID,std::vector<atomstruct::ResName,std::allocator<std::string>>>>>'
|
|---|
| 16722 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\pyinstance/PythonInstance.declare.h(78): 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>'
|
|---|
| 16723 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 16724 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\CoordSet.h(41): note: see reference to class template instantiation 'pyinstance::PythonInstance<atomstruct::CoordSet>' being compiled
|
|---|
| 16725 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\CoordSet.h(49): warning C4251: 'atomstruct::CoordSet::_coords': class 'std::vector<atomstruct::Coord,std::allocator<atomstruct::Coord>>' needs to have dll-interface to be used by clients of class 'atomstruct::CoordSet'
|
|---|
| 16726 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\CoordSet.h(46): note: see declaration of 'std::vector<atomstruct::Coord,std::allocator<atomstruct::Coord>>'
|
|---|
| 16727 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\CoordSet.h(51): warning C4251: 'atomstruct::CoordSet::_bfactor_map': class 'std::unordered_map<const atomstruct::Atom *,float,std::hash<const atomstruct::Atom *>,std::equal_to<const atomstruct::Atom *>,std::allocator<std::pair<const atomstruct::Atom *const ,float>>>' needs to have dll-interface to be used by clients of class 'atomstruct::CoordSet'
|
|---|
| 16728 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\CoordSet.h(51): note: see declaration of 'std::unordered_map<const atomstruct::Atom *,float,std::hash<const atomstruct::Atom *>,std::equal_to<const atomstruct::Atom *>,std::allocator<std::pair<const atomstruct::Atom *const ,float>>>'
|
|---|
| 16729 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\CoordSet.h(52): warning C4251: 'atomstruct::CoordSet::_occupancy_map': class 'std::unordered_map<const atomstruct::Atom *,float,std::hash<const atomstruct::Atom *>,std::equal_to<const atomstruct::Atom *>,std::allocator<std::pair<const atomstruct::Atom *const ,float>>>' needs to have dll-interface to be used by clients of class 'atomstruct::CoordSet'
|
|---|
| 16730 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\CoordSet.h(51): note: see declaration of 'std::unordered_map<const atomstruct::Atom *,float,std::hash<const atomstruct::Atom *>,std::equal_to<const atomstruct::Atom *>,std::allocator<std::pair<const atomstruct::Atom *const ,float>>>'
|
|---|
| 16731 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\CoordSet.h(77): warning C4267: 'return': conversion from 'size_t' to 'int', possible loss of data
|
|---|
| 16732 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\CoordSet.h(80): warning C4267: 'return': conversion from 'size_t' to 'int', possible loss of data
|
|---|
| 16733 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\pyinstance/PythonInstance.declare.h(78): 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>'
|
|---|
| 16734 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 16735 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct/Atom.h(68): note: see reference to class template instantiation 'pyinstance::PythonInstance<atomstruct::Atom>' being compiled
|
|---|
| 16736 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct/Atom.h(124): warning C4251: 'atomstruct::Atom::_alt_loc_map': class 'std::map<unsigned char,atomstruct::Atom::_Alt_loc_info,std::less<unsigned char>,std::allocator<std::pair<const unsigned char,atomstruct::Atom::_Alt_loc_info>>>' needs to have dll-interface to be used by clients of class 'atomstruct::Atom'
|
|---|
| 16737 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct/Atom.h(123): note: see declaration of 'std::map<unsigned char,atomstruct::Atom::_Alt_loc_info,std::less<unsigned char>,std::allocator<std::pair<const unsigned char,atomstruct::Atom::_Alt_loc_info>>>'
|
|---|
| 16738 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct/Atom.h(126): warning C4251: 'atomstruct::Atom::_bonds': class 'std::vector<atomstruct::Bond *,std::allocator<atomstruct::Bond *>>' needs to have dll-interface to be used by clients of class 'atomstruct::Atom'
|
|---|
| 16739 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Ring.h(63): note: see declaration of 'std::vector<atomstruct::Bond *,std::allocator<atomstruct::Bond *>>'
|
|---|
| 16740 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct/Atom.h(127): 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'
|
|---|
| 16741 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\string_types.h(44): note: see declaration of 'chutil::CString<5,65,116,111,109,32,84,121,112,101>'
|
|---|
| 16742 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct/Atom.h(134): 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'
|
|---|
| 16743 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\string_types.h(44): note: see declaration of 'chutil::CString<5,65,116,111,109,32,84,121,112,101>'
|
|---|
| 16744 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct/Atom.h(136): warning C4251: 'atomstruct::Atom::_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::Atom'
|
|---|
| 16745 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 16746 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct/Atom.h(137): warning C4251: 'atomstruct::Atom::_neighbors': class 'std::vector<atomstruct::Atom *,std::allocator<atomstruct::Atom *>>' needs to have dll-interface to be used by clients of class 'atomstruct::Atom'
|
|---|
| 16747 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Ring.h(64): note: see declaration of 'std::vector<atomstruct::Atom *,std::allocator<atomstruct::Atom *>>'
|
|---|
| 16748 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct/Atom.h(143): warning C4251: 'atomstruct::Atom::_rings': class 'std::vector<const atomstruct::Ring *,std::allocator<const atomstruct::Ring *>>' needs to have dll-interface to be used by clients of class 'atomstruct::Atom'
|
|---|
| 16749 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct/Atom.h(91): note: see declaration of 'std::vector<const atomstruct::Ring *,std::allocator<const atomstruct::Ring *>>'
|
|---|
| 16750 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct/Atom.h(201): warning C4244: '=': conversion from 'double' to 'float', possible loss of data
|
|---|
| 16751 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct/Atom.h(205): warning C4244: 'return': conversion from 'double' to 'float', possible loss of data
|
|---|
| 16752 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct/Atom.h(223): warning C4267: 'return': conversion from 'size_t' to 'int', possible loss of data
|
|---|
| 16753 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\pyinstance/PythonInstance.declare.h(78): 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>'
|
|---|
| 16754 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 16755 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct/Residue.h(53): note: see reference to class template instantiation 'pyinstance::PythonInstance<atomstruct::Residue>' being compiled
|
|---|
| 16756 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct/Residue.h(81): warning C4251: 'atomstruct::Residue::_atoms': class 'std::vector<atomstruct::Atom *,std::allocator<atomstruct::Atom *>>' needs to have dll-interface to be used by clients of class 'atomstruct::Residue'
|
|---|
| 16757 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Ring.h(64): note: see declaration of 'std::vector<atomstruct::Atom *,std::allocator<atomstruct::Atom *>>'
|
|---|
| 16758 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct/Residue.h(83): 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'
|
|---|
| 16759 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 16760 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct/Residue.h(85): 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'
|
|---|
| 16761 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 16762 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct/Residue.h(86): 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'
|
|---|
| 16763 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 16764 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct/Residue.h(162): warning C4251: 'atomstruct::Residue::aa_min_backbone_names': class 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>' needs to have dll-interface to be used by clients of class 'atomstruct::Residue'
|
|---|
| 16765 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\element/Element.h(79): note: see declaration of 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>'
|
|---|
| 16766 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct/Residue.h(163): warning C4251: 'atomstruct::Residue::aa_min_ordered_backbone_names': class 'std::vector<atomstruct::ResName,std::allocator<std::string>>' needs to have dll-interface to be used by clients of class 'atomstruct::Residue'
|
|---|
| 16767 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Sequence.h(99): note: see declaration of 'std::vector<atomstruct::ResName,std::allocator<std::string>>'
|
|---|
| 16768 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct/Residue.h(164): warning C4251: 'atomstruct::Residue::aa_max_backbone_names': class 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>' needs to have dll-interface to be used by clients of class 'atomstruct::Residue'
|
|---|
| 16769 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\element/Element.h(79): note: see declaration of 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>'
|
|---|
| 16770 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct/Residue.h(165): warning C4251: 'atomstruct::Residue::aa_ribbon_backbone_names': class 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>' needs to have dll-interface to be used by clients of class 'atomstruct::Residue'
|
|---|
| 16771 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\element/Element.h(79): note: see declaration of 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>'
|
|---|
| 16772 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct/Residue.h(166): warning C4251: 'atomstruct::Residue::aa_side_connector_names': class 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>' needs to have dll-interface to be used by clients of class 'atomstruct::Residue'
|
|---|
| 16773 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\element/Element.h(79): note: see declaration of 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>'
|
|---|
| 16774 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct/Residue.h(167): warning C4251: 'atomstruct::Residue::na_min_backbone_names': class 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>' needs to have dll-interface to be used by clients of class 'atomstruct::Residue'
|
|---|
| 16775 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\element/Element.h(79): note: see declaration of 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>'
|
|---|
| 16776 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct/Residue.h(168): warning C4251: 'atomstruct::Residue::na_min_ordered_backbone_names': class 'std::vector<atomstruct::ResName,std::allocator<std::string>>' needs to have dll-interface to be used by clients of class 'atomstruct::Residue'
|
|---|
| 16777 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Sequence.h(99): note: see declaration of 'std::vector<atomstruct::ResName,std::allocator<std::string>>'
|
|---|
| 16778 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct/Residue.h(169): warning C4251: 'atomstruct::Residue::na_max_backbone_names': class 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>' needs to have dll-interface to be used by clients of class 'atomstruct::Residue'
|
|---|
| 16779 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\element/Element.h(79): note: see declaration of 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>'
|
|---|
| 16780 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct/Residue.h(170): warning C4251: 'atomstruct::Residue::na_ribbon_backbone_names': class 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>' needs to have dll-interface to be used by clients of class 'atomstruct::Residue'
|
|---|
| 16781 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\element/Element.h(79): note: see declaration of 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>'
|
|---|
| 16782 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct/Residue.h(171): warning C4251: 'atomstruct::Residue::na_side_connector_names': class 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>' needs to have dll-interface to be used by clients of class 'atomstruct::Residue'
|
|---|
| 16783 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\element/Element.h(79): note: see declaration of 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>'
|
|---|
| 16784 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct/Residue.h(172): warning C4251: 'atomstruct::Residue::ribose_names': class 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>' needs to have dll-interface to be used by clients of class 'atomstruct::Residue'
|
|---|
| 16785 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\element/Element.h(79): note: see declaration of 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>'
|
|---|
| 16786 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct/Residue.h(173): warning C4251: 'atomstruct::Residue::std_solvent_names': class 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>' needs to have dll-interface to be used by clients of class 'atomstruct::Residue'
|
|---|
| 16787 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\element/Element.h(79): note: see declaration of 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>'
|
|---|
| 16788 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct/Residue.h(174): warning C4251: 'atomstruct::Residue::std_water_names': class 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>' needs to have dll-interface to be used by clients of class 'atomstruct::Residue'
|
|---|
| 16789 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\element/Element.h(79): note: see declaration of 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>'
|
|---|
| 16790 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct/Residue.h(175): warning C4251: 'atomstruct::Residue::ideal_chirality': class 'std::map<atomstruct::ResName,std::map<atomstruct::ResName,char,std::less<std::string>,std::allocator<std::pair<const atomstruct::ResName,char>>>,std::less<std::string>,std::allocator<std::pair<const atomstruct::ResName,std::map<atomstruct::ResName,char,std::less<std::string>,std::allocator<std::pair<const atomstruct::ResName,char>>>>>>' needs to have dll-interface to be used by clients of class 'atomstruct::Residue'
|
|---|
| 16791 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct/Residue.h(175): note: see declaration of 'std::map<atomstruct::ResName,std::map<atomstruct::ResName,char,std::less<std::string>,std::allocator<std::pair<const atomstruct::ResName,char>>>,std::less<std::string>,std::allocator<std::pair<const atomstruct::ResName,std::map<atomstruct::ResName,char,std::less<std::string>,std::allocator<std::pair<const atomstruct::ResName,char>>>>>>'
|
|---|
| 16792 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct/Residue.h(126): warning C4267: 'return': conversion from 'size_t' to 'int', possible loss of data
|
|---|
| 16793 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\pyinstance/PythonInstance.declare.h(78): 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>'
|
|---|
| 16794 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 16795 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Bond.h(47): note: see reference to class template instantiation 'pyinstance::PythonInstance<atomstruct::Bond>' being compiled
|
|---|
| 16796 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Bond.h(59): warning C4251: 'atomstruct::Bond::_rings': class 'std::vector<const atomstruct::Ring *,std::allocator<const atomstruct::Ring *>>' needs to have dll-interface to be used by clients of class 'atomstruct::Bond'
|
|---|
| 16797 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct/Atom.h(91): note: see declaration of 'std::vector<const atomstruct::Ring *,std::allocator<const atomstruct::Ring *>>'
|
|---|
| 16798 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Bond.h(128): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data
|
|---|
| 16799 | ribbon_cpp/spline.cpp(66): warning C4244: '=': conversion from 'double' to 'float', possible loss of data
|
|---|
| 16800 | ribbon_cpp/spline.cpp(67): warning C4244: '=': conversion from 'double' to 'float', possible loss of data
|
|---|
| 16801 | ribbon_cpp/spline.cpp(68): warning C4244: '=': conversion from 'double' to 'float', possible loss of data
|
|---|
| 16802 | ribbon_cpp/spline.cpp(69): warning C4244: 'initializing': conversion from 'double' to 'float', possible loss of data
|
|---|
| 16803 | ribbon_cpp/spline.cpp(70): warning C4244: 'initializing': conversion from 'double' to 'float', possible loss of data
|
|---|
| 16804 | ribbon_cpp/spline.cpp(71): warning C4244: 'initializing': conversion from 'double' to 'float', possible loss of data
|
|---|
| 16805 | ribbon_cpp/spline.cpp(267): warning C4244: 'initializing': conversion from 'int64_t' to 'int', possible loss of data
|
|---|
| 16806 | ribbon_cpp/spline.cpp(371): warning C4244: 'initializing': conversion from 'int64_t' to 'int', possible loss of data
|
|---|
| 16807 | ribbon_cpp/spline.cpp(452): warning C4267: 'initializing': conversion from 'size_t' to 'int', possible loss of data
|
|---|
| 16808 | ribbon_cpp/spline.cpp(490): warning C4244: 'argument': conversion from 'int64_t' to 'int', possible loss of data
|
|---|
| 16809 | ribbon_cpp/spline.cpp(585): warning C4244: 'argument': conversion from 'int64_t' to 'int', possible loss of data
|
|---|
| 16810 | ribbon_cpp/spline.cpp(587): warning C4244: 'argument': conversion from 'int64_t' to 'int', possible loss of data
|
|---|
| 16811 | ribbon_cpp/spline.cpp(618): warning C4244: '=': conversion from 'atomstruct::Real' to 'float', possible loss of data
|
|---|
| 16812 | ribbon_cpp/spline.cpp(619): warning C4244: '=': conversion from 'atomstruct::Real' to 'float', possible loss of data
|
|---|
| 16813 | ribbon_cpp/spline.cpp(620): warning C4244: '=': conversion from 'atomstruct::Real' to 'float', possible loss of data
|
|---|
| 16814 | ribbon_cpp/spline.cpp(720): warning C4267: 'argument': conversion from 'size_t' to 'int', possible loss of data
|
|---|
| 16815 | ribbon_cpp/spline.cpp(771): warning C4244: '=': conversion from 'const atomstruct::Real' to 'float', possible loss of data
|
|---|
| 16816 | ribbon_cpp/spline.cpp(772): warning C4244: '=': conversion from 'const atomstruct::Real' to 'float', possible loss of data
|
|---|
| 16817 | ribbon_cpp/spline.cpp(773): warning C4244: '=': conversion from 'const atomstruct::Real' to 'float', possible loss of data
|
|---|
| 16818 | ribbon_cpp/spline.cpp(800): warning C4267: 'argument': conversion from 'size_t' to 'int', possible loss of data
|
|---|
| 16819 | ribbon_cpp/spline.cpp(801): warning C4267: 'argument': conversion from 'size_t' to 'int', possible loss of data
|
|---|
| 16820 | ribbon_cpp/spline.cpp(820): warning C4244: '=': conversion from 'const atomstruct::Real' to 'float', possible loss of data
|
|---|
| 16821 | ribbon_cpp/spline.cpp(821): warning C4244: '=': conversion from 'const atomstruct::Real' to 'float', possible loss of data
|
|---|
| 16822 | ribbon_cpp/spline.cpp(822): warning C4244: '=': conversion from 'const atomstruct::Real' to 'float', possible loss of data
|
|---|
| 16823 | ribbon_cpp/spline.cpp(843): warning C4244: '=': conversion from 'const atomstruct::Real' to 'float', possible loss of data
|
|---|
| 16824 | ribbon_cpp/spline.cpp(844): warning C4244: '=': conversion from 'const atomstruct::Real' to 'float', possible loss of data
|
|---|
| 16825 | ribbon_cpp/spline.cpp(845): warning C4244: '=': conversion from 'const atomstruct::Real' to 'float', possible loss of data
|
|---|
| 16826 | ribbon_cpp/spline.cpp(867): warning C4244: '=': conversion from 'const atomstruct::Real' to 'float', possible loss of data
|
|---|
| 16827 | ribbon_cpp/spline.cpp(868): warning C4244: '=': conversion from 'const atomstruct::Real' to 'float', possible loss of data
|
|---|
| 16828 | ribbon_cpp/spline.cpp(869): warning C4244: '=': conversion from 'const atomstruct::Real' to 'float', possible loss of data
|
|---|
| 16829 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\utility(186): warning C4244: 'initializing': conversion from '_Ty' to '_Ty2', possible loss of data
|
|---|
| 16830 | with
|
|---|
| 16831 | [
|
|---|
| 16832 | _Ty=double
|
|---|
| 16833 | ]
|
|---|
| 16834 | and
|
|---|
| 16835 | [
|
|---|
| 16836 | _Ty2=float
|
|---|
| 16837 | ]
|
|---|
| 16838 | ribbon_cpp/spline.cpp(518): note: see reference to function template instantiation 'std::pair<const std::string,float>::pair<const char(&)[2],double,0>(_Other1,_Other2 &&) noexcept(false)' being compiled
|
|---|
| 16839 | with
|
|---|
| 16840 | [
|
|---|
| 16841 | _Other1=const char (&)[2],
|
|---|
| 16842 | _Other2=double
|
|---|
| 16843 | ]
|
|---|
| 16844 | ribbon_cpp/spline.cpp(504): note: see reference to function template instantiation 'std::pair<const std::string,float>::pair<const char(&)[2],double,0>(_Other1,_Other2 &&) noexcept(false)' being compiled
|
|---|
| 16845 | with
|
|---|
| 16846 | [
|
|---|
| 16847 | _Other1=const char (&)[2],
|
|---|
| 16848 | _Other2=double
|
|---|
| 16849 | ]
|
|---|
| 16850 | "C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\bin\HostX64\x64\cl.exe" /c /nologo /O2 /W3 /GL /DNDEBUG /MD -DMAJOR_VERSION=0 -DMINOR_VERSION=1 -IC:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\include -IC:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\numpy\core\include -IC:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\core\include -IC:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include -IC:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\pdb_lib\include -IC:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\arrays\include -IC:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\include -IC:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Include "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\ucrt" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\shared" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\um" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\winrt" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\cppwinrt" "-Ic:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include" "-Ic:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\atlmfc\include" "-Ic:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\ucrt" "-Ic:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\shared" "-Ic:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\um" "-Ic:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\winrt" "-Ic:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\cppwinrt" /EHsc /Tpribbon_cpp/xsection.cpp /Fobuild\temp.win-amd64-cpython-311\Release\ribbon_cpp\xsection.obj
|
|---|
| 16851 | xsection.cpp
|
|---|
| 16852 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\pyinstance/PythonInstance.declare.h(78): 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>'
|
|---|
| 16853 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 16854 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\pyinstance/PythonInstance.declare.h(104): note: see reference to class template instantiation 'pyinstance::PythonInstance<C>' being compiled
|
|---|
| 16855 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(59): warning C4251: 'atomstruct::Changes::created': class 'std::set<const void *,std::less<const void *>,std::allocator<const void *>>' needs to have dll-interface to be used by clients of class 'atomstruct::Changes'
|
|---|
| 16856 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(59): note: see declaration of 'std::set<const void *,std::less<const void *>,std::allocator<const void *>>'
|
|---|
| 16857 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(60): warning C4251: 'atomstruct::Changes::modified': class 'std::set<const void *,std::less<const void *>,std::allocator<const void *>>' needs to have dll-interface to be used by clients of class 'atomstruct::Changes'
|
|---|
| 16858 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(59): note: see declaration of 'std::set<const void *,std::less<const void *>,std::allocator<const void *>>'
|
|---|
| 16859 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(61): warning C4251: 'atomstruct::Changes::reasons': class 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>' needs to have dll-interface to be used by clients of class 'atomstruct::Changes'
|
|---|
| 16860 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(61): note: see declaration of 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>'
|
|---|
| 16861 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\pyinstance/PythonInstance.declare.h(78): 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>'
|
|---|
| 16862 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 16863 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(68): note: see reference to class template instantiation 'pyinstance::PythonInstance<atomstruct::ChangeTracker>' being compiled
|
|---|
| 16864 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(82): warning C4251: 'atomstruct::ChangeTracker::_structure_type_changes': class 'std::map<atomstruct::Structure *,atomstruct::ChangeTracker::ChangesArray,std::less<atomstruct::Structure *>,std::allocator<std::pair<atomstruct::Structure *const ,atomstruct::ChangeTracker::ChangesArray>>>' needs to have dll-interface to be used by clients of class 'atomstruct::ChangeTracker'
|
|---|
| 16865 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(82): note: see declaration of 'std::map<atomstruct::Structure *,atomstruct::ChangeTracker::ChangesArray,std::less<atomstruct::Structure *>,std::allocator<std::pair<atomstruct::Structure *const ,atomstruct::ChangeTracker::ChangesArray>>>'
|
|---|
| 16866 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(83): warning C4251: 'atomstruct::ChangeTracker::_dead_structures': class 'std::set<atomstruct::Structure *,std::less<atomstruct::Structure *>,std::allocator<atomstruct::Structure *>>' needs to have dll-interface to be used by clients of class 'atomstruct::ChangeTracker'
|
|---|
| 16867 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(83): note: see declaration of 'std::set<atomstruct::Structure *,std::less<atomstruct::Structure *>,std::allocator<atomstruct::Structure *>>'
|
|---|
| 16868 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(92): 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'
|
|---|
| 16869 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 16870 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(93): 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'
|
|---|
| 16871 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 16872 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(94): warning C4251: 'atomstruct::ChangeTracker::REASON_ALT_LOCS': 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'
|
|---|
| 16873 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 16874 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(95): 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'
|
|---|
| 16875 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 16876 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(96): 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'
|
|---|
| 16877 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 16878 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(97): 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'
|
|---|
| 16879 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 16880 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(98): warning C4251: 'atomstruct::ChangeTracker::REASON_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::ChangeTracker'
|
|---|
| 16881 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 16882 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(99): 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'
|
|---|
| 16883 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 16884 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(100): 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'
|
|---|
| 16885 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 16886 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(101): 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'
|
|---|
| 16887 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 16888 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(102): 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'
|
|---|
| 16889 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 16890 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(103): 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'
|
|---|
| 16891 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 16892 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(104): warning C4251: 'atomstruct::ChangeTracker::REASON_ELEMENT': 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'
|
|---|
| 16893 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 16894 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(105): 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'
|
|---|
| 16895 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 16896 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(106): 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'
|
|---|
| 16897 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 16898 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(107): 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'
|
|---|
| 16899 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 16900 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(108): warning C4251: 'atomstruct::ChangeTracker::REASON_INSERTION_CODE': 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'
|
|---|
| 16901 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 16902 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(109): 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'
|
|---|
| 16903 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 16904 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(110): warning C4251: 'atomstruct::ChangeTracker::REASON_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'
|
|---|
| 16905 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 16906 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(111): 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'
|
|---|
| 16907 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 16908 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(112): 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'
|
|---|
| 16909 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 16910 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(113): 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'
|
|---|
| 16911 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 16912 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(114): 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'
|
|---|
| 16913 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 16914 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(115): 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'
|
|---|
| 16915 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 16916 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(116): 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'
|
|---|
| 16917 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 16918 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(117): 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'
|
|---|
| 16919 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 16920 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(118): 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'
|
|---|
| 16921 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 16922 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(119): 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'
|
|---|
| 16923 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 16924 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(120): 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'
|
|---|
| 16925 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 16926 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(121): 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'
|
|---|
| 16927 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 16928 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(122): 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'
|
|---|
| 16929 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 16930 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(123): 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'
|
|---|
| 16931 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 16932 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(124): 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'
|
|---|
| 16933 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 16934 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(125): 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'
|
|---|
| 16935 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 16936 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(126): 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'
|
|---|
| 16937 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 16938 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(127): 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'
|
|---|
| 16939 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 16940 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(128): 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'
|
|---|
| 16941 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 16942 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(129): 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'
|
|---|
| 16943 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 16944 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(130): 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'
|
|---|
| 16945 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 16946 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(131): warning C4251: 'atomstruct::ChangeTracker::REASON_WORM_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'
|
|---|
| 16947 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 16948 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(132): warning C4251: 'atomstruct::ChangeTracker::REASON_WORM_RIBBON': 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'
|
|---|
| 16949 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 16950 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(306): 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'
|
|---|
| 16951 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 16952 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\pyinstance/PythonInstance.declare.h(78): 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>'
|
|---|
| 16953 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 16954 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct/Residue.h(53): note: see reference to class template instantiation 'pyinstance::PythonInstance<atomstruct::Residue>' being compiled
|
|---|
| 16955 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct/Residue.h(81): warning C4251: 'atomstruct::Residue::_atoms': class 'std::vector<atomstruct::Atom *,std::allocator<atomstruct::Atom *>>' needs to have dll-interface to be used by clients of class 'atomstruct::Residue'
|
|---|
| 16956 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct/Residue.h(55): note: see declaration of 'std::vector<atomstruct::Atom *,std::allocator<atomstruct::Atom *>>'
|
|---|
| 16957 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct/Residue.h(83): 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'
|
|---|
| 16958 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 16959 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct/Residue.h(85): 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'
|
|---|
| 16960 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 16961 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct/Residue.h(86): 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'
|
|---|
| 16962 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 16963 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct/Residue.h(162): warning C4251: 'atomstruct::Residue::aa_min_backbone_names': class 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>' needs to have dll-interface to be used by clients of class 'atomstruct::Residue'
|
|---|
| 16964 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(61): note: see declaration of 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>'
|
|---|
| 16965 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct/Residue.h(163): warning C4251: 'atomstruct::Residue::aa_min_ordered_backbone_names': class 'std::vector<atomstruct::AtomName,std::allocator<std::string>>' needs to have dll-interface to be used by clients of class 'atomstruct::Residue'
|
|---|
| 16966 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct/Residue.h(163): note: see declaration of 'std::vector<atomstruct::AtomName,std::allocator<std::string>>'
|
|---|
| 16967 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct/Residue.h(164): warning C4251: 'atomstruct::Residue::aa_max_backbone_names': class 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>' needs to have dll-interface to be used by clients of class 'atomstruct::Residue'
|
|---|
| 16968 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(61): note: see declaration of 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>'
|
|---|
| 16969 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct/Residue.h(165): warning C4251: 'atomstruct::Residue::aa_ribbon_backbone_names': class 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>' needs to have dll-interface to be used by clients of class 'atomstruct::Residue'
|
|---|
| 16970 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(61): note: see declaration of 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>'
|
|---|
| 16971 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct/Residue.h(166): warning C4251: 'atomstruct::Residue::aa_side_connector_names': class 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>' needs to have dll-interface to be used by clients of class 'atomstruct::Residue'
|
|---|
| 16972 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(61): note: see declaration of 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>'
|
|---|
| 16973 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct/Residue.h(167): warning C4251: 'atomstruct::Residue::na_min_backbone_names': class 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>' needs to have dll-interface to be used by clients of class 'atomstruct::Residue'
|
|---|
| 16974 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(61): note: see declaration of 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>'
|
|---|
| 16975 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct/Residue.h(168): warning C4251: 'atomstruct::Residue::na_min_ordered_backbone_names': class 'std::vector<atomstruct::AtomName,std::allocator<std::string>>' needs to have dll-interface to be used by clients of class 'atomstruct::Residue'
|
|---|
| 16976 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct/Residue.h(163): note: see declaration of 'std::vector<atomstruct::AtomName,std::allocator<std::string>>'
|
|---|
| 16977 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct/Residue.h(169): warning C4251: 'atomstruct::Residue::na_max_backbone_names': class 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>' needs to have dll-interface to be used by clients of class 'atomstruct::Residue'
|
|---|
| 16978 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(61): note: see declaration of 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>'
|
|---|
| 16979 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct/Residue.h(170): warning C4251: 'atomstruct::Residue::na_ribbon_backbone_names': class 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>' needs to have dll-interface to be used by clients of class 'atomstruct::Residue'
|
|---|
| 16980 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(61): note: see declaration of 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>'
|
|---|
| 16981 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct/Residue.h(171): warning C4251: 'atomstruct::Residue::na_side_connector_names': class 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>' needs to have dll-interface to be used by clients of class 'atomstruct::Residue'
|
|---|
| 16982 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(61): note: see declaration of 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>'
|
|---|
| 16983 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct/Residue.h(172): warning C4251: 'atomstruct::Residue::ribose_names': class 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>' needs to have dll-interface to be used by clients of class 'atomstruct::Residue'
|
|---|
| 16984 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(61): note: see declaration of 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>'
|
|---|
| 16985 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct/Residue.h(173): warning C4251: 'atomstruct::Residue::std_solvent_names': class 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>' needs to have dll-interface to be used by clients of class 'atomstruct::Residue'
|
|---|
| 16986 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(61): note: see declaration of 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>'
|
|---|
| 16987 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct/Residue.h(174): warning C4251: 'atomstruct::Residue::std_water_names': class 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>' needs to have dll-interface to be used by clients of class 'atomstruct::Residue'
|
|---|
| 16988 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(61): note: see declaration of 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>'
|
|---|
| 16989 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct/Residue.h(175): warning C4251: 'atomstruct::Residue::ideal_chirality': class 'std::map<atomstruct::ResName,std::map<atomstruct::AtomName,char,std::less<std::string>,std::allocator<std::pair<const atomstruct::AtomName,char>>>,std::less<std::string>,std::allocator<std::pair<const atomstruct::ResName,std::map<atomstruct::AtomName,char,std::less<std::string>,std::allocator<std::pair<const atomstruct::AtomName,char>>>>>>' needs to have dll-interface to be used by clients of class 'atomstruct::Residue'
|
|---|
| 16990 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct/Residue.h(175): note: see declaration of 'std::map<atomstruct::ResName,std::map<atomstruct::AtomName,char,std::less<std::string>,std::allocator<std::pair<const atomstruct::AtomName,char>>>,std::less<std::string>,std::allocator<std::pair<const atomstruct::ResName,std::map<atomstruct::AtomName,char,std::less<std::string>,std::allocator<std::pair<const atomstruct::AtomName,char>>>>>>'
|
|---|
| 16991 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct/Residue.h(126): warning C4267: 'return': conversion from 'size_t' to 'int', possible loss of data
|
|---|
| 16992 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\pyinstance/PythonInstance.declare.h(78): 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>'
|
|---|
| 16993 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 16994 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\element/Element.h(49): note: see reference to class template instantiation 'pyinstance::PythonInstance<element::Element>' being compiled
|
|---|
| 16995 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\element/Element.h(76): warning C4251: 'element::Element::_alkali_metals': class 'std::set<int,std::less<int>,std::allocator<int>>' needs to have dll-interface to be used by clients of class 'element::Element'
|
|---|
| 16996 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\element/Element.h(76): note: see declaration of 'std::set<int,std::less<int>,std::allocator<int>>'
|
|---|
| 16997 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\element/Element.h(77): warning C4251: 'element::Element::_elements': class 'std::map<int,const element::Element *,std::less<int>,std::allocator<std::pair<const int,const element::Element *>>>' needs to have dll-interface to be used by clients of class 'element::Element'
|
|---|
| 16998 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\element/Element.h(77): note: see declaration of 'std::map<int,const element::Element *,std::less<int>,std::allocator<std::pair<const int,const element::Element *>>>'
|
|---|
| 16999 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\element/Element.h(78): warning C4251: 'element::Element::_halogens': class 'std::set<int,std::less<int>,std::allocator<int>>' needs to have dll-interface to be used by clients of class 'element::Element'
|
|---|
| 17000 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\element/Element.h(76): note: see declaration of 'std::set<int,std::less<int>,std::allocator<int>>'
|
|---|
| 17001 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\element/Element.h(79): warning C4251: 'element::Element::_names': class 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>' needs to have dll-interface to be used by clients of class 'element::Element'
|
|---|
| 17002 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(61): note: see declaration of 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>'
|
|---|
| 17003 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\element/Element.h(80): warning C4251: 'element::Element::_noble_gases': class 'std::set<int,std::less<int>,std::allocator<int>>' needs to have dll-interface to be used by clients of class 'element::Element'
|
|---|
| 17004 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\element/Element.h(76): note: see declaration of 'std::set<int,std::less<int>,std::allocator<int>>'
|
|---|
| 17005 | Finished generating code
|
|---|
| 17006 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\destruct.h(53): warning C4251: 'atomstruct::DestructionCoordinator::_observers': class 'std::set<atomstruct::DestructionObserver *,std::less<atomstruct::DestructionObserver *>,std::allocator<atomstruct::DestructionObserver *>>' needs to have dll-interface to be used by clients of class 'atomstruct::DestructionCoordinator'
|
|---|
| 17007 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\destruct.h(53): note: see declaration of 'std::set<atomstruct::DestructionObserver *,std::less<atomstruct::DestructionObserver *>,std::allocator<atomstruct::DestructionObserver *>>'
|
|---|
| 17008 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\destruct.h(54): warning C4251: 'atomstruct::DestructionCoordinator::_destroyed': class 'std::set<void *,std::less<void *>,std::allocator<void *>>' needs to have dll-interface to be used by clients of class 'atomstruct::DestructionCoordinator'
|
|---|
| 17009 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\destruct.h(42): note: see declaration of 'std::set<void *,std::less<void *>,std::allocator<void *>>'
|
|---|
| 17010 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\pyinstance/PythonInstance.declare.h(78): 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>'
|
|---|
| 17011 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 17012 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Sequence.h(57): note: see reference to class template instantiation 'pyinstance::PythonInstance<atomstruct::Sequence>' being compiled
|
|---|
| 17013 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Sequence.h(63): warning C4251: 'atomstruct::Sequence::_nucleic3to1': class 'std::map<atomstruct::AtomName,char,std::less<std::string>,std::allocator<std::pair<const atomstruct::AtomName,char>>>' needs to have dll-interface to be used by clients of class 'atomstruct::Sequence'
|
|---|
| 17014 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct/Residue.h(175): note: see declaration of 'std::map<atomstruct::AtomName,char,std::less<std::string>,std::allocator<std::pair<const atomstruct::AtomName,char>>>'
|
|---|
| 17015 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Sequence.h(64): warning C4251: 'atomstruct::Sequence::_protein3to1': class 'std::map<atomstruct::AtomName,char,std::less<std::string>,std::allocator<std::pair<const atomstruct::AtomName,char>>>' needs to have dll-interface to be used by clients of class 'atomstruct::Sequence'
|
|---|
| 17016 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct/Residue.h(175): note: see declaration of 'std::map<atomstruct::AtomName,char,std::less<std::string>,std::allocator<std::pair<const atomstruct::AtomName,char>>>'
|
|---|
| 17017 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Sequence.h(65): warning C4251: 'atomstruct::Sequence::_rname3to1': class 'std::map<atomstruct::AtomName,char,std::less<std::string>,std::allocator<std::pair<const atomstruct::AtomName,char>>>' needs to have dll-interface to be used by clients of class 'atomstruct::Sequence'
|
|---|
| 17018 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct/Residue.h(175): note: see declaration of 'std::map<atomstruct::AtomName,char,std::less<std::string>,std::allocator<std::pair<const atomstruct::AtomName,char>>>'
|
|---|
| 17019 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Sequence.h(67): warning C4251: 'atomstruct::Sequence::_cache_g2ug': class 'std::map<unsigned int,unsigned int,std::less<unsigned int>,std::allocator<std::pair<const unsigned int,unsigned int>>>' needs to have dll-interface to be used by clients of class 'atomstruct::Sequence'
|
|---|
| 17020 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Sequence.h(67): note: see declaration of 'std::map<unsigned int,unsigned int,std::less<unsigned int>,std::allocator<std::pair<const unsigned int,unsigned int>>>'
|
|---|
| 17021 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Sequence.h(68): warning C4251: 'atomstruct::Sequence::_cache_ug2g': class 'std::map<unsigned int,unsigned int,std::less<unsigned int>,std::allocator<std::pair<const unsigned int,unsigned int>>>' needs to have dll-interface to be used by clients of class 'atomstruct::Sequence'
|
|---|
| 17022 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Sequence.h(67): note: see declaration of 'std::map<unsigned int,unsigned int,std::less<unsigned int>,std::allocator<std::pair<const unsigned int,unsigned int>>>'
|
|---|
| 17023 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Sequence.h(69): 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'
|
|---|
| 17024 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Sequence.h(59): note: see declaration of 'std::vector<char,std::allocator<char>>'
|
|---|
| 17025 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Sequence.h(74): 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'
|
|---|
| 17026 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Sequence.h(59): note: see declaration of 'std::vector<char,std::allocator<char>>'
|
|---|
| 17027 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Sequence.h(75): 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'
|
|---|
| 17028 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 17029 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Sequence.h(140): warning C4267: 'return': conversion from 'size_t' to 'int', possible loss of data
|
|---|
| 17030 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\StructureSeq.h(61): 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'
|
|---|
| 17031 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 17032 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\StructureSeq.h(62): warning C4251: 'atomstruct::StructureSeq::_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 'atomstruct::StructureSeq'
|
|---|
| 17033 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 17034 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\StructureSeq.h(66): warning C4251: 'atomstruct::StructureSeq::_res_map': class 'std::map<atomstruct::Residue *,atomstruct::StructureSeq::SeqPos,std::less<atomstruct::Residue *>,std::allocator<std::pair<atomstruct::Residue *const ,atomstruct::StructureSeq::SeqPos>>>' needs to have dll-interface to be used by clients of class 'atomstruct::StructureSeq'
|
|---|
| 17035 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\StructureSeq.h(51): note: see declaration of 'std::map<atomstruct::Residue *,atomstruct::StructureSeq::SeqPos,std::less<atomstruct::Residue *>,std::allocator<std::pair<atomstruct::Residue *const ,atomstruct::StructureSeq::SeqPos>>>'
|
|---|
| 17036 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\StructureSeq.h(67): warning C4251: 'atomstruct::StructureSeq::_residues': class 'std::vector<atomstruct::Residue *,std::allocator<atomstruct::Residue *>>' needs to have dll-interface to be used by clients of class 'atomstruct::StructureSeq'
|
|---|
| 17037 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\StructureSeq.h(50): note: see declaration of 'std::vector<atomstruct::Residue *,std::allocator<atomstruct::Residue *>>'
|
|---|
| 17038 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\StructureSeq.h(122): warning C4267: 'return': conversion from 'size_t' to 'int', possible loss of data
|
|---|
| 17039 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\CompSS.h(42): warning C4251: 'atomstruct::CompSSInfo::strands': class 'std::vector<std::pair<atomstruct::Residue *,atomstruct::Residue *>,std::allocator<std::pair<atomstruct::Residue *,atomstruct::Residue *>>>' needs to have dll-interface to be used by clients of class 'atomstruct::CompSSInfo'
|
|---|
| 17040 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\CompSS.h(42): note: see declaration of 'std::vector<std::pair<atomstruct::Residue *,atomstruct::Residue *>,std::allocator<std::pair<atomstruct::Residue *,atomstruct::Residue *>>>'
|
|---|
| 17041 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\CompSS.h(43): warning C4251: 'atomstruct::CompSSInfo::sheets': class 'std::vector<std::set<int,std::less<int>,std::allocator<int>>,std::allocator<std::set<int,std::less<int>,std::allocator<int>>>>' needs to have dll-interface to be used by clients of class 'atomstruct::CompSSInfo'
|
|---|
| 17042 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\CompSS.h(43): note: see declaration of 'std::vector<std::set<int,std::less<int>,std::allocator<int>>,std::allocator<std::set<int,std::less<int>,std::allocator<int>>>>'
|
|---|
| 17043 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\CompSS.h(44): warning C4251: 'atomstruct::CompSSInfo::strands_parallel': class 'std::map<std::pair<int,int>,bool,std::less<std::pair<int,int>>,std::allocator<std::pair<const std::pair<int,int>,bool>>>' needs to have dll-interface to be used by clients of class 'atomstruct::CompSSInfo'
|
|---|
| 17044 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\CompSS.h(44): note: see declaration of 'std::map<std::pair<int,int>,bool,std::less<std::pair<int,int>>,std::allocator<std::pair<const std::pair<int,int>,bool>>>'
|
|---|
| 17045 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\CompSS.h(45): warning C4251: 'atomstruct::CompSSInfo::helix_info': class 'std::vector<std::pair<std::pair<atomstruct::Residue *,atomstruct::Residue *>,char>,std::allocator<std::pair<std::pair<atomstruct::Residue *,atomstruct::Residue *>,char>>>' needs to have dll-interface to be used by clients of class 'atomstruct::CompSSInfo'
|
|---|
| 17046 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\CompSS.h(45): note: see declaration of 'std::vector<std::pair<std::pair<atomstruct::Residue *,atomstruct::Residue *>,char>,std::allocator<std::pair<std::pair<atomstruct::Residue *,atomstruct::Residue *>,char>>>'
|
|---|
| 17047 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\pyinstance/PythonInstance.declare.h(78): 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>'
|
|---|
| 17048 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 17049 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\PBManager.h(53): note: see reference to class template instantiation 'pyinstance::PythonInstance<atomstruct::BaseManager>' being compiled
|
|---|
| 17050 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\PBManager.h(63): warning C4251: 'atomstruct::BaseManager::_groups': class 'std::map<std::string,atomstruct::Proxy_PBGroup *,std::less<std::string>,std::allocator<std::pair<const std::string,atomstruct::Proxy_PBGroup *>>>' needs to have dll-interface to be used by clients of class 'atomstruct::BaseManager'
|
|---|
| 17051 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\PBManager.h(58): note: see declaration of 'std::map<std::string,atomstruct::Proxy_PBGroup *,std::less<std::string>,std::allocator<std::pair<const std::string,atomstruct::Proxy_PBGroup *>>>'
|
|---|
| 17052 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\pyinstance/PythonInstance.declare.h(78): 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>'
|
|---|
| 17053 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 17054 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Ring.h(38): note: see reference to class template instantiation 'pyinstance::PythonInstance<atomstruct::Ring>' being compiled
|
|---|
| 17055 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Ring.h(43): warning C4251: 'atomstruct::Ring::_bonds': class 'std::set<atomstruct::Bond *,std::less<atomstruct::Bond *>,std::allocator<atomstruct::Bond *>>' needs to have dll-interface to be used by clients of class 'atomstruct::Ring'
|
|---|
| 17056 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Ring.h(41): note: see declaration of 'std::set<atomstruct::Bond *,std::less<atomstruct::Bond *>,std::allocator<atomstruct::Bond *>>'
|
|---|
| 17057 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Ring.h(44): warning C4251: 'atomstruct::Ring::_atoms': class 'std::set<atomstruct::Atom *,std::less<atomstruct::Atom *>,std::allocator<atomstruct::Atom *>>' needs to have dll-interface to be used by clients of class 'atomstruct::Ring'
|
|---|
| 17058 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Ring.h(40): note: see declaration of 'std::set<atomstruct::Atom *,std::less<atomstruct::Atom *>,std::allocator<atomstruct::Atom *>>'
|
|---|
| 17059 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\pyinstance/PythonInstance.declare.h(78): 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>'
|
|---|
| 17060 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 17061 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Structure.h(110): note: see reference to class template instantiation 'pyinstance::PythonInstance<atomstruct::Structure>' being compiled
|
|---|
| 17062 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Structure.h(145): warning C4251: 'atomstruct::Structure::_atoms': class 'std::vector<atomstruct::Atom *,std::allocator<atomstruct::Atom *>>' needs to have dll-interface to be used by clients of class 'atomstruct::Structure'
|
|---|
| 17063 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct/Residue.h(55): note: see declaration of 'std::vector<atomstruct::Atom *,std::allocator<atomstruct::Atom *>>'
|
|---|
| 17064 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Structure.h(147): warning C4251: 'atomstruct::Structure::_bonds': class 'std::vector<atomstruct::Bond *,std::allocator<atomstruct::Bond *>>' needs to have dll-interface to be used by clients of class 'atomstruct::Structure'
|
|---|
| 17065 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct/Residue.h(104): note: see declaration of 'std::vector<atomstruct::Bond *,std::allocator<atomstruct::Bond *>>'
|
|---|
| 17066 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Structure.h(151): warning C4251: 'atomstruct::Structure::_coord_sets': class 'std::vector<atomstruct::CoordSet *,std::allocator<atomstruct::CoordSet *>>' needs to have dll-interface to be used by clients of class 'atomstruct::Structure'
|
|---|
| 17067 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Structure.h(120): note: see declaration of 'std::vector<atomstruct::CoordSet *,std::allocator<atomstruct::CoordSet *>>'
|
|---|
| 17068 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Structure.h(156): warning C4251: 'atomstruct::Structure::_input_seq_info': class 'std::map<atomstruct::ChainID,std::vector<atomstruct::AtomName,std::allocator<std::string>>,std::less<std::string>,std::allocator<std::pair<const atomstruct::ChainID,std::vector<atomstruct::AtomName,std::allocator<std::string>>>>>' needs to have dll-interface to be used by clients of class 'atomstruct::Structure'
|
|---|
| 17069 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Structure.h(121): note: see declaration of 'std::map<atomstruct::ChainID,std::vector<atomstruct::AtomName,std::allocator<std::string>>,std::less<std::string>,std::allocator<std::pair<const atomstruct::ChainID,std::vector<atomstruct::AtomName,std::allocator<std::string>>>>>'
|
|---|
| 17070 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Structure.h(163): warning C4251: 'atomstruct::Structure::_residues': class 'std::vector<atomstruct::Residue *,std::allocator<atomstruct::Residue *>>' needs to have dll-interface to be used by clients of class 'atomstruct::Structure'
|
|---|
| 17071 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\StructureSeq.h(50): note: see declaration of 'std::vector<atomstruct::Residue *,std::allocator<atomstruct::Residue *>>'
|
|---|
| 17072 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Structure.h(165): warning C4251: 'atomstruct::Structure::_res_numbering_valid': class 'std::vector<bool,std::allocator<bool>>' needs to have dll-interface to be used by clients of class 'atomstruct::Structure'
|
|---|
| 17073 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Structure.h(165): note: see declaration of 'std::vector<bool,std::allocator<bool>>'
|
|---|
| 17074 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Structure.h(176): warning C4251: 'atomstruct::Structure::_rings': class 'std::set<atomstruct::Ring,std::less<atomstruct::Ring>,std::allocator<atomstruct::Ring>>' needs to have dll-interface to be used by clients of class 'atomstruct::Structure'
|
|---|
| 17075 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Structure.h(128): note: see declaration of 'std::set<atomstruct::Ring,std::less<atomstruct::Ring>,std::allocator<atomstruct::Ring>>'
|
|---|
| 17076 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Structure.h(283): 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'
|
|---|
| 17077 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 17078 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Structure.h(287): warning C4251: 'atomstruct::Structure::metadata': class 'std::map<atomstruct::ChainID,std::vector<atomstruct::AtomName,std::allocator<std::string>>,std::less<std::string>,std::allocator<std::pair<const atomstruct::ChainID,std::vector<atomstruct::AtomName,std::allocator<std::string>>>>>' needs to have dll-interface to be used by clients of class 'atomstruct::Structure'
|
|---|
| 17079 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Structure.h(121): note: see declaration of 'std::map<atomstruct::ChainID,std::vector<atomstruct::AtomName,std::allocator<std::string>>,std::less<std::string>,std::allocator<std::pair<const atomstruct::ChainID,std::vector<atomstruct::AtomName,std::allocator<std::string>>>>>'
|
|---|
| 17080 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\pyinstance/PythonInstance.declare.h(78): 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>'
|
|---|
| 17081 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 17082 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\CoordSet.h(41): note: see reference to class template instantiation 'pyinstance::PythonInstance<atomstruct::CoordSet>' being compiled
|
|---|
| 17083 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\CoordSet.h(49): warning C4251: 'atomstruct::CoordSet::_coords': class 'std::vector<atomstruct::Coord,std::allocator<atomstruct::Coord>>' needs to have dll-interface to be used by clients of class 'atomstruct::CoordSet'
|
|---|
| 17084 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\CoordSet.h(46): note: see declaration of 'std::vector<atomstruct::Coord,std::allocator<atomstruct::Coord>>'
|
|---|
| 17085 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\CoordSet.h(51): warning C4251: 'atomstruct::CoordSet::_bfactor_map': class 'std::unordered_map<const atomstruct::Atom *,float,std::hash<const atomstruct::Atom *>,std::equal_to<const atomstruct::Atom *>,std::allocator<std::pair<const atomstruct::Atom *const ,float>>>' needs to have dll-interface to be used by clients of class 'atomstruct::CoordSet'
|
|---|
| 17086 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\CoordSet.h(51): note: see declaration of 'std::unordered_map<const atomstruct::Atom *,float,std::hash<const atomstruct::Atom *>,std::equal_to<const atomstruct::Atom *>,std::allocator<std::pair<const atomstruct::Atom *const ,float>>>'
|
|---|
| 17087 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\CoordSet.h(52): warning C4251: 'atomstruct::CoordSet::_occupancy_map': class 'std::unordered_map<const atomstruct::Atom *,float,std::hash<const atomstruct::Atom *>,std::equal_to<const atomstruct::Atom *>,std::allocator<std::pair<const atomstruct::Atom *const ,float>>>' needs to have dll-interface to be used by clients of class 'atomstruct::CoordSet'
|
|---|
| 17088 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\CoordSet.h(51): note: see declaration of 'std::unordered_map<const atomstruct::Atom *,float,std::hash<const atomstruct::Atom *>,std::equal_to<const atomstruct::Atom *>,std::allocator<std::pair<const atomstruct::Atom *const ,float>>>'
|
|---|
| 17089 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\CoordSet.h(77): warning C4267: 'return': conversion from 'size_t' to 'int', possible loss of data
|
|---|
| 17090 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\CoordSet.h(80): warning C4267: 'return': conversion from 'size_t' to 'int', possible loss of data
|
|---|
| 17091 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\pyinstance/PythonInstance.declare.h(78): 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>'
|
|---|
| 17092 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 17093 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Atom.h(68): note: see reference to class template instantiation 'pyinstance::PythonInstance<atomstruct::Atom>' being compiled
|
|---|
| 17094 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Atom.h(124): warning C4251: 'atomstruct::Atom::_alt_loc_map': class 'std::map<unsigned char,atomstruct::Atom::_Alt_loc_info,std::less<unsigned char>,std::allocator<std::pair<const unsigned char,atomstruct::Atom::_Alt_loc_info>>>' needs to have dll-interface to be used by clients of class 'atomstruct::Atom'
|
|---|
| 17095 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Atom.h(123): note: see declaration of 'std::map<unsigned char,atomstruct::Atom::_Alt_loc_info,std::less<unsigned char>,std::allocator<std::pair<const unsigned char,atomstruct::Atom::_Alt_loc_info>>>'
|
|---|
| 17096 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Atom.h(126): warning C4251: 'atomstruct::Atom::_bonds': class 'std::vector<atomstruct::Bond *,std::allocator<atomstruct::Bond *>>' needs to have dll-interface to be used by clients of class 'atomstruct::Atom'
|
|---|
| 17097 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct/Residue.h(104): note: see declaration of 'std::vector<atomstruct::Bond *,std::allocator<atomstruct::Bond *>>'
|
|---|
| 17098 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Atom.h(127): 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'
|
|---|
| 17099 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\string_types.h(44): note: see declaration of 'chutil::CString<5,65,116,111,109,32,84,121,112,101>'
|
|---|
| 17100 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Atom.h(134): 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'
|
|---|
| 17101 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\string_types.h(44): note: see declaration of 'chutil::CString<5,65,116,111,109,32,84,121,112,101>'
|
|---|
| 17102 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Atom.h(136): warning C4251: 'atomstruct::Atom::_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::Atom'
|
|---|
| 17103 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 17104 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Atom.h(137): warning C4251: 'atomstruct::Atom::_neighbors': class 'std::vector<atomstruct::Atom *,std::allocator<atomstruct::Atom *>>' needs to have dll-interface to be used by clients of class 'atomstruct::Atom'
|
|---|
| 17105 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct/Residue.h(55): note: see declaration of 'std::vector<atomstruct::Atom *,std::allocator<atomstruct::Atom *>>'
|
|---|
| 17106 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Atom.h(143): warning C4251: 'atomstruct::Atom::_rings': class 'std::vector<const atomstruct::Ring *,std::allocator<const atomstruct::Ring *>>' needs to have dll-interface to be used by clients of class 'atomstruct::Atom'
|
|---|
| 17107 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Atom.h(91): note: see declaration of 'std::vector<const atomstruct::Ring *,std::allocator<const atomstruct::Ring *>>'
|
|---|
| 17108 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Atom.h(201): warning C4244: '=': conversion from 'double' to 'float', possible loss of data
|
|---|
| 17109 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Atom.h(205): warning C4244: 'return': conversion from 'double' to 'float', possible loss of data
|
|---|
| 17110 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Atom.h(223): warning C4267: 'return': conversion from 'size_t' to 'int', possible loss of data
|
|---|
| 17111 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\pyinstance/PythonInstance.declare.h(78): 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>'
|
|---|
| 17112 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 17113 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Bond.h(47): note: see reference to class template instantiation 'pyinstance::PythonInstance<atomstruct::Bond>' being compiled
|
|---|
| 17114 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Bond.h(59): warning C4251: 'atomstruct::Bond::_rings': class 'std::vector<const atomstruct::Ring *,std::allocator<const atomstruct::Ring *>>' needs to have dll-interface to be used by clients of class 'atomstruct::Bond'
|
|---|
| 17115 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Atom.h(91): note: see declaration of 'std::vector<const atomstruct::Ring *,std::allocator<const atomstruct::Ring *>>'
|
|---|
| 17116 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Bond.h(128): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data
|
|---|
| 17117 | ribbon_cpp/xsection.cpp(99): warning C4267: 'return': conversion from 'size_t' to 'int', possible loss of data
|
|---|
| 17118 | ribbon_cpp/xsection.cpp(213): warning C4003: not enough arguments for function-like macro invocation 'import_array1'
|
|---|
| 17119 | ribbon_cpp/xsection.cpp(297): warning C4244: 'initializing': conversion from 'int64_t' to 'int', possible loss of data
|
|---|
| 17120 | ribbon_cpp/xsection.cpp(333): warning C4244: 'initializing': conversion from 'int64_t' to 'int', possible loss of data
|
|---|
| 17121 | ribbon_cpp/xsection.cpp(384): warning C4244: 'initializing': conversion from 'int64_t' to 'int', possible loss of data
|
|---|
| 17122 | ribbon_cpp/xsection.cpp(447): warning C4244: 'initializing': conversion from 'int64_t' to 'int', possible loss of data
|
|---|
| 17123 | ribbon_cpp/xsection.cpp(514): warning C4244: 'initializing': conversion from 'double' to 'float', possible loss of data
|
|---|
| 17124 | ribbon_cpp/xsection.cpp(532): warning C4244: '+=': conversion from 'int64_t' to 'int', possible loss of data
|
|---|
| 17125 | ribbon_cpp/xsection.cpp(534): warning C4244: '+=': conversion from 'int64_t' to 'int', possible loss of data
|
|---|
| 17126 | ribbon_cpp/xsection.cpp(623): warning C4244: 'initializing': conversion from 'int64_t' to 'int', possible loss of data
|
|---|
| 17127 | ribbon_cpp/xsection.cpp(690): warning C4244: 'initializing': conversion from 'double' to 'float', possible loss of data
|
|---|
| 17128 | ribbon_cpp/xsection.cpp(705): warning C4244: '+=': conversion from 'int64_t' to 'int', possible loss of data
|
|---|
| 17129 | ribbon_cpp/xsection.cpp(707): warning C4244: '+=': conversion from 'int64_t' to 'int', possible loss of data
|
|---|
| 17130 | ribbon_cpp/xsection.cpp(808): warning C4244: '=': conversion from 'int64_t' to 'int', possible loss of data
|
|---|
| 17131 | ribbon_cpp/xsection.cpp(809): warning C4244: '=': conversion from 'int64_t' to 'int', possible loss of data
|
|---|
| 17132 | ribbon_cpp/xsection.cpp(907): warning C4244: 'argument': conversion from 'int64_t' to 'int', possible loss of data
|
|---|
| 17133 | ribbon_cpp/xsection.cpp(1123): warning C4244: 'initializing': conversion from 'Py_ssize_t' to 'int', possible loss of data
|
|---|
| 17134 | ribbon_cpp/xsection.cpp(1186): warning C4244: 'argument': conversion from 'int64_t' to 'int', possible loss of data
|
|---|
| 17135 | ribbon_cpp/xsection.cpp(1185): warning C4244: 'argument': conversion from 'int64_t' to 'int', possible loss of data
|
|---|
| 17136 | ribbon_cpp/xsection.cpp(1243): warning C4244: 'argument': conversion from 'int64_t' to 'int', possible loss of data
|
|---|
| 17137 | ribbon_cpp/xsection.cpp(1242): warning C4244: 'argument': conversion from 'int64_t' to 'int', possible loss of data
|
|---|
| 17138 | "C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\bin\HostX64\x64\link.exe" /nologo /INCREMENTAL:NO /LTCG /DLL /MANIFEST:EMBED,ID=2 /MANIFESTUAC:NO /LIBPATH:C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\lib /LIBPATH:C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\core\lib /LIBPATH:C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\lib /LIBPATH:C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\pdb_lib\lib /LIBPATH:C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\arrays\lib /LIBPATH:C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\libs /LIBPATH:C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin /LIBPATH:C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\PCbuild\amd64 "/LIBPATH:C:\Program Files (x86)\Windows Kits\10\lib\10.0.19041.0\ucrt\x64" "/LIBPATH:C:\Program Files (x86)\Windows Kits\10\lib\10.0.19041.0\um\x64" "/LIBPATH:c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\lib\\x64" "/LIBPATH:c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\atlmfc\lib\\x64" "/LIBPATH:c:\Program Files (x86)\Windows Kits\10\lib\10.0.19041.0\ucrt\x64" "/LIBPATH:c:\Program Files (x86)\Windows Kits\10\lib\10.0.19041.0\um\x64" libatomstruct.lib libarrays.lib /EXPORT:PyInit__ribbons build\temp.win-amd64-cpython-311\Release\ribbon_cpp\normals.obj build\temp.win-amd64-cpython-311\Release\ribbon_cpp\parse.obj build\temp.win-amd64-cpython-311\Release\ribbon_cpp\ribbons.obj build\temp.win-amd64-cpython-311\Release\ribbon_cpp\spline.obj build\temp.win-amd64-cpython-311\Release\ribbon_cpp\xsection.obj /OUT:build\lib.win-amd64-cpython-311\chimerax\atomic\_ribbons.cp311-win_amd64.pyd /IMPLIB:build\temp.win-amd64-cpython-311\Release\ribbon_cpp\_ribbons.cp311-win_amd64.lib
|
|---|
| 17139 | Creating library build\temp.win-amd64-cpython-311\Release\ribbon_cpp\_ribbons.cp311-win_amd64.lib and object build\temp.win-amd64-cpython-311\Release\ribbon_cpp\_ribbons.cp311-win_amd64.exp
|
|---|
| 17140 | Generating code
|
|---|
| 17141 | Finished generating code
|
|---|
| 17142 | running bdist_wheel
|
|---|
| 17143 | installing to build\bdist.win-amd64\wheel
|
|---|
| 17144 | running install
|
|---|
| 17145 | running install_lib
|
|---|
| 17146 | running build_ext
|
|---|
| 17147 | creating build\bdist.win-amd64\wheel
|
|---|
| 17148 | creating build\bdist.win-amd64\wheel\chimerax
|
|---|
| 17149 | creating build\bdist.win-amd64\wheel\chimerax\atomic
|
|---|
| 17150 | copying build\lib.win-amd64-cpython-311\chimerax\atomic\args.py -> build\bdist.win-amd64\wheel\.\chimerax\atomic
|
|---|
| 17151 | copying build\lib.win-amd64-cpython-311\chimerax\atomic\bond_geom.py -> build\bdist.win-amd64\wheel\.\chimerax\atomic
|
|---|
| 17152 | copying build\lib.win-amd64-cpython-311\chimerax\atomic\changes.py -> build\bdist.win-amd64\wheel\.\chimerax\atomic
|
|---|
| 17153 | copying build\lib.win-amd64-cpython-311\chimerax\atomic\chirality.py -> build\bdist.win-amd64\wheel\.\chimerax\atomic
|
|---|
| 17154 | copying build\lib.win-amd64-cpython-311\chimerax\atomic\cmd.py -> build\bdist.win-amd64\wheel\.\chimerax\atomic
|
|---|
| 17155 | copying build\lib.win-amd64-cpython-311\chimerax\atomic\colors.py -> build\bdist.win-amd64\wheel\.\chimerax\atomic
|
|---|
| 17156 | copying build\lib.win-amd64-cpython-311\chimerax\atomic\connect.cp311-win_amd64.pyd -> build\bdist.win-amd64\wheel\.\chimerax\atomic
|
|---|
| 17157 | copying build\lib.win-amd64-cpython-311\chimerax\atomic\connect.pyx -> build\bdist.win-amd64\wheel\.\chimerax\atomic
|
|---|
| 17158 | copying build\lib.win-amd64-cpython-311\chimerax\atomic\contextmenu.py -> build\bdist.win-amd64\wheel\.\chimerax\atomic
|
|---|
| 17159 | copying build\lib.win-amd64-cpython-311\chimerax\atomic\ctypes_support.py -> build\bdist.win-amd64\wheel\.\chimerax\atomic
|
|---|
| 17160 | copying build\lib.win-amd64-cpython-311\chimerax\atomic\cymol.cp311-win_amd64.pyd -> build\bdist.win-amd64\wheel\.\chimerax\atomic
|
|---|
| 17161 | copying build\lib.win-amd64-cpython-311\chimerax\atomic\cymol.pyx -> build\bdist.win-amd64\wheel\.\chimerax\atomic
|
|---|
| 17162 | copying build\lib.win-amd64-cpython-311\chimerax\atomic\cytmpl.cp311-win_amd64.pyd -> build\bdist.win-amd64\wheel\.\chimerax\atomic
|
|---|
| 17163 | copying build\lib.win-amd64-cpython-311\chimerax\atomic\cytmpl.pyx -> build\bdist.win-amd64\wheel\.\chimerax\atomic
|
|---|
| 17164 | copying build\lib.win-amd64-cpython-311\chimerax\atomic\idatm.py -> build\bdist.win-amd64\wheel\.\chimerax\atomic
|
|---|
| 17165 | copying build\lib.win-amd64-cpython-311\chimerax\atomic\inspectors.py -> build\bdist.win-amd64\wheel\.\chimerax\atomic
|
|---|
| 17166 | copying build\lib.win-amd64-cpython-311\chimerax\atomic\libmolc.dll -> build\bdist.win-amd64\wheel\.\chimerax\atomic
|
|---|
| 17167 | copying build\lib.win-amd64-cpython-311\chimerax\atomic\libmolc.lib -> build\bdist.win-amd64\wheel\.\chimerax\atomic
|
|---|
| 17168 | copying build\lib.win-amd64-cpython-311\chimerax\atomic\molarray.py -> build\bdist.win-amd64\wheel\.\chimerax\atomic
|
|---|
| 17169 | copying build\lib.win-amd64-cpython-311\chimerax\atomic\molc.py -> build\bdist.win-amd64\wheel\.\chimerax\atomic
|
|---|
| 17170 | copying build\lib.win-amd64-cpython-311\chimerax\atomic\molobject.py -> build\bdist.win-amd64\wheel\.\chimerax\atomic
|
|---|
| 17171 | copying build\lib.win-amd64-cpython-311\chimerax\atomic\molsurf.py -> build\bdist.win-amd64\wheel\.\chimerax\atomic
|
|---|
| 17172 | copying build\lib.win-amd64-cpython-311\chimerax\atomic\options.py -> build\bdist.win-amd64\wheel\.\chimerax\atomic
|
|---|
| 17173 | copying build\lib.win-amd64-cpython-311\chimerax\atomic\path.py -> build\bdist.win-amd64\wheel\.\chimerax\atomic
|
|---|
| 17174 | copying build\lib.win-amd64-cpython-311\chimerax\atomic\pbgroup.py -> build\bdist.win-amd64\wheel\.\chimerax\atomic
|
|---|
| 17175 | copying build\lib.win-amd64-cpython-311\chimerax\atomic\pdbmatrices.py -> build\bdist.win-amd64\wheel\.\chimerax\atomic
|
|---|
| 17176 | copying build\lib.win-amd64-cpython-311\chimerax\atomic\presets.py -> build\bdist.win-amd64\wheel\.\chimerax\atomic
|
|---|
| 17177 | copying build\lib.win-amd64-cpython-311\chimerax\atomic\ribbon.py -> build\bdist.win-amd64\wheel\.\chimerax\atomic
|
|---|
| 17178 | copying build\lib.win-amd64-cpython-311\chimerax\atomic\selectors.py -> build\bdist.win-amd64\wheel\.\chimerax\atomic
|
|---|
| 17179 | copying build\lib.win-amd64-cpython-311\chimerax\atomic\seq_support.py -> build\bdist.win-amd64\wheel\.\chimerax\atomic
|
|---|
| 17180 | copying build\lib.win-amd64-cpython-311\chimerax\atomic\settings.py -> build\bdist.win-amd64\wheel\.\chimerax\atomic
|
|---|
| 17181 | copying build\lib.win-amd64-cpython-311\chimerax\atomic\shapedrawing.py -> build\bdist.win-amd64\wheel\.\chimerax\atomic
|
|---|
| 17182 | copying build\lib.win-amd64-cpython-311\chimerax\atomic\sse.py -> build\bdist.win-amd64\wheel\.\chimerax\atomic
|
|---|
| 17183 | copying build\lib.win-amd64-cpython-311\chimerax\atomic\structure.py -> build\bdist.win-amd64\wheel\.\chimerax\atomic
|
|---|
| 17184 | copying build\lib.win-amd64-cpython-311\chimerax\atomic\struct_edit.py -> build\bdist.win-amd64\wheel\.\chimerax\atomic
|
|---|
| 17185 | copying build\lib.win-amd64-cpython-311\chimerax\atomic\triggers.py -> build\bdist.win-amd64\wheel\.\chimerax\atomic
|
|---|
| 17186 | copying build\lib.win-amd64-cpython-311\chimerax\atomic\widgets.py -> build\bdist.win-amd64\wheel\.\chimerax\atomic
|
|---|
| 17187 | copying build\lib.win-amd64-cpython-311\chimerax\atomic\_ribbons.cp311-win_amd64.pyd -> build\bdist.win-amd64\wheel\.\chimerax\atomic
|
|---|
| 17188 | copying build\lib.win-amd64-cpython-311\chimerax\atomic\__init__.py -> build\bdist.win-amd64\wheel\.\chimerax\atomic
|
|---|
| 17189 | running install_egg_info
|
|---|
| 17190 | running egg_info
|
|---|
| 17191 | creating ChimeraX_Atomic.egg-info
|
|---|
| 17192 | writing ChimeraX_Atomic.egg-info\PKG-INFO
|
|---|
| 17193 | writing dependency_links to ChimeraX_Atomic.egg-info\dependency_links.txt
|
|---|
| 17194 | writing requirements to ChimeraX_Atomic.egg-info\requires.txt
|
|---|
| 17195 | writing top-level names to ChimeraX_Atomic.egg-info\top_level.txt
|
|---|
| 17196 | writing manifest file 'ChimeraX_Atomic.egg-info\SOURCES.txt'
|
|---|
| 17197 | dependency C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Structure.h won't be automatically included in the manifest: the path must be relative
|
|---|
| 17198 | reading manifest file 'ChimeraX_Atomic.egg-info\SOURCES.txt'
|
|---|
| 17199 | writing manifest file 'ChimeraX_Atomic.egg-info\SOURCES.txt'
|
|---|
| 17200 | Copying ChimeraX_Atomic.egg-info to build\bdist.win-amd64\wheel\.\ChimeraX_Atomic-1.60.17-py3.11.egg-info
|
|---|
| 17201 | running install_scripts
|
|---|
| 17202 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\setuptools\command\bdist_wheel.py:103: RuntimeWarning: Config variable 'Py_DEBUG' is unset, Python ABI tag may be incorrect
|
|---|
| 17203 | if get_flag("Py_DEBUG", hasattr(sys, "gettotalrefcount"), warn=(impl == "cp")):
|
|---|
| 17204 | creating build\bdist.win-amd64\wheel\chimerax_atomic-1.60.17.dist-info\WHEEL
|
|---|
| 17205 | creating 'dist\chimerax_atomic-1.60.17-cp311-cp311-win_amd64.whl' and adding 'build\bdist.win-amd64\wheel' to it
|
|---|
| 17206 | adding 'chimerax/atomic/__init__.py'
|
|---|
| 17207 | adding 'chimerax/atomic/_ribbons.cp311-win_amd64.pyd'
|
|---|
| 17208 | adding 'chimerax/atomic/args.py'
|
|---|
| 17209 | adding 'chimerax/atomic/bond_geom.py'
|
|---|
| 17210 | adding 'chimerax/atomic/changes.py'
|
|---|
| 17211 | adding 'chimerax/atomic/chirality.py'
|
|---|
| 17212 | adding 'chimerax/atomic/cmd.py'
|
|---|
| 17213 | adding 'chimerax/atomic/colors.py'
|
|---|
| 17214 | adding 'chimerax/atomic/connect.cp311-win_amd64.pyd'
|
|---|
| 17215 | adding 'chimerax/atomic/connect.pyx'
|
|---|
| 17216 | adding 'chimerax/atomic/contextmenu.py'
|
|---|
| 17217 | adding 'chimerax/atomic/ctypes_support.py'
|
|---|
| 17218 | adding 'chimerax/atomic/cymol.cp311-win_amd64.pyd'
|
|---|
| 17219 | adding 'chimerax/atomic/cymol.pyx'
|
|---|
| 17220 | adding 'chimerax/atomic/cytmpl.cp311-win_amd64.pyd'
|
|---|
| 17221 | adding 'chimerax/atomic/cytmpl.pyx'
|
|---|
| 17222 | adding 'chimerax/atomic/idatm.py'
|
|---|
| 17223 | adding 'chimerax/atomic/inspectors.py'
|
|---|
| 17224 | adding 'chimerax/atomic/libmolc.dll'
|
|---|
| 17225 | adding 'chimerax/atomic/libmolc.lib'
|
|---|
| 17226 | adding 'chimerax/atomic/molarray.py'
|
|---|
| 17227 | adding 'chimerax/atomic/molc.py'
|
|---|
| 17228 | adding 'chimerax/atomic/molobject.py'
|
|---|
| 17229 | adding 'chimerax/atomic/molsurf.py'
|
|---|
| 17230 | adding 'chimerax/atomic/options.py'
|
|---|
| 17231 | adding 'chimerax/atomic/path.py'
|
|---|
| 17232 | adding 'chimerax/atomic/pbgroup.py'
|
|---|
| 17233 | adding 'chimerax/atomic/pdbmatrices.py'
|
|---|
| 17234 | adding 'chimerax/atomic/presets.py'
|
|---|
| 17235 | adding 'chimerax/atomic/ribbon.py'
|
|---|
| 17236 | adding 'chimerax/atomic/selectors.py'
|
|---|
| 17237 | adding 'chimerax/atomic/seq_support.py'
|
|---|
| 17238 | adding 'chimerax/atomic/settings.py'
|
|---|
| 17239 | adding 'chimerax/atomic/shapedrawing.py'
|
|---|
| 17240 | adding 'chimerax/atomic/sse.py'
|
|---|
| 17241 | adding 'chimerax/atomic/struct_edit.py'
|
|---|
| 17242 | adding 'chimerax/atomic/structure.py'
|
|---|
| 17243 | adding 'chimerax/atomic/triggers.py'
|
|---|
| 17244 | adding 'chimerax/atomic/widgets.py'
|
|---|
| 17245 | adding 'chimerax_atomic-1.60.17.dist-info/METADATA'
|
|---|
| 17246 | adding 'chimerax_atomic-1.60.17.dist-info/WHEEL'
|
|---|
| 17247 | adding 'chimerax_atomic-1.60.17.dist-info/top_level.txt'
|
|---|
| 17248 | adding 'chimerax_atomic-1.60.17.dist-info/RECORD'
|
|---|
| 17249 | removing build\bdist.win-amd64\wheel
|
|---|
| 17250 | Distribution is in .\dist\ChimeraX_Atomic-1.60.17-cp311-cp311-win_amd64.whl
|
|---|
| 17251 | INFO:
|
|---|
| 17252 |
|
|---|
| 17253 | make sync
|
|---|
| 17254 | make[6]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/atomic'
|
|---|
| 17255 | cp -av dist/*.whl ../../../build/sync
|
|---|
| 17256 | 'dist/chimerax_atomic-1.60.17-cp311-cp311-win_amd64.whl' -> '../../../build/sync/chimerax_atomic-1.60.17-cp311-cp311-win_amd64.whl'
|
|---|
| 17257 | make[6]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/atomic'
|
|---|
| 17258 | make[5]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/atomic'
|
|---|
| 17259 | make -C axes_planes build
|
|---|
| 17260 | make[5]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/axes_planes'
|
|---|
| 17261 | if [ -z "../../../ChimeraX.app/bin/python.exe" ]; then \
|
|---|
| 17262 | echo "missing ChimeraX application's python"; exit 1; \
|
|---|
| 17263 | else \
|
|---|
| 17264 | PYTHONNOUSERSITE=1 ../../../ChimeraX.app/bin/python.exe -I -m chimerax.core --nogui --exit --safemode --cmd "devel build . exit true "; \
|
|---|
| 17265 | fi
|
|---|
| 17266 | INFO:
|
|---|
| 17267 | Executing: devel build . exit true
|
|---|
| 17268 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\setuptools\dist.py:759: SetuptoolsDeprecationWarning: License classifiers are deprecated.
|
|---|
| 17269 | !!
|
|---|
| 17270 |
|
|---|
| 17271 | ********************************************************************************
|
|---|
| 17272 | Please consider removing the following classifiers in favor of a SPDX license expression:
|
|---|
| 17273 |
|
|---|
| 17274 | License :: Free for non-commercial use
|
|---|
| 17275 |
|
|---|
| 17276 | See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details.
|
|---|
| 17277 | ********************************************************************************
|
|---|
| 17278 |
|
|---|
| 17279 | !!
|
|---|
| 17280 | self._finalize_license_expression()
|
|---|
| 17281 | running build
|
|---|
| 17282 | running build_py
|
|---|
| 17283 | creating build\lib\chimerax\axes_planes
|
|---|
| 17284 | copying src\cmd.py -> build\lib\chimerax\axes_planes
|
|---|
| 17285 | copying src\settings.py -> build\lib\chimerax\axes_planes
|
|---|
| 17286 | copying src\__init__.py -> build\lib\chimerax\axes_planes
|
|---|
| 17287 | running bdist_wheel
|
|---|
| 17288 | installing to build\bdist.win-amd64\wheel
|
|---|
| 17289 | running install
|
|---|
| 17290 | running install_lib
|
|---|
| 17291 | creating build\bdist.win-amd64\wheel
|
|---|
| 17292 | creating build\bdist.win-amd64\wheel\chimerax
|
|---|
| 17293 | creating build\bdist.win-amd64\wheel\chimerax\axes_planes
|
|---|
| 17294 | copying build\lib\chimerax\axes_planes\cmd.py -> build\bdist.win-amd64\wheel\.\chimerax\axes_planes
|
|---|
| 17295 | copying build\lib\chimerax\axes_planes\settings.py -> build\bdist.win-amd64\wheel\.\chimerax\axes_planes
|
|---|
| 17296 | copying build\lib\chimerax\axes_planes\__init__.py -> build\bdist.win-amd64\wheel\.\chimerax\axes_planes
|
|---|
| 17297 | running install_egg_info
|
|---|
| 17298 | running egg_info
|
|---|
| 17299 | creating ChimeraX_AxesPlanes.egg-info
|
|---|
| 17300 | writing ChimeraX_AxesPlanes.egg-info\PKG-INFO
|
|---|
| 17301 | writing dependency_links to ChimeraX_AxesPlanes.egg-info\dependency_links.txt
|
|---|
| 17302 | writing requirements to ChimeraX_AxesPlanes.egg-info\requires.txt
|
|---|
| 17303 | writing top-level names to ChimeraX_AxesPlanes.egg-info\top_level.txt
|
|---|
| 17304 | writing manifest file 'ChimeraX_AxesPlanes.egg-info\SOURCES.txt'
|
|---|
| 17305 | reading manifest file 'ChimeraX_AxesPlanes.egg-info\SOURCES.txt'
|
|---|
| 17306 | writing manifest file 'ChimeraX_AxesPlanes.egg-info\SOURCES.txt'
|
|---|
| 17307 | Copying ChimeraX_AxesPlanes.egg-info to build\bdist.win-amd64\wheel\.\ChimeraX_AxesPlanes-2.4-py3.11.egg-info
|
|---|
| 17308 | running install_scripts
|
|---|
| 17309 | creating build\bdist.win-amd64\wheel\chimerax_axesplanes-2.4.dist-info\WHEEL
|
|---|
| 17310 | creating 'dist\chimerax_axesplanes-2.4-py3-none-any.whl' and adding 'build\bdist.win-amd64\wheel' to it
|
|---|
| 17311 | adding 'chimerax/axes_planes/__init__.py'
|
|---|
| 17312 | adding 'chimerax/axes_planes/cmd.py'
|
|---|
| 17313 | adding 'chimerax/axes_planes/settings.py'
|
|---|
| 17314 | adding 'chimerax_axesplanes-2.4.dist-info/METADATA'
|
|---|
| 17315 | adding 'chimerax_axesplanes-2.4.dist-info/WHEEL'
|
|---|
| 17316 | adding 'chimerax_axesplanes-2.4.dist-info/top_level.txt'
|
|---|
| 17317 | adding 'chimerax_axesplanes-2.4.dist-info/RECORD'
|
|---|
| 17318 | removing build\bdist.win-amd64\wheel
|
|---|
| 17319 | Distribution is in .\dist\ChimeraX_AxesPlanes-2.4-py3-none-any.whl
|
|---|
| 17320 | INFO:
|
|---|
| 17321 |
|
|---|
| 17322 | make sync
|
|---|
| 17323 | make[6]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/axes_planes'
|
|---|
| 17324 | cp -av dist/*.whl ../../../build/sync
|
|---|
| 17325 | 'dist/chimerax_axesplanes-2.4-py3-none-any.whl' -> '../../../build/sync/chimerax_axesplanes-2.4-py3-none-any.whl'
|
|---|
| 17326 | make[6]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/axes_planes'
|
|---|
| 17327 | make[5]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/axes_planes'
|
|---|
| 17328 | make -C basic_actions build
|
|---|
| 17329 | make[5]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/basic_actions'
|
|---|
| 17330 | if [ -z "../../../ChimeraX.app/bin/python.exe" ]; then \
|
|---|
| 17331 | echo "missing ChimeraX application's python"; exit 1; \
|
|---|
| 17332 | else \
|
|---|
| 17333 | PYTHONNOUSERSITE=1 ../../../ChimeraX.app/bin/python.exe -I -m chimerax.core --nogui --exit --safemode --cmd "devel build . exit true "; \
|
|---|
| 17334 | fi
|
|---|
| 17335 | INFO:
|
|---|
| 17336 | Executing: devel build . exit true
|
|---|
| 17337 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\setuptools\dist.py:759: SetuptoolsDeprecationWarning: License classifiers are deprecated.
|
|---|
| 17338 | !!
|
|---|
| 17339 |
|
|---|
| 17340 | ********************************************************************************
|
|---|
| 17341 | Please consider removing the following classifiers in favor of a SPDX license expression:
|
|---|
| 17342 |
|
|---|
| 17343 | License :: Free for non-commercial use
|
|---|
| 17344 |
|
|---|
| 17345 | See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details.
|
|---|
| 17346 | ********************************************************************************
|
|---|
| 17347 |
|
|---|
| 17348 | !!
|
|---|
| 17349 | self._finalize_license_expression()
|
|---|
| 17350 | running build
|
|---|
| 17351 | running build_py
|
|---|
| 17352 | creating build\lib\chimerax\basic_actions
|
|---|
| 17353 | copying src\cmd.py -> build\lib\chimerax\basic_actions
|
|---|
| 17354 | copying src\statemgr.py -> build\lib\chimerax\basic_actions
|
|---|
| 17355 | copying src\tool.py -> build\lib\chimerax\basic_actions
|
|---|
| 17356 | copying src\__init__.py -> build\lib\chimerax\basic_actions
|
|---|
| 17357 | creating build\lib\chimerax\basic_actions\lib
|
|---|
| 17358 | copying src\lib\atomhide.png -> build\lib\chimerax\basic_actions\lib
|
|---|
| 17359 | copying src\lib\atomshow.png -> build\lib\chimerax\basic_actions\lib
|
|---|
| 17360 | copying src\lib\colorpicker.svg -> build\lib\chimerax\basic_actions\lib
|
|---|
| 17361 | copying src\lib\downarrow.png -> build\lib\chimerax\basic_actions\lib
|
|---|
| 17362 | copying src\lib\hide.svg -> build\lib\chimerax\basic_actions\lib
|
|---|
| 17363 | copying src\lib\jquery-3.2.1.min.js -> build\lib\chimerax\basic_actions\lib
|
|---|
| 17364 | copying src\lib\jquery.tablesorter.combined.js -> build\lib\chimerax\basic_actions\lib
|
|---|
| 17365 | copying src\lib\ribhide.png -> build\lib\chimerax\basic_actions\lib
|
|---|
| 17366 | copying src\lib\ribshow.png -> build\lib\chimerax\basic_actions\lib
|
|---|
| 17367 | copying src\lib\show.svg -> build\lib\chimerax\basic_actions\lib
|
|---|
| 17368 | copying src\lib\surfhide.png -> build\lib\chimerax\basic_actions\lib
|
|---|
| 17369 | copying src\lib\surfshow.png -> build\lib\chimerax\basic_actions\lib
|
|---|
| 17370 | copying src\lib\uparrow.png -> build\lib\chimerax\basic_actions\lib
|
|---|
| 17371 | copying src\basic_actions.css -> build\lib\chimerax\basic_actions
|
|---|
| 17372 | copying src\basic_actions.html -> build\lib\chimerax\basic_actions
|
|---|
| 17373 | copying src\basic_actions.js -> build\lib\chimerax\basic_actions
|
|---|
| 17374 | running bdist_wheel
|
|---|
| 17375 | installing to build\bdist.win-amd64\wheel
|
|---|
| 17376 | running install
|
|---|
| 17377 | running install_lib
|
|---|
| 17378 | creating build\bdist.win-amd64\wheel
|
|---|
| 17379 | creating build\bdist.win-amd64\wheel\chimerax
|
|---|
| 17380 | creating build\bdist.win-amd64\wheel\chimerax\basic_actions
|
|---|
| 17381 | copying build\lib\chimerax\basic_actions\basic_actions.css -> build\bdist.win-amd64\wheel\.\chimerax\basic_actions
|
|---|
| 17382 | copying build\lib\chimerax\basic_actions\basic_actions.html -> build\bdist.win-amd64\wheel\.\chimerax\basic_actions
|
|---|
| 17383 | copying build\lib\chimerax\basic_actions\basic_actions.js -> build\bdist.win-amd64\wheel\.\chimerax\basic_actions
|
|---|
| 17384 | copying build\lib\chimerax\basic_actions\cmd.py -> build\bdist.win-amd64\wheel\.\chimerax\basic_actions
|
|---|
| 17385 | creating build\bdist.win-amd64\wheel\chimerax\basic_actions\lib
|
|---|
| 17386 | copying build\lib\chimerax\basic_actions\lib\atomhide.png -> build\bdist.win-amd64\wheel\.\chimerax\basic_actions\lib
|
|---|
| 17387 | copying build\lib\chimerax\basic_actions\lib\atomshow.png -> build\bdist.win-amd64\wheel\.\chimerax\basic_actions\lib
|
|---|
| 17388 | copying build\lib\chimerax\basic_actions\lib\colorpicker.svg -> build\bdist.win-amd64\wheel\.\chimerax\basic_actions\lib
|
|---|
| 17389 | copying build\lib\chimerax\basic_actions\lib\downarrow.png -> build\bdist.win-amd64\wheel\.\chimerax\basic_actions\lib
|
|---|
| 17390 | copying build\lib\chimerax\basic_actions\lib\hide.svg -> build\bdist.win-amd64\wheel\.\chimerax\basic_actions\lib
|
|---|
| 17391 | copying build\lib\chimerax\basic_actions\lib\jquery-3.2.1.min.js -> build\bdist.win-amd64\wheel\.\chimerax\basic_actions\lib
|
|---|
| 17392 | copying build\lib\chimerax\basic_actions\lib\jquery.tablesorter.combined.js -> build\bdist.win-amd64\wheel\.\chimerax\basic_actions\lib
|
|---|
| 17393 | copying build\lib\chimerax\basic_actions\lib\ribhide.png -> build\bdist.win-amd64\wheel\.\chimerax\basic_actions\lib
|
|---|
| 17394 | copying build\lib\chimerax\basic_actions\lib\ribshow.png -> build\bdist.win-amd64\wheel\.\chimerax\basic_actions\lib
|
|---|
| 17395 | copying build\lib\chimerax\basic_actions\lib\show.svg -> build\bdist.win-amd64\wheel\.\chimerax\basic_actions\lib
|
|---|
| 17396 | copying build\lib\chimerax\basic_actions\lib\surfhide.png -> build\bdist.win-amd64\wheel\.\chimerax\basic_actions\lib
|
|---|
| 17397 | copying build\lib\chimerax\basic_actions\lib\surfshow.png -> build\bdist.win-amd64\wheel\.\chimerax\basic_actions\lib
|
|---|
| 17398 | copying build\lib\chimerax\basic_actions\lib\uparrow.png -> build\bdist.win-amd64\wheel\.\chimerax\basic_actions\lib
|
|---|
| 17399 | copying build\lib\chimerax\basic_actions\statemgr.py -> build\bdist.win-amd64\wheel\.\chimerax\basic_actions
|
|---|
| 17400 | copying build\lib\chimerax\basic_actions\tool.py -> build\bdist.win-amd64\wheel\.\chimerax\basic_actions
|
|---|
| 17401 | copying build\lib\chimerax\basic_actions\__init__.py -> build\bdist.win-amd64\wheel\.\chimerax\basic_actions
|
|---|
| 17402 | running install_egg_info
|
|---|
| 17403 | running egg_info
|
|---|
| 17404 | creating ChimeraX_BasicActions.egg-info
|
|---|
| 17405 | writing ChimeraX_BasicActions.egg-info\PKG-INFO
|
|---|
| 17406 | writing dependency_links to ChimeraX_BasicActions.egg-info\dependency_links.txt
|
|---|
| 17407 | writing requirements to ChimeraX_BasicActions.egg-info\requires.txt
|
|---|
| 17408 | writing top-level names to ChimeraX_BasicActions.egg-info\top_level.txt
|
|---|
| 17409 | writing manifest file 'ChimeraX_BasicActions.egg-info\SOURCES.txt'
|
|---|
| 17410 | reading manifest file 'ChimeraX_BasicActions.egg-info\SOURCES.txt'
|
|---|
| 17411 | writing manifest file 'ChimeraX_BasicActions.egg-info\SOURCES.txt'
|
|---|
| 17412 | Copying ChimeraX_BasicActions.egg-info to build\bdist.win-amd64\wheel\.\ChimeraX_BasicActions-1.1.3-py3.11.egg-info
|
|---|
| 17413 | running install_scripts
|
|---|
| 17414 | creating build\bdist.win-amd64\wheel\chimerax_basicactions-1.1.3.dist-info\WHEEL
|
|---|
| 17415 | creating 'dist\chimerax_basicactions-1.1.3-py3-none-any.whl' and adding 'build\bdist.win-amd64\wheel' to it
|
|---|
| 17416 | adding 'chimerax/basic_actions/__init__.py'
|
|---|
| 17417 | adding 'chimerax/basic_actions/basic_actions.css'
|
|---|
| 17418 | adding 'chimerax/basic_actions/basic_actions.html'
|
|---|
| 17419 | adding 'chimerax/basic_actions/basic_actions.js'
|
|---|
| 17420 | adding 'chimerax/basic_actions/cmd.py'
|
|---|
| 17421 | adding 'chimerax/basic_actions/statemgr.py'
|
|---|
| 17422 | adding 'chimerax/basic_actions/tool.py'
|
|---|
| 17423 | adding 'chimerax/basic_actions/lib/atomhide.png'
|
|---|
| 17424 | adding 'chimerax/basic_actions/lib/atomshow.png'
|
|---|
| 17425 | adding 'chimerax/basic_actions/lib/colorpicker.svg'
|
|---|
| 17426 | adding 'chimerax/basic_actions/lib/downarrow.png'
|
|---|
| 17427 | adding 'chimerax/basic_actions/lib/hide.svg'
|
|---|
| 17428 | adding 'chimerax/basic_actions/lib/jquery-3.2.1.min.js'
|
|---|
| 17429 | adding 'chimerax/basic_actions/lib/jquery.tablesorter.combined.js'
|
|---|
| 17430 | adding 'chimerax/basic_actions/lib/ribhide.png'
|
|---|
| 17431 | adding 'chimerax/basic_actions/lib/ribshow.png'
|
|---|
| 17432 | adding 'chimerax/basic_actions/lib/show.svg'
|
|---|
| 17433 | adding 'chimerax/basic_actions/lib/surfhide.png'
|
|---|
| 17434 | adding 'chimerax/basic_actions/lib/surfshow.png'
|
|---|
| 17435 | adding 'chimerax/basic_actions/lib/uparrow.png'
|
|---|
| 17436 | adding 'chimerax_basicactions-1.1.3.dist-info/METADATA'
|
|---|
| 17437 | adding 'chimerax_basicactions-1.1.3.dist-info/WHEEL'
|
|---|
| 17438 | adding 'chimerax_basicactions-1.1.3.dist-info/top_level.txt'
|
|---|
| 17439 | adding 'chimerax_basicactions-1.1.3.dist-info/RECORD'
|
|---|
| 17440 | removing build\bdist.win-amd64\wheel
|
|---|
| 17441 | Distribution is in .\dist\ChimeraX_BasicActions-1.1.3-py3-none-any.whl
|
|---|
| 17442 | INFO:
|
|---|
| 17443 |
|
|---|
| 17444 | make sync
|
|---|
| 17445 | make[6]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/basic_actions'
|
|---|
| 17446 | cp -av dist/*.whl ../../../build/sync
|
|---|
| 17447 | 'dist/chimerax_basicactions-1.1.3-py3-none-any.whl' -> '../../../build/sync/chimerax_basicactions-1.1.3-py3-none-any.whl'
|
|---|
| 17448 | make[6]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/basic_actions'
|
|---|
| 17449 | make[5]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/basic_actions'
|
|---|
| 17450 | make -C bild build
|
|---|
| 17451 | make[5]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/bild'
|
|---|
| 17452 | if [ -z "../../../ChimeraX.app/bin/python.exe" ]; then \
|
|---|
| 17453 | echo "missing ChimeraX application's python"; exit 1; \
|
|---|
| 17454 | else \
|
|---|
| 17455 | PYTHONNOUSERSITE=1 ../../../ChimeraX.app/bin/python.exe -I -m chimerax.core --nogui --exit --safemode --cmd "devel build . exit true "; \
|
|---|
| 17456 | fi
|
|---|
| 17457 | INFO:
|
|---|
| 17458 | Executing: devel build . exit true
|
|---|
| 17459 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\setuptools\dist.py:759: SetuptoolsDeprecationWarning: License classifiers are deprecated.
|
|---|
| 17460 | !!
|
|---|
| 17461 |
|
|---|
| 17462 | ********************************************************************************
|
|---|
| 17463 | Please consider removing the following classifiers in favor of a SPDX license expression:
|
|---|
| 17464 |
|
|---|
| 17465 | License :: Free for non-commercial use
|
|---|
| 17466 |
|
|---|
| 17467 | See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details.
|
|---|
| 17468 | ********************************************************************************
|
|---|
| 17469 |
|
|---|
| 17470 | !!
|
|---|
| 17471 | self._finalize_license_expression()
|
|---|
| 17472 | running build
|
|---|
| 17473 | running build_py
|
|---|
| 17474 | creating build\lib\chimerax\bild
|
|---|
| 17475 | copying src\bild.py -> build\lib\chimerax\bild
|
|---|
| 17476 | copying src\__init__.py -> build\lib\chimerax\bild
|
|---|
| 17477 | running bdist_wheel
|
|---|
| 17478 | installing to build\bdist.win-amd64\wheel
|
|---|
| 17479 | running install
|
|---|
| 17480 | running install_lib
|
|---|
| 17481 | creating build\bdist.win-amd64\wheel
|
|---|
| 17482 | creating build\bdist.win-amd64\wheel\chimerax
|
|---|
| 17483 | creating build\bdist.win-amd64\wheel\chimerax\bild
|
|---|
| 17484 | copying build\lib\chimerax\bild\bild.py -> build\bdist.win-amd64\wheel\.\chimerax\bild
|
|---|
| 17485 | copying build\lib\chimerax\bild\__init__.py -> build\bdist.win-amd64\wheel\.\chimerax\bild
|
|---|
| 17486 | running install_egg_info
|
|---|
| 17487 | running egg_info
|
|---|
| 17488 | creating ChimeraX_BILD.egg-info
|
|---|
| 17489 | writing ChimeraX_BILD.egg-info\PKG-INFO
|
|---|
| 17490 | writing dependency_links to ChimeraX_BILD.egg-info\dependency_links.txt
|
|---|
| 17491 | writing requirements to ChimeraX_BILD.egg-info\requires.txt
|
|---|
| 17492 | writing top-level names to ChimeraX_BILD.egg-info\top_level.txt
|
|---|
| 17493 | writing manifest file 'ChimeraX_BILD.egg-info\SOURCES.txt'
|
|---|
| 17494 | reading manifest file 'ChimeraX_BILD.egg-info\SOURCES.txt'
|
|---|
| 17495 | writing manifest file 'ChimeraX_BILD.egg-info\SOURCES.txt'
|
|---|
| 17496 | Copying ChimeraX_BILD.egg-info to build\bdist.win-amd64\wheel\.\ChimeraX_BILD-1.0-py3.11.egg-info
|
|---|
| 17497 | running install_scripts
|
|---|
| 17498 | creating build\bdist.win-amd64\wheel\chimerax_bild-1.0.dist-info\WHEEL
|
|---|
| 17499 | creating 'dist\chimerax_bild-1.0-py3-none-any.whl' and adding 'build\bdist.win-amd64\wheel' to it
|
|---|
| 17500 | adding 'chimerax/bild/__init__.py'
|
|---|
| 17501 | adding 'chimerax/bild/bild.py'
|
|---|
| 17502 | adding 'chimerax_bild-1.0.dist-info/METADATA'
|
|---|
| 17503 | adding 'chimerax_bild-1.0.dist-info/WHEEL'
|
|---|
| 17504 | adding 'chimerax_bild-1.0.dist-info/top_level.txt'
|
|---|
| 17505 | adding 'chimerax_bild-1.0.dist-info/RECORD'
|
|---|
| 17506 | removing build\bdist.win-amd64\wheel
|
|---|
| 17507 | Distribution is in .\dist\ChimeraX_BILD-1.0-py3-none-any.whl
|
|---|
| 17508 | INFO:
|
|---|
| 17509 |
|
|---|
| 17510 | make sync
|
|---|
| 17511 | make[6]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/bild'
|
|---|
| 17512 | cp -av dist/*.whl ../../../build/sync
|
|---|
| 17513 | 'dist/chimerax_bild-1.0-py3-none-any.whl' -> '../../../build/sync/chimerax_bild-1.0-py3-none-any.whl'
|
|---|
| 17514 | make[6]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/bild'
|
|---|
| 17515 | make[5]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/bild'
|
|---|
| 17516 | make -C blastprotein build
|
|---|
| 17517 | make[5]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/blastprotein'
|
|---|
| 17518 | if [ -z "../../../ChimeraX.app/bin/python.exe" ]; then \
|
|---|
| 17519 | echo "missing ChimeraX application's python"; exit 1; \
|
|---|
| 17520 | else \
|
|---|
| 17521 | PYTHONNOUSERSITE=1 ../../../ChimeraX.app/bin/python.exe -I -m chimerax.core --nogui --exit --safemode --cmd "devel build . exit true "; \
|
|---|
| 17522 | fi
|
|---|
| 17523 | INFO:
|
|---|
| 17524 | Executing: devel build . exit true
|
|---|
| 17525 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\setuptools\config\_apply_pyprojecttoml.py:82: SetuptoolsDeprecationWarning: `project.license` as a TOML table is deprecated
|
|---|
| 17526 | !!
|
|---|
| 17527 |
|
|---|
| 17528 | ********************************************************************************
|
|---|
| 17529 | Please use a simple string containing a SPDX expression for `project.license`. You can also use `project.license-files`. (Both options available on setuptools>=77.0.0).
|
|---|
| 17530 |
|
|---|
| 17531 | By 2026-Feb-18, you need to update your project and remove deprecated calls
|
|---|
| 17532 | or your builds will no longer be supported.
|
|---|
| 17533 |
|
|---|
| 17534 | See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details.
|
|---|
| 17535 | ********************************************************************************
|
|---|
| 17536 |
|
|---|
| 17537 | !!
|
|---|
| 17538 | corresp(dist, value, root_dir)
|
|---|
| 17539 | running build
|
|---|
| 17540 | running build_py
|
|---|
| 17541 | creating build\lib\chimerax\blastprotein
|
|---|
| 17542 | copying src\cmd.py -> build\lib\chimerax\blastprotein
|
|---|
| 17543 | copying src\job.py -> build\lib\chimerax\blastprotein
|
|---|
| 17544 | copying src\tests.py -> build\lib\chimerax\blastprotein
|
|---|
| 17545 | copying src\utils.py -> build\lib\chimerax\blastprotein
|
|---|
| 17546 | copying src\__init__.py -> build\lib\chimerax\blastprotein
|
|---|
| 17547 | creating build\lib\chimerax\blastprotein\data_model
|
|---|
| 17548 | copying src\data_model\databases.py -> build\lib\chimerax\blastprotein\data_model
|
|---|
| 17549 | copying src\data_model\dbparsers.py -> build\lib\chimerax\blastprotein\data_model
|
|---|
| 17550 | copying src\data_model\match.py -> build\lib\chimerax\blastprotein\data_model
|
|---|
| 17551 | copying src\data_model\pdbinfo.py -> build\lib\chimerax\blastprotein\data_model
|
|---|
| 17552 | copying src\data_model\__init__.py -> build\lib\chimerax\blastprotein\data_model
|
|---|
| 17553 | creating build\lib\chimerax\blastprotein\ui
|
|---|
| 17554 | copying src\ui\results.py -> build\lib\chimerax\blastprotein\ui
|
|---|
| 17555 | copying src\ui\tests.py -> build\lib\chimerax\blastprotein\ui
|
|---|
| 17556 | copying src\ui\tool.py -> build\lib\chimerax\blastprotein\ui
|
|---|
| 17557 | copying src\ui\__init__.py -> build\lib\chimerax\blastprotein\ui
|
|---|
| 17558 | creating build\lib\chimerax\blastprotein\ui\widgets
|
|---|
| 17559 | copying src\ui\widgets\bpform.py -> build\lib\chimerax\blastprotein\ui\widgets
|
|---|
| 17560 | copying src\ui\widgets\labelledbar.py -> build\lib\chimerax\blastprotein\ui\widgets
|
|---|
| 17561 | copying src\ui\widgets\table.py -> build\lib\chimerax\blastprotein\ui\widgets
|
|---|
| 17562 | copying src\ui\widgets\__init__.py -> build\lib\chimerax\blastprotein\ui\widgets
|
|---|
| 17563 | running bdist_wheel
|
|---|
| 17564 | installing to build\bdist.win-amd64\wheel
|
|---|
| 17565 | running install
|
|---|
| 17566 | running install_lib
|
|---|
| 17567 | creating build\bdist.win-amd64\wheel
|
|---|
| 17568 | creating build\bdist.win-amd64\wheel\chimerax
|
|---|
| 17569 | creating build\bdist.win-amd64\wheel\chimerax\blastprotein
|
|---|
| 17570 | copying build\lib\chimerax\blastprotein\cmd.py -> build\bdist.win-amd64\wheel\.\chimerax\blastprotein
|
|---|
| 17571 | creating build\bdist.win-amd64\wheel\chimerax\blastprotein\data_model
|
|---|
| 17572 | copying build\lib\chimerax\blastprotein\data_model\databases.py -> build\bdist.win-amd64\wheel\.\chimerax\blastprotein\data_model
|
|---|
| 17573 | copying build\lib\chimerax\blastprotein\data_model\dbparsers.py -> build\bdist.win-amd64\wheel\.\chimerax\blastprotein\data_model
|
|---|
| 17574 | copying build\lib\chimerax\blastprotein\data_model\match.py -> build\bdist.win-amd64\wheel\.\chimerax\blastprotein\data_model
|
|---|
| 17575 | copying build\lib\chimerax\blastprotein\data_model\pdbinfo.py -> build\bdist.win-amd64\wheel\.\chimerax\blastprotein\data_model
|
|---|
| 17576 | copying build\lib\chimerax\blastprotein\data_model\__init__.py -> build\bdist.win-amd64\wheel\.\chimerax\blastprotein\data_model
|
|---|
| 17577 | copying build\lib\chimerax\blastprotein\job.py -> build\bdist.win-amd64\wheel\.\chimerax\blastprotein
|
|---|
| 17578 | copying build\lib\chimerax\blastprotein\tests.py -> build\bdist.win-amd64\wheel\.\chimerax\blastprotein
|
|---|
| 17579 | creating build\bdist.win-amd64\wheel\chimerax\blastprotein\ui
|
|---|
| 17580 | copying build\lib\chimerax\blastprotein\ui\results.py -> build\bdist.win-amd64\wheel\.\chimerax\blastprotein\ui
|
|---|
| 17581 | copying build\lib\chimerax\blastprotein\ui\tests.py -> build\bdist.win-amd64\wheel\.\chimerax\blastprotein\ui
|
|---|
| 17582 | copying build\lib\chimerax\blastprotein\ui\tool.py -> build\bdist.win-amd64\wheel\.\chimerax\blastprotein\ui
|
|---|
| 17583 | creating build\bdist.win-amd64\wheel\chimerax\blastprotein\ui\widgets
|
|---|
| 17584 | copying build\lib\chimerax\blastprotein\ui\widgets\bpform.py -> build\bdist.win-amd64\wheel\.\chimerax\blastprotein\ui\widgets
|
|---|
| 17585 | copying build\lib\chimerax\blastprotein\ui\widgets\labelledbar.py -> build\bdist.win-amd64\wheel\.\chimerax\blastprotein\ui\widgets
|
|---|
| 17586 | copying build\lib\chimerax\blastprotein\ui\widgets\table.py -> build\bdist.win-amd64\wheel\.\chimerax\blastprotein\ui\widgets
|
|---|
| 17587 | copying build\lib\chimerax\blastprotein\ui\widgets\__init__.py -> build\bdist.win-amd64\wheel\.\chimerax\blastprotein\ui\widgets
|
|---|
| 17588 | copying build\lib\chimerax\blastprotein\ui\__init__.py -> build\bdist.win-amd64\wheel\.\chimerax\blastprotein\ui
|
|---|
| 17589 | copying build\lib\chimerax\blastprotein\utils.py -> build\bdist.win-amd64\wheel\.\chimerax\blastprotein
|
|---|
| 17590 | copying build\lib\chimerax\blastprotein\__init__.py -> build\bdist.win-amd64\wheel\.\chimerax\blastprotein
|
|---|
| 17591 | running install_egg_info
|
|---|
| 17592 | running egg_info
|
|---|
| 17593 | creating ChimeraX_BlastProtein.egg-info
|
|---|
| 17594 | writing ChimeraX_BlastProtein.egg-info\PKG-INFO
|
|---|
| 17595 | writing dependency_links to ChimeraX_BlastProtein.egg-info\dependency_links.txt
|
|---|
| 17596 | writing requirements to ChimeraX_BlastProtein.egg-info\requires.txt
|
|---|
| 17597 | writing top-level names to ChimeraX_BlastProtein.egg-info\top_level.txt
|
|---|
| 17598 | writing manifest file 'ChimeraX_BlastProtein.egg-info\SOURCES.txt'
|
|---|
| 17599 | reading manifest file 'ChimeraX_BlastProtein.egg-info\SOURCES.txt'
|
|---|
| 17600 | writing manifest file 'ChimeraX_BlastProtein.egg-info\SOURCES.txt'
|
|---|
| 17601 | Copying ChimeraX_BlastProtein.egg-info to build\bdist.win-amd64\wheel\.\ChimeraX_BlastProtein-3.0.0-py3.11.egg-info
|
|---|
| 17602 | running install_scripts
|
|---|
| 17603 | creating build\bdist.win-amd64\wheel\chimerax_blastprotein-3.0.0.dist-info\WHEEL
|
|---|
| 17604 | creating 'dist\chimerax_blastprotein-3.0.0-py3-none-any.whl' and adding 'build\bdist.win-amd64\wheel' to it
|
|---|
| 17605 | adding 'chimerax/blastprotein/__init__.py'
|
|---|
| 17606 | adding 'chimerax/blastprotein/cmd.py'
|
|---|
| 17607 | adding 'chimerax/blastprotein/job.py'
|
|---|
| 17608 | adding 'chimerax/blastprotein/tests.py'
|
|---|
| 17609 | adding 'chimerax/blastprotein/utils.py'
|
|---|
| 17610 | adding 'chimerax/blastprotein/data_model/__init__.py'
|
|---|
| 17611 | adding 'chimerax/blastprotein/data_model/databases.py'
|
|---|
| 17612 | adding 'chimerax/blastprotein/data_model/dbparsers.py'
|
|---|
| 17613 | adding 'chimerax/blastprotein/data_model/match.py'
|
|---|
| 17614 | adding 'chimerax/blastprotein/data_model/pdbinfo.py'
|
|---|
| 17615 | adding 'chimerax/blastprotein/ui/__init__.py'
|
|---|
| 17616 | adding 'chimerax/blastprotein/ui/results.py'
|
|---|
| 17617 | adding 'chimerax/blastprotein/ui/tests.py'
|
|---|
| 17618 | adding 'chimerax/blastprotein/ui/tool.py'
|
|---|
| 17619 | adding 'chimerax/blastprotein/ui/widgets/__init__.py'
|
|---|
| 17620 | adding 'chimerax/blastprotein/ui/widgets/bpform.py'
|
|---|
| 17621 | adding 'chimerax/blastprotein/ui/widgets/labelledbar.py'
|
|---|
| 17622 | adding 'chimerax/blastprotein/ui/widgets/table.py'
|
|---|
| 17623 | adding 'chimerax_blastprotein-3.0.0.dist-info/METADATA'
|
|---|
| 17624 | adding 'chimerax_blastprotein-3.0.0.dist-info/WHEEL'
|
|---|
| 17625 | adding 'chimerax_blastprotein-3.0.0.dist-info/top_level.txt'
|
|---|
| 17626 | adding 'chimerax_blastprotein-3.0.0.dist-info/RECORD'
|
|---|
| 17627 | removing build\bdist.win-amd64\wheel
|
|---|
| 17628 | Distribution is in C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\blastprotein\dist\chimerax_blastprotein-3.0.0-py3-none-any.whl
|
|---|
| 17629 | INFO:
|
|---|
| 17630 |
|
|---|
| 17631 | make sync
|
|---|
| 17632 | make[6]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/blastprotein'
|
|---|
| 17633 | cp -av dist/*.whl ../../../build/sync
|
|---|
| 17634 | 'dist/chimerax_blastprotein-3.0.0-py3-none-any.whl' -> '../../../build/sync/chimerax_blastprotein-3.0.0-py3-none-any.whl'
|
|---|
| 17635 | make[6]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/blastprotein'
|
|---|
| 17636 | make[5]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/blastprotein'
|
|---|
| 17637 | make -C boltz build
|
|---|
| 17638 | make[5]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/boltz'
|
|---|
| 17639 | if [ -z "../../../ChimeraX.app/bin/python.exe" ]; then \
|
|---|
| 17640 | echo "missing ChimeraX application's python"; exit 1; \
|
|---|
| 17641 | else \
|
|---|
| 17642 | PYTHONNOUSERSITE=1 ../../../ChimeraX.app/bin/python.exe -I -m chimerax.core --nogui --exit --safemode --cmd "devel build . exit true "; \
|
|---|
| 17643 | fi
|
|---|
| 17644 | INFO:
|
|---|
| 17645 | Executing: devel build . exit true
|
|---|
| 17646 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\setuptools\dist.py:759: SetuptoolsDeprecationWarning: License classifiers are deprecated.
|
|---|
| 17647 | !!
|
|---|
| 17648 |
|
|---|
| 17649 | ********************************************************************************
|
|---|
| 17650 | Please consider removing the following classifiers in favor of a SPDX license expression:
|
|---|
| 17651 |
|
|---|
| 17652 | License :: Free for non-commercial use
|
|---|
| 17653 |
|
|---|
| 17654 | See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details.
|
|---|
| 17655 | ********************************************************************************
|
|---|
| 17656 |
|
|---|
| 17657 | !!
|
|---|
| 17658 | self._finalize_license_expression()
|
|---|
| 17659 | running build
|
|---|
| 17660 | running build_py
|
|---|
| 17661 | creating build\lib\chimerax\boltz
|
|---|
| 17662 | copying src\boltz_gui.py -> build\lib\chimerax\boltz
|
|---|
| 17663 | copying src\download_weights_and_ccd.py -> build\lib\chimerax\boltz
|
|---|
| 17664 | copying src\install.py -> build\lib\chimerax\boltz
|
|---|
| 17665 | copying src\predict.py -> build\lib\chimerax\boltz
|
|---|
| 17666 | copying src\settings.py -> build\lib\chimerax\boltz
|
|---|
| 17667 | copying src\__init__.py -> build\lib\chimerax\boltz
|
|---|
| 17668 | creating build\lib\chimerax\boltz\docs
|
|---|
| 17669 | copying src\docs\boltz_help.html -> build\lib\chimerax\boltz\docs
|
|---|
| 17670 | creating build\lib\chimerax\boltz\docs\images
|
|---|
| 17671 | copying src\docs\images\boltz_assembly.png -> build\lib\chimerax\boltz\docs\images
|
|---|
| 17672 | copying src\docs\images\boltz_gui.png -> build\lib\chimerax\boltz\docs\images
|
|---|
| 17673 | copying src\docs\images\boltz_menu.png -> build\lib\chimerax\boltz\docs\images
|
|---|
| 17674 | copying src\docs\images\boltz_options.png -> build\lib\chimerax\boltz\docs\images
|
|---|
| 17675 | copying src\docs\images\hemoglobin.png -> build\lib\chimerax\boltz\docs\images
|
|---|
| 17676 | copying src\docs\images\hemoglobin_pae.png -> build\lib\chimerax\boltz\docs\images
|
|---|
| 17677 | running bdist_wheel
|
|---|
| 17678 | installing to build\bdist.win-amd64\wheel
|
|---|
| 17679 | running install
|
|---|
| 17680 | running install_lib
|
|---|
| 17681 | creating build\bdist.win-amd64\wheel
|
|---|
| 17682 | creating build\bdist.win-amd64\wheel\chimerax
|
|---|
| 17683 | creating build\bdist.win-amd64\wheel\chimerax\boltz
|
|---|
| 17684 | copying build\lib\chimerax\boltz\boltz_gui.py -> build\bdist.win-amd64\wheel\.\chimerax\boltz
|
|---|
| 17685 | creating build\bdist.win-amd64\wheel\chimerax\boltz\docs
|
|---|
| 17686 | copying build\lib\chimerax\boltz\docs\boltz_help.html -> build\bdist.win-amd64\wheel\.\chimerax\boltz\docs
|
|---|
| 17687 | creating build\bdist.win-amd64\wheel\chimerax\boltz\docs\images
|
|---|
| 17688 | copying build\lib\chimerax\boltz\docs\images\boltz_assembly.png -> build\bdist.win-amd64\wheel\.\chimerax\boltz\docs\images
|
|---|
| 17689 | copying build\lib\chimerax\boltz\docs\images\boltz_gui.png -> build\bdist.win-amd64\wheel\.\chimerax\boltz\docs\images
|
|---|
| 17690 | copying build\lib\chimerax\boltz\docs\images\boltz_menu.png -> build\bdist.win-amd64\wheel\.\chimerax\boltz\docs\images
|
|---|
| 17691 | copying build\lib\chimerax\boltz\docs\images\boltz_options.png -> build\bdist.win-amd64\wheel\.\chimerax\boltz\docs\images
|
|---|
| 17692 | copying build\lib\chimerax\boltz\docs\images\hemoglobin.png -> build\bdist.win-amd64\wheel\.\chimerax\boltz\docs\images
|
|---|
| 17693 | copying build\lib\chimerax\boltz\docs\images\hemoglobin_pae.png -> build\bdist.win-amd64\wheel\.\chimerax\boltz\docs\images
|
|---|
| 17694 | copying build\lib\chimerax\boltz\download_weights_and_ccd.py -> build\bdist.win-amd64\wheel\.\chimerax\boltz
|
|---|
| 17695 | copying build\lib\chimerax\boltz\install.py -> build\bdist.win-amd64\wheel\.\chimerax\boltz
|
|---|
| 17696 | copying build\lib\chimerax\boltz\predict.py -> build\bdist.win-amd64\wheel\.\chimerax\boltz
|
|---|
| 17697 | copying build\lib\chimerax\boltz\settings.py -> build\bdist.win-amd64\wheel\.\chimerax\boltz
|
|---|
| 17698 | copying build\lib\chimerax\boltz\__init__.py -> build\bdist.win-amd64\wheel\.\chimerax\boltz
|
|---|
| 17699 | running install_egg_info
|
|---|
| 17700 | running egg_info
|
|---|
| 17701 | creating ChimeraX_Boltz.egg-info
|
|---|
| 17702 | writing ChimeraX_Boltz.egg-info\PKG-INFO
|
|---|
| 17703 | writing dependency_links to ChimeraX_Boltz.egg-info\dependency_links.txt
|
|---|
| 17704 | writing requirements to ChimeraX_Boltz.egg-info\requires.txt
|
|---|
| 17705 | writing top-level names to ChimeraX_Boltz.egg-info\top_level.txt
|
|---|
| 17706 | writing manifest file 'ChimeraX_Boltz.egg-info\SOURCES.txt'
|
|---|
| 17707 | reading manifest file 'ChimeraX_Boltz.egg-info\SOURCES.txt'
|
|---|
| 17708 | writing manifest file 'ChimeraX_Boltz.egg-info\SOURCES.txt'
|
|---|
| 17709 | Copying ChimeraX_Boltz.egg-info to build\bdist.win-amd64\wheel\.\ChimeraX_Boltz-1.1-py3.11.egg-info
|
|---|
| 17710 | running install_scripts
|
|---|
| 17711 | creating build\bdist.win-amd64\wheel\chimerax_boltz-1.1.dist-info\WHEEL
|
|---|
| 17712 | creating 'dist\chimerax_boltz-1.1-py3-none-any.whl' and adding 'build\bdist.win-amd64\wheel' to it
|
|---|
| 17713 | adding 'chimerax/boltz/__init__.py'
|
|---|
| 17714 | adding 'chimerax/boltz/boltz_gui.py'
|
|---|
| 17715 | adding 'chimerax/boltz/download_weights_and_ccd.py'
|
|---|
| 17716 | adding 'chimerax/boltz/install.py'
|
|---|
| 17717 | adding 'chimerax/boltz/predict.py'
|
|---|
| 17718 | adding 'chimerax/boltz/settings.py'
|
|---|
| 17719 | adding 'chimerax/boltz/docs/boltz_help.html'
|
|---|
| 17720 | adding 'chimerax/boltz/docs/images/boltz_assembly.png'
|
|---|
| 17721 | adding 'chimerax/boltz/docs/images/boltz_gui.png'
|
|---|
| 17722 | adding 'chimerax/boltz/docs/images/boltz_menu.png'
|
|---|
| 17723 | adding 'chimerax/boltz/docs/images/boltz_options.png'
|
|---|
| 17724 | adding 'chimerax/boltz/docs/images/hemoglobin.png'
|
|---|
| 17725 | adding 'chimerax/boltz/docs/images/hemoglobin_pae.png'
|
|---|
| 17726 | adding 'chimerax_boltz-1.1.dist-info/METADATA'
|
|---|
| 17727 | adding 'chimerax_boltz-1.1.dist-info/WHEEL'
|
|---|
| 17728 | adding 'chimerax_boltz-1.1.dist-info/top_level.txt'
|
|---|
| 17729 | adding 'chimerax_boltz-1.1.dist-info/RECORD'
|
|---|
| 17730 | removing build\bdist.win-amd64\wheel
|
|---|
| 17731 | Distribution is in .\dist\ChimeraX_Boltz-1.1-py3-none-any.whl
|
|---|
| 17732 | INFO:
|
|---|
| 17733 |
|
|---|
| 17734 | make sync
|
|---|
| 17735 | make[6]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/boltz'
|
|---|
| 17736 | cp -av dist/*.whl ../../../build/sync
|
|---|
| 17737 | 'dist/chimerax_boltz-1.1-py3-none-any.whl' -> '../../../build/sync/chimerax_boltz-1.1-py3-none-any.whl'
|
|---|
| 17738 | make[6]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/boltz'
|
|---|
| 17739 | make[5]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/boltz'
|
|---|
| 17740 | make -C bond_rot build
|
|---|
| 17741 | make[5]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/bond_rot'
|
|---|
| 17742 | if [ -z "../../../ChimeraX.app/bin/python.exe" ]; then \
|
|---|
| 17743 | echo "missing ChimeraX application's python"; exit 1; \
|
|---|
| 17744 | else \
|
|---|
| 17745 | PYTHONNOUSERSITE=1 ../../../ChimeraX.app/bin/python.exe -I -m chimerax.core --nogui --exit --safemode --cmd "devel build . exit true "; \
|
|---|
| 17746 | fi
|
|---|
| 17747 | INFO:
|
|---|
| 17748 | Executing: devel build . exit true
|
|---|
| 17749 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\setuptools\dist.py:759: SetuptoolsDeprecationWarning: License classifiers are deprecated.
|
|---|
| 17750 | !!
|
|---|
| 17751 |
|
|---|
| 17752 | ********************************************************************************
|
|---|
| 17753 | Please consider removing the following classifiers in favor of a SPDX license expression:
|
|---|
| 17754 |
|
|---|
| 17755 | License :: Free for non-commercial use
|
|---|
| 17756 |
|
|---|
| 17757 | See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details.
|
|---|
| 17758 | ********************************************************************************
|
|---|
| 17759 |
|
|---|
| 17760 | !!
|
|---|
| 17761 | self._finalize_license_expression()
|
|---|
| 17762 | running build
|
|---|
| 17763 | running build_py
|
|---|
| 17764 | creating build\lib\chimerax\bond_rot
|
|---|
| 17765 | copying src\bond_rot.py -> build\lib\chimerax\bond_rot
|
|---|
| 17766 | copying src\cmd.py -> build\lib\chimerax\bond_rot
|
|---|
| 17767 | copying src\manager.py -> build\lib\chimerax\bond_rot
|
|---|
| 17768 | copying src\mouse_rot.py -> build\lib\chimerax\bond_rot
|
|---|
| 17769 | copying src\__init__.py -> build\lib\chimerax\bond_rot
|
|---|
| 17770 | copying src\bondrot.png -> build\lib\chimerax\bond_rot
|
|---|
| 17771 | running bdist_wheel
|
|---|
| 17772 | installing to build\bdist.win-amd64\wheel
|
|---|
| 17773 | running install
|
|---|
| 17774 | running install_lib
|
|---|
| 17775 | creating build\bdist.win-amd64\wheel
|
|---|
| 17776 | creating build\bdist.win-amd64\wheel\chimerax
|
|---|
| 17777 | creating build\bdist.win-amd64\wheel\chimerax\bond_rot
|
|---|
| 17778 | copying build\lib\chimerax\bond_rot\bondrot.png -> build\bdist.win-amd64\wheel\.\chimerax\bond_rot
|
|---|
| 17779 | copying build\lib\chimerax\bond_rot\bond_rot.py -> build\bdist.win-amd64\wheel\.\chimerax\bond_rot
|
|---|
| 17780 | copying build\lib\chimerax\bond_rot\cmd.py -> build\bdist.win-amd64\wheel\.\chimerax\bond_rot
|
|---|
| 17781 | copying build\lib\chimerax\bond_rot\manager.py -> build\bdist.win-amd64\wheel\.\chimerax\bond_rot
|
|---|
| 17782 | copying build\lib\chimerax\bond_rot\mouse_rot.py -> build\bdist.win-amd64\wheel\.\chimerax\bond_rot
|
|---|
| 17783 | copying build\lib\chimerax\bond_rot\__init__.py -> build\bdist.win-amd64\wheel\.\chimerax\bond_rot
|
|---|
| 17784 | running install_egg_info
|
|---|
| 17785 | running egg_info
|
|---|
| 17786 | creating ChimeraX_BondRot.egg-info
|
|---|
| 17787 | writing ChimeraX_BondRot.egg-info\PKG-INFO
|
|---|
| 17788 | writing dependency_links to ChimeraX_BondRot.egg-info\dependency_links.txt
|
|---|
| 17789 | writing requirements to ChimeraX_BondRot.egg-info\requires.txt
|
|---|
| 17790 | writing top-level names to ChimeraX_BondRot.egg-info\top_level.txt
|
|---|
| 17791 | writing manifest file 'ChimeraX_BondRot.egg-info\SOURCES.txt'
|
|---|
| 17792 | reading manifest file 'ChimeraX_BondRot.egg-info\SOURCES.txt'
|
|---|
| 17793 | writing manifest file 'ChimeraX_BondRot.egg-info\SOURCES.txt'
|
|---|
| 17794 | Copying ChimeraX_BondRot.egg-info to build\bdist.win-amd64\wheel\.\ChimeraX_BondRot-2.0.4-py3.11.egg-info
|
|---|
| 17795 | running install_scripts
|
|---|
| 17796 | creating build\bdist.win-amd64\wheel\chimerax_bondrot-2.0.4.dist-info\WHEEL
|
|---|
| 17797 | creating 'dist\chimerax_bondrot-2.0.4-py3-none-any.whl' and adding 'build\bdist.win-amd64\wheel' to it
|
|---|
| 17798 | adding 'chimerax/bond_rot/__init__.py'
|
|---|
| 17799 | adding 'chimerax/bond_rot/bond_rot.py'
|
|---|
| 17800 | adding 'chimerax/bond_rot/bondrot.png'
|
|---|
| 17801 | adding 'chimerax/bond_rot/cmd.py'
|
|---|
| 17802 | adding 'chimerax/bond_rot/manager.py'
|
|---|
| 17803 | adding 'chimerax/bond_rot/mouse_rot.py'
|
|---|
| 17804 | adding 'chimerax_bondrot-2.0.4.dist-info/METADATA'
|
|---|
| 17805 | adding 'chimerax_bondrot-2.0.4.dist-info/WHEEL'
|
|---|
| 17806 | adding 'chimerax_bondrot-2.0.4.dist-info/top_level.txt'
|
|---|
| 17807 | adding 'chimerax_bondrot-2.0.4.dist-info/RECORD'
|
|---|
| 17808 | removing build\bdist.win-amd64\wheel
|
|---|
| 17809 | Distribution is in .\dist\ChimeraX_BondRot-2.0.4-py3-none-any.whl
|
|---|
| 17810 | INFO:
|
|---|
| 17811 |
|
|---|
| 17812 | make sync
|
|---|
| 17813 | make[6]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/bond_rot'
|
|---|
| 17814 | cp -av dist/*.whl ../../../build/sync
|
|---|
| 17815 | 'dist/chimerax_bondrot-2.0.4-py3-none-any.whl' -> '../../../build/sync/chimerax_bondrot-2.0.4-py3-none-any.whl'
|
|---|
| 17816 | make[6]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/bond_rot'
|
|---|
| 17817 | make[5]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/bond_rot'
|
|---|
| 17818 | make -C bug_reporter build
|
|---|
| 17819 | make[5]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/bug_reporter'
|
|---|
| 17820 | if [ -z "../../../ChimeraX.app/bin/python.exe" ]; then \
|
|---|
| 17821 | echo "missing ChimeraX application's python"; exit 1; \
|
|---|
| 17822 | else \
|
|---|
| 17823 | PYTHONNOUSERSITE=1 ../../../ChimeraX.app/bin/python.exe -I -m chimerax.core --nogui --exit --safemode --cmd "devel build . exit true "; \
|
|---|
| 17824 | fi
|
|---|
| 17825 | INFO:
|
|---|
| 17826 | Executing: devel build . exit true
|
|---|
| 17827 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\setuptools\dist.py:759: SetuptoolsDeprecationWarning: License classifiers are deprecated.
|
|---|
| 17828 | !!
|
|---|
| 17829 |
|
|---|
| 17830 | ********************************************************************************
|
|---|
| 17831 | Please consider removing the following classifiers in favor of a SPDX license expression:
|
|---|
| 17832 |
|
|---|
| 17833 | License :: Free for non-commercial use
|
|---|
| 17834 |
|
|---|
| 17835 | See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details.
|
|---|
| 17836 | ********************************************************************************
|
|---|
| 17837 |
|
|---|
| 17838 | !!
|
|---|
| 17839 | self._finalize_license_expression()
|
|---|
| 17840 | running build
|
|---|
| 17841 | running build_py
|
|---|
| 17842 | creating build\lib\chimerax\bug_reporter
|
|---|
| 17843 | copying src\crash_report.py -> build\lib\chimerax\bug_reporter
|
|---|
| 17844 | copying src\form_fields.py -> build\lib\chimerax\bug_reporter
|
|---|
| 17845 | copying src\mac_crash_report.py -> build\lib\chimerax\bug_reporter
|
|---|
| 17846 | copying src\settings.py -> build\lib\chimerax\bug_reporter
|
|---|
| 17847 | copying src\tool.py -> build\lib\chimerax\bug_reporter
|
|---|
| 17848 | copying src\__init__.py -> build\lib\chimerax\bug_reporter
|
|---|
| 17849 | running bdist_wheel
|
|---|
| 17850 | installing to build\bdist.win-amd64\wheel
|
|---|
| 17851 | running install
|
|---|
| 17852 | running install_lib
|
|---|
| 17853 | creating build\bdist.win-amd64\wheel
|
|---|
| 17854 | creating build\bdist.win-amd64\wheel\chimerax
|
|---|
| 17855 | creating build\bdist.win-amd64\wheel\chimerax\bug_reporter
|
|---|
| 17856 | copying build\lib\chimerax\bug_reporter\crash_report.py -> build\bdist.win-amd64\wheel\.\chimerax\bug_reporter
|
|---|
| 17857 | copying build\lib\chimerax\bug_reporter\form_fields.py -> build\bdist.win-amd64\wheel\.\chimerax\bug_reporter
|
|---|
| 17858 | copying build\lib\chimerax\bug_reporter\mac_crash_report.py -> build\bdist.win-amd64\wheel\.\chimerax\bug_reporter
|
|---|
| 17859 | copying build\lib\chimerax\bug_reporter\settings.py -> build\bdist.win-amd64\wheel\.\chimerax\bug_reporter
|
|---|
| 17860 | copying build\lib\chimerax\bug_reporter\tool.py -> build\bdist.win-amd64\wheel\.\chimerax\bug_reporter
|
|---|
| 17861 | copying build\lib\chimerax\bug_reporter\__init__.py -> build\bdist.win-amd64\wheel\.\chimerax\bug_reporter
|
|---|
| 17862 | running install_egg_info
|
|---|
| 17863 | running egg_info
|
|---|
| 17864 | creating ChimeraX_BugReporter.egg-info
|
|---|
| 17865 | writing ChimeraX_BugReporter.egg-info\PKG-INFO
|
|---|
| 17866 | writing dependency_links to ChimeraX_BugReporter.egg-info\dependency_links.txt
|
|---|
| 17867 | writing requirements to ChimeraX_BugReporter.egg-info\requires.txt
|
|---|
| 17868 | writing top-level names to ChimeraX_BugReporter.egg-info\top_level.txt
|
|---|
| 17869 | writing manifest file 'ChimeraX_BugReporter.egg-info\SOURCES.txt'
|
|---|
| 17870 | reading manifest file 'ChimeraX_BugReporter.egg-info\SOURCES.txt'
|
|---|
| 17871 | writing manifest file 'ChimeraX_BugReporter.egg-info\SOURCES.txt'
|
|---|
| 17872 | Copying ChimeraX_BugReporter.egg-info to build\bdist.win-amd64\wheel\.\ChimeraX_BugReporter-1.0.2-py3.11.egg-info
|
|---|
| 17873 | running install_scripts
|
|---|
| 17874 | creating build\bdist.win-amd64\wheel\chimerax_bugreporter-1.0.2.dist-info\WHEEL
|
|---|
| 17875 | creating 'dist\chimerax_bugreporter-1.0.2-py3-none-any.whl' and adding 'build\bdist.win-amd64\wheel' to it
|
|---|
| 17876 | adding 'chimerax/bug_reporter/__init__.py'
|
|---|
| 17877 | adding 'chimerax/bug_reporter/crash_report.py'
|
|---|
| 17878 | adding 'chimerax/bug_reporter/form_fields.py'
|
|---|
| 17879 | adding 'chimerax/bug_reporter/mac_crash_report.py'
|
|---|
| 17880 | adding 'chimerax/bug_reporter/settings.py'
|
|---|
| 17881 | adding 'chimerax/bug_reporter/tool.py'
|
|---|
| 17882 | adding 'chimerax_bugreporter-1.0.2.dist-info/METADATA'
|
|---|
| 17883 | adding 'chimerax_bugreporter-1.0.2.dist-info/WHEEL'
|
|---|
| 17884 | adding 'chimerax_bugreporter-1.0.2.dist-info/top_level.txt'
|
|---|
| 17885 | adding 'chimerax_bugreporter-1.0.2.dist-info/RECORD'
|
|---|
| 17886 | removing build\bdist.win-amd64\wheel
|
|---|
| 17887 | Distribution is in .\dist\ChimeraX_BugReporter-1.0.2-py3-none-any.whl
|
|---|
| 17888 | INFO:
|
|---|
| 17889 |
|
|---|
| 17890 | make sync
|
|---|
| 17891 | make[6]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/bug_reporter'
|
|---|
| 17892 | cp -av dist/*.whl ../../../build/sync
|
|---|
| 17893 | 'dist/chimerax_bugreporter-1.0.2-py3-none-any.whl' -> '../../../build/sync/chimerax_bugreporter-1.0.2-py3-none-any.whl'
|
|---|
| 17894 | make[6]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/bug_reporter'
|
|---|
| 17895 | make[5]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/bug_reporter'
|
|---|
| 17896 | make -C build_structure build
|
|---|
| 17897 | make[5]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/build_structure'
|
|---|
| 17898 | if [ -z "../../../ChimeraX.app/bin/python.exe" ]; then \
|
|---|
| 17899 | echo "missing ChimeraX application's python"; exit 1; \
|
|---|
| 17900 | else \
|
|---|
| 17901 | PYTHONNOUSERSITE=1 ../../../ChimeraX.app/bin/python.exe -I -m chimerax.core --nogui --exit --safemode --cmd "devel build . exit true "; \
|
|---|
| 17902 | fi
|
|---|
| 17903 | INFO:
|
|---|
| 17904 | Executing: devel build . exit true
|
|---|
| 17905 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\setuptools\dist.py:759: SetuptoolsDeprecationWarning: License classifiers are deprecated.
|
|---|
| 17906 | !!
|
|---|
| 17907 |
|
|---|
| 17908 | ********************************************************************************
|
|---|
| 17909 | Please consider removing the following classifiers in favor of a SPDX license expression:
|
|---|
| 17910 |
|
|---|
| 17911 | License :: Free for non-commercial use
|
|---|
| 17912 |
|
|---|
| 17913 | See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details.
|
|---|
| 17914 | ********************************************************************************
|
|---|
| 17915 |
|
|---|
| 17916 | !!
|
|---|
| 17917 | self._finalize_license_expression()
|
|---|
| 17918 | running build
|
|---|
| 17919 | running build_py
|
|---|
| 17920 | creating build\lib\chimerax\build_structure
|
|---|
| 17921 | copying src\bond.py -> build\lib\chimerax\build_structure
|
|---|
| 17922 | copying src\cmd.py -> build\lib\chimerax\build_structure
|
|---|
| 17923 | copying src\contextmenu.py -> build\lib\chimerax\build_structure
|
|---|
| 17924 | copying src\fragment.py -> build\lib\chimerax\build_structure
|
|---|
| 17925 | copying src\fragment_manager.py -> build\lib\chimerax\build_structure
|
|---|
| 17926 | copying src\manager.py -> build\lib\chimerax\build_structure
|
|---|
| 17927 | copying src\mod.py -> build\lib\chimerax\build_structure
|
|---|
| 17928 | copying src\process.py -> build\lib\chimerax\build_structure
|
|---|
| 17929 | copying src\providers.py -> build\lib\chimerax\build_structure
|
|---|
| 17930 | copying src\provider_api.py -> build\lib\chimerax\build_structure
|
|---|
| 17931 | copying src\start.py -> build\lib\chimerax\build_structure
|
|---|
| 17932 | copying src\tool.py -> build\lib\chimerax\build_structure
|
|---|
| 17933 | copying src\__init__.py -> build\lib\chimerax\build_structure
|
|---|
| 17934 | creating build\lib\chimerax\build_structure\fragments
|
|---|
| 17935 | copying src\fragments\acridine.py -> build\lib\chimerax\build_structure\fragments
|
|---|
| 17936 | copying src\fragments\anthracene.py -> build\lib\chimerax\build_structure\fragments
|
|---|
| 17937 | copying src\fragments\benzcisoxazole.py -> build\lib\chimerax\build_structure\fragments
|
|---|
| 17938 | copying src\fragments\benzdisoxazole.py -> build\lib\chimerax\build_structure\fragments
|
|---|
| 17939 | copying src\fragments\benzene.py -> build\lib\chimerax\build_structure\fragments
|
|---|
| 17940 | copying src\fragments\benzimidazole.py -> build\lib\chimerax\build_structure\fragments
|
|---|
| 17941 | copying src\fragments\benzocthiophene.py -> build\lib\chimerax\build_structure\fragments
|
|---|
| 17942 | copying src\fragments\benzofuran.py -> build\lib\chimerax\build_structure\fragments
|
|---|
| 17943 | copying src\fragments\benzothiazole.py -> build\lib\chimerax\build_structure\fragments
|
|---|
| 17944 | copying src\fragments\benzothiophene.py -> build\lib\chimerax\build_structure\fragments
|
|---|
| 17945 | copying src\fragments\benzoxazole.py -> build\lib\chimerax\build_structure\fragments
|
|---|
| 17946 | copying src\fragments\cinnoline.py -> build\lib\chimerax\build_structure\fragments
|
|---|
| 17947 | copying src\fragments\furan.py -> build\lib\chimerax\build_structure\fragments
|
|---|
| 17948 | copying src\fragments\imidazole.py -> build\lib\chimerax\build_structure\fragments
|
|---|
| 17949 | copying src\fragments\indazole.py -> build\lib\chimerax\build_structure\fragments
|
|---|
| 17950 | copying src\fragments\indole.py -> build\lib\chimerax\build_structure\fragments
|
|---|
| 17951 | copying src\fragments\isobenzofuran.py -> build\lib\chimerax\build_structure\fragments
|
|---|
| 17952 | copying src\fragments\isoindole.py -> build\lib\chimerax\build_structure\fragments
|
|---|
| 17953 | copying src\fragments\isoquinoline.py -> build\lib\chimerax\build_structure\fragments
|
|---|
| 17954 | copying src\fragments\isoxazole.py -> build\lib\chimerax\build_structure\fragments
|
|---|
| 17955 | copying src\fragments\naphthalene.py -> build\lib\chimerax\build_structure\fragments
|
|---|
| 17956 | copying src\fragments\oxazole.py -> build\lib\chimerax\build_structure\fragments
|
|---|
| 17957 | copying src\fragments\purine.py -> build\lib\chimerax\build_structure\fragments
|
|---|
| 17958 | copying src\fragments\pyrazine.py -> build\lib\chimerax\build_structure\fragments
|
|---|
| 17959 | copying src\fragments\pyrazole.py -> build\lib\chimerax\build_structure\fragments
|
|---|
| 17960 | copying src\fragments\pyridazine.py -> build\lib\chimerax\build_structure\fragments
|
|---|
| 17961 | copying src\fragments\pyridine.py -> build\lib\chimerax\build_structure\fragments
|
|---|
| 17962 | copying src\fragments\pyrimidine.py -> build\lib\chimerax\build_structure\fragments
|
|---|
| 17963 | copying src\fragments\pyrrole.py -> build\lib\chimerax\build_structure\fragments
|
|---|
| 17964 | copying src\fragments\quinazoline.py -> build\lib\chimerax\build_structure\fragments
|
|---|
| 17965 | copying src\fragments\quinoline.py -> build\lib\chimerax\build_structure\fragments
|
|---|
| 17966 | copying src\fragments\quinoxaline.py -> build\lib\chimerax\build_structure\fragments
|
|---|
| 17967 | copying src\fragments\thiazole.py -> build\lib\chimerax\build_structure\fragments
|
|---|
| 17968 | copying src\fragments\thiophene.py -> build\lib\chimerax\build_structure\fragments
|
|---|
| 17969 | creating build\lib\chimerax\build_structure\nuc-data
|
|---|
| 17970 | copying src\nuc-data\A-AT.coords -> build\lib\chimerax\build_structure\nuc-data
|
|---|
| 17971 | copying src\nuc-data\A-CG.coords -> build\lib\chimerax\build_structure\nuc-data
|
|---|
| 17972 | copying src\nuc-data\A-GC.coords -> build\lib\chimerax\build_structure\nuc-data
|
|---|
| 17973 | copying src\nuc-data\A-TA.coords -> build\lib\chimerax\build_structure\nuc-data
|
|---|
| 17974 | copying src\nuc-data\A.xform -> build\lib\chimerax\build_structure\nuc-data
|
|---|
| 17975 | copying src\nuc-data\B-AT.coords -> build\lib\chimerax\build_structure\nuc-data
|
|---|
| 17976 | copying src\nuc-data\B-CG.coords -> build\lib\chimerax\build_structure\nuc-data
|
|---|
| 17977 | copying src\nuc-data\B-GC.coords -> build\lib\chimerax\build_structure\nuc-data
|
|---|
| 17978 | copying src\nuc-data\B-TA.coords -> build\lib\chimerax\build_structure\nuc-data
|
|---|
| 17979 | copying src\nuc-data\B.xform -> build\lib\chimerax\build_structure\nuc-data
|
|---|
| 17980 | copying src\nuc-data\bonds -> build\lib\chimerax\build_structure\nuc-data
|
|---|
| 17981 | copying src\nuc-data\PROTOCOL -> build\lib\chimerax\build_structure\nuc-data
|
|---|
| 17982 | running bdist_wheel
|
|---|
| 17983 | installing to build\bdist.win-amd64\wheel
|
|---|
| 17984 | running install
|
|---|
| 17985 | running install_lib
|
|---|
| 17986 | creating build\bdist.win-amd64\wheel
|
|---|
| 17987 | creating build\bdist.win-amd64\wheel\chimerax
|
|---|
| 17988 | creating build\bdist.win-amd64\wheel\chimerax\build_structure
|
|---|
| 17989 | copying build\lib\chimerax\build_structure\bond.py -> build\bdist.win-amd64\wheel\.\chimerax\build_structure
|
|---|
| 17990 | copying build\lib\chimerax\build_structure\cmd.py -> build\bdist.win-amd64\wheel\.\chimerax\build_structure
|
|---|
| 17991 | copying build\lib\chimerax\build_structure\contextmenu.py -> build\bdist.win-amd64\wheel\.\chimerax\build_structure
|
|---|
| 17992 | copying build\lib\chimerax\build_structure\fragment.py -> build\bdist.win-amd64\wheel\.\chimerax\build_structure
|
|---|
| 17993 | creating build\bdist.win-amd64\wheel\chimerax\build_structure\fragments
|
|---|
| 17994 | copying build\lib\chimerax\build_structure\fragments\acridine.py -> build\bdist.win-amd64\wheel\.\chimerax\build_structure\fragments
|
|---|
| 17995 | copying build\lib\chimerax\build_structure\fragments\anthracene.py -> build\bdist.win-amd64\wheel\.\chimerax\build_structure\fragments
|
|---|
| 17996 | copying build\lib\chimerax\build_structure\fragments\benzcisoxazole.py -> build\bdist.win-amd64\wheel\.\chimerax\build_structure\fragments
|
|---|
| 17997 | copying build\lib\chimerax\build_structure\fragments\benzdisoxazole.py -> build\bdist.win-amd64\wheel\.\chimerax\build_structure\fragments
|
|---|
| 17998 | copying build\lib\chimerax\build_structure\fragments\benzene.py -> build\bdist.win-amd64\wheel\.\chimerax\build_structure\fragments
|
|---|
| 17999 | copying build\lib\chimerax\build_structure\fragments\benzimidazole.py -> build\bdist.win-amd64\wheel\.\chimerax\build_structure\fragments
|
|---|
| 18000 | copying build\lib\chimerax\build_structure\fragments\benzocthiophene.py -> build\bdist.win-amd64\wheel\.\chimerax\build_structure\fragments
|
|---|
| 18001 | copying build\lib\chimerax\build_structure\fragments\benzofuran.py -> build\bdist.win-amd64\wheel\.\chimerax\build_structure\fragments
|
|---|
| 18002 | copying build\lib\chimerax\build_structure\fragments\benzothiazole.py -> build\bdist.win-amd64\wheel\.\chimerax\build_structure\fragments
|
|---|
| 18003 | copying build\lib\chimerax\build_structure\fragments\benzothiophene.py -> build\bdist.win-amd64\wheel\.\chimerax\build_structure\fragments
|
|---|
| 18004 | copying build\lib\chimerax\build_structure\fragments\benzoxazole.py -> build\bdist.win-amd64\wheel\.\chimerax\build_structure\fragments
|
|---|
| 18005 | copying build\lib\chimerax\build_structure\fragments\cinnoline.py -> build\bdist.win-amd64\wheel\.\chimerax\build_structure\fragments
|
|---|
| 18006 | copying build\lib\chimerax\build_structure\fragments\furan.py -> build\bdist.win-amd64\wheel\.\chimerax\build_structure\fragments
|
|---|
| 18007 | copying build\lib\chimerax\build_structure\fragments\imidazole.py -> build\bdist.win-amd64\wheel\.\chimerax\build_structure\fragments
|
|---|
| 18008 | copying build\lib\chimerax\build_structure\fragments\indazole.py -> build\bdist.win-amd64\wheel\.\chimerax\build_structure\fragments
|
|---|
| 18009 | copying build\lib\chimerax\build_structure\fragments\indole.py -> build\bdist.win-amd64\wheel\.\chimerax\build_structure\fragments
|
|---|
| 18010 | copying build\lib\chimerax\build_structure\fragments\isobenzofuran.py -> build\bdist.win-amd64\wheel\.\chimerax\build_structure\fragments
|
|---|
| 18011 | copying build\lib\chimerax\build_structure\fragments\isoindole.py -> build\bdist.win-amd64\wheel\.\chimerax\build_structure\fragments
|
|---|
| 18012 | copying build\lib\chimerax\build_structure\fragments\isoquinoline.py -> build\bdist.win-amd64\wheel\.\chimerax\build_structure\fragments
|
|---|
| 18013 | copying build\lib\chimerax\build_structure\fragments\isoxazole.py -> build\bdist.win-amd64\wheel\.\chimerax\build_structure\fragments
|
|---|
| 18014 | copying build\lib\chimerax\build_structure\fragments\naphthalene.py -> build\bdist.win-amd64\wheel\.\chimerax\build_structure\fragments
|
|---|
| 18015 | copying build\lib\chimerax\build_structure\fragments\oxazole.py -> build\bdist.win-amd64\wheel\.\chimerax\build_structure\fragments
|
|---|
| 18016 | copying build\lib\chimerax\build_structure\fragments\purine.py -> build\bdist.win-amd64\wheel\.\chimerax\build_structure\fragments
|
|---|
| 18017 | copying build\lib\chimerax\build_structure\fragments\pyrazine.py -> build\bdist.win-amd64\wheel\.\chimerax\build_structure\fragments
|
|---|
| 18018 | copying build\lib\chimerax\build_structure\fragments\pyrazole.py -> build\bdist.win-amd64\wheel\.\chimerax\build_structure\fragments
|
|---|
| 18019 | copying build\lib\chimerax\build_structure\fragments\pyridazine.py -> build\bdist.win-amd64\wheel\.\chimerax\build_structure\fragments
|
|---|
| 18020 | copying build\lib\chimerax\build_structure\fragments\pyridine.py -> build\bdist.win-amd64\wheel\.\chimerax\build_structure\fragments
|
|---|
| 18021 | copying build\lib\chimerax\build_structure\fragments\pyrimidine.py -> build\bdist.win-amd64\wheel\.\chimerax\build_structure\fragments
|
|---|
| 18022 | copying build\lib\chimerax\build_structure\fragments\pyrrole.py -> build\bdist.win-amd64\wheel\.\chimerax\build_structure\fragments
|
|---|
| 18023 | copying build\lib\chimerax\build_structure\fragments\quinazoline.py -> build\bdist.win-amd64\wheel\.\chimerax\build_structure\fragments
|
|---|
| 18024 | copying build\lib\chimerax\build_structure\fragments\quinoline.py -> build\bdist.win-amd64\wheel\.\chimerax\build_structure\fragments
|
|---|
| 18025 | copying build\lib\chimerax\build_structure\fragments\quinoxaline.py -> build\bdist.win-amd64\wheel\.\chimerax\build_structure\fragments
|
|---|
| 18026 | copying build\lib\chimerax\build_structure\fragments\thiazole.py -> build\bdist.win-amd64\wheel\.\chimerax\build_structure\fragments
|
|---|
| 18027 | copying build\lib\chimerax\build_structure\fragments\thiophene.py -> build\bdist.win-amd64\wheel\.\chimerax\build_structure\fragments
|
|---|
| 18028 | copying build\lib\chimerax\build_structure\fragment_manager.py -> build\bdist.win-amd64\wheel\.\chimerax\build_structure
|
|---|
| 18029 | copying build\lib\chimerax\build_structure\manager.py -> build\bdist.win-amd64\wheel\.\chimerax\build_structure
|
|---|
| 18030 | copying build\lib\chimerax\build_structure\mod.py -> build\bdist.win-amd64\wheel\.\chimerax\build_structure
|
|---|
| 18031 | creating build\bdist.win-amd64\wheel\chimerax\build_structure\nuc-data
|
|---|
| 18032 | copying build\lib\chimerax\build_structure\nuc-data\A-AT.coords -> build\bdist.win-amd64\wheel\.\chimerax\build_structure\nuc-data
|
|---|
| 18033 | copying build\lib\chimerax\build_structure\nuc-data\A-CG.coords -> build\bdist.win-amd64\wheel\.\chimerax\build_structure\nuc-data
|
|---|
| 18034 | copying build\lib\chimerax\build_structure\nuc-data\A-GC.coords -> build\bdist.win-amd64\wheel\.\chimerax\build_structure\nuc-data
|
|---|
| 18035 | copying build\lib\chimerax\build_structure\nuc-data\A-TA.coords -> build\bdist.win-amd64\wheel\.\chimerax\build_structure\nuc-data
|
|---|
| 18036 | copying build\lib\chimerax\build_structure\nuc-data\A.xform -> build\bdist.win-amd64\wheel\.\chimerax\build_structure\nuc-data
|
|---|
| 18037 | copying build\lib\chimerax\build_structure\nuc-data\B-AT.coords -> build\bdist.win-amd64\wheel\.\chimerax\build_structure\nuc-data
|
|---|
| 18038 | copying build\lib\chimerax\build_structure\nuc-data\B-CG.coords -> build\bdist.win-amd64\wheel\.\chimerax\build_structure\nuc-data
|
|---|
| 18039 | copying build\lib\chimerax\build_structure\nuc-data\B-GC.coords -> build\bdist.win-amd64\wheel\.\chimerax\build_structure\nuc-data
|
|---|
| 18040 | copying build\lib\chimerax\build_structure\nuc-data\B-TA.coords -> build\bdist.win-amd64\wheel\.\chimerax\build_structure\nuc-data
|
|---|
| 18041 | copying build\lib\chimerax\build_structure\nuc-data\B.xform -> build\bdist.win-amd64\wheel\.\chimerax\build_structure\nuc-data
|
|---|
| 18042 | copying build\lib\chimerax\build_structure\nuc-data\bonds -> build\bdist.win-amd64\wheel\.\chimerax\build_structure\nuc-data
|
|---|
| 18043 | copying build\lib\chimerax\build_structure\nuc-data\PROTOCOL -> build\bdist.win-amd64\wheel\.\chimerax\build_structure\nuc-data
|
|---|
| 18044 | copying build\lib\chimerax\build_structure\process.py -> build\bdist.win-amd64\wheel\.\chimerax\build_structure
|
|---|
| 18045 | copying build\lib\chimerax\build_structure\providers.py -> build\bdist.win-amd64\wheel\.\chimerax\build_structure
|
|---|
| 18046 | copying build\lib\chimerax\build_structure\provider_api.py -> build\bdist.win-amd64\wheel\.\chimerax\build_structure
|
|---|
| 18047 | copying build\lib\chimerax\build_structure\start.py -> build\bdist.win-amd64\wheel\.\chimerax\build_structure
|
|---|
| 18048 | copying build\lib\chimerax\build_structure\tool.py -> build\bdist.win-amd64\wheel\.\chimerax\build_structure
|
|---|
| 18049 | copying build\lib\chimerax\build_structure\__init__.py -> build\bdist.win-amd64\wheel\.\chimerax\build_structure
|
|---|
| 18050 | running install_egg_info
|
|---|
| 18051 | running egg_info
|
|---|
| 18052 | creating ChimeraX_BuildStructure.egg-info
|
|---|
| 18053 | writing ChimeraX_BuildStructure.egg-info\PKG-INFO
|
|---|
| 18054 | writing dependency_links to ChimeraX_BuildStructure.egg-info\dependency_links.txt
|
|---|
| 18055 | writing requirements to ChimeraX_BuildStructure.egg-info\requires.txt
|
|---|
| 18056 | writing top-level names to ChimeraX_BuildStructure.egg-info\top_level.txt
|
|---|
| 18057 | writing manifest file 'ChimeraX_BuildStructure.egg-info\SOURCES.txt'
|
|---|
| 18058 | reading manifest file 'ChimeraX_BuildStructure.egg-info\SOURCES.txt'
|
|---|
| 18059 | writing manifest file 'ChimeraX_BuildStructure.egg-info\SOURCES.txt'
|
|---|
| 18060 | Copying ChimeraX_BuildStructure.egg-info to build\bdist.win-amd64\wheel\.\ChimeraX_BuildStructure-2.13.1-py3.11.egg-info
|
|---|
| 18061 | running install_scripts
|
|---|
| 18062 | creating build\bdist.win-amd64\wheel\chimerax_buildstructure-2.13.1.dist-info\WHEEL
|
|---|
| 18063 | creating 'dist\chimerax_buildstructure-2.13.1-py3-none-any.whl' and adding 'build\bdist.win-amd64\wheel' to it
|
|---|
| 18064 | adding 'chimerax/build_structure/__init__.py'
|
|---|
| 18065 | adding 'chimerax/build_structure/bond.py'
|
|---|
| 18066 | adding 'chimerax/build_structure/cmd.py'
|
|---|
| 18067 | adding 'chimerax/build_structure/contextmenu.py'
|
|---|
| 18068 | adding 'chimerax/build_structure/fragment.py'
|
|---|
| 18069 | adding 'chimerax/build_structure/fragment_manager.py'
|
|---|
| 18070 | adding 'chimerax/build_structure/manager.py'
|
|---|
| 18071 | adding 'chimerax/build_structure/mod.py'
|
|---|
| 18072 | adding 'chimerax/build_structure/process.py'
|
|---|
| 18073 | adding 'chimerax/build_structure/provider_api.py'
|
|---|
| 18074 | adding 'chimerax/build_structure/providers.py'
|
|---|
| 18075 | adding 'chimerax/build_structure/start.py'
|
|---|
| 18076 | adding 'chimerax/build_structure/tool.py'
|
|---|
| 18077 | adding 'chimerax/build_structure/fragments/acridine.py'
|
|---|
| 18078 | adding 'chimerax/build_structure/fragments/anthracene.py'
|
|---|
| 18079 | adding 'chimerax/build_structure/fragments/benzcisoxazole.py'
|
|---|
| 18080 | adding 'chimerax/build_structure/fragments/benzdisoxazole.py'
|
|---|
| 18081 | adding 'chimerax/build_structure/fragments/benzene.py'
|
|---|
| 18082 | adding 'chimerax/build_structure/fragments/benzimidazole.py'
|
|---|
| 18083 | adding 'chimerax/build_structure/fragments/benzocthiophene.py'
|
|---|
| 18084 | adding 'chimerax/build_structure/fragments/benzofuran.py'
|
|---|
| 18085 | adding 'chimerax/build_structure/fragments/benzothiazole.py'
|
|---|
| 18086 | adding 'chimerax/build_structure/fragments/benzothiophene.py'
|
|---|
| 18087 | adding 'chimerax/build_structure/fragments/benzoxazole.py'
|
|---|
| 18088 | adding 'chimerax/build_structure/fragments/cinnoline.py'
|
|---|
| 18089 | adding 'chimerax/build_structure/fragments/furan.py'
|
|---|
| 18090 | adding 'chimerax/build_structure/fragments/imidazole.py'
|
|---|
| 18091 | adding 'chimerax/build_structure/fragments/indazole.py'
|
|---|
| 18092 | adding 'chimerax/build_structure/fragments/indole.py'
|
|---|
| 18093 | adding 'chimerax/build_structure/fragments/isobenzofuran.py'
|
|---|
| 18094 | adding 'chimerax/build_structure/fragments/isoindole.py'
|
|---|
| 18095 | adding 'chimerax/build_structure/fragments/isoquinoline.py'
|
|---|
| 18096 | adding 'chimerax/build_structure/fragments/isoxazole.py'
|
|---|
| 18097 | adding 'chimerax/build_structure/fragments/naphthalene.py'
|
|---|
| 18098 | adding 'chimerax/build_structure/fragments/oxazole.py'
|
|---|
| 18099 | adding 'chimerax/build_structure/fragments/purine.py'
|
|---|
| 18100 | adding 'chimerax/build_structure/fragments/pyrazine.py'
|
|---|
| 18101 | adding 'chimerax/build_structure/fragments/pyrazole.py'
|
|---|
| 18102 | adding 'chimerax/build_structure/fragments/pyridazine.py'
|
|---|
| 18103 | adding 'chimerax/build_structure/fragments/pyridine.py'
|
|---|
| 18104 | adding 'chimerax/build_structure/fragments/pyrimidine.py'
|
|---|
| 18105 | adding 'chimerax/build_structure/fragments/pyrrole.py'
|
|---|
| 18106 | adding 'chimerax/build_structure/fragments/quinazoline.py'
|
|---|
| 18107 | adding 'chimerax/build_structure/fragments/quinoline.py'
|
|---|
| 18108 | adding 'chimerax/build_structure/fragments/quinoxaline.py'
|
|---|
| 18109 | adding 'chimerax/build_structure/fragments/thiazole.py'
|
|---|
| 18110 | adding 'chimerax/build_structure/fragments/thiophene.py'
|
|---|
| 18111 | adding 'chimerax/build_structure/nuc-data/A-AT.coords'
|
|---|
| 18112 | adding 'chimerax/build_structure/nuc-data/A-CG.coords'
|
|---|
| 18113 | adding 'chimerax/build_structure/nuc-data/A-GC.coords'
|
|---|
| 18114 | adding 'chimerax/build_structure/nuc-data/A-TA.coords'
|
|---|
| 18115 | adding 'chimerax/build_structure/nuc-data/A.xform'
|
|---|
| 18116 | adding 'chimerax/build_structure/nuc-data/B-AT.coords'
|
|---|
| 18117 | adding 'chimerax/build_structure/nuc-data/B-CG.coords'
|
|---|
| 18118 | adding 'chimerax/build_structure/nuc-data/B-GC.coords'
|
|---|
| 18119 | adding 'chimerax/build_structure/nuc-data/B-TA.coords'
|
|---|
| 18120 | adding 'chimerax/build_structure/nuc-data/B.xform'
|
|---|
| 18121 | adding 'chimerax/build_structure/nuc-data/PROTOCOL'
|
|---|
| 18122 | adding 'chimerax/build_structure/nuc-data/bonds'
|
|---|
| 18123 | adding 'chimerax_buildstructure-2.13.1.dist-info/METADATA'
|
|---|
| 18124 | adding 'chimerax_buildstructure-2.13.1.dist-info/WHEEL'
|
|---|
| 18125 | adding 'chimerax_buildstructure-2.13.1.dist-info/top_level.txt'
|
|---|
| 18126 | adding 'chimerax_buildstructure-2.13.1.dist-info/RECORD'
|
|---|
| 18127 | removing build\bdist.win-amd64\wheel
|
|---|
| 18128 | Distribution is in .\dist\ChimeraX_BuildStructure-2.13.1-py3-none-any.whl
|
|---|
| 18129 | INFO:
|
|---|
| 18130 |
|
|---|
| 18131 | make sync
|
|---|
| 18132 | make[6]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/build_structure'
|
|---|
| 18133 | cp -av dist/*.whl ../../../build/sync
|
|---|
| 18134 | 'dist/chimerax_buildstructure-2.13.1-py3-none-any.whl' -> '../../../build/sync/chimerax_buildstructure-2.13.1-py3-none-any.whl'
|
|---|
| 18135 | make[6]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/build_structure'
|
|---|
| 18136 | make[5]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/build_structure'
|
|---|
| 18137 | make -C bumps build
|
|---|
| 18138 | make[5]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/bumps'
|
|---|
| 18139 | if [ -z "../../../ChimeraX.app/bin/python.exe" ]; then \
|
|---|
| 18140 | echo "missing ChimeraX application's python"; exit 1; \
|
|---|
| 18141 | else \
|
|---|
| 18142 | PYTHONNOUSERSITE=1 ../../../ChimeraX.app/bin/python.exe -I -m chimerax.core --nogui --exit --safemode --cmd "devel build . exit true "; \
|
|---|
| 18143 | fi
|
|---|
| 18144 | INFO:
|
|---|
| 18145 | Executing: devel build . exit true
|
|---|
| 18146 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\setuptools\dist.py:759: SetuptoolsDeprecationWarning: License classifiers are deprecated.
|
|---|
| 18147 | !!
|
|---|
| 18148 |
|
|---|
| 18149 | ********************************************************************************
|
|---|
| 18150 | Please consider removing the following classifiers in favor of a SPDX license expression:
|
|---|
| 18151 |
|
|---|
| 18152 | License :: Free for non-commercial use
|
|---|
| 18153 |
|
|---|
| 18154 | See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details.
|
|---|
| 18155 | ********************************************************************************
|
|---|
| 18156 |
|
|---|
| 18157 | !!
|
|---|
| 18158 | self._finalize_license_expression()
|
|---|
| 18159 | running build
|
|---|
| 18160 | running build_py
|
|---|
| 18161 | creating build\lib\chimerax\bumps
|
|---|
| 18162 | copying src\bumps.py -> build\lib\chimerax\bumps
|
|---|
| 18163 | copying src\cbumps.py -> build\lib\chimerax\bumps
|
|---|
| 18164 | copying src\__init__.py -> build\lib\chimerax\bumps
|
|---|
| 18165 | running bdist_wheel
|
|---|
| 18166 | installing to build\bdist.win-amd64\wheel
|
|---|
| 18167 | running install
|
|---|
| 18168 | running install_lib
|
|---|
| 18169 | creating build\bdist.win-amd64\wheel
|
|---|
| 18170 | creating build\bdist.win-amd64\wheel\chimerax
|
|---|
| 18171 | creating build\bdist.win-amd64\wheel\chimerax\bumps
|
|---|
| 18172 | copying build\lib\chimerax\bumps\bumps.py -> build\bdist.win-amd64\wheel\.\chimerax\bumps
|
|---|
| 18173 | copying build\lib\chimerax\bumps\cbumps.py -> build\bdist.win-amd64\wheel\.\chimerax\bumps
|
|---|
| 18174 | copying build\lib\chimerax\bumps\__init__.py -> build\bdist.win-amd64\wheel\.\chimerax\bumps
|
|---|
| 18175 | running install_egg_info
|
|---|
| 18176 | running egg_info
|
|---|
| 18177 | creating ChimeraX_Bumps.egg-info
|
|---|
| 18178 | writing ChimeraX_Bumps.egg-info\PKG-INFO
|
|---|
| 18179 | writing dependency_links to ChimeraX_Bumps.egg-info\dependency_links.txt
|
|---|
| 18180 | writing requirements to ChimeraX_Bumps.egg-info\requires.txt
|
|---|
| 18181 | writing top-level names to ChimeraX_Bumps.egg-info\top_level.txt
|
|---|
| 18182 | writing manifest file 'ChimeraX_Bumps.egg-info\SOURCES.txt'
|
|---|
| 18183 | reading manifest file 'ChimeraX_Bumps.egg-info\SOURCES.txt'
|
|---|
| 18184 | writing manifest file 'ChimeraX_Bumps.egg-info\SOURCES.txt'
|
|---|
| 18185 | Copying ChimeraX_Bumps.egg-info to build\bdist.win-amd64\wheel\.\ChimeraX_Bumps-1.0-py3.11.egg-info
|
|---|
| 18186 | running install_scripts
|
|---|
| 18187 | creating build\bdist.win-amd64\wheel\chimerax_bumps-1.0.dist-info\WHEEL
|
|---|
| 18188 | creating 'dist\chimerax_bumps-1.0-py3-none-any.whl' and adding 'build\bdist.win-amd64\wheel' to it
|
|---|
| 18189 | adding 'chimerax/bumps/__init__.py'
|
|---|
| 18190 | adding 'chimerax/bumps/bumps.py'
|
|---|
| 18191 | adding 'chimerax/bumps/cbumps.py'
|
|---|
| 18192 | adding 'chimerax_bumps-1.0.dist-info/METADATA'
|
|---|
| 18193 | adding 'chimerax_bumps-1.0.dist-info/WHEEL'
|
|---|
| 18194 | adding 'chimerax_bumps-1.0.dist-info/top_level.txt'
|
|---|
| 18195 | adding 'chimerax_bumps-1.0.dist-info/RECORD'
|
|---|
| 18196 | removing build\bdist.win-amd64\wheel
|
|---|
| 18197 | Distribution is in .\dist\ChimeraX_Bumps-1.0-py3-none-any.whl
|
|---|
| 18198 | INFO:
|
|---|
| 18199 |
|
|---|
| 18200 | make sync
|
|---|
| 18201 | make[6]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/bumps'
|
|---|
| 18202 | cp -av dist/*.whl ../../../build/sync
|
|---|
| 18203 | 'dist/chimerax_bumps-1.0-py3-none-any.whl' -> '../../../build/sync/chimerax_bumps-1.0-py3-none-any.whl'
|
|---|
| 18204 | make[6]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/bumps'
|
|---|
| 18205 | make[5]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/bumps'
|
|---|
| 18206 | make -C buttons build
|
|---|
| 18207 | make[5]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/buttons'
|
|---|
| 18208 | if [ -z "../../../ChimeraX.app/bin/python.exe" ]; then \
|
|---|
| 18209 | echo "missing ChimeraX application's python"; exit 1; \
|
|---|
| 18210 | else \
|
|---|
| 18211 | PYTHONNOUSERSITE=1 ../../../ChimeraX.app/bin/python.exe -I -m chimerax.core --nogui --exit --safemode --cmd "devel build . exit true "; \
|
|---|
| 18212 | fi
|
|---|
| 18213 | INFO:
|
|---|
| 18214 | Executing: devel build . exit true
|
|---|
| 18215 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\setuptools\dist.py:759: SetuptoolsDeprecationWarning: License classifiers are deprecated.
|
|---|
| 18216 | !!
|
|---|
| 18217 |
|
|---|
| 18218 | ********************************************************************************
|
|---|
| 18219 | Please consider removing the following classifiers in favor of a SPDX license expression:
|
|---|
| 18220 |
|
|---|
| 18221 | License :: Free for non-commercial use
|
|---|
| 18222 |
|
|---|
| 18223 | See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details.
|
|---|
| 18224 | ********************************************************************************
|
|---|
| 18225 |
|
|---|
| 18226 | !!
|
|---|
| 18227 | self._finalize_license_expression()
|
|---|
| 18228 | running build
|
|---|
| 18229 | running build_py
|
|---|
| 18230 | creating build\lib\chimerax\buttonpanel
|
|---|
| 18231 | copying src\buttons.py -> build\lib\chimerax\buttonpanel
|
|---|
| 18232 | copying src\__init__.py -> build\lib\chimerax\buttonpanel
|
|---|
| 18233 | running bdist_wheel
|
|---|
| 18234 | installing to build\bdist.win-amd64\wheel
|
|---|
| 18235 | running install
|
|---|
| 18236 | running install_lib
|
|---|
| 18237 | creating build\bdist.win-amd64\wheel
|
|---|
| 18238 | creating build\bdist.win-amd64\wheel\chimerax
|
|---|
| 18239 | creating build\bdist.win-amd64\wheel\chimerax\buttonpanel
|
|---|
| 18240 | copying build\lib\chimerax\buttonpanel\buttons.py -> build\bdist.win-amd64\wheel\.\chimerax\buttonpanel
|
|---|
| 18241 | copying build\lib\chimerax\buttonpanel\__init__.py -> build\bdist.win-amd64\wheel\.\chimerax\buttonpanel
|
|---|
| 18242 | running install_egg_info
|
|---|
| 18243 | running egg_info
|
|---|
| 18244 | creating ChimeraX_ButtonPanel.egg-info
|
|---|
| 18245 | writing ChimeraX_ButtonPanel.egg-info\PKG-INFO
|
|---|
| 18246 | writing dependency_links to ChimeraX_ButtonPanel.egg-info\dependency_links.txt
|
|---|
| 18247 | writing requirements to ChimeraX_ButtonPanel.egg-info\requires.txt
|
|---|
| 18248 | writing top-level names to ChimeraX_ButtonPanel.egg-info\top_level.txt
|
|---|
| 18249 | writing manifest file 'ChimeraX_ButtonPanel.egg-info\SOURCES.txt'
|
|---|
| 18250 | reading manifest file 'ChimeraX_ButtonPanel.egg-info\SOURCES.txt'
|
|---|
| 18251 | writing manifest file 'ChimeraX_ButtonPanel.egg-info\SOURCES.txt'
|
|---|
| 18252 | Copying ChimeraX_ButtonPanel.egg-info to build\bdist.win-amd64\wheel\.\ChimeraX_ButtonPanel-1.0.1-py3.11.egg-info
|
|---|
| 18253 | running install_scripts
|
|---|
| 18254 | creating build\bdist.win-amd64\wheel\chimerax_buttonpanel-1.0.1.dist-info\WHEEL
|
|---|
| 18255 | creating 'dist\chimerax_buttonpanel-1.0.1-py3-none-any.whl' and adding 'build\bdist.win-amd64\wheel' to it
|
|---|
| 18256 | adding 'chimerax/buttonpanel/__init__.py'
|
|---|
| 18257 | adding 'chimerax/buttonpanel/buttons.py'
|
|---|
| 18258 | adding 'chimerax_buttonpanel-1.0.1.dist-info/METADATA'
|
|---|
| 18259 | adding 'chimerax_buttonpanel-1.0.1.dist-info/WHEEL'
|
|---|
| 18260 | adding 'chimerax_buttonpanel-1.0.1.dist-info/top_level.txt'
|
|---|
| 18261 | adding 'chimerax_buttonpanel-1.0.1.dist-info/RECORD'
|
|---|
| 18262 | removing build\bdist.win-amd64\wheel
|
|---|
| 18263 | Distribution is in .\dist\ChimeraX_ButtonPanel-1.0.1-py3-none-any.whl
|
|---|
| 18264 | INFO:
|
|---|
| 18265 |
|
|---|
| 18266 | make sync
|
|---|
| 18267 | make[6]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/buttons'
|
|---|
| 18268 | cp -av dist/*.whl ../../../build/sync
|
|---|
| 18269 | 'dist/chimerax_buttonpanel-1.0.1-py3-none-any.whl' -> '../../../build/sync/chimerax_buttonpanel-1.0.1-py3-none-any.whl'
|
|---|
| 18270 | make[6]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/buttons'
|
|---|
| 18271 | make[5]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/buttons'
|
|---|
| 18272 | make -C cage_builder build
|
|---|
| 18273 | make[5]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/cage_builder'
|
|---|
| 18274 | if [ -z "../../../ChimeraX.app/bin/python.exe" ]; then \
|
|---|
| 18275 | echo "missing ChimeraX application's python"; exit 1; \
|
|---|
| 18276 | else \
|
|---|
| 18277 | PYTHONNOUSERSITE=1 ../../../ChimeraX.app/bin/python.exe -I -m chimerax.core --nogui --exit --safemode --cmd "devel build . exit true "; \
|
|---|
| 18278 | fi
|
|---|
| 18279 | INFO:
|
|---|
| 18280 | Executing: devel build . exit true
|
|---|
| 18281 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\setuptools\dist.py:759: SetuptoolsDeprecationWarning: License classifiers are deprecated.
|
|---|
| 18282 | !!
|
|---|
| 18283 |
|
|---|
| 18284 | ********************************************************************************
|
|---|
| 18285 | Please consider removing the following classifiers in favor of a SPDX license expression:
|
|---|
| 18286 |
|
|---|
| 18287 | License :: Free for non-commercial use
|
|---|
| 18288 |
|
|---|
| 18289 | See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details.
|
|---|
| 18290 | ********************************************************************************
|
|---|
| 18291 |
|
|---|
| 18292 | !!
|
|---|
| 18293 | self._finalize_license_expression()
|
|---|
| 18294 | running build
|
|---|
| 18295 | running build_py
|
|---|
| 18296 | creating build\lib\chimerax\cage_builder
|
|---|
| 18297 | copying src\cage.py -> build\lib\chimerax\cage_builder
|
|---|
| 18298 | copying src\cmd.py -> build\lib\chimerax\cage_builder
|
|---|
| 18299 | copying src\tool.py -> build\lib\chimerax\cage_builder
|
|---|
| 18300 | copying src\__init__.py -> build\lib\chimerax\cage_builder
|
|---|
| 18301 | running bdist_wheel
|
|---|
| 18302 | installing to build\bdist.win-amd64\wheel
|
|---|
| 18303 | running install
|
|---|
| 18304 | running install_lib
|
|---|
| 18305 | creating build\bdist.win-amd64\wheel
|
|---|
| 18306 | creating build\bdist.win-amd64\wheel\chimerax
|
|---|
| 18307 | creating build\bdist.win-amd64\wheel\chimerax\cage_builder
|
|---|
| 18308 | copying build\lib\chimerax\cage_builder\cage.py -> build\bdist.win-amd64\wheel\.\chimerax\cage_builder
|
|---|
| 18309 | copying build\lib\chimerax\cage_builder\cmd.py -> build\bdist.win-amd64\wheel\.\chimerax\cage_builder
|
|---|
| 18310 | copying build\lib\chimerax\cage_builder\tool.py -> build\bdist.win-amd64\wheel\.\chimerax\cage_builder
|
|---|
| 18311 | copying build\lib\chimerax\cage_builder\__init__.py -> build\bdist.win-amd64\wheel\.\chimerax\cage_builder
|
|---|
| 18312 | running install_egg_info
|
|---|
| 18313 | running egg_info
|
|---|
| 18314 | creating ChimeraX_CageBuilder.egg-info
|
|---|
| 18315 | writing ChimeraX_CageBuilder.egg-info\PKG-INFO
|
|---|
| 18316 | writing dependency_links to ChimeraX_CageBuilder.egg-info\dependency_links.txt
|
|---|
| 18317 | writing requirements to ChimeraX_CageBuilder.egg-info\requires.txt
|
|---|
| 18318 | writing top-level names to ChimeraX_CageBuilder.egg-info\top_level.txt
|
|---|
| 18319 | writing manifest file 'ChimeraX_CageBuilder.egg-info\SOURCES.txt'
|
|---|
| 18320 | reading manifest file 'ChimeraX_CageBuilder.egg-info\SOURCES.txt'
|
|---|
| 18321 | writing manifest file 'ChimeraX_CageBuilder.egg-info\SOURCES.txt'
|
|---|
| 18322 | Copying ChimeraX_CageBuilder.egg-info to build\bdist.win-amd64\wheel\.\ChimeraX_CageBuilder-1.0.1-py3.11.egg-info
|
|---|
| 18323 | running install_scripts
|
|---|
| 18324 | creating build\bdist.win-amd64\wheel\chimerax_cagebuilder-1.0.1.dist-info\WHEEL
|
|---|
| 18325 | creating 'dist\chimerax_cagebuilder-1.0.1-py3-none-any.whl' and adding 'build\bdist.win-amd64\wheel' to it
|
|---|
| 18326 | adding 'chimerax/cage_builder/__init__.py'
|
|---|
| 18327 | adding 'chimerax/cage_builder/cage.py'
|
|---|
| 18328 | adding 'chimerax/cage_builder/cmd.py'
|
|---|
| 18329 | adding 'chimerax/cage_builder/tool.py'
|
|---|
| 18330 | adding 'chimerax_cagebuilder-1.0.1.dist-info/METADATA'
|
|---|
| 18331 | adding 'chimerax_cagebuilder-1.0.1.dist-info/WHEEL'
|
|---|
| 18332 | adding 'chimerax_cagebuilder-1.0.1.dist-info/top_level.txt'
|
|---|
| 18333 | adding 'chimerax_cagebuilder-1.0.1.dist-info/RECORD'
|
|---|
| 18334 | removing build\bdist.win-amd64\wheel
|
|---|
| 18335 | Distribution is in .\dist\ChimeraX_CageBuilder-1.0.1-py3-none-any.whl
|
|---|
| 18336 | INFO:
|
|---|
| 18337 |
|
|---|
| 18338 | make sync
|
|---|
| 18339 | make[6]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/cage_builder'
|
|---|
| 18340 | cp -av dist/*.whl ../../../build/sync
|
|---|
| 18341 | 'dist/chimerax_cagebuilder-1.0.1-py3-none-any.whl' -> '../../../build/sync/chimerax_cagebuilder-1.0.1-py3-none-any.whl'
|
|---|
| 18342 | make[6]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/cage_builder'
|
|---|
| 18343 | make[5]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/cage_builder'
|
|---|
| 18344 | make -C cellpack build
|
|---|
| 18345 | make[5]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/cellpack'
|
|---|
| 18346 | if [ -z "../../../ChimeraX.app/bin/python.exe" ]; then \
|
|---|
| 18347 | echo "missing ChimeraX application's python"; exit 1; \
|
|---|
| 18348 | else \
|
|---|
| 18349 | PYTHONNOUSERSITE=1 ../../../ChimeraX.app/bin/python.exe -I -m chimerax.core --nogui --exit --safemode --cmd "devel build . exit true "; \
|
|---|
| 18350 | fi
|
|---|
| 18351 | INFO:
|
|---|
| 18352 | Executing: devel build . exit true
|
|---|
| 18353 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\setuptools\dist.py:759: SetuptoolsDeprecationWarning: License classifiers are deprecated.
|
|---|
| 18354 | !!
|
|---|
| 18355 |
|
|---|
| 18356 | ********************************************************************************
|
|---|
| 18357 | Please consider removing the following classifiers in favor of a SPDX license expression:
|
|---|
| 18358 |
|
|---|
| 18359 | License :: Free for non-commercial use
|
|---|
| 18360 |
|
|---|
| 18361 | See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details.
|
|---|
| 18362 | ********************************************************************************
|
|---|
| 18363 |
|
|---|
| 18364 | !!
|
|---|
| 18365 | self._finalize_license_expression()
|
|---|
| 18366 | running build
|
|---|
| 18367 | running build_py
|
|---|
| 18368 | creating build\lib\chimerax\cellpack
|
|---|
| 18369 | copying src\fetch_cellpack.py -> build\lib\chimerax\cellpack
|
|---|
| 18370 | copying src\read_apr.py -> build\lib\chimerax\cellpack
|
|---|
| 18371 | copying src\__init__.py -> build\lib\chimerax\cellpack
|
|---|
| 18372 | running bdist_wheel
|
|---|
| 18373 | installing to build\bdist.win-amd64\wheel
|
|---|
| 18374 | running install
|
|---|
| 18375 | running install_lib
|
|---|
| 18376 | creating build\bdist.win-amd64\wheel
|
|---|
| 18377 | creating build\bdist.win-amd64\wheel\chimerax
|
|---|
| 18378 | creating build\bdist.win-amd64\wheel\chimerax\cellpack
|
|---|
| 18379 | copying build\lib\chimerax\cellpack\fetch_cellpack.py -> build\bdist.win-amd64\wheel\.\chimerax\cellpack
|
|---|
| 18380 | copying build\lib\chimerax\cellpack\read_apr.py -> build\bdist.win-amd64\wheel\.\chimerax\cellpack
|
|---|
| 18381 | copying build\lib\chimerax\cellpack\__init__.py -> build\bdist.win-amd64\wheel\.\chimerax\cellpack
|
|---|
| 18382 | running install_egg_info
|
|---|
| 18383 | running egg_info
|
|---|
| 18384 | creating ChimeraX_CellPack.egg-info
|
|---|
| 18385 | writing ChimeraX_CellPack.egg-info\PKG-INFO
|
|---|
| 18386 | writing dependency_links to ChimeraX_CellPack.egg-info\dependency_links.txt
|
|---|
| 18387 | writing requirements to ChimeraX_CellPack.egg-info\requires.txt
|
|---|
| 18388 | writing top-level names to ChimeraX_CellPack.egg-info\top_level.txt
|
|---|
| 18389 | writing manifest file 'ChimeraX_CellPack.egg-info\SOURCES.txt'
|
|---|
| 18390 | reading manifest file 'ChimeraX_CellPack.egg-info\SOURCES.txt'
|
|---|
| 18391 | writing manifest file 'ChimeraX_CellPack.egg-info\SOURCES.txt'
|
|---|
| 18392 | Copying ChimeraX_CellPack.egg-info to build\bdist.win-amd64\wheel\.\ChimeraX_CellPack-1.0-py3.11.egg-info
|
|---|
| 18393 | running install_scripts
|
|---|
| 18394 | creating build\bdist.win-amd64\wheel\chimerax_cellpack-1.0.dist-info\WHEEL
|
|---|
| 18395 | creating 'dist\chimerax_cellpack-1.0-py3-none-any.whl' and adding 'build\bdist.win-amd64\wheel' to it
|
|---|
| 18396 | adding 'chimerax/cellpack/__init__.py'
|
|---|
| 18397 | adding 'chimerax/cellpack/fetch_cellpack.py'
|
|---|
| 18398 | adding 'chimerax/cellpack/read_apr.py'
|
|---|
| 18399 | adding 'chimerax_cellpack-1.0.dist-info/METADATA'
|
|---|
| 18400 | adding 'chimerax_cellpack-1.0.dist-info/WHEEL'
|
|---|
| 18401 | adding 'chimerax_cellpack-1.0.dist-info/top_level.txt'
|
|---|
| 18402 | adding 'chimerax_cellpack-1.0.dist-info/RECORD'
|
|---|
| 18403 | removing build\bdist.win-amd64\wheel
|
|---|
| 18404 | Distribution is in .\dist\ChimeraX_CellPack-1.0-py3-none-any.whl
|
|---|
| 18405 | INFO:
|
|---|
| 18406 |
|
|---|
| 18407 | make sync
|
|---|
| 18408 | make[6]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/cellpack'
|
|---|
| 18409 | cp -av dist/*.whl ../../../build/sync
|
|---|
| 18410 | 'dist/chimerax_cellpack-1.0-py3-none-any.whl' -> '../../../build/sync/chimerax_cellpack-1.0-py3-none-any.whl'
|
|---|
| 18411 | make[6]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/cellpack'
|
|---|
| 18412 | make[5]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/cellpack'
|
|---|
| 18413 | make -C centroids build
|
|---|
| 18414 | make[5]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/centroids'
|
|---|
| 18415 | if [ -z "../../../ChimeraX.app/bin/python.exe" ]; then \
|
|---|
| 18416 | echo "missing ChimeraX application's python"; exit 1; \
|
|---|
| 18417 | else \
|
|---|
| 18418 | PYTHONNOUSERSITE=1 ../../../ChimeraX.app/bin/python.exe -I -m chimerax.core --nogui --exit --safemode --cmd "devel build . exit true "; \
|
|---|
| 18419 | fi
|
|---|
| 18420 | INFO:
|
|---|
| 18421 | Executing: devel build . exit true
|
|---|
| 18422 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\setuptools\dist.py:759: SetuptoolsDeprecationWarning: License classifiers are deprecated.
|
|---|
| 18423 | !!
|
|---|
| 18424 |
|
|---|
| 18425 | ********************************************************************************
|
|---|
| 18426 | Please consider removing the following classifiers in favor of a SPDX license expression:
|
|---|
| 18427 |
|
|---|
| 18428 | License :: Free for non-commercial use
|
|---|
| 18429 |
|
|---|
| 18430 | See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details.
|
|---|
| 18431 | ********************************************************************************
|
|---|
| 18432 |
|
|---|
| 18433 | !!
|
|---|
| 18434 | self._finalize_license_expression()
|
|---|
| 18435 | running build
|
|---|
| 18436 | running build_py
|
|---|
| 18437 | creating build\lib\chimerax\centroids
|
|---|
| 18438 | copying src\centroid.py -> build\lib\chimerax\centroids
|
|---|
| 18439 | copying src\cmd.py -> build\lib\chimerax\centroids
|
|---|
| 18440 | copying src\__init__.py -> build\lib\chimerax\centroids
|
|---|
| 18441 | running bdist_wheel
|
|---|
| 18442 | installing to build\bdist.win-amd64\wheel
|
|---|
| 18443 | running install
|
|---|
| 18444 | running install_lib
|
|---|
| 18445 | creating build\bdist.win-amd64\wheel
|
|---|
| 18446 | creating build\bdist.win-amd64\wheel\chimerax
|
|---|
| 18447 | creating build\bdist.win-amd64\wheel\chimerax\centroids
|
|---|
| 18448 | copying build\lib\chimerax\centroids\centroid.py -> build\bdist.win-amd64\wheel\.\chimerax\centroids
|
|---|
| 18449 | copying build\lib\chimerax\centroids\cmd.py -> build\bdist.win-amd64\wheel\.\chimerax\centroids
|
|---|
| 18450 | copying build\lib\chimerax\centroids\__init__.py -> build\bdist.win-amd64\wheel\.\chimerax\centroids
|
|---|
| 18451 | running install_egg_info
|
|---|
| 18452 | running egg_info
|
|---|
| 18453 | creating ChimeraX_Centroids.egg-info
|
|---|
| 18454 | writing ChimeraX_Centroids.egg-info\PKG-INFO
|
|---|
| 18455 | writing dependency_links to ChimeraX_Centroids.egg-info\dependency_links.txt
|
|---|
| 18456 | writing requirements to ChimeraX_Centroids.egg-info\requires.txt
|
|---|
| 18457 | writing top-level names to ChimeraX_Centroids.egg-info\top_level.txt
|
|---|
| 18458 | writing manifest file 'ChimeraX_Centroids.egg-info\SOURCES.txt'
|
|---|
| 18459 | reading manifest file 'ChimeraX_Centroids.egg-info\SOURCES.txt'
|
|---|
| 18460 | writing manifest file 'ChimeraX_Centroids.egg-info\SOURCES.txt'
|
|---|
| 18461 | Copying ChimeraX_Centroids.egg-info to build\bdist.win-amd64\wheel\.\ChimeraX_Centroids-1.4-py3.11.egg-info
|
|---|
| 18462 | running install_scripts
|
|---|
| 18463 | creating build\bdist.win-amd64\wheel\chimerax_centroids-1.4.dist-info\WHEEL
|
|---|
| 18464 | creating 'dist\chimerax_centroids-1.4-py3-none-any.whl' and adding 'build\bdist.win-amd64\wheel' to it
|
|---|
| 18465 | adding 'chimerax/centroids/__init__.py'
|
|---|
| 18466 | adding 'chimerax/centroids/centroid.py'
|
|---|
| 18467 | adding 'chimerax/centroids/cmd.py'
|
|---|
| 18468 | adding 'chimerax_centroids-1.4.dist-info/METADATA'
|
|---|
| 18469 | adding 'chimerax_centroids-1.4.dist-info/WHEEL'
|
|---|
| 18470 | adding 'chimerax_centroids-1.4.dist-info/top_level.txt'
|
|---|
| 18471 | adding 'chimerax_centroids-1.4.dist-info/RECORD'
|
|---|
| 18472 | removing build\bdist.win-amd64\wheel
|
|---|
| 18473 | Distribution is in .\dist\ChimeraX_Centroids-1.4-py3-none-any.whl
|
|---|
| 18474 | INFO:
|
|---|
| 18475 |
|
|---|
| 18476 | make sync
|
|---|
| 18477 | make[6]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/centroids'
|
|---|
| 18478 | cp -av dist/*.whl ../../../build/sync
|
|---|
| 18479 | 'dist/chimerax_centroids-1.4-py3-none-any.whl' -> '../../../build/sync/chimerax_centroids-1.4-py3-none-any.whl'
|
|---|
| 18480 | make[6]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/centroids'
|
|---|
| 18481 | make[5]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/centroids'
|
|---|
| 18482 | make -C change_chains build
|
|---|
| 18483 | make[5]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/change_chains'
|
|---|
| 18484 | if [ -z "../../../ChimeraX.app/bin/python.exe" ]; then \
|
|---|
| 18485 | echo "missing ChimeraX application's python"; exit 1; \
|
|---|
| 18486 | else \
|
|---|
| 18487 | PYTHONNOUSERSITE=1 ../../../ChimeraX.app/bin/python.exe -I -m chimerax.core --nogui --exit --safemode --cmd "devel build . exit true "; \
|
|---|
| 18488 | fi
|
|---|
| 18489 | INFO:
|
|---|
| 18490 | Executing: devel build . exit true
|
|---|
| 18491 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\setuptools\dist.py:759: SetuptoolsDeprecationWarning: License classifiers are deprecated.
|
|---|
| 18492 | !!
|
|---|
| 18493 |
|
|---|
| 18494 | ********************************************************************************
|
|---|
| 18495 | Please consider removing the following classifiers in favor of a SPDX license expression:
|
|---|
| 18496 |
|
|---|
| 18497 | License :: Free for non-commercial use
|
|---|
| 18498 |
|
|---|
| 18499 | See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details.
|
|---|
| 18500 | ********************************************************************************
|
|---|
| 18501 |
|
|---|
| 18502 | !!
|
|---|
| 18503 | self._finalize_license_expression()
|
|---|
| 18504 | running build
|
|---|
| 18505 | running build_py
|
|---|
| 18506 | creating build\lib\chimerax\change_chains
|
|---|
| 18507 | copying src\cmd.py -> build\lib\chimerax\change_chains
|
|---|
| 18508 | copying src\tool.py -> build\lib\chimerax\change_chains
|
|---|
| 18509 | copying src\__init__.py -> build\lib\chimerax\change_chains
|
|---|
| 18510 | running bdist_wheel
|
|---|
| 18511 | installing to build\bdist.win-amd64\wheel
|
|---|
| 18512 | running install
|
|---|
| 18513 | running install_lib
|
|---|
| 18514 | creating build\bdist.win-amd64\wheel
|
|---|
| 18515 | creating build\bdist.win-amd64\wheel\chimerax
|
|---|
| 18516 | creating build\bdist.win-amd64\wheel\chimerax\change_chains
|
|---|
| 18517 | copying build\lib\chimerax\change_chains\cmd.py -> build\bdist.win-amd64\wheel\.\chimerax\change_chains
|
|---|
| 18518 | copying build\lib\chimerax\change_chains\tool.py -> build\bdist.win-amd64\wheel\.\chimerax\change_chains
|
|---|
| 18519 | copying build\lib\chimerax\change_chains\__init__.py -> build\bdist.win-amd64\wheel\.\chimerax\change_chains
|
|---|
| 18520 | running install_egg_info
|
|---|
| 18521 | running egg_info
|
|---|
| 18522 | creating ChimeraX_ChangeChains.egg-info
|
|---|
| 18523 | writing ChimeraX_ChangeChains.egg-info\PKG-INFO
|
|---|
| 18524 | writing dependency_links to ChimeraX_ChangeChains.egg-info\dependency_links.txt
|
|---|
| 18525 | writing requirements to ChimeraX_ChangeChains.egg-info\requires.txt
|
|---|
| 18526 | writing top-level names to ChimeraX_ChangeChains.egg-info\top_level.txt
|
|---|
| 18527 | writing manifest file 'ChimeraX_ChangeChains.egg-info\SOURCES.txt'
|
|---|
| 18528 | reading manifest file 'ChimeraX_ChangeChains.egg-info\SOURCES.txt'
|
|---|
| 18529 | writing manifest file 'ChimeraX_ChangeChains.egg-info\SOURCES.txt'
|
|---|
| 18530 | Copying ChimeraX_ChangeChains.egg-info to build\bdist.win-amd64\wheel\.\ChimeraX_ChangeChains-1.1-py3.11.egg-info
|
|---|
| 18531 | running install_scripts
|
|---|
| 18532 | creating build\bdist.win-amd64\wheel\chimerax_changechains-1.1.dist-info\WHEEL
|
|---|
| 18533 | creating 'dist\chimerax_changechains-1.1-py3-none-any.whl' and adding 'build\bdist.win-amd64\wheel' to it
|
|---|
| 18534 | adding 'chimerax/change_chains/__init__.py'
|
|---|
| 18535 | adding 'chimerax/change_chains/cmd.py'
|
|---|
| 18536 | adding 'chimerax/change_chains/tool.py'
|
|---|
| 18537 | adding 'chimerax_changechains-1.1.dist-info/METADATA'
|
|---|
| 18538 | adding 'chimerax_changechains-1.1.dist-info/WHEEL'
|
|---|
| 18539 | adding 'chimerax_changechains-1.1.dist-info/top_level.txt'
|
|---|
| 18540 | adding 'chimerax_changechains-1.1.dist-info/RECORD'
|
|---|
| 18541 | removing build\bdist.win-amd64\wheel
|
|---|
| 18542 | Distribution is in .\dist\ChimeraX_ChangeChains-1.1-py3-none-any.whl
|
|---|
| 18543 | INFO:
|
|---|
| 18544 |
|
|---|
| 18545 | make sync
|
|---|
| 18546 | make[6]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/change_chains'
|
|---|
| 18547 | cp -av dist/*.whl ../../../build/sync
|
|---|
| 18548 | 'dist/chimerax_changechains-1.1-py3-none-any.whl' -> '../../../build/sync/chimerax_changechains-1.1-py3-none-any.whl'
|
|---|
| 18549 | make[6]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/change_chains'
|
|---|
| 18550 | make[5]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/change_chains'
|
|---|
| 18551 | make -C check_waters build
|
|---|
| 18552 | make[5]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/check_waters'
|
|---|
| 18553 | if [ -z "../../../ChimeraX.app/bin/python.exe" ]; then \
|
|---|
| 18554 | echo "missing ChimeraX application's python"; exit 1; \
|
|---|
| 18555 | else \
|
|---|
| 18556 | PYTHONNOUSERSITE=1 ../../../ChimeraX.app/bin/python.exe -I -m chimerax.core --nogui --exit --safemode --cmd "devel build . exit true "; \
|
|---|
| 18557 | fi
|
|---|
| 18558 | INFO:
|
|---|
| 18559 | Executing: devel build . exit true
|
|---|
| 18560 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\setuptools\dist.py:759: SetuptoolsDeprecationWarning: License classifiers are deprecated.
|
|---|
| 18561 | !!
|
|---|
| 18562 |
|
|---|
| 18563 | ********************************************************************************
|
|---|
| 18564 | Please consider removing the following classifiers in favor of a SPDX license expression:
|
|---|
| 18565 |
|
|---|
| 18566 | License :: Free for non-commercial use
|
|---|
| 18567 |
|
|---|
| 18568 | See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details.
|
|---|
| 18569 | ********************************************************************************
|
|---|
| 18570 |
|
|---|
| 18571 | !!
|
|---|
| 18572 | self._finalize_license_expression()
|
|---|
| 18573 | running build
|
|---|
| 18574 | running build_py
|
|---|
| 18575 | creating build\lib\chimerax\check_waters
|
|---|
| 18576 | copying src\compare.py -> build\lib\chimerax\check_waters
|
|---|
| 18577 | copying src\tool.py -> build\lib\chimerax\check_waters
|
|---|
| 18578 | copying src\__init__.py -> build\lib\chimerax\check_waters
|
|---|
| 18579 | running bdist_wheel
|
|---|
| 18580 | installing to build\bdist.win-amd64\wheel
|
|---|
| 18581 | running install
|
|---|
| 18582 | running install_lib
|
|---|
| 18583 | creating build\bdist.win-amd64\wheel
|
|---|
| 18584 | creating build\bdist.win-amd64\wheel\chimerax
|
|---|
| 18585 | creating build\bdist.win-amd64\wheel\chimerax\check_waters
|
|---|
| 18586 | copying build\lib\chimerax\check_waters\compare.py -> build\bdist.win-amd64\wheel\.\chimerax\check_waters
|
|---|
| 18587 | copying build\lib\chimerax\check_waters\tool.py -> build\bdist.win-amd64\wheel\.\chimerax\check_waters
|
|---|
| 18588 | copying build\lib\chimerax\check_waters\__init__.py -> build\bdist.win-amd64\wheel\.\chimerax\check_waters
|
|---|
| 18589 | running install_egg_info
|
|---|
| 18590 | running egg_info
|
|---|
| 18591 | creating ChimeraX_CheckWaters.egg-info
|
|---|
| 18592 | writing ChimeraX_CheckWaters.egg-info\PKG-INFO
|
|---|
| 18593 | writing dependency_links to ChimeraX_CheckWaters.egg-info\dependency_links.txt
|
|---|
| 18594 | writing requirements to ChimeraX_CheckWaters.egg-info\requires.txt
|
|---|
| 18595 | writing top-level names to ChimeraX_CheckWaters.egg-info\top_level.txt
|
|---|
| 18596 | writing manifest file 'ChimeraX_CheckWaters.egg-info\SOURCES.txt'
|
|---|
| 18597 | reading manifest file 'ChimeraX_CheckWaters.egg-info\SOURCES.txt'
|
|---|
| 18598 | writing manifest file 'ChimeraX_CheckWaters.egg-info\SOURCES.txt'
|
|---|
| 18599 | Copying ChimeraX_CheckWaters.egg-info to build\bdist.win-amd64\wheel\.\ChimeraX_CheckWaters-1.5-py3.11.egg-info
|
|---|
| 18600 | running install_scripts
|
|---|
| 18601 | creating build\bdist.win-amd64\wheel\chimerax_checkwaters-1.5.dist-info\WHEEL
|
|---|
| 18602 | creating 'dist\chimerax_checkwaters-1.5-py3-none-any.whl' and adding 'build\bdist.win-amd64\wheel' to it
|
|---|
| 18603 | adding 'chimerax/check_waters/__init__.py'
|
|---|
| 18604 | adding 'chimerax/check_waters/compare.py'
|
|---|
| 18605 | adding 'chimerax/check_waters/tool.py'
|
|---|
| 18606 | adding 'chimerax_checkwaters-1.5.dist-info/METADATA'
|
|---|
| 18607 | adding 'chimerax_checkwaters-1.5.dist-info/WHEEL'
|
|---|
| 18608 | adding 'chimerax_checkwaters-1.5.dist-info/top_level.txt'
|
|---|
| 18609 | adding 'chimerax_checkwaters-1.5.dist-info/RECORD'
|
|---|
| 18610 | removing build\bdist.win-amd64\wheel
|
|---|
| 18611 | Distribution is in .\dist\ChimeraX_CheckWaters-1.5-py3-none-any.whl
|
|---|
| 18612 | INFO:
|
|---|
| 18613 |
|
|---|
| 18614 | make sync
|
|---|
| 18615 | make[6]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/check_waters'
|
|---|
| 18616 | cp -av dist/*.whl ../../../build/sync
|
|---|
| 18617 | 'dist/chimerax_checkwaters-1.5-py3-none-any.whl' -> '../../../build/sync/chimerax_checkwaters-1.5-py3-none-any.whl'
|
|---|
| 18618 | make[6]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/check_waters'
|
|---|
| 18619 | make[5]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/check_waters'
|
|---|
| 18620 | make -C chem_group build
|
|---|
| 18621 | make[5]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/chem_group'
|
|---|
| 18622 | PYTHONNOUSERSITE=1 ../../../ChimeraX.app/bin/python.exe -I -m chimerax.core --nogui --exit --safemode make_selectors.py
|
|---|
| 18623 | INFO:
|
|---|
| 18624 | UCSF ChimeraX version: 1.11.dev202509231826 (2025-09-23)
|
|---|
| 18625 | INFO:
|
|---|
| 18626 | © 2016-2025 Regents of the University of California. All rights reserved.
|
|---|
| 18627 | if [ -z "../../../ChimeraX.app/bin/python.exe" ]; then \
|
|---|
| 18628 | echo "missing ChimeraX application's python"; exit 1; \
|
|---|
| 18629 | else \
|
|---|
| 18630 | PYTHONNOUSERSITE=1 ../../../ChimeraX.app/bin/python.exe -I -m chimerax.core --nogui --exit --safemode --cmd "devel build . exit true "; \
|
|---|
| 18631 | fi
|
|---|
| 18632 | INFO:
|
|---|
| 18633 | Executing: devel build . exit true
|
|---|
| 18634 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\setuptools\dist.py:759: SetuptoolsDeprecationWarning: License classifiers are deprecated.
|
|---|
| 18635 | !!
|
|---|
| 18636 |
|
|---|
| 18637 | ********************************************************************************
|
|---|
| 18638 | Please consider removing the following classifiers in favor of a SPDX license expression:
|
|---|
| 18639 |
|
|---|
| 18640 | License :: Free for non-commercial use
|
|---|
| 18641 |
|
|---|
| 18642 | See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details.
|
|---|
| 18643 | ********************************************************************************
|
|---|
| 18644 |
|
|---|
| 18645 | !!
|
|---|
| 18646 | self._finalize_license_expression()
|
|---|
| 18647 | running build
|
|---|
| 18648 | running build_py
|
|---|
| 18649 | creating build\lib.win-amd64-cpython-311\chimerax\chem_group
|
|---|
| 18650 | copying src\chem_group.py -> build\lib.win-amd64-cpython-311\chimerax\chem_group
|
|---|
| 18651 | copying src\support.py -> build\lib.win-amd64-cpython-311\chimerax\chem_group
|
|---|
| 18652 | copying src\__init__.py -> build\lib.win-amd64-cpython-311\chimerax\chem_group
|
|---|
| 18653 | running build_ext
|
|---|
| 18654 | building 'chimerax.chem_group._chem_group' extension
|
|---|
| 18655 | creating build\temp.win-amd64-cpython-311\Release\_cg
|
|---|
| 18656 | "C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\bin\HostX64\x64\cl.exe" /c /nologo /O2 /W3 /GL /DNDEBUG /MD -DMAJOR_VERSION=0 -DMINOR_VERSION=1 -IC:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\include -IC:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\core\include -IC:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\arrays\include -IC:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include -IC:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\include -IC:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Include "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\ucrt" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\shared" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\um" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\winrt" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\cppwinrt" "-Ic:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include" "-Ic:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\atlmfc\include" "-Ic:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\ucrt" "-Ic:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\shared" "-Ic:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\um" "-Ic:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\winrt" "-Ic:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\cppwinrt" /EHsc /Tp_cg/cg.cpp /Fobuild\temp.win-amd64-cpython-311\Release\_cg\cg.obj
|
|---|
| 18657 | cg.cpp
|
|---|
| 18658 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\pyinstance/PythonInstance.declare.h(78): 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>'
|
|---|
| 18659 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 18660 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\pyinstance/PythonInstance.declare.h(104): note: see reference to class template instantiation 'pyinstance::PythonInstance<C>' being compiled
|
|---|
| 18661 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\pyinstance/PythonInstance.declare.h(78): 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>'
|
|---|
| 18662 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 18663 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\element/Element.h(49): note: see reference to class template instantiation 'pyinstance::PythonInstance<element::Element>' being compiled
|
|---|
| 18664 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\element/Element.h(76): warning C4251: 'element::Element::_alkali_metals': class 'std::set<int,std::less<int>,std::allocator<int>>' needs to have dll-interface to be used by clients of class 'element::Element'
|
|---|
| 18665 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\element/Element.h(76): note: see declaration of 'std::set<int,std::less<int>,std::allocator<int>>'
|
|---|
| 18666 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\element/Element.h(77): warning C4251: 'element::Element::_elements': class 'std::map<int,const element::Element *,std::less<int>,std::allocator<std::pair<const int,const element::Element *>>>' needs to have dll-interface to be used by clients of class 'element::Element'
|
|---|
| 18667 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\element/Element.h(77): note: see declaration of 'std::map<int,const element::Element *,std::less<int>,std::allocator<std::pair<const int,const element::Element *>>>'
|
|---|
| 18668 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\element/Element.h(78): warning C4251: 'element::Element::_halogens': class 'std::set<int,std::less<int>,std::allocator<int>>' needs to have dll-interface to be used by clients of class 'element::Element'
|
|---|
| 18669 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\element/Element.h(76): note: see declaration of 'std::set<int,std::less<int>,std::allocator<int>>'
|
|---|
| 18670 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\element/Element.h(79): warning C4251: 'element::Element::_names': class 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>' needs to have dll-interface to be used by clients of class 'element::Element'
|
|---|
| 18671 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\element/Element.h(79): note: see declaration of 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>'
|
|---|
| 18672 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\element/Element.h(80): warning C4251: 'element::Element::_noble_gases': class 'std::set<int,std::less<int>,std::allocator<int>>' needs to have dll-interface to be used by clients of class 'element::Element'
|
|---|
| 18673 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\element/Element.h(76): note: see declaration of 'std::set<int,std::less<int>,std::allocator<int>>'
|
|---|
| 18674 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(59): warning C4251: 'atomstruct::Changes::created': class 'std::set<const void *,std::less<const void *>,std::allocator<const void *>>' needs to have dll-interface to be used by clients of class 'atomstruct::Changes'
|
|---|
| 18675 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(59): note: see declaration of 'std::set<const void *,std::less<const void *>,std::allocator<const void *>>'
|
|---|
| 18676 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(60): warning C4251: 'atomstruct::Changes::modified': class 'std::set<const void *,std::less<const void *>,std::allocator<const void *>>' needs to have dll-interface to be used by clients of class 'atomstruct::Changes'
|
|---|
| 18677 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(59): note: see declaration of 'std::set<const void *,std::less<const void *>,std::allocator<const void *>>'
|
|---|
| 18678 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(61): warning C4251: 'atomstruct::Changes::reasons': class 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>' needs to have dll-interface to be used by clients of class 'atomstruct::Changes'
|
|---|
| 18679 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\element/Element.h(79): note: see declaration of 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>'
|
|---|
| 18680 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\pyinstance/PythonInstance.declare.h(78): 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>'
|
|---|
| 18681 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 18682 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(68): note: see reference to class template instantiation 'pyinstance::PythonInstance<atomstruct::ChangeTracker>' being compiled
|
|---|
| 18683 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(82): warning C4251: 'atomstruct::ChangeTracker::_structure_type_changes': class 'std::map<atomstruct::Structure *,atomstruct::ChangeTracker::ChangesArray,std::less<atomstruct::Structure *>,std::allocator<std::pair<atomstruct::Structure *const ,atomstruct::ChangeTracker::ChangesArray>>>' needs to have dll-interface to be used by clients of class 'atomstruct::ChangeTracker'
|
|---|
| 18684 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(82): note: see declaration of 'std::map<atomstruct::Structure *,atomstruct::ChangeTracker::ChangesArray,std::less<atomstruct::Structure *>,std::allocator<std::pair<atomstruct::Structure *const ,atomstruct::ChangeTracker::ChangesArray>>>'
|
|---|
| 18685 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(83): warning C4251: 'atomstruct::ChangeTracker::_dead_structures': class 'std::set<atomstruct::Structure *,std::less<atomstruct::Structure *>,std::allocator<atomstruct::Structure *>>' needs to have dll-interface to be used by clients of class 'atomstruct::ChangeTracker'
|
|---|
| 18686 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(83): note: see declaration of 'std::set<atomstruct::Structure *,std::less<atomstruct::Structure *>,std::allocator<atomstruct::Structure *>>'
|
|---|
| 18687 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(92): 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'
|
|---|
| 18688 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 18689 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(93): 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'
|
|---|
| 18690 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 18691 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(94): warning C4251: 'atomstruct::ChangeTracker::REASON_ALT_LOCS': 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'
|
|---|
| 18692 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 18693 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(95): 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'
|
|---|
| 18694 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 18695 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(96): 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'
|
|---|
| 18696 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 18697 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(97): 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'
|
|---|
| 18698 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 18699 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(98): warning C4251: 'atomstruct::ChangeTracker::REASON_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::ChangeTracker'
|
|---|
| 18700 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 18701 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(99): 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'
|
|---|
| 18702 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 18703 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(100): 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'
|
|---|
| 18704 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 18705 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(101): 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'
|
|---|
| 18706 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 18707 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(102): 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'
|
|---|
| 18708 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 18709 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(103): 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'
|
|---|
| 18710 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 18711 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(104): warning C4251: 'atomstruct::ChangeTracker::REASON_ELEMENT': 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'
|
|---|
| 18712 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 18713 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(105): 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'
|
|---|
| 18714 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 18715 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(106): 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'
|
|---|
| 18716 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 18717 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(107): 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'
|
|---|
| 18718 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 18719 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(108): warning C4251: 'atomstruct::ChangeTracker::REASON_INSERTION_CODE': 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'
|
|---|
| 18720 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 18721 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(109): 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'
|
|---|
| 18722 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 18723 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(110): warning C4251: 'atomstruct::ChangeTracker::REASON_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'
|
|---|
| 18724 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 18725 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(111): 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'
|
|---|
| 18726 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 18727 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(112): 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'
|
|---|
| 18728 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 18729 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(113): 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'
|
|---|
| 18730 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 18731 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(114): 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'
|
|---|
| 18732 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 18733 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(115): 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'
|
|---|
| 18734 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 18735 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(116): 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'
|
|---|
| 18736 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 18737 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(117): 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'
|
|---|
| 18738 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 18739 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(118): 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'
|
|---|
| 18740 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 18741 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(119): 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'
|
|---|
| 18742 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 18743 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(120): 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'
|
|---|
| 18744 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 18745 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(121): 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'
|
|---|
| 18746 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 18747 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(122): 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'
|
|---|
| 18748 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 18749 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(123): 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'
|
|---|
| 18750 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 18751 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(124): 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'
|
|---|
| 18752 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 18753 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(125): 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'
|
|---|
| 18754 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 18755 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(126): 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'
|
|---|
| 18756 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 18757 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(127): 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'
|
|---|
| 18758 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 18759 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(128): 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'
|
|---|
| 18760 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 18761 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(129): 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'
|
|---|
| 18762 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 18763 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(130): 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'
|
|---|
| 18764 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 18765 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(131): warning C4251: 'atomstruct::ChangeTracker::REASON_WORM_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'
|
|---|
| 18766 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 18767 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(132): warning C4251: 'atomstruct::ChangeTracker::REASON_WORM_RIBBON': 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'
|
|---|
| 18768 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 18769 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(306): 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'
|
|---|
| 18770 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 18771 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\destruct.h(53): warning C4251: 'atomstruct::DestructionCoordinator::_observers': class 'std::set<atomstruct::DestructionObserver *,std::less<atomstruct::DestructionObserver *>,std::allocator<atomstruct::DestructionObserver *>>' needs to have dll-interface to be used by clients of class 'atomstruct::DestructionCoordinator'
|
|---|
| 18772 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\destruct.h(53): note: see declaration of 'std::set<atomstruct::DestructionObserver *,std::less<atomstruct::DestructionObserver *>,std::allocator<atomstruct::DestructionObserver *>>'
|
|---|
| 18773 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\destruct.h(54): warning C4251: 'atomstruct::DestructionCoordinator::_destroyed': class 'std::set<void *,std::less<void *>,std::allocator<void *>>' needs to have dll-interface to be used by clients of class 'atomstruct::DestructionCoordinator'
|
|---|
| 18774 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\destruct.h(42): note: see declaration of 'std::set<void *,std::less<void *>,std::allocator<void *>>'
|
|---|
| 18775 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\pyinstance/PythonInstance.declare.h(78): 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>'
|
|---|
| 18776 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 18777 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Sequence.h(57): note: see reference to class template instantiation 'pyinstance::PythonInstance<atomstruct::Sequence>' being compiled
|
|---|
| 18778 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Sequence.h(63): warning C4251: 'atomstruct::Sequence::_nucleic3to1': class 'std::map<atomstruct::ResName,char,std::less<std::string>,std::allocator<std::pair<const atomstruct::ResName,char>>>' needs to have dll-interface to be used by clients of class 'atomstruct::Sequence'
|
|---|
| 18779 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Sequence.h(61): note: see declaration of 'std::map<atomstruct::ResName,char,std::less<std::string>,std::allocator<std::pair<const atomstruct::ResName,char>>>'
|
|---|
| 18780 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Sequence.h(64): warning C4251: 'atomstruct::Sequence::_protein3to1': class 'std::map<atomstruct::ResName,char,std::less<std::string>,std::allocator<std::pair<const atomstruct::ResName,char>>>' needs to have dll-interface to be used by clients of class 'atomstruct::Sequence'
|
|---|
| 18781 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Sequence.h(61): note: see declaration of 'std::map<atomstruct::ResName,char,std::less<std::string>,std::allocator<std::pair<const atomstruct::ResName,char>>>'
|
|---|
| 18782 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Sequence.h(65): warning C4251: 'atomstruct::Sequence::_rname3to1': class 'std::map<atomstruct::ResName,char,std::less<std::string>,std::allocator<std::pair<const atomstruct::ResName,char>>>' needs to have dll-interface to be used by clients of class 'atomstruct::Sequence'
|
|---|
| 18783 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Sequence.h(61): note: see declaration of 'std::map<atomstruct::ResName,char,std::less<std::string>,std::allocator<std::pair<const atomstruct::ResName,char>>>'
|
|---|
| 18784 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Sequence.h(67): warning C4251: 'atomstruct::Sequence::_cache_g2ug': class 'std::map<unsigned int,unsigned int,std::less<unsigned int>,std::allocator<std::pair<const unsigned int,unsigned int>>>' needs to have dll-interface to be used by clients of class 'atomstruct::Sequence'
|
|---|
| 18785 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Sequence.h(67): note: see declaration of 'std::map<unsigned int,unsigned int,std::less<unsigned int>,std::allocator<std::pair<const unsigned int,unsigned int>>>'
|
|---|
| 18786 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Sequence.h(68): warning C4251: 'atomstruct::Sequence::_cache_ug2g': class 'std::map<unsigned int,unsigned int,std::less<unsigned int>,std::allocator<std::pair<const unsigned int,unsigned int>>>' needs to have dll-interface to be used by clients of class 'atomstruct::Sequence'
|
|---|
| 18787 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Sequence.h(67): note: see declaration of 'std::map<unsigned int,unsigned int,std::less<unsigned int>,std::allocator<std::pair<const unsigned int,unsigned int>>>'
|
|---|
| 18788 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Sequence.h(69): 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'
|
|---|
| 18789 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Sequence.h(59): note: see declaration of 'std::vector<char,std::allocator<char>>'
|
|---|
| 18790 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Sequence.h(74): 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'
|
|---|
| 18791 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Sequence.h(59): note: see declaration of 'std::vector<char,std::allocator<char>>'
|
|---|
| 18792 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Sequence.h(75): 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'
|
|---|
| 18793 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 18794 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Sequence.h(140): warning C4267: 'return': conversion from 'size_t' to 'int', possible loss of data
|
|---|
| 18795 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\StructureSeq.h(61): 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'
|
|---|
| 18796 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 18797 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\StructureSeq.h(62): warning C4251: 'atomstruct::StructureSeq::_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 'atomstruct::StructureSeq'
|
|---|
| 18798 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 18799 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\StructureSeq.h(66): warning C4251: 'atomstruct::StructureSeq::_res_map': class 'std::map<atomstruct::Residue *,atomstruct::StructureSeq::SeqPos,std::less<atomstruct::Residue *>,std::allocator<std::pair<atomstruct::Residue *const ,atomstruct::StructureSeq::SeqPos>>>' needs to have dll-interface to be used by clients of class 'atomstruct::StructureSeq'
|
|---|
| 18800 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\StructureSeq.h(51): note: see declaration of 'std::map<atomstruct::Residue *,atomstruct::StructureSeq::SeqPos,std::less<atomstruct::Residue *>,std::allocator<std::pair<atomstruct::Residue *const ,atomstruct::StructureSeq::SeqPos>>>'
|
|---|
| 18801 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\StructureSeq.h(67): warning C4251: 'atomstruct::StructureSeq::_residues': class 'std::vector<atomstruct::Residue *,std::allocator<atomstruct::Residue *>>' needs to have dll-interface to be used by clients of class 'atomstruct::StructureSeq'
|
|---|
| 18802 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\StructureSeq.h(50): note: see declaration of 'std::vector<atomstruct::Residue *,std::allocator<atomstruct::Residue *>>'
|
|---|
| 18803 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\StructureSeq.h(122): warning C4267: 'return': conversion from 'size_t' to 'int', possible loss of data
|
|---|
| 18804 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\CompSS.h(42): warning C4251: 'atomstruct::CompSSInfo::strands': class 'std::vector<std::pair<atomstruct::Residue *,atomstruct::Residue *>,std::allocator<std::pair<atomstruct::Residue *,atomstruct::Residue *>>>' needs to have dll-interface to be used by clients of class 'atomstruct::CompSSInfo'
|
|---|
| 18805 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\CompSS.h(42): note: see declaration of 'std::vector<std::pair<atomstruct::Residue *,atomstruct::Residue *>,std::allocator<std::pair<atomstruct::Residue *,atomstruct::Residue *>>>'
|
|---|
| 18806 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\CompSS.h(43): warning C4251: 'atomstruct::CompSSInfo::sheets': class 'std::vector<std::set<int,std::less<int>,std::allocator<int>>,std::allocator<std::set<int,std::less<int>,std::allocator<int>>>>' needs to have dll-interface to be used by clients of class 'atomstruct::CompSSInfo'
|
|---|
| 18807 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\CompSS.h(43): note: see declaration of 'std::vector<std::set<int,std::less<int>,std::allocator<int>>,std::allocator<std::set<int,std::less<int>,std::allocator<int>>>>'
|
|---|
| 18808 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\CompSS.h(44): warning C4251: 'atomstruct::CompSSInfo::strands_parallel': class 'std::map<std::pair<int,int>,bool,std::less<std::pair<int,int>>,std::allocator<std::pair<const std::pair<int,int>,bool>>>' needs to have dll-interface to be used by clients of class 'atomstruct::CompSSInfo'
|
|---|
| 18809 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\CompSS.h(44): note: see declaration of 'std::map<std::pair<int,int>,bool,std::less<std::pair<int,int>>,std::allocator<std::pair<const std::pair<int,int>,bool>>>'
|
|---|
| 18810 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\CompSS.h(45): warning C4251: 'atomstruct::CompSSInfo::helix_info': class 'std::vector<std::pair<std::pair<atomstruct::Residue *,atomstruct::Residue *>,char>,std::allocator<std::pair<std::pair<atomstruct::Residue *,atomstruct::Residue *>,char>>>' needs to have dll-interface to be used by clients of class 'atomstruct::CompSSInfo'
|
|---|
| 18811 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\CompSS.h(45): note: see declaration of 'std::vector<std::pair<std::pair<atomstruct::Residue *,atomstruct::Residue *>,char>,std::allocator<std::pair<std::pair<atomstruct::Residue *,atomstruct::Residue *>,char>>>'
|
|---|
| 18812 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\pyinstance/PythonInstance.declare.h(78): 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>'
|
|---|
| 18813 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 18814 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\PBManager.h(53): note: see reference to class template instantiation 'pyinstance::PythonInstance<atomstruct::BaseManager>' being compiled
|
|---|
| 18815 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\PBManager.h(63): warning C4251: 'atomstruct::BaseManager::_groups': class 'std::map<std::string,atomstruct::Proxy_PBGroup *,std::less<std::string>,std::allocator<std::pair<const std::string,atomstruct::Proxy_PBGroup *>>>' needs to have dll-interface to be used by clients of class 'atomstruct::BaseManager'
|
|---|
| 18816 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\PBManager.h(58): note: see declaration of 'std::map<std::string,atomstruct::Proxy_PBGroup *,std::less<std::string>,std::allocator<std::pair<const std::string,atomstruct::Proxy_PBGroup *>>>'
|
|---|
| 18817 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\pyinstance/PythonInstance.declare.h(78): 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>'
|
|---|
| 18818 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 18819 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Ring.h(38): note: see reference to class template instantiation 'pyinstance::PythonInstance<atomstruct::Ring>' being compiled
|
|---|
| 18820 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Ring.h(43): warning C4251: 'atomstruct::Ring::_bonds': class 'std::set<atomstruct::Bond *,std::less<atomstruct::Bond *>,std::allocator<atomstruct::Bond *>>' needs to have dll-interface to be used by clients of class 'atomstruct::Ring'
|
|---|
| 18821 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Ring.h(41): note: see declaration of 'std::set<atomstruct::Bond *,std::less<atomstruct::Bond *>,std::allocator<atomstruct::Bond *>>'
|
|---|
| 18822 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Ring.h(44): warning C4251: 'atomstruct::Ring::_atoms': class 'std::set<atomstruct::Atom *,std::less<atomstruct::Atom *>,std::allocator<atomstruct::Atom *>>' needs to have dll-interface to be used by clients of class 'atomstruct::Ring'
|
|---|
| 18823 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Ring.h(40): note: see declaration of 'std::set<atomstruct::Atom *,std::less<atomstruct::Atom *>,std::allocator<atomstruct::Atom *>>'
|
|---|
| 18824 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\pyinstance/PythonInstance.declare.h(78): 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>'
|
|---|
| 18825 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 18826 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Structure.h(110): note: see reference to class template instantiation 'pyinstance::PythonInstance<atomstruct::Structure>' being compiled
|
|---|
| 18827 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Structure.h(145): warning C4251: 'atomstruct::Structure::_atoms': class 'std::vector<atomstruct::Atom *,std::allocator<atomstruct::Atom *>>' needs to have dll-interface to be used by clients of class 'atomstruct::Structure'
|
|---|
| 18828 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Ring.h(64): note: see declaration of 'std::vector<atomstruct::Atom *,std::allocator<atomstruct::Atom *>>'
|
|---|
| 18829 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Structure.h(147): warning C4251: 'atomstruct::Structure::_bonds': class 'std::vector<atomstruct::Bond *,std::allocator<atomstruct::Bond *>>' needs to have dll-interface to be used by clients of class 'atomstruct::Structure'
|
|---|
| 18830 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Ring.h(63): note: see declaration of 'std::vector<atomstruct::Bond *,std::allocator<atomstruct::Bond *>>'
|
|---|
| 18831 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Structure.h(151): warning C4251: 'atomstruct::Structure::_coord_sets': class 'std::vector<atomstruct::CoordSet *,std::allocator<atomstruct::CoordSet *>>' needs to have dll-interface to be used by clients of class 'atomstruct::Structure'
|
|---|
| 18832 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Structure.h(120): note: see declaration of 'std::vector<atomstruct::CoordSet *,std::allocator<atomstruct::CoordSet *>>'
|
|---|
| 18833 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Structure.h(156): warning C4251: 'atomstruct::Structure::_input_seq_info': class 'std::map<atomstruct::ChainID,std::vector<atomstruct::ResName,std::allocator<std::string>>,std::less<std::string>,std::allocator<std::pair<const atomstruct::ChainID,std::vector<atomstruct::ResName,std::allocator<std::string>>>>>' needs to have dll-interface to be used by clients of class 'atomstruct::Structure'
|
|---|
| 18834 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Structure.h(121): note: see declaration of 'std::map<atomstruct::ChainID,std::vector<atomstruct::ResName,std::allocator<std::string>>,std::less<std::string>,std::allocator<std::pair<const atomstruct::ChainID,std::vector<atomstruct::ResName,std::allocator<std::string>>>>>'
|
|---|
| 18835 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Structure.h(163): warning C4251: 'atomstruct::Structure::_residues': class 'std::vector<atomstruct::Residue *,std::allocator<atomstruct::Residue *>>' needs to have dll-interface to be used by clients of class 'atomstruct::Structure'
|
|---|
| 18836 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\StructureSeq.h(50): note: see declaration of 'std::vector<atomstruct::Residue *,std::allocator<atomstruct::Residue *>>'
|
|---|
| 18837 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Structure.h(165): warning C4251: 'atomstruct::Structure::_res_numbering_valid': class 'std::vector<bool,std::allocator<bool>>' needs to have dll-interface to be used by clients of class 'atomstruct::Structure'
|
|---|
| 18838 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Structure.h(165): note: see declaration of 'std::vector<bool,std::allocator<bool>>'
|
|---|
| 18839 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Structure.h(176): warning C4251: 'atomstruct::Structure::_rings': class 'std::set<atomstruct::Ring,std::less<atomstruct::Ring>,std::allocator<atomstruct::Ring>>' needs to have dll-interface to be used by clients of class 'atomstruct::Structure'
|
|---|
| 18840 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Structure.h(128): note: see declaration of 'std::set<atomstruct::Ring,std::less<atomstruct::Ring>,std::allocator<atomstruct::Ring>>'
|
|---|
| 18841 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Structure.h(283): 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'
|
|---|
| 18842 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 18843 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Structure.h(287): warning C4251: 'atomstruct::Structure::metadata': class 'std::map<atomstruct::ChainID,std::vector<atomstruct::ResName,std::allocator<std::string>>,std::less<std::string>,std::allocator<std::pair<const atomstruct::ChainID,std::vector<atomstruct::ResName,std::allocator<std::string>>>>>' needs to have dll-interface to be used by clients of class 'atomstruct::Structure'
|
|---|
| 18844 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Structure.h(121): note: see declaration of 'std::map<atomstruct::ChainID,std::vector<atomstruct::ResName,std::allocator<std::string>>,std::less<std::string>,std::allocator<std::pair<const atomstruct::ChainID,std::vector<atomstruct::ResName,std::allocator<std::string>>>>>'
|
|---|
| 18845 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\pyinstance/PythonInstance.declare.h(78): 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>'
|
|---|
| 18846 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 18847 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\CoordSet.h(41): note: see reference to class template instantiation 'pyinstance::PythonInstance<atomstruct::CoordSet>' being compiled
|
|---|
| 18848 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\CoordSet.h(49): warning C4251: 'atomstruct::CoordSet::_coords': class 'std::vector<atomstruct::Coord,std::allocator<atomstruct::Coord>>' needs to have dll-interface to be used by clients of class 'atomstruct::CoordSet'
|
|---|
| 18849 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\CoordSet.h(46): note: see declaration of 'std::vector<atomstruct::Coord,std::allocator<atomstruct::Coord>>'
|
|---|
| 18850 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\CoordSet.h(51): warning C4251: 'atomstruct::CoordSet::_bfactor_map': class 'std::unordered_map<const atomstruct::Atom *,float,std::hash<const atomstruct::Atom *>,std::equal_to<const atomstruct::Atom *>,std::allocator<std::pair<const atomstruct::Atom *const ,float>>>' needs to have dll-interface to be used by clients of class 'atomstruct::CoordSet'
|
|---|
| 18851 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\CoordSet.h(51): note: see declaration of 'std::unordered_map<const atomstruct::Atom *,float,std::hash<const atomstruct::Atom *>,std::equal_to<const atomstruct::Atom *>,std::allocator<std::pair<const atomstruct::Atom *const ,float>>>'
|
|---|
| 18852 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\CoordSet.h(52): warning C4251: 'atomstruct::CoordSet::_occupancy_map': class 'std::unordered_map<const atomstruct::Atom *,float,std::hash<const atomstruct::Atom *>,std::equal_to<const atomstruct::Atom *>,std::allocator<std::pair<const atomstruct::Atom *const ,float>>>' needs to have dll-interface to be used by clients of class 'atomstruct::CoordSet'
|
|---|
| 18853 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\CoordSet.h(51): note: see declaration of 'std::unordered_map<const atomstruct::Atom *,float,std::hash<const atomstruct::Atom *>,std::equal_to<const atomstruct::Atom *>,std::allocator<std::pair<const atomstruct::Atom *const ,float>>>'
|
|---|
| 18854 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\CoordSet.h(77): warning C4267: 'return': conversion from 'size_t' to 'int', possible loss of data
|
|---|
| 18855 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\CoordSet.h(80): warning C4267: 'return': conversion from 'size_t' to 'int', possible loss of data
|
|---|
| 18856 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\pyinstance/PythonInstance.declare.h(78): 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>'
|
|---|
| 18857 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 18858 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct/Atom.h(68): note: see reference to class template instantiation 'pyinstance::PythonInstance<atomstruct::Atom>' being compiled
|
|---|
| 18859 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct/Atom.h(124): warning C4251: 'atomstruct::Atom::_alt_loc_map': class 'std::map<unsigned char,atomstruct::Atom::_Alt_loc_info,std::less<unsigned char>,std::allocator<std::pair<const unsigned char,atomstruct::Atom::_Alt_loc_info>>>' needs to have dll-interface to be used by clients of class 'atomstruct::Atom'
|
|---|
| 18860 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct/Atom.h(123): note: see declaration of 'std::map<unsigned char,atomstruct::Atom::_Alt_loc_info,std::less<unsigned char>,std::allocator<std::pair<const unsigned char,atomstruct::Atom::_Alt_loc_info>>>'
|
|---|
| 18861 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct/Atom.h(126): warning C4251: 'atomstruct::Atom::_bonds': class 'std::vector<atomstruct::Bond *,std::allocator<atomstruct::Bond *>>' needs to have dll-interface to be used by clients of class 'atomstruct::Atom'
|
|---|
| 18862 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Ring.h(63): note: see declaration of 'std::vector<atomstruct::Bond *,std::allocator<atomstruct::Bond *>>'
|
|---|
| 18863 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct/Atom.h(127): 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'
|
|---|
| 18864 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\string_types.h(44): note: see declaration of 'chutil::CString<5,65,116,111,109,32,84,121,112,101>'
|
|---|
| 18865 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct/Atom.h(134): 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'
|
|---|
| 18866 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\string_types.h(44): note: see declaration of 'chutil::CString<5,65,116,111,109,32,84,121,112,101>'
|
|---|
| 18867 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct/Atom.h(136): warning C4251: 'atomstruct::Atom::_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::Atom'
|
|---|
| 18868 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 18869 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct/Atom.h(137): warning C4251: 'atomstruct::Atom::_neighbors': class 'std::vector<atomstruct::Atom *,std::allocator<atomstruct::Atom *>>' needs to have dll-interface to be used by clients of class 'atomstruct::Atom'
|
|---|
| 18870 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Ring.h(64): note: see declaration of 'std::vector<atomstruct::Atom *,std::allocator<atomstruct::Atom *>>'
|
|---|
| 18871 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct/Atom.h(143): warning C4251: 'atomstruct::Atom::_rings': class 'std::vector<const atomstruct::Ring *,std::allocator<const atomstruct::Ring *>>' needs to have dll-interface to be used by clients of class 'atomstruct::Atom'
|
|---|
| 18872 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct/Atom.h(91): note: see declaration of 'std::vector<const atomstruct::Ring *,std::allocator<const atomstruct::Ring *>>'
|
|---|
| 18873 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct/Atom.h(201): warning C4244: '=': conversion from 'double' to 'float', possible loss of data
|
|---|
| 18874 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct/Atom.h(205): warning C4244: 'return': conversion from 'double' to 'float', possible loss of data
|
|---|
| 18875 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct/Atom.h(223): warning C4267: 'return': conversion from 'size_t' to 'int', possible loss of data
|
|---|
| 18876 | _cg/cg.cpp(395): warning C4267: 'initializing': conversion from 'size_t' to 'unsigned int', possible loss of data
|
|---|
| 18877 | _cg/cg.cpp(479): warning C4267: 'initializing': conversion from 'size_t' to 'unsigned int', possible loss of data
|
|---|
| 18878 | "C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\bin\HostX64\x64\link.exe" /nologo /INCREMENTAL:NO /LTCG /DLL /MANIFEST:EMBED,ID=2 /MANIFESTUAC:NO /LIBPATH:C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\lib /LIBPATH:C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\core\lib /LIBPATH:C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\arrays\lib /LIBPATH:C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\lib /LIBPATH:C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\libs /LIBPATH:C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin /LIBPATH:C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\PCbuild\amd64 "/LIBPATH:C:\Program Files (x86)\Windows Kits\10\lib\10.0.19041.0\ucrt\x64" "/LIBPATH:C:\Program Files (x86)\Windows Kits\10\lib\10.0.19041.0\um\x64" "/LIBPATH:c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\lib\\x64" "/LIBPATH:c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\atlmfc\lib\\x64" "/LIBPATH:c:\Program Files (x86)\Windows Kits\10\lib\10.0.19041.0\ucrt\x64" "/LIBPATH:c:\Program Files (x86)\Windows Kits\10\lib\10.0.19041.0\um\x64" libatomstruct.lib libelement.lib libpyinstance.lib libarrays.lib /EXPORT:PyInit__chem_group build\temp.win-amd64-cpython-311\Release\_cg\cg.obj /OUT:build\lib.win-amd64-cpython-311\chimerax\chem_group\_chem_group.cp311-win_amd64.pyd /IMPLIB:build\temp.win-amd64-cpython-311\Release\_cg\_chem_group.cp311-win_amd64.lib
|
|---|
| 18879 | Creating library build\temp.win-amd64-cpython-311\Release\_cg\_chem_group.cp311-win_amd64.lib and object build\temp.win-amd64-cpython-311\Release\_cg\_chem_group.cp311-win_amd64.exp
|
|---|
| 18880 | Generating code
|
|---|
| 18881 | Finished generating code
|
|---|
| 18882 | running bdist_wheel
|
|---|
| 18883 | installing to build\bdist.win-amd64\wheel
|
|---|
| 18884 | running install
|
|---|
| 18885 | running install_lib
|
|---|
| 18886 | running build_ext
|
|---|
| 18887 | creating build\bdist.win-amd64\wheel
|
|---|
| 18888 | creating build\bdist.win-amd64\wheel\chimerax
|
|---|
| 18889 | creating build\bdist.win-amd64\wheel\chimerax\chem_group
|
|---|
| 18890 | copying build\lib.win-amd64-cpython-311\chimerax\chem_group\chem_group.py -> build\bdist.win-amd64\wheel\.\chimerax\chem_group
|
|---|
| 18891 | copying build\lib.win-amd64-cpython-311\chimerax\chem_group\support.py -> build\bdist.win-amd64\wheel\.\chimerax\chem_group
|
|---|
| 18892 | copying build\lib.win-amd64-cpython-311\chimerax\chem_group\_chem_group.cp311-win_amd64.pyd -> build\bdist.win-amd64\wheel\.\chimerax\chem_group
|
|---|
| 18893 | copying build\lib.win-amd64-cpython-311\chimerax\chem_group\__init__.py -> build\bdist.win-amd64\wheel\.\chimerax\chem_group
|
|---|
| 18894 | running install_egg_info
|
|---|
| 18895 | running egg_info
|
|---|
| 18896 | creating ChimeraX_ChemGroup.egg-info
|
|---|
| 18897 | writing ChimeraX_ChemGroup.egg-info\PKG-INFO
|
|---|
| 18898 | writing dependency_links to ChimeraX_ChemGroup.egg-info\dependency_links.txt
|
|---|
| 18899 | writing requirements to ChimeraX_ChemGroup.egg-info\requires.txt
|
|---|
| 18900 | writing top-level names to ChimeraX_ChemGroup.egg-info\top_level.txt
|
|---|
| 18901 | writing manifest file 'ChimeraX_ChemGroup.egg-info\SOURCES.txt'
|
|---|
| 18902 | reading manifest file 'ChimeraX_ChemGroup.egg-info\SOURCES.txt'
|
|---|
| 18903 | writing manifest file 'ChimeraX_ChemGroup.egg-info\SOURCES.txt'
|
|---|
| 18904 | Copying ChimeraX_ChemGroup.egg-info to build\bdist.win-amd64\wheel\.\ChimeraX_ChemGroup-2.0.2-py3.11.egg-info
|
|---|
| 18905 | running install_scripts
|
|---|
| 18906 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\setuptools\command\bdist_wheel.py:103: RuntimeWarning: Config variable 'Py_DEBUG' is unset, Python ABI tag may be incorrect
|
|---|
| 18907 | if get_flag("Py_DEBUG", hasattr(sys, "gettotalrefcount"), warn=(impl == "cp")):
|
|---|
| 18908 | creating build\bdist.win-amd64\wheel\chimerax_chemgroup-2.0.2.dist-info\WHEEL
|
|---|
| 18909 | creating 'dist\chimerax_chemgroup-2.0.2-cp311-cp311-win_amd64.whl' and adding 'build\bdist.win-amd64\wheel' to it
|
|---|
| 18910 | adding 'chimerax/chem_group/__init__.py'
|
|---|
| 18911 | adding 'chimerax/chem_group/_chem_group.cp311-win_amd64.pyd'
|
|---|
| 18912 | adding 'chimerax/chem_group/chem_group.py'
|
|---|
| 18913 | adding 'chimerax/chem_group/support.py'
|
|---|
| 18914 | adding 'chimerax_chemgroup-2.0.2.dist-info/METADATA'
|
|---|
| 18915 | adding 'chimerax_chemgroup-2.0.2.dist-info/WHEEL'
|
|---|
| 18916 | adding 'chimerax_chemgroup-2.0.2.dist-info/top_level.txt'
|
|---|
| 18917 | adding 'chimerax_chemgroup-2.0.2.dist-info/RECORD'
|
|---|
| 18918 | removing build\bdist.win-amd64\wheel
|
|---|
| 18919 | Distribution is in .\dist\ChimeraX_ChemGroup-2.0.2-cp311-cp311-win_amd64.whl
|
|---|
| 18920 | INFO:
|
|---|
| 18921 |
|
|---|
| 18922 | make sync
|
|---|
| 18923 | make[6]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/chem_group'
|
|---|
| 18924 | cp -av dist/*.whl ../../../build/sync
|
|---|
| 18925 | 'dist/chimerax_chemgroup-2.0.2-cp311-cp311-win_amd64.whl' -> '../../../build/sync/chimerax_chemgroup-2.0.2-cp311-cp311-win_amd64.whl'
|
|---|
| 18926 | make[6]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/chem_group'
|
|---|
| 18927 | make[5]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/chem_group'
|
|---|
| 18928 | make -C clashes build
|
|---|
| 18929 | make[5]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/clashes'
|
|---|
| 18930 | if [ -z "../../../ChimeraX.app/bin/python.exe" ]; then \
|
|---|
| 18931 | echo "missing ChimeraX application's python"; exit 1; \
|
|---|
| 18932 | else \
|
|---|
| 18933 | PYTHONNOUSERSITE=1 ../../../ChimeraX.app/bin/python.exe -I -m chimerax.core --nogui --exit --safemode --cmd "devel build . exit true "; \
|
|---|
| 18934 | fi
|
|---|
| 18935 | INFO:
|
|---|
| 18936 | Executing: devel build . exit true
|
|---|
| 18937 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\setuptools\dist.py:759: SetuptoolsDeprecationWarning: License classifiers are deprecated.
|
|---|
| 18938 | !!
|
|---|
| 18939 |
|
|---|
| 18940 | ********************************************************************************
|
|---|
| 18941 | Please consider removing the following classifiers in favor of a SPDX license expression:
|
|---|
| 18942 |
|
|---|
| 18943 | License :: Free for non-commercial use
|
|---|
| 18944 |
|
|---|
| 18945 | See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details.
|
|---|
| 18946 | ********************************************************************************
|
|---|
| 18947 |
|
|---|
| 18948 | !!
|
|---|
| 18949 | self._finalize_license_expression()
|
|---|
| 18950 | running build
|
|---|
| 18951 | running build_py
|
|---|
| 18952 | creating build\lib\chimerax\clashes
|
|---|
| 18953 | copying src\clashes.py -> build\lib\chimerax\clashes
|
|---|
| 18954 | copying src\cmd.py -> build\lib\chimerax\clashes
|
|---|
| 18955 | copying src\gui.py -> build\lib\chimerax\clashes
|
|---|
| 18956 | copying src\settings.py -> build\lib\chimerax\clashes
|
|---|
| 18957 | copying src\tool.py -> build\lib\chimerax\clashes
|
|---|
| 18958 | copying src\__init__.py -> build\lib\chimerax\clashes
|
|---|
| 18959 | running bdist_wheel
|
|---|
| 18960 | installing to build\bdist.win-amd64\wheel
|
|---|
| 18961 | running install
|
|---|
| 18962 | running install_lib
|
|---|
| 18963 | creating build\bdist.win-amd64\wheel
|
|---|
| 18964 | creating build\bdist.win-amd64\wheel\chimerax
|
|---|
| 18965 | creating build\bdist.win-amd64\wheel\chimerax\clashes
|
|---|
| 18966 | copying build\lib\chimerax\clashes\clashes.py -> build\bdist.win-amd64\wheel\.\chimerax\clashes
|
|---|
| 18967 | copying build\lib\chimerax\clashes\cmd.py -> build\bdist.win-amd64\wheel\.\chimerax\clashes
|
|---|
| 18968 | copying build\lib\chimerax\clashes\gui.py -> build\bdist.win-amd64\wheel\.\chimerax\clashes
|
|---|
| 18969 | copying build\lib\chimerax\clashes\settings.py -> build\bdist.win-amd64\wheel\.\chimerax\clashes
|
|---|
| 18970 | copying build\lib\chimerax\clashes\tool.py -> build\bdist.win-amd64\wheel\.\chimerax\clashes
|
|---|
| 18971 | copying build\lib\chimerax\clashes\__init__.py -> build\bdist.win-amd64\wheel\.\chimerax\clashes
|
|---|
| 18972 | running install_egg_info
|
|---|
| 18973 | running egg_info
|
|---|
| 18974 | creating ChimeraX_Clashes.egg-info
|
|---|
| 18975 | writing ChimeraX_Clashes.egg-info\PKG-INFO
|
|---|
| 18976 | writing dependency_links to ChimeraX_Clashes.egg-info\dependency_links.txt
|
|---|
| 18977 | writing requirements to ChimeraX_Clashes.egg-info\requires.txt
|
|---|
| 18978 | writing top-level names to ChimeraX_Clashes.egg-info\top_level.txt
|
|---|
| 18979 | writing manifest file 'ChimeraX_Clashes.egg-info\SOURCES.txt'
|
|---|
| 18980 | reading manifest file 'ChimeraX_Clashes.egg-info\SOURCES.txt'
|
|---|
| 18981 | writing manifest file 'ChimeraX_Clashes.egg-info\SOURCES.txt'
|
|---|
| 18982 | Copying ChimeraX_Clashes.egg-info to build\bdist.win-amd64\wheel\.\ChimeraX_Clashes-2.3-py3.11.egg-info
|
|---|
| 18983 | running install_scripts
|
|---|
| 18984 | creating build\bdist.win-amd64\wheel\chimerax_clashes-2.3.dist-info\WHEEL
|
|---|
| 18985 | creating 'dist\chimerax_clashes-2.3-py3-none-any.whl' and adding 'build\bdist.win-amd64\wheel' to it
|
|---|
| 18986 | adding 'chimerax/clashes/__init__.py'
|
|---|
| 18987 | adding 'chimerax/clashes/clashes.py'
|
|---|
| 18988 | adding 'chimerax/clashes/cmd.py'
|
|---|
| 18989 | adding 'chimerax/clashes/gui.py'
|
|---|
| 18990 | adding 'chimerax/clashes/settings.py'
|
|---|
| 18991 | adding 'chimerax/clashes/tool.py'
|
|---|
| 18992 | adding 'chimerax_clashes-2.3.dist-info/METADATA'
|
|---|
| 18993 | adding 'chimerax_clashes-2.3.dist-info/WHEEL'
|
|---|
| 18994 | adding 'chimerax_clashes-2.3.dist-info/top_level.txt'
|
|---|
| 18995 | adding 'chimerax_clashes-2.3.dist-info/RECORD'
|
|---|
| 18996 | removing build\bdist.win-amd64\wheel
|
|---|
| 18997 | Distribution is in .\dist\ChimeraX_Clashes-2.3-py3-none-any.whl
|
|---|
| 18998 | INFO:
|
|---|
| 18999 |
|
|---|
| 19000 | make sync
|
|---|
| 19001 | make[6]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/clashes'
|
|---|
| 19002 | cp -av dist/*.whl ../../../build/sync
|
|---|
| 19003 | 'dist/chimerax_clashes-2.3-py3-none-any.whl' -> '../../../build/sync/chimerax_clashes-2.3-py3-none-any.whl'
|
|---|
| 19004 | make[6]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/clashes'
|
|---|
| 19005 | make[5]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/clashes'
|
|---|
| 19006 | make -C cmd_line build
|
|---|
| 19007 | make[5]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/cmd_line'
|
|---|
| 19008 | if [ -z "../../../ChimeraX.app/bin/python.exe" ]; then \
|
|---|
| 19009 | echo "missing ChimeraX application's python"; exit 1; \
|
|---|
| 19010 | else \
|
|---|
| 19011 | PYTHONNOUSERSITE=1 ../../../ChimeraX.app/bin/python.exe -I -m chimerax.core --nogui --exit --safemode --cmd "devel build . exit true "; \
|
|---|
| 19012 | fi
|
|---|
| 19013 | INFO:
|
|---|
| 19014 | Executing: devel build . exit true
|
|---|
| 19015 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\setuptools\dist.py:759: SetuptoolsDeprecationWarning: License classifiers are deprecated.
|
|---|
| 19016 | !!
|
|---|
| 19017 |
|
|---|
| 19018 | ********************************************************************************
|
|---|
| 19019 | Please consider removing the following classifiers in favor of a SPDX license expression:
|
|---|
| 19020 |
|
|---|
| 19021 | License :: Free for non-commercial use
|
|---|
| 19022 |
|
|---|
| 19023 | See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details.
|
|---|
| 19024 | ********************************************************************************
|
|---|
| 19025 |
|
|---|
| 19026 | !!
|
|---|
| 19027 | self._finalize_license_expression()
|
|---|
| 19028 | running build
|
|---|
| 19029 | running build_py
|
|---|
| 19030 | creating build\lib\chimerax\cmd_line
|
|---|
| 19031 | copying src\settings.py -> build\lib\chimerax\cmd_line
|
|---|
| 19032 | copying src\tool.py -> build\lib\chimerax\cmd_line
|
|---|
| 19033 | copying src\__init__.py -> build\lib\chimerax\cmd_line
|
|---|
| 19034 | running bdist_wheel
|
|---|
| 19035 | installing to build\bdist.win-amd64\wheel
|
|---|
| 19036 | running install
|
|---|
| 19037 | running install_lib
|
|---|
| 19038 | creating build\bdist.win-amd64\wheel
|
|---|
| 19039 | creating build\bdist.win-amd64\wheel\chimerax
|
|---|
| 19040 | creating build\bdist.win-amd64\wheel\chimerax\cmd_line
|
|---|
| 19041 | copying build\lib\chimerax\cmd_line\settings.py -> build\bdist.win-amd64\wheel\.\chimerax\cmd_line
|
|---|
| 19042 | copying build\lib\chimerax\cmd_line\tool.py -> build\bdist.win-amd64\wheel\.\chimerax\cmd_line
|
|---|
| 19043 | copying build\lib\chimerax\cmd_line\__init__.py -> build\bdist.win-amd64\wheel\.\chimerax\cmd_line
|
|---|
| 19044 | running install_egg_info
|
|---|
| 19045 | running egg_info
|
|---|
| 19046 | creating ChimeraX_CommandLine.egg-info
|
|---|
| 19047 | writing ChimeraX_CommandLine.egg-info\PKG-INFO
|
|---|
| 19048 | writing dependency_links to ChimeraX_CommandLine.egg-info\dependency_links.txt
|
|---|
| 19049 | writing requirements to ChimeraX_CommandLine.egg-info\requires.txt
|
|---|
| 19050 | writing top-level names to ChimeraX_CommandLine.egg-info\top_level.txt
|
|---|
| 19051 | writing manifest file 'ChimeraX_CommandLine.egg-info\SOURCES.txt'
|
|---|
| 19052 | reading manifest file 'ChimeraX_CommandLine.egg-info\SOURCES.txt'
|
|---|
| 19053 | writing manifest file 'ChimeraX_CommandLine.egg-info\SOURCES.txt'
|
|---|
| 19054 | Copying ChimeraX_CommandLine.egg-info to build\bdist.win-amd64\wheel\.\ChimeraX_CommandLine-1.3.0-py3.11.egg-info
|
|---|
| 19055 | running install_scripts
|
|---|
| 19056 | creating build\bdist.win-amd64\wheel\chimerax_commandline-1.3.0.dist-info\WHEEL
|
|---|
| 19057 | creating 'dist\chimerax_commandline-1.3.0-py3-none-any.whl' and adding 'build\bdist.win-amd64\wheel' to it
|
|---|
| 19058 | adding 'chimerax/cmd_line/__init__.py'
|
|---|
| 19059 | adding 'chimerax/cmd_line/settings.py'
|
|---|
| 19060 | adding 'chimerax/cmd_line/tool.py'
|
|---|
| 19061 | adding 'chimerax_commandline-1.3.0.dist-info/METADATA'
|
|---|
| 19062 | adding 'chimerax_commandline-1.3.0.dist-info/WHEEL'
|
|---|
| 19063 | adding 'chimerax_commandline-1.3.0.dist-info/top_level.txt'
|
|---|
| 19064 | adding 'chimerax_commandline-1.3.0.dist-info/RECORD'
|
|---|
| 19065 | removing build\bdist.win-amd64\wheel
|
|---|
| 19066 | Distribution is in .\dist\ChimeraX_CommandLine-1.3.0-py3-none-any.whl
|
|---|
| 19067 | INFO:
|
|---|
| 19068 |
|
|---|
| 19069 | make sync
|
|---|
| 19070 | make[6]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/cmd_line'
|
|---|
| 19071 | cp -av dist/*.whl ../../../build/sync
|
|---|
| 19072 | 'dist/chimerax_commandline-1.3.0-py3-none-any.whl' -> '../../../build/sync/chimerax_commandline-1.3.0-py3-none-any.whl'
|
|---|
| 19073 | make[6]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/cmd_line'
|
|---|
| 19074 | make[5]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/cmd_line'
|
|---|
| 19075 | make -C color_actions build
|
|---|
| 19076 | make[5]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/color_actions'
|
|---|
| 19077 | if [ -z "../../../ChimeraX.app/bin/python.exe" ]; then \
|
|---|
| 19078 | echo "missing ChimeraX application's python"; exit 1; \
|
|---|
| 19079 | else \
|
|---|
| 19080 | PYTHONNOUSERSITE=1 ../../../ChimeraX.app/bin/python.exe -I -m chimerax.core --nogui --exit --safemode --cmd "devel build . exit true "; \
|
|---|
| 19081 | fi
|
|---|
| 19082 | INFO:
|
|---|
| 19083 | Executing: devel build . exit true
|
|---|
| 19084 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\setuptools\dist.py:759: SetuptoolsDeprecationWarning: License classifiers are deprecated.
|
|---|
| 19085 | !!
|
|---|
| 19086 |
|
|---|
| 19087 | ********************************************************************************
|
|---|
| 19088 | Please consider removing the following classifiers in favor of a SPDX license expression:
|
|---|
| 19089 |
|
|---|
| 19090 | License :: Free for non-commercial use
|
|---|
| 19091 |
|
|---|
| 19092 | See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details.
|
|---|
| 19093 | ********************************************************************************
|
|---|
| 19094 |
|
|---|
| 19095 | !!
|
|---|
| 19096 | self._finalize_license_expression()
|
|---|
| 19097 | running build
|
|---|
| 19098 | running build_py
|
|---|
| 19099 | creating build\lib\chimerax\color_actions
|
|---|
| 19100 | copying src\tool.py -> build\lib\chimerax\color_actions
|
|---|
| 19101 | copying src\__init__.py -> build\lib\chimerax\color_actions
|
|---|
| 19102 | running bdist_wheel
|
|---|
| 19103 | installing to build\bdist.win-amd64\wheel
|
|---|
| 19104 | running install
|
|---|
| 19105 | running install_lib
|
|---|
| 19106 | creating build\bdist.win-amd64\wheel
|
|---|
| 19107 | creating build\bdist.win-amd64\wheel\chimerax
|
|---|
| 19108 | creating build\bdist.win-amd64\wheel\chimerax\color_actions
|
|---|
| 19109 | copying build\lib\chimerax\color_actions\tool.py -> build\bdist.win-amd64\wheel\.\chimerax\color_actions
|
|---|
| 19110 | copying build\lib\chimerax\color_actions\__init__.py -> build\bdist.win-amd64\wheel\.\chimerax\color_actions
|
|---|
| 19111 | running install_egg_info
|
|---|
| 19112 | running egg_info
|
|---|
| 19113 | creating ChimeraX_ColorActions.egg-info
|
|---|
| 19114 | writing ChimeraX_ColorActions.egg-info\PKG-INFO
|
|---|
| 19115 | writing dependency_links to ChimeraX_ColorActions.egg-info\dependency_links.txt
|
|---|
| 19116 | writing requirements to ChimeraX_ColorActions.egg-info\requires.txt
|
|---|
| 19117 | writing top-level names to ChimeraX_ColorActions.egg-info\top_level.txt
|
|---|
| 19118 | writing manifest file 'ChimeraX_ColorActions.egg-info\SOURCES.txt'
|
|---|
| 19119 | reading manifest file 'ChimeraX_ColorActions.egg-info\SOURCES.txt'
|
|---|
| 19120 | writing manifest file 'ChimeraX_ColorActions.egg-info\SOURCES.txt'
|
|---|
| 19121 | Copying ChimeraX_ColorActions.egg-info to build\bdist.win-amd64\wheel\.\ChimeraX_ColorActions-1.0.5-py3.11.egg-info
|
|---|
| 19122 | running install_scripts
|
|---|
| 19123 | creating build\bdist.win-amd64\wheel\chimerax_coloractions-1.0.5.dist-info\WHEEL
|
|---|
| 19124 | creating 'dist\chimerax_coloractions-1.0.5-py3-none-any.whl' and adding 'build\bdist.win-amd64\wheel' to it
|
|---|
| 19125 | adding 'chimerax/color_actions/__init__.py'
|
|---|
| 19126 | adding 'chimerax/color_actions/tool.py'
|
|---|
| 19127 | adding 'chimerax_coloractions-1.0.5.dist-info/METADATA'
|
|---|
| 19128 | adding 'chimerax_coloractions-1.0.5.dist-info/WHEEL'
|
|---|
| 19129 | adding 'chimerax_coloractions-1.0.5.dist-info/top_level.txt'
|
|---|
| 19130 | adding 'chimerax_coloractions-1.0.5.dist-info/RECORD'
|
|---|
| 19131 | removing build\bdist.win-amd64\wheel
|
|---|
| 19132 | Distribution is in .\dist\ChimeraX_ColorActions-1.0.5-py3-none-any.whl
|
|---|
| 19133 | INFO:
|
|---|
| 19134 |
|
|---|
| 19135 | make sync
|
|---|
| 19136 | make[6]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/color_actions'
|
|---|
| 19137 | cp -av dist/*.whl ../../../build/sync
|
|---|
| 19138 | 'dist/chimerax_coloractions-1.0.5-py3-none-any.whl' -> '../../../build/sync/chimerax_coloractions-1.0.5-py3-none-any.whl'
|
|---|
| 19139 | make[6]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/color_actions'
|
|---|
| 19140 | make[5]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/color_actions'
|
|---|
| 19141 | make -C color_globe build
|
|---|
| 19142 | make[5]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/color_globe'
|
|---|
| 19143 | if [ -z "../../../ChimeraX.app/bin/python.exe" ]; then \
|
|---|
| 19144 | echo "missing ChimeraX application's python"; exit 1; \
|
|---|
| 19145 | else \
|
|---|
| 19146 | PYTHONNOUSERSITE=1 ../../../ChimeraX.app/bin/python.exe -I -m chimerax.core --nogui --exit --safemode --cmd "devel build . exit true "; \
|
|---|
| 19147 | fi
|
|---|
| 19148 | INFO:
|
|---|
| 19149 | Executing: devel build . exit true
|
|---|
| 19150 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\setuptools\dist.py:759: SetuptoolsDeprecationWarning: License classifiers are deprecated.
|
|---|
| 19151 | !!
|
|---|
| 19152 |
|
|---|
| 19153 | ********************************************************************************
|
|---|
| 19154 | Please consider removing the following classifiers in favor of a SPDX license expression:
|
|---|
| 19155 |
|
|---|
| 19156 | License :: Free for non-commercial use
|
|---|
| 19157 |
|
|---|
| 19158 | See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details.
|
|---|
| 19159 | ********************************************************************************
|
|---|
| 19160 |
|
|---|
| 19161 | !!
|
|---|
| 19162 | self._finalize_license_expression()
|
|---|
| 19163 | running build
|
|---|
| 19164 | running build_py
|
|---|
| 19165 | creating build\lib\chimerax\color_globe
|
|---|
| 19166 | copying src\dres.py -> build\lib\chimerax\color_globe
|
|---|
| 19167 | copying src\__init__.py -> build\lib\chimerax\color_globe
|
|---|
| 19168 | running bdist_wheel
|
|---|
| 19169 | installing to build\bdist.win-amd64\wheel
|
|---|
| 19170 | running install
|
|---|
| 19171 | running install_lib
|
|---|
| 19172 | creating build\bdist.win-amd64\wheel
|
|---|
| 19173 | creating build\bdist.win-amd64\wheel\chimerax
|
|---|
| 19174 | creating build\bdist.win-amd64\wheel\chimerax\color_globe
|
|---|
| 19175 | copying build\lib\chimerax\color_globe\dres.py -> build\bdist.win-amd64\wheel\.\chimerax\color_globe
|
|---|
| 19176 | copying build\lib\chimerax\color_globe\__init__.py -> build\bdist.win-amd64\wheel\.\chimerax\color_globe
|
|---|
| 19177 | running install_egg_info
|
|---|
| 19178 | running egg_info
|
|---|
| 19179 | creating ChimeraX_ColorGlobe.egg-info
|
|---|
| 19180 | writing ChimeraX_ColorGlobe.egg-info\PKG-INFO
|
|---|
| 19181 | writing dependency_links to ChimeraX_ColorGlobe.egg-info\dependency_links.txt
|
|---|
| 19182 | writing requirements to ChimeraX_ColorGlobe.egg-info\requires.txt
|
|---|
| 19183 | writing top-level names to ChimeraX_ColorGlobe.egg-info\top_level.txt
|
|---|
| 19184 | writing manifest file 'ChimeraX_ColorGlobe.egg-info\SOURCES.txt'
|
|---|
| 19185 | reading manifest file 'ChimeraX_ColorGlobe.egg-info\SOURCES.txt'
|
|---|
| 19186 | writing manifest file 'ChimeraX_ColorGlobe.egg-info\SOURCES.txt'
|
|---|
| 19187 | Copying ChimeraX_ColorGlobe.egg-info to build\bdist.win-amd64\wheel\.\ChimeraX_ColorGlobe-1.0-py3.11.egg-info
|
|---|
| 19188 | running install_scripts
|
|---|
| 19189 | creating build\bdist.win-amd64\wheel\chimerax_colorglobe-1.0.dist-info\WHEEL
|
|---|
| 19190 | creating 'dist\chimerax_colorglobe-1.0-py3-none-any.whl' and adding 'build\bdist.win-amd64\wheel' to it
|
|---|
| 19191 | adding 'chimerax/color_globe/__init__.py'
|
|---|
| 19192 | adding 'chimerax/color_globe/dres.py'
|
|---|
| 19193 | adding 'chimerax_colorglobe-1.0.dist-info/METADATA'
|
|---|
| 19194 | adding 'chimerax_colorglobe-1.0.dist-info/WHEEL'
|
|---|
| 19195 | adding 'chimerax_colorglobe-1.0.dist-info/top_level.txt'
|
|---|
| 19196 | adding 'chimerax_colorglobe-1.0.dist-info/RECORD'
|
|---|
| 19197 | removing build\bdist.win-amd64\wheel
|
|---|
| 19198 | Distribution is in .\dist\ChimeraX_ColorGlobe-1.0-py3-none-any.whl
|
|---|
| 19199 | INFO:
|
|---|
| 19200 |
|
|---|
| 19201 | make sync
|
|---|
| 19202 | make[6]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/color_globe'
|
|---|
| 19203 | cp -av dist/*.whl ../../../build/sync
|
|---|
| 19204 | 'dist/chimerax_colorglobe-1.0-py3-none-any.whl' -> '../../../build/sync/chimerax_colorglobe-1.0-py3-none-any.whl'
|
|---|
| 19205 | make[6]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/color_globe'
|
|---|
| 19206 | make[5]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/color_globe'
|
|---|
| 19207 | make -C color_key build
|
|---|
| 19208 | make[5]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/color_key'
|
|---|
| 19209 | if [ -z "../../../ChimeraX.app/bin/python.exe" ]; then \
|
|---|
| 19210 | echo "missing ChimeraX application's python"; exit 1; \
|
|---|
| 19211 | else \
|
|---|
| 19212 | PYTHONNOUSERSITE=1 ../../../ChimeraX.app/bin/python.exe -I -m chimerax.core --nogui --exit --safemode --cmd "devel build . exit true "; \
|
|---|
| 19213 | fi
|
|---|
| 19214 | INFO:
|
|---|
| 19215 | Executing: devel build . exit true
|
|---|
| 19216 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\setuptools\dist.py:759: SetuptoolsDeprecationWarning: License classifiers are deprecated.
|
|---|
| 19217 | !!
|
|---|
| 19218 |
|
|---|
| 19219 | ********************************************************************************
|
|---|
| 19220 | Please consider removing the following classifiers in favor of a SPDX license expression:
|
|---|
| 19221 |
|
|---|
| 19222 | License :: Free for non-commercial use
|
|---|
| 19223 |
|
|---|
| 19224 | See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details.
|
|---|
| 19225 | ********************************************************************************
|
|---|
| 19226 |
|
|---|
| 19227 | !!
|
|---|
| 19228 | self._finalize_license_expression()
|
|---|
| 19229 | running build
|
|---|
| 19230 | running build_py
|
|---|
| 19231 | creating build\lib\chimerax\color_key
|
|---|
| 19232 | copying src\cmd.py -> build\lib\chimerax\color_key
|
|---|
| 19233 | copying src\model.py -> build\lib\chimerax\color_key
|
|---|
| 19234 | copying src\mouse_key.py -> build\lib\chimerax\color_key
|
|---|
| 19235 | copying src\tool.py -> build\lib\chimerax\color_key
|
|---|
| 19236 | copying src\__init__.py -> build\lib\chimerax\color_key
|
|---|
| 19237 | creating build\lib\chimerax\color_key\icons
|
|---|
| 19238 | copying src\icons\ckicon.png -> build\lib\chimerax\color_key\icons
|
|---|
| 19239 | copying src\icons\ckicon0.png -> build\lib\chimerax\color_key\icons
|
|---|
| 19240 | copying src\icons\ckiconvertical.png -> build\lib\chimerax\color_key\icons
|
|---|
| 19241 | running bdist_wheel
|
|---|
| 19242 | installing to build\bdist.win-amd64\wheel
|
|---|
| 19243 | running install
|
|---|
| 19244 | running install_lib
|
|---|
| 19245 | creating build\bdist.win-amd64\wheel
|
|---|
| 19246 | creating build\bdist.win-amd64\wheel\chimerax
|
|---|
| 19247 | creating build\bdist.win-amd64\wheel\chimerax\color_key
|
|---|
| 19248 | copying build\lib\chimerax\color_key\cmd.py -> build\bdist.win-amd64\wheel\.\chimerax\color_key
|
|---|
| 19249 | creating build\bdist.win-amd64\wheel\chimerax\color_key\icons
|
|---|
| 19250 | copying build\lib\chimerax\color_key\icons\ckicon.png -> build\bdist.win-amd64\wheel\.\chimerax\color_key\icons
|
|---|
| 19251 | copying build\lib\chimerax\color_key\icons\ckicon0.png -> build\bdist.win-amd64\wheel\.\chimerax\color_key\icons
|
|---|
| 19252 | copying build\lib\chimerax\color_key\icons\ckiconvertical.png -> build\bdist.win-amd64\wheel\.\chimerax\color_key\icons
|
|---|
| 19253 | copying build\lib\chimerax\color_key\model.py -> build\bdist.win-amd64\wheel\.\chimerax\color_key
|
|---|
| 19254 | copying build\lib\chimerax\color_key\mouse_key.py -> build\bdist.win-amd64\wheel\.\chimerax\color_key
|
|---|
| 19255 | copying build\lib\chimerax\color_key\tool.py -> build\bdist.win-amd64\wheel\.\chimerax\color_key
|
|---|
| 19256 | copying build\lib\chimerax\color_key\__init__.py -> build\bdist.win-amd64\wheel\.\chimerax\color_key
|
|---|
| 19257 | running install_egg_info
|
|---|
| 19258 | running egg_info
|
|---|
| 19259 | creating ChimeraX_ColorKey.egg-info
|
|---|
| 19260 | writing ChimeraX_ColorKey.egg-info\PKG-INFO
|
|---|
| 19261 | writing dependency_links to ChimeraX_ColorKey.egg-info\dependency_links.txt
|
|---|
| 19262 | writing requirements to ChimeraX_ColorKey.egg-info\requires.txt
|
|---|
| 19263 | writing top-level names to ChimeraX_ColorKey.egg-info\top_level.txt
|
|---|
| 19264 | writing manifest file 'ChimeraX_ColorKey.egg-info\SOURCES.txt'
|
|---|
| 19265 | reading manifest file 'ChimeraX_ColorKey.egg-info\SOURCES.txt'
|
|---|
| 19266 | writing manifest file 'ChimeraX_ColorKey.egg-info\SOURCES.txt'
|
|---|
| 19267 | Copying ChimeraX_ColorKey.egg-info to build\bdist.win-amd64\wheel\.\ChimeraX_ColorKey-1.5.8-py3.11.egg-info
|
|---|
| 19268 | running install_scripts
|
|---|
| 19269 | creating build\bdist.win-amd64\wheel\chimerax_colorkey-1.5.8.dist-info\WHEEL
|
|---|
| 19270 | creating 'dist\chimerax_colorkey-1.5.8-py3-none-any.whl' and adding 'build\bdist.win-amd64\wheel' to it
|
|---|
| 19271 | adding 'chimerax/color_key/__init__.py'
|
|---|
| 19272 | adding 'chimerax/color_key/cmd.py'
|
|---|
| 19273 | adding 'chimerax/color_key/model.py'
|
|---|
| 19274 | adding 'chimerax/color_key/mouse_key.py'
|
|---|
| 19275 | adding 'chimerax/color_key/tool.py'
|
|---|
| 19276 | adding 'chimerax/color_key/icons/ckicon.png'
|
|---|
| 19277 | adding 'chimerax/color_key/icons/ckicon0.png'
|
|---|
| 19278 | adding 'chimerax/color_key/icons/ckiconvertical.png'
|
|---|
| 19279 | adding 'chimerax_colorkey-1.5.8.dist-info/METADATA'
|
|---|
| 19280 | adding 'chimerax_colorkey-1.5.8.dist-info/WHEEL'
|
|---|
| 19281 | adding 'chimerax_colorkey-1.5.8.dist-info/top_level.txt'
|
|---|
| 19282 | adding 'chimerax_colorkey-1.5.8.dist-info/RECORD'
|
|---|
| 19283 | removing build\bdist.win-amd64\wheel
|
|---|
| 19284 | Distribution is in .\dist\ChimeraX_ColorKey-1.5.8-py3-none-any.whl
|
|---|
| 19285 | INFO:
|
|---|
| 19286 |
|
|---|
| 19287 | make sync
|
|---|
| 19288 | make[6]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/color_key'
|
|---|
| 19289 | cp -av dist/*.whl ../../../build/sync
|
|---|
| 19290 | 'dist/chimerax_colorkey-1.5.8-py3-none-any.whl' -> '../../../build/sync/chimerax_colorkey-1.5.8-py3-none-any.whl'
|
|---|
| 19291 | make[6]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/color_key'
|
|---|
| 19292 | make[5]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/color_key'
|
|---|
| 19293 | make -C connect_structure build
|
|---|
| 19294 | make[5]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/connect_structure'
|
|---|
| 19295 | if [ -z "../../../ChimeraX.app/bin/python.exe" ]; then \
|
|---|
| 19296 | echo "missing ChimeraX application's python"; exit 1; \
|
|---|
| 19297 | else \
|
|---|
| 19298 | PYTHONNOUSERSITE=1 ../../../ChimeraX.app/bin/python.exe -I -m chimerax.core --nogui --exit --safemode --cmd "devel build . exit true "; \
|
|---|
| 19299 | fi
|
|---|
| 19300 | INFO:
|
|---|
| 19301 | Executing: devel build . exit true
|
|---|
| 19302 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\setuptools\dist.py:759: SetuptoolsDeprecationWarning: License classifiers are deprecated.
|
|---|
| 19303 | !!
|
|---|
| 19304 |
|
|---|
| 19305 | ********************************************************************************
|
|---|
| 19306 | Please consider removing the following classifiers in favor of a SPDX license expression:
|
|---|
| 19307 |
|
|---|
| 19308 | License :: Free for non-commercial use
|
|---|
| 19309 |
|
|---|
| 19310 | See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details.
|
|---|
| 19311 | ********************************************************************************
|
|---|
| 19312 |
|
|---|
| 19313 | !!
|
|---|
| 19314 | self._finalize_license_expression()
|
|---|
| 19315 | running build
|
|---|
| 19316 | running build_py
|
|---|
| 19317 | creating build\lib.win-amd64-cpython-311\chimerax\connect_structure
|
|---|
| 19318 | copying src\__init__.py -> build\lib.win-amd64-cpython-311\chimerax\connect_structure
|
|---|
| 19319 | running build_ext
|
|---|
| 19320 | building 'chimerax.connect_structure._cs' extension
|
|---|
| 19321 | creating build\temp.win-amd64-cpython-311\Release\connect_cpp
|
|---|
| 19322 | "C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\bin\HostX64\x64\cl.exe" /c /nologo /O2 /W3 /GL /DNDEBUG /MD -DMAJOR_VERSION=0 -DMINOR_VERSION=1 -IC:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\include -IC:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\core\include -IC:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include -IC:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\include -IC:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Include "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\ucrt" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\shared" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\um" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\winrt" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\cppwinrt" "-Ic:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include" "-Ic:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\atlmfc\include" "-Ic:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\ucrt" "-Ic:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\shared" "-Ic:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\um" "-Ic:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\winrt" "-Ic:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\cppwinrt" /EHsc /Tpconnect_cpp/connect.cpp /Fobuild\temp.win-amd64-cpython-311\Release\connect_cpp\connect.obj
|
|---|
| 19323 | connect.cpp
|
|---|
| 19324 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\pyinstance/PythonInstance.declare.h(78): 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>'
|
|---|
| 19325 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 19326 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\pyinstance/PythonInstance.declare.h(104): note: see reference to class template instantiation 'pyinstance::PythonInstance<C>' being compiled
|
|---|
| 19327 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\pyinstance/PythonInstance.declare.h(78): 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>'
|
|---|
| 19328 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 19329 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\element/Element.h(49): note: see reference to class template instantiation 'pyinstance::PythonInstance<element::Element>' being compiled
|
|---|
| 19330 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\element/Element.h(76): warning C4251: 'element::Element::_alkali_metals': class 'std::set<int,std::less<int>,std::allocator<int>>' needs to have dll-interface to be used by clients of class 'element::Element'
|
|---|
| 19331 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\element/Element.h(76): note: see declaration of 'std::set<int,std::less<int>,std::allocator<int>>'
|
|---|
| 19332 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\element/Element.h(77): warning C4251: 'element::Element::_elements': class 'std::map<int,const element::Element *,std::less<int>,std::allocator<std::pair<const int,const element::Element *>>>' needs to have dll-interface to be used by clients of class 'element::Element'
|
|---|
| 19333 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\element/Element.h(77): note: see declaration of 'std::map<int,const element::Element *,std::less<int>,std::allocator<std::pair<const int,const element::Element *>>>'
|
|---|
| 19334 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\element/Element.h(78): warning C4251: 'element::Element::_halogens': class 'std::set<int,std::less<int>,std::allocator<int>>' needs to have dll-interface to be used by clients of class 'element::Element'
|
|---|
| 19335 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\element/Element.h(76): note: see declaration of 'std::set<int,std::less<int>,std::allocator<int>>'
|
|---|
| 19336 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\element/Element.h(79): warning C4251: 'element::Element::_names': class 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>' needs to have dll-interface to be used by clients of class 'element::Element'
|
|---|
| 19337 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\element/Element.h(79): note: see declaration of 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>'
|
|---|
| 19338 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\element/Element.h(80): warning C4251: 'element::Element::_noble_gases': class 'std::set<int,std::less<int>,std::allocator<int>>' needs to have dll-interface to be used by clients of class 'element::Element'
|
|---|
| 19339 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\element/Element.h(76): note: see declaration of 'std::set<int,std::less<int>,std::allocator<int>>'
|
|---|
| 19340 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(59): warning C4251: 'atomstruct::Changes::created': class 'std::set<const void *,std::less<const void *>,std::allocator<const void *>>' needs to have dll-interface to be used by clients of class 'atomstruct::Changes'
|
|---|
| 19341 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(59): note: see declaration of 'std::set<const void *,std::less<const void *>,std::allocator<const void *>>'
|
|---|
| 19342 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(60): warning C4251: 'atomstruct::Changes::modified': class 'std::set<const void *,std::less<const void *>,std::allocator<const void *>>' needs to have dll-interface to be used by clients of class 'atomstruct::Changes'
|
|---|
| 19343 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(59): note: see declaration of 'std::set<const void *,std::less<const void *>,std::allocator<const void *>>'
|
|---|
| 19344 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(61): warning C4251: 'atomstruct::Changes::reasons': class 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>' needs to have dll-interface to be used by clients of class 'atomstruct::Changes'
|
|---|
| 19345 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\element/Element.h(79): note: see declaration of 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>'
|
|---|
| 19346 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\pyinstance/PythonInstance.declare.h(78): 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>'
|
|---|
| 19347 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 19348 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(68): note: see reference to class template instantiation 'pyinstance::PythonInstance<atomstruct::ChangeTracker>' being compiled
|
|---|
| 19349 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(82): warning C4251: 'atomstruct::ChangeTracker::_structure_type_changes': class 'std::map<atomstruct::Structure *,atomstruct::ChangeTracker::ChangesArray,std::less<atomstruct::Structure *>,std::allocator<std::pair<atomstruct::Structure *const ,atomstruct::ChangeTracker::ChangesArray>>>' needs to have dll-interface to be used by clients of class 'atomstruct::ChangeTracker'
|
|---|
| 19350 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(82): note: see declaration of 'std::map<atomstruct::Structure *,atomstruct::ChangeTracker::ChangesArray,std::less<atomstruct::Structure *>,std::allocator<std::pair<atomstruct::Structure *const ,atomstruct::ChangeTracker::ChangesArray>>>'
|
|---|
| 19351 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(83): warning C4251: 'atomstruct::ChangeTracker::_dead_structures': class 'std::set<atomstruct::Structure *,std::less<atomstruct::Structure *>,std::allocator<atomstruct::Structure *>>' needs to have dll-interface to be used by clients of class 'atomstruct::ChangeTracker'
|
|---|
| 19352 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(83): note: see declaration of 'std::set<atomstruct::Structure *,std::less<atomstruct::Structure *>,std::allocator<atomstruct::Structure *>>'
|
|---|
| 19353 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(92): 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'
|
|---|
| 19354 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 19355 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(93): 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'
|
|---|
| 19356 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 19357 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(94): warning C4251: 'atomstruct::ChangeTracker::REASON_ALT_LOCS': 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'
|
|---|
| 19358 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 19359 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(95): 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'
|
|---|
| 19360 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 19361 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(96): 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'
|
|---|
| 19362 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 19363 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(97): 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'
|
|---|
| 19364 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 19365 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(98): warning C4251: 'atomstruct::ChangeTracker::REASON_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::ChangeTracker'
|
|---|
| 19366 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 19367 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(99): 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'
|
|---|
| 19368 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 19369 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(100): 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'
|
|---|
| 19370 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 19371 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(101): 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'
|
|---|
| 19372 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 19373 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(102): 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'
|
|---|
| 19374 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 19375 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(103): 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'
|
|---|
| 19376 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 19377 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(104): warning C4251: 'atomstruct::ChangeTracker::REASON_ELEMENT': 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'
|
|---|
| 19378 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 19379 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(105): 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'
|
|---|
| 19380 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 19381 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(106): 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'
|
|---|
| 19382 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 19383 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(107): 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'
|
|---|
| 19384 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 19385 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(108): warning C4251: 'atomstruct::ChangeTracker::REASON_INSERTION_CODE': 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'
|
|---|
| 19386 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 19387 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(109): 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'
|
|---|
| 19388 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 19389 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(110): warning C4251: 'atomstruct::ChangeTracker::REASON_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'
|
|---|
| 19390 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 19391 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(111): 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'
|
|---|
| 19392 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 19393 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(112): 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'
|
|---|
| 19394 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 19395 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(113): 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'
|
|---|
| 19396 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 19397 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(114): 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'
|
|---|
| 19398 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 19399 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(115): 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'
|
|---|
| 19400 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 19401 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(116): 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'
|
|---|
| 19402 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 19403 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(117): 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'
|
|---|
| 19404 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 19405 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(118): 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'
|
|---|
| 19406 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 19407 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(119): 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'
|
|---|
| 19408 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 19409 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(120): 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'
|
|---|
| 19410 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 19411 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(121): 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'
|
|---|
| 19412 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 19413 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(122): 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'
|
|---|
| 19414 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 19415 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(123): 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'
|
|---|
| 19416 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 19417 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(124): 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'
|
|---|
| 19418 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 19419 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(125): 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'
|
|---|
| 19420 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 19421 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(126): 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'
|
|---|
| 19422 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 19423 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(127): 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'
|
|---|
| 19424 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 19425 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(128): 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'
|
|---|
| 19426 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 19427 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(129): 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'
|
|---|
| 19428 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 19429 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(130): 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'
|
|---|
| 19430 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 19431 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(131): warning C4251: 'atomstruct::ChangeTracker::REASON_WORM_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'
|
|---|
| 19432 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 19433 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(132): warning C4251: 'atomstruct::ChangeTracker::REASON_WORM_RIBBON': 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'
|
|---|
| 19434 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 19435 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(306): 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'
|
|---|
| 19436 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 19437 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\destruct.h(53): warning C4251: 'atomstruct::DestructionCoordinator::_observers': class 'std::set<atomstruct::DestructionObserver *,std::less<atomstruct::DestructionObserver *>,std::allocator<atomstruct::DestructionObserver *>>' needs to have dll-interface to be used by clients of class 'atomstruct::DestructionCoordinator'
|
|---|
| 19438 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\destruct.h(53): note: see declaration of 'std::set<atomstruct::DestructionObserver *,std::less<atomstruct::DestructionObserver *>,std::allocator<atomstruct::DestructionObserver *>>'
|
|---|
| 19439 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\destruct.h(54): warning C4251: 'atomstruct::DestructionCoordinator::_destroyed': class 'std::set<void *,std::less<void *>,std::allocator<void *>>' needs to have dll-interface to be used by clients of class 'atomstruct::DestructionCoordinator'
|
|---|
| 19440 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\destruct.h(42): note: see declaration of 'std::set<void *,std::less<void *>,std::allocator<void *>>'
|
|---|
| 19441 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\pyinstance/PythonInstance.declare.h(78): 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>'
|
|---|
| 19442 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 19443 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Sequence.h(57): note: see reference to class template instantiation 'pyinstance::PythonInstance<atomstruct::Sequence>' being compiled
|
|---|
| 19444 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Sequence.h(63): warning C4251: 'atomstruct::Sequence::_nucleic3to1': class 'std::map<atomstruct::ResName,char,std::less<std::string>,std::allocator<std::pair<const atomstruct::ResName,char>>>' needs to have dll-interface to be used by clients of class 'atomstruct::Sequence'
|
|---|
| 19445 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Sequence.h(61): note: see declaration of 'std::map<atomstruct::ResName,char,std::less<std::string>,std::allocator<std::pair<const atomstruct::ResName,char>>>'
|
|---|
| 19446 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Sequence.h(64): warning C4251: 'atomstruct::Sequence::_protein3to1': class 'std::map<atomstruct::ResName,char,std::less<std::string>,std::allocator<std::pair<const atomstruct::ResName,char>>>' needs to have dll-interface to be used by clients of class 'atomstruct::Sequence'
|
|---|
| 19447 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Sequence.h(61): note: see declaration of 'std::map<atomstruct::ResName,char,std::less<std::string>,std::allocator<std::pair<const atomstruct::ResName,char>>>'
|
|---|
| 19448 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Sequence.h(65): warning C4251: 'atomstruct::Sequence::_rname3to1': class 'std::map<atomstruct::ResName,char,std::less<std::string>,std::allocator<std::pair<const atomstruct::ResName,char>>>' needs to have dll-interface to be used by clients of class 'atomstruct::Sequence'
|
|---|
| 19449 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Sequence.h(61): note: see declaration of 'std::map<atomstruct::ResName,char,std::less<std::string>,std::allocator<std::pair<const atomstruct::ResName,char>>>'
|
|---|
| 19450 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Sequence.h(67): warning C4251: 'atomstruct::Sequence::_cache_g2ug': class 'std::map<unsigned int,unsigned int,std::less<unsigned int>,std::allocator<std::pair<const unsigned int,unsigned int>>>' needs to have dll-interface to be used by clients of class 'atomstruct::Sequence'
|
|---|
| 19451 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Sequence.h(67): note: see declaration of 'std::map<unsigned int,unsigned int,std::less<unsigned int>,std::allocator<std::pair<const unsigned int,unsigned int>>>'
|
|---|
| 19452 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Sequence.h(68): warning C4251: 'atomstruct::Sequence::_cache_ug2g': class 'std::map<unsigned int,unsigned int,std::less<unsigned int>,std::allocator<std::pair<const unsigned int,unsigned int>>>' needs to have dll-interface to be used by clients of class 'atomstruct::Sequence'
|
|---|
| 19453 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Sequence.h(67): note: see declaration of 'std::map<unsigned int,unsigned int,std::less<unsigned int>,std::allocator<std::pair<const unsigned int,unsigned int>>>'
|
|---|
| 19454 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Sequence.h(69): 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'
|
|---|
| 19455 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Sequence.h(59): note: see declaration of 'std::vector<char,std::allocator<char>>'
|
|---|
| 19456 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Sequence.h(74): 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'
|
|---|
| 19457 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Sequence.h(59): note: see declaration of 'std::vector<char,std::allocator<char>>'
|
|---|
| 19458 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Sequence.h(75): 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'
|
|---|
| 19459 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 19460 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Sequence.h(140): warning C4267: 'return': conversion from 'size_t' to 'int', possible loss of data
|
|---|
| 19461 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\StructureSeq.h(61): 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'
|
|---|
| 19462 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 19463 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\StructureSeq.h(62): warning C4251: 'atomstruct::StructureSeq::_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 'atomstruct::StructureSeq'
|
|---|
| 19464 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 19465 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\StructureSeq.h(66): warning C4251: 'atomstruct::StructureSeq::_res_map': class 'std::map<atomstruct::Residue *,atomstruct::StructureSeq::SeqPos,std::less<atomstruct::Residue *>,std::allocator<std::pair<atomstruct::Residue *const ,atomstruct::StructureSeq::SeqPos>>>' needs to have dll-interface to be used by clients of class 'atomstruct::StructureSeq'
|
|---|
| 19466 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\StructureSeq.h(51): note: see declaration of 'std::map<atomstruct::Residue *,atomstruct::StructureSeq::SeqPos,std::less<atomstruct::Residue *>,std::allocator<std::pair<atomstruct::Residue *const ,atomstruct::StructureSeq::SeqPos>>>'
|
|---|
| 19467 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\StructureSeq.h(67): warning C4251: 'atomstruct::StructureSeq::_residues': class 'std::vector<atomstruct::Residue *,std::allocator<atomstruct::Residue *>>' needs to have dll-interface to be used by clients of class 'atomstruct::StructureSeq'
|
|---|
| 19468 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\StructureSeq.h(50): note: see declaration of 'std::vector<atomstruct::Residue *,std::allocator<atomstruct::Residue *>>'
|
|---|
| 19469 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\StructureSeq.h(122): warning C4267: 'return': conversion from 'size_t' to 'int', possible loss of data
|
|---|
| 19470 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\CompSS.h(42): warning C4251: 'atomstruct::CompSSInfo::strands': class 'std::vector<std::pair<atomstruct::Residue *,atomstruct::Residue *>,std::allocator<std::pair<atomstruct::Residue *,atomstruct::Residue *>>>' needs to have dll-interface to be used by clients of class 'atomstruct::CompSSInfo'
|
|---|
| 19471 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\CompSS.h(42): note: see declaration of 'std::vector<std::pair<atomstruct::Residue *,atomstruct::Residue *>,std::allocator<std::pair<atomstruct::Residue *,atomstruct::Residue *>>>'
|
|---|
| 19472 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\CompSS.h(43): warning C4251: 'atomstruct::CompSSInfo::sheets': class 'std::vector<std::set<int,std::less<int>,std::allocator<int>>,std::allocator<std::set<int,std::less<int>,std::allocator<int>>>>' needs to have dll-interface to be used by clients of class 'atomstruct::CompSSInfo'
|
|---|
| 19473 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\CompSS.h(43): note: see declaration of 'std::vector<std::set<int,std::less<int>,std::allocator<int>>,std::allocator<std::set<int,std::less<int>,std::allocator<int>>>>'
|
|---|
| 19474 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\CompSS.h(44): warning C4251: 'atomstruct::CompSSInfo::strands_parallel': class 'std::map<std::pair<int,int>,bool,std::less<std::pair<int,int>>,std::allocator<std::pair<const std::pair<int,int>,bool>>>' needs to have dll-interface to be used by clients of class 'atomstruct::CompSSInfo'
|
|---|
| 19475 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\CompSS.h(44): note: see declaration of 'std::map<std::pair<int,int>,bool,std::less<std::pair<int,int>>,std::allocator<std::pair<const std::pair<int,int>,bool>>>'
|
|---|
| 19476 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\CompSS.h(45): warning C4251: 'atomstruct::CompSSInfo::helix_info': class 'std::vector<std::pair<std::pair<atomstruct::Residue *,atomstruct::Residue *>,char>,std::allocator<std::pair<std::pair<atomstruct::Residue *,atomstruct::Residue *>,char>>>' needs to have dll-interface to be used by clients of class 'atomstruct::CompSSInfo'
|
|---|
| 19477 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\CompSS.h(45): note: see declaration of 'std::vector<std::pair<std::pair<atomstruct::Residue *,atomstruct::Residue *>,char>,std::allocator<std::pair<std::pair<atomstruct::Residue *,atomstruct::Residue *>,char>>>'
|
|---|
| 19478 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\pyinstance/PythonInstance.declare.h(78): 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>'
|
|---|
| 19479 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 19480 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\PBManager.h(53): note: see reference to class template instantiation 'pyinstance::PythonInstance<atomstruct::BaseManager>' being compiled
|
|---|
| 19481 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\PBManager.h(63): warning C4251: 'atomstruct::BaseManager::_groups': class 'std::map<std::string,atomstruct::Proxy_PBGroup *,std::less<std::string>,std::allocator<std::pair<const std::string,atomstruct::Proxy_PBGroup *>>>' needs to have dll-interface to be used by clients of class 'atomstruct::BaseManager'
|
|---|
| 19482 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\PBManager.h(58): note: see declaration of 'std::map<std::string,atomstruct::Proxy_PBGroup *,std::less<std::string>,std::allocator<std::pair<const std::string,atomstruct::Proxy_PBGroup *>>>'
|
|---|
| 19483 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\pyinstance/PythonInstance.declare.h(78): 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>'
|
|---|
| 19484 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 19485 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Ring.h(38): note: see reference to class template instantiation 'pyinstance::PythonInstance<atomstruct::Ring>' being compiled
|
|---|
| 19486 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Ring.h(43): warning C4251: 'atomstruct::Ring::_bonds': class 'std::set<atomstruct::Bond *,std::less<atomstruct::Bond *>,std::allocator<atomstruct::Bond *>>' needs to have dll-interface to be used by clients of class 'atomstruct::Ring'
|
|---|
| 19487 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Ring.h(41): note: see declaration of 'std::set<atomstruct::Bond *,std::less<atomstruct::Bond *>,std::allocator<atomstruct::Bond *>>'
|
|---|
| 19488 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Ring.h(44): warning C4251: 'atomstruct::Ring::_atoms': class 'std::set<atomstruct::Atom *,std::less<atomstruct::Atom *>,std::allocator<atomstruct::Atom *>>' needs to have dll-interface to be used by clients of class 'atomstruct::Ring'
|
|---|
| 19489 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Ring.h(40): note: see declaration of 'std::set<atomstruct::Atom *,std::less<atomstruct::Atom *>,std::allocator<atomstruct::Atom *>>'
|
|---|
| 19490 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\pyinstance/PythonInstance.declare.h(78): 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>'
|
|---|
| 19491 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 19492 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Structure.h(110): note: see reference to class template instantiation 'pyinstance::PythonInstance<atomstruct::Structure>' being compiled
|
|---|
| 19493 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Structure.h(145): warning C4251: 'atomstruct::Structure::_atoms': class 'std::vector<atomstruct::Atom *,std::allocator<atomstruct::Atom *>>' needs to have dll-interface to be used by clients of class 'atomstruct::Structure'
|
|---|
| 19494 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Ring.h(64): note: see declaration of 'std::vector<atomstruct::Atom *,std::allocator<atomstruct::Atom *>>'
|
|---|
| 19495 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Structure.h(147): warning C4251: 'atomstruct::Structure::_bonds': class 'std::vector<atomstruct::Bond *,std::allocator<atomstruct::Bond *>>' needs to have dll-interface to be used by clients of class 'atomstruct::Structure'
|
|---|
| 19496 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Ring.h(63): note: see declaration of 'std::vector<atomstruct::Bond *,std::allocator<atomstruct::Bond *>>'
|
|---|
| 19497 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Structure.h(151): warning C4251: 'atomstruct::Structure::_coord_sets': class 'std::vector<atomstruct::CoordSet *,std::allocator<atomstruct::CoordSet *>>' needs to have dll-interface to be used by clients of class 'atomstruct::Structure'
|
|---|
| 19498 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Structure.h(120): note: see declaration of 'std::vector<atomstruct::CoordSet *,std::allocator<atomstruct::CoordSet *>>'
|
|---|
| 19499 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Structure.h(156): warning C4251: 'atomstruct::Structure::_input_seq_info': class 'std::map<atomstruct::ChainID,std::vector<atomstruct::ResName,std::allocator<std::string>>,std::less<std::string>,std::allocator<std::pair<const atomstruct::ChainID,std::vector<atomstruct::ResName,std::allocator<std::string>>>>>' needs to have dll-interface to be used by clients of class 'atomstruct::Structure'
|
|---|
| 19500 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Structure.h(121): note: see declaration of 'std::map<atomstruct::ChainID,std::vector<atomstruct::ResName,std::allocator<std::string>>,std::less<std::string>,std::allocator<std::pair<const atomstruct::ChainID,std::vector<atomstruct::ResName,std::allocator<std::string>>>>>'
|
|---|
| 19501 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Structure.h(163): warning C4251: 'atomstruct::Structure::_residues': class 'std::vector<atomstruct::Residue *,std::allocator<atomstruct::Residue *>>' needs to have dll-interface to be used by clients of class 'atomstruct::Structure'
|
|---|
| 19502 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\StructureSeq.h(50): note: see declaration of 'std::vector<atomstruct::Residue *,std::allocator<atomstruct::Residue *>>'
|
|---|
| 19503 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Structure.h(165): warning C4251: 'atomstruct::Structure::_res_numbering_valid': class 'std::vector<bool,std::allocator<bool>>' needs to have dll-interface to be used by clients of class 'atomstruct::Structure'
|
|---|
| 19504 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Structure.h(165): note: see declaration of 'std::vector<bool,std::allocator<bool>>'
|
|---|
| 19505 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Structure.h(176): warning C4251: 'atomstruct::Structure::_rings': class 'std::set<atomstruct::Ring,std::less<atomstruct::Ring>,std::allocator<atomstruct::Ring>>' needs to have dll-interface to be used by clients of class 'atomstruct::Structure'
|
|---|
| 19506 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Structure.h(128): note: see declaration of 'std::set<atomstruct::Ring,std::less<atomstruct::Ring>,std::allocator<atomstruct::Ring>>'
|
|---|
| 19507 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Structure.h(283): 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'
|
|---|
| 19508 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 19509 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Structure.h(287): warning C4251: 'atomstruct::Structure::metadata': class 'std::map<atomstruct::ChainID,std::vector<atomstruct::ResName,std::allocator<std::string>>,std::less<std::string>,std::allocator<std::pair<const atomstruct::ChainID,std::vector<atomstruct::ResName,std::allocator<std::string>>>>>' needs to have dll-interface to be used by clients of class 'atomstruct::Structure'
|
|---|
| 19510 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Structure.h(121): note: see declaration of 'std::map<atomstruct::ChainID,std::vector<atomstruct::ResName,std::allocator<std::string>>,std::less<std::string>,std::allocator<std::pair<const atomstruct::ChainID,std::vector<atomstruct::ResName,std::allocator<std::string>>>>>'
|
|---|
| 19511 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\pyinstance/PythonInstance.declare.h(78): 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>'
|
|---|
| 19512 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 19513 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\CoordSet.h(41): note: see reference to class template instantiation 'pyinstance::PythonInstance<atomstruct::CoordSet>' being compiled
|
|---|
| 19514 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\CoordSet.h(49): warning C4251: 'atomstruct::CoordSet::_coords': class 'std::vector<atomstruct::Coord,std::allocator<atomstruct::Coord>>' needs to have dll-interface to be used by clients of class 'atomstruct::CoordSet'
|
|---|
| 19515 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\CoordSet.h(46): note: see declaration of 'std::vector<atomstruct::Coord,std::allocator<atomstruct::Coord>>'
|
|---|
| 19516 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\CoordSet.h(51): warning C4251: 'atomstruct::CoordSet::_bfactor_map': class 'std::unordered_map<const atomstruct::Atom *,float,std::hash<const atomstruct::Atom *>,std::equal_to<const atomstruct::Atom *>,std::allocator<std::pair<const atomstruct::Atom *const ,float>>>' needs to have dll-interface to be used by clients of class 'atomstruct::CoordSet'
|
|---|
| 19517 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\CoordSet.h(51): note: see declaration of 'std::unordered_map<const atomstruct::Atom *,float,std::hash<const atomstruct::Atom *>,std::equal_to<const atomstruct::Atom *>,std::allocator<std::pair<const atomstruct::Atom *const ,float>>>'
|
|---|
| 19518 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\CoordSet.h(52): warning C4251: 'atomstruct::CoordSet::_occupancy_map': class 'std::unordered_map<const atomstruct::Atom *,float,std::hash<const atomstruct::Atom *>,std::equal_to<const atomstruct::Atom *>,std::allocator<std::pair<const atomstruct::Atom *const ,float>>>' needs to have dll-interface to be used by clients of class 'atomstruct::CoordSet'
|
|---|
| 19519 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\CoordSet.h(51): note: see declaration of 'std::unordered_map<const atomstruct::Atom *,float,std::hash<const atomstruct::Atom *>,std::equal_to<const atomstruct::Atom *>,std::allocator<std::pair<const atomstruct::Atom *const ,float>>>'
|
|---|
| 19520 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\CoordSet.h(77): warning C4267: 'return': conversion from 'size_t' to 'int', possible loss of data
|
|---|
| 19521 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\CoordSet.h(80): warning C4267: 'return': conversion from 'size_t' to 'int', possible loss of data
|
|---|
| 19522 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\pyinstance/PythonInstance.declare.h(78): 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>'
|
|---|
| 19523 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 19524 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct/Atom.h(68): note: see reference to class template instantiation 'pyinstance::PythonInstance<atomstruct::Atom>' being compiled
|
|---|
| 19525 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct/Atom.h(124): warning C4251: 'atomstruct::Atom::_alt_loc_map': class 'std::map<unsigned char,atomstruct::Atom::_Alt_loc_info,std::less<unsigned char>,std::allocator<std::pair<const unsigned char,atomstruct::Atom::_Alt_loc_info>>>' needs to have dll-interface to be used by clients of class 'atomstruct::Atom'
|
|---|
| 19526 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct/Atom.h(123): note: see declaration of 'std::map<unsigned char,atomstruct::Atom::_Alt_loc_info,std::less<unsigned char>,std::allocator<std::pair<const unsigned char,atomstruct::Atom::_Alt_loc_info>>>'
|
|---|
| 19527 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct/Atom.h(126): warning C4251: 'atomstruct::Atom::_bonds': class 'std::vector<atomstruct::Bond *,std::allocator<atomstruct::Bond *>>' needs to have dll-interface to be used by clients of class 'atomstruct::Atom'
|
|---|
| 19528 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Ring.h(63): note: see declaration of 'std::vector<atomstruct::Bond *,std::allocator<atomstruct::Bond *>>'
|
|---|
| 19529 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct/Atom.h(127): 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'
|
|---|
| 19530 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\string_types.h(44): note: see declaration of 'chutil::CString<5,65,116,111,109,32,84,121,112,101>'
|
|---|
| 19531 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct/Atom.h(134): 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'
|
|---|
| 19532 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\string_types.h(44): note: see declaration of 'chutil::CString<5,65,116,111,109,32,84,121,112,101>'
|
|---|
| 19533 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct/Atom.h(136): warning C4251: 'atomstruct::Atom::_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::Atom'
|
|---|
| 19534 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 19535 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct/Atom.h(137): warning C4251: 'atomstruct::Atom::_neighbors': class 'std::vector<atomstruct::Atom *,std::allocator<atomstruct::Atom *>>' needs to have dll-interface to be used by clients of class 'atomstruct::Atom'
|
|---|
| 19536 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Ring.h(64): note: see declaration of 'std::vector<atomstruct::Atom *,std::allocator<atomstruct::Atom *>>'
|
|---|
| 19537 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct/Atom.h(143): warning C4251: 'atomstruct::Atom::_rings': class 'std::vector<const atomstruct::Ring *,std::allocator<const atomstruct::Ring *>>' needs to have dll-interface to be used by clients of class 'atomstruct::Atom'
|
|---|
| 19538 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct/Atom.h(91): note: see declaration of 'std::vector<const atomstruct::Ring *,std::allocator<const atomstruct::Ring *>>'
|
|---|
| 19539 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct/Atom.h(201): warning C4244: '=': conversion from 'double' to 'float', possible loss of data
|
|---|
| 19540 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct/Atom.h(205): warning C4244: 'return': conversion from 'double' to 'float', possible loss of data
|
|---|
| 19541 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct/Atom.h(223): warning C4267: 'return': conversion from 'size_t' to 'int', possible loss of data
|
|---|
| 19542 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\pyinstance/PythonInstance.declare.h(78): warning C4251: 'pyinstance::PythonInstance<atomstruct::PBGroup>::_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::PBGroup>'
|
|---|
| 19543 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 19544 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct/PBGroup.h(61): note: see reference to class template instantiation 'pyinstance::PythonInstance<atomstruct::PBGroup>' being compiled
|
|---|
| 19545 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct/PBGroup.h(70): warning C4251: 'atomstruct::PBGroup::_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::PBGroup'
|
|---|
| 19546 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 19547 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct/PBGroup.h(169): warning C4251: 'atomstruct::StructurePBGroup::_pbonds': class 'std::set<atomstruct::Pseudobond *,std::less<atomstruct::Pseudobond *>,std::allocator<atomstruct::Pseudobond *>>' needs to have dll-interface to be used by clients of class 'atomstruct::StructurePBGroup'
|
|---|
| 19548 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct/PBGroup.h(63): note: see declaration of 'std::set<atomstruct::Pseudobond *,std::less<atomstruct::Pseudobond *>,std::allocator<atomstruct::Pseudobond *>>'
|
|---|
| 19549 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct/PBGroup.h(199): warning C4251: 'atomstruct::CS_PBGroup::_pbonds': class 'std::unordered_map<const atomstruct::CoordSet *,atomstruct::PBGroup::Pseudobonds,std::hash<const atomstruct::CoordSet *>,std::equal_to<const atomstruct::CoordSet *>,std::allocator<std::pair<const atomstruct::CoordSet *const ,atomstruct::PBGroup::Pseudobonds>>>' needs to have dll-interface to be used by clients of class 'atomstruct::CS_PBGroup'
|
|---|
| 19550 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct/PBGroup.h(199): note: see declaration of 'std::unordered_map<const atomstruct::CoordSet *,atomstruct::PBGroup::Pseudobonds,std::hash<const atomstruct::CoordSet *>,std::equal_to<const atomstruct::CoordSet *>,std::allocator<std::pair<const atomstruct::CoordSet *const ,atomstruct::PBGroup::Pseudobonds>>>'
|
|---|
| 19551 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\pyinstance/PythonInstance.declare.h(78): warning C4251: 'pyinstance::PythonInstance<atomstruct::Pseudobond>::_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::Pseudobond>'
|
|---|
| 19552 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 19553 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Pseudobond.h(52): note: see reference to class template instantiation 'pyinstance::PythonInstance<atomstruct::Pseudobond>' being compiled
|
|---|
| 19554 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\pyinstance/PythonInstance.declare.h(78): 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>'
|
|---|
| 19555 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 19556 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct/Residue.h(53): note: see reference to class template instantiation 'pyinstance::PythonInstance<atomstruct::Residue>' being compiled
|
|---|
| 19557 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct/Residue.h(81): warning C4251: 'atomstruct::Residue::_atoms': class 'std::vector<atomstruct::Atom *,std::allocator<atomstruct::Atom *>>' needs to have dll-interface to be used by clients of class 'atomstruct::Residue'
|
|---|
| 19558 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Ring.h(64): note: see declaration of 'std::vector<atomstruct::Atom *,std::allocator<atomstruct::Atom *>>'
|
|---|
| 19559 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct/Residue.h(83): 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'
|
|---|
| 19560 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 19561 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct/Residue.h(85): 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'
|
|---|
| 19562 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 19563 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct/Residue.h(86): 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'
|
|---|
| 19564 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 19565 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct/Residue.h(162): warning C4251: 'atomstruct::Residue::aa_min_backbone_names': class 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>' needs to have dll-interface to be used by clients of class 'atomstruct::Residue'
|
|---|
| 19566 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\element/Element.h(79): note: see declaration of 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>'
|
|---|
| 19567 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct/Residue.h(163): warning C4251: 'atomstruct::Residue::aa_min_ordered_backbone_names': class 'std::vector<atomstruct::ResName,std::allocator<std::string>>' needs to have dll-interface to be used by clients of class 'atomstruct::Residue'
|
|---|
| 19568 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Sequence.h(99): note: see declaration of 'std::vector<atomstruct::ResName,std::allocator<std::string>>'
|
|---|
| 19569 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct/Residue.h(164): warning C4251: 'atomstruct::Residue::aa_max_backbone_names': class 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>' needs to have dll-interface to be used by clients of class 'atomstruct::Residue'
|
|---|
| 19570 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\element/Element.h(79): note: see declaration of 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>'
|
|---|
| 19571 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct/Residue.h(165): warning C4251: 'atomstruct::Residue::aa_ribbon_backbone_names': class 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>' needs to have dll-interface to be used by clients of class 'atomstruct::Residue'
|
|---|
| 19572 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\element/Element.h(79): note: see declaration of 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>'
|
|---|
| 19573 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct/Residue.h(166): warning C4251: 'atomstruct::Residue::aa_side_connector_names': class 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>' needs to have dll-interface to be used by clients of class 'atomstruct::Residue'
|
|---|
| 19574 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\element/Element.h(79): note: see declaration of 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>'
|
|---|
| 19575 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct/Residue.h(167): warning C4251: 'atomstruct::Residue::na_min_backbone_names': class 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>' needs to have dll-interface to be used by clients of class 'atomstruct::Residue'
|
|---|
| 19576 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\element/Element.h(79): note: see declaration of 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>'
|
|---|
| 19577 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct/Residue.h(168): warning C4251: 'atomstruct::Residue::na_min_ordered_backbone_names': class 'std::vector<atomstruct::ResName,std::allocator<std::string>>' needs to have dll-interface to be used by clients of class 'atomstruct::Residue'
|
|---|
| 19578 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Sequence.h(99): note: see declaration of 'std::vector<atomstruct::ResName,std::allocator<std::string>>'
|
|---|
| 19579 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct/Residue.h(169): warning C4251: 'atomstruct::Residue::na_max_backbone_names': class 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>' needs to have dll-interface to be used by clients of class 'atomstruct::Residue'
|
|---|
| 19580 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\element/Element.h(79): note: see declaration of 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>'
|
|---|
| 19581 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct/Residue.h(170): warning C4251: 'atomstruct::Residue::na_ribbon_backbone_names': class 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>' needs to have dll-interface to be used by clients of class 'atomstruct::Residue'
|
|---|
| 19582 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\element/Element.h(79): note: see declaration of 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>'
|
|---|
| 19583 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct/Residue.h(171): warning C4251: 'atomstruct::Residue::na_side_connector_names': class 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>' needs to have dll-interface to be used by clients of class 'atomstruct::Residue'
|
|---|
| 19584 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\element/Element.h(79): note: see declaration of 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>'
|
|---|
| 19585 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct/Residue.h(172): warning C4251: 'atomstruct::Residue::ribose_names': class 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>' needs to have dll-interface to be used by clients of class 'atomstruct::Residue'
|
|---|
| 19586 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\element/Element.h(79): note: see declaration of 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>'
|
|---|
| 19587 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct/Residue.h(173): warning C4251: 'atomstruct::Residue::std_solvent_names': class 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>' needs to have dll-interface to be used by clients of class 'atomstruct::Residue'
|
|---|
| 19588 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\element/Element.h(79): note: see declaration of 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>'
|
|---|
| 19589 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct/Residue.h(174): warning C4251: 'atomstruct::Residue::std_water_names': class 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>' needs to have dll-interface to be used by clients of class 'atomstruct::Residue'
|
|---|
| 19590 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\element/Element.h(79): note: see declaration of 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>'
|
|---|
| 19591 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct/Residue.h(175): warning C4251: 'atomstruct::Residue::ideal_chirality': class 'std::map<atomstruct::ResName,std::map<atomstruct::ResName,char,std::less<std::string>,std::allocator<std::pair<const atomstruct::ResName,char>>>,std::less<std::string>,std::allocator<std::pair<const atomstruct::ResName,std::map<atomstruct::ResName,char,std::less<std::string>,std::allocator<std::pair<const atomstruct::ResName,char>>>>>>' needs to have dll-interface to be used by clients of class 'atomstruct::Residue'
|
|---|
| 19592 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct/Residue.h(175): note: see declaration of 'std::map<atomstruct::ResName,std::map<atomstruct::ResName,char,std::less<std::string>,std::allocator<std::pair<const atomstruct::ResName,char>>>,std::less<std::string>,std::allocator<std::pair<const atomstruct::ResName,std::map<atomstruct::ResName,char,std::less<std::string>,std::allocator<std::pair<const atomstruct::ResName,char>>>>>>'
|
|---|
| 19593 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct/Residue.h(126): warning C4267: 'return': conversion from 'size_t' to 'int', possible loss of data
|
|---|
| 19594 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\pyinstance/PythonInstance.declare.h(78): 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>'
|
|---|
| 19595 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 19596 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Bond.h(47): note: see reference to class template instantiation 'pyinstance::PythonInstance<atomstruct::Bond>' being compiled
|
|---|
| 19597 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Bond.h(59): warning C4251: 'atomstruct::Bond::_rings': class 'std::vector<const atomstruct::Ring *,std::allocator<const atomstruct::Ring *>>' needs to have dll-interface to be used by clients of class 'atomstruct::Bond'
|
|---|
| 19598 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct/Atom.h(91): note: see declaration of 'std::vector<const atomstruct::Ring *,std::allocator<const atomstruct::Ring *>>'
|
|---|
| 19599 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Bond.h(128): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data
|
|---|
| 19600 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct/search.h(77): warning C4251: 'atomstruct::AtomSearchTree::_atoms': class 'std::vector<atomstruct::Atom *,std::allocator<atomstruct::Atom *>>' needs to have dll-interface to be used by clients of class 'atomstruct::AtomSearchTree'
|
|---|
| 19601 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Ring.h(64): note: see declaration of 'std::vector<atomstruct::Atom *,std::allocator<atomstruct::Atom *>>'
|
|---|
| 19602 | connect_cpp/connect.cpp(88): warning C4244: 'initializing': conversion from 'atomstruct::Real' to 'float', possible loss of data
|
|---|
| 19603 | "C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\bin\HostX64\x64\link.exe" /nologo /INCREMENTAL:NO /LTCG /DLL /MANIFEST:EMBED,ID=2 /MANIFESTUAC:NO /LIBPATH:C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\lib /LIBPATH:C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\core\lib /LIBPATH:C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\lib /LIBPATH:C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\libs /LIBPATH:C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin /LIBPATH:C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\PCbuild\amd64 "/LIBPATH:C:\Program Files (x86)\Windows Kits\10\lib\10.0.19041.0\ucrt\x64" "/LIBPATH:C:\Program Files (x86)\Windows Kits\10\lib\10.0.19041.0\um\x64" "/LIBPATH:c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\lib\\x64" "/LIBPATH:c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\atlmfc\lib\\x64" "/LIBPATH:c:\Program Files (x86)\Windows Kits\10\lib\10.0.19041.0\ucrt\x64" "/LIBPATH:c:\Program Files (x86)\Windows Kits\10\lib\10.0.19041.0\um\x64" libatomstruct.lib libelement.lib libpyinstance.lib /EXPORT:PyInit__cs build\temp.win-amd64-cpython-311\Release\connect_cpp\connect.obj /OUT:build\lib.win-amd64-cpython-311\chimerax\connect_structure\_cs.cp311-win_amd64.pyd /IMPLIB:build\temp.win-amd64-cpython-311\Release\connect_cpp\_cs.cp311-win_amd64.lib
|
|---|
| 19604 | Creating library build\temp.win-amd64-cpython-311\Release\connect_cpp\_cs.cp311-win_amd64.lib and object build\temp.win-amd64-cpython-311\Release\connect_cpp\_cs.cp311-win_amd64.exp
|
|---|
| 19605 | Generating code
|
|---|
| 19606 | Finished generating code
|
|---|
| 19607 | running bdist_wheel
|
|---|
| 19608 | installing to build\bdist.win-amd64\wheel
|
|---|
| 19609 | running install
|
|---|
| 19610 | running install_lib
|
|---|
| 19611 | running build_ext
|
|---|
| 19612 | creating build\bdist.win-amd64\wheel
|
|---|
| 19613 | creating build\bdist.win-amd64\wheel\chimerax
|
|---|
| 19614 | creating build\bdist.win-amd64\wheel\chimerax\connect_structure
|
|---|
| 19615 | copying build\lib.win-amd64-cpython-311\chimerax\connect_structure\_cs.cp311-win_amd64.pyd -> build\bdist.win-amd64\wheel\.\chimerax\connect_structure
|
|---|
| 19616 | copying build\lib.win-amd64-cpython-311\chimerax\connect_structure\__init__.py -> build\bdist.win-amd64\wheel\.\chimerax\connect_structure
|
|---|
| 19617 | running install_egg_info
|
|---|
| 19618 | running egg_info
|
|---|
| 19619 | creating ChimeraX_ConnectStructure.egg-info
|
|---|
| 19620 | writing ChimeraX_ConnectStructure.egg-info\PKG-INFO
|
|---|
| 19621 | writing dependency_links to ChimeraX_ConnectStructure.egg-info\dependency_links.txt
|
|---|
| 19622 | writing requirements to ChimeraX_ConnectStructure.egg-info\requires.txt
|
|---|
| 19623 | writing top-level names to ChimeraX_ConnectStructure.egg-info\top_level.txt
|
|---|
| 19624 | writing manifest file 'ChimeraX_ConnectStructure.egg-info\SOURCES.txt'
|
|---|
| 19625 | reading manifest file 'ChimeraX_ConnectStructure.egg-info\SOURCES.txt'
|
|---|
| 19626 | writing manifest file 'ChimeraX_ConnectStructure.egg-info\SOURCES.txt'
|
|---|
| 19627 | Copying ChimeraX_ConnectStructure.egg-info to build\bdist.win-amd64\wheel\.\ChimeraX_ConnectStructure-2.0.1-py3.11.egg-info
|
|---|
| 19628 | running install_scripts
|
|---|
| 19629 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\setuptools\command\bdist_wheel.py:103: RuntimeWarning: Config variable 'Py_DEBUG' is unset, Python ABI tag may be incorrect
|
|---|
| 19630 | if get_flag("Py_DEBUG", hasattr(sys, "gettotalrefcount"), warn=(impl == "cp")):
|
|---|
| 19631 | creating build\bdist.win-amd64\wheel\chimerax_connectstructure-2.0.1.dist-info\WHEEL
|
|---|
| 19632 | creating 'dist\chimerax_connectstructure-2.0.1-cp311-cp311-win_amd64.whl' and adding 'build\bdist.win-amd64\wheel' to it
|
|---|
| 19633 | adding 'chimerax/connect_structure/__init__.py'
|
|---|
| 19634 | adding 'chimerax/connect_structure/_cs.cp311-win_amd64.pyd'
|
|---|
| 19635 | adding 'chimerax_connectstructure-2.0.1.dist-info/METADATA'
|
|---|
| 19636 | adding 'chimerax_connectstructure-2.0.1.dist-info/WHEEL'
|
|---|
| 19637 | adding 'chimerax_connectstructure-2.0.1.dist-info/top_level.txt'
|
|---|
| 19638 | adding 'chimerax_connectstructure-2.0.1.dist-info/RECORD'
|
|---|
| 19639 | removing build\bdist.win-amd64\wheel
|
|---|
| 19640 | Distribution is in .\dist\ChimeraX_ConnectStructure-2.0.1-cp311-cp311-win_amd64.whl
|
|---|
| 19641 | INFO:
|
|---|
| 19642 |
|
|---|
| 19643 | make sync
|
|---|
| 19644 | make[6]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/connect_structure'
|
|---|
| 19645 | cp -av dist/*.whl ../../../build/sync
|
|---|
| 19646 | 'dist/chimerax_connectstructure-2.0.1-cp311-cp311-win_amd64.whl' -> '../../../build/sync/chimerax_connectstructure-2.0.1-cp311-cp311-win_amd64.whl'
|
|---|
| 19647 | make[6]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/connect_structure'
|
|---|
| 19648 | make[5]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/connect_structure'
|
|---|
| 19649 | make -C core_formats build
|
|---|
| 19650 | make[5]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/core_formats'
|
|---|
| 19651 | if [ -z "../../../ChimeraX.app/bin/python.exe" ]; then \
|
|---|
| 19652 | echo "missing ChimeraX application's python"; exit 1; \
|
|---|
| 19653 | else \
|
|---|
| 19654 | PYTHONNOUSERSITE=1 ../../../ChimeraX.app/bin/python.exe -I -m chimerax.core --nogui --exit --safemode --cmd "devel build . exit true "; \
|
|---|
| 19655 | fi
|
|---|
| 19656 | INFO:
|
|---|
| 19657 | Executing: devel build . exit true
|
|---|
| 19658 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\setuptools\dist.py:759: SetuptoolsDeprecationWarning: License classifiers are deprecated.
|
|---|
| 19659 | !!
|
|---|
| 19660 |
|
|---|
| 19661 | ********************************************************************************
|
|---|
| 19662 | Please consider removing the following classifiers in favor of a SPDX license expression:
|
|---|
| 19663 |
|
|---|
| 19664 | License :: Free for non-commercial use
|
|---|
| 19665 |
|
|---|
| 19666 | See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details.
|
|---|
| 19667 | ********************************************************************************
|
|---|
| 19668 |
|
|---|
| 19669 | !!
|
|---|
| 19670 | self._finalize_license_expression()
|
|---|
| 19671 | running build
|
|---|
| 19672 | running build_py
|
|---|
| 19673 | creating build\lib\chimerax\core_formats
|
|---|
| 19674 | copying src\gui.py -> build\lib\chimerax\core_formats
|
|---|
| 19675 | copying src\web_fetch.py -> build\lib\chimerax\core_formats
|
|---|
| 19676 | copying src\__init__.py -> build\lib\chimerax\core_formats
|
|---|
| 19677 | running bdist_wheel
|
|---|
| 19678 | installing to build\bdist.win-amd64\wheel
|
|---|
| 19679 | running install
|
|---|
| 19680 | running install_lib
|
|---|
| 19681 | creating build\bdist.win-amd64\wheel
|
|---|
| 19682 | creating build\bdist.win-amd64\wheel\chimerax
|
|---|
| 19683 | creating build\bdist.win-amd64\wheel\chimerax\core_formats
|
|---|
| 19684 | copying build\lib\chimerax\core_formats\gui.py -> build\bdist.win-amd64\wheel\.\chimerax\core_formats
|
|---|
| 19685 | copying build\lib\chimerax\core_formats\web_fetch.py -> build\bdist.win-amd64\wheel\.\chimerax\core_formats
|
|---|
| 19686 | copying build\lib\chimerax\core_formats\__init__.py -> build\bdist.win-amd64\wheel\.\chimerax\core_formats
|
|---|
| 19687 | running install_egg_info
|
|---|
| 19688 | running egg_info
|
|---|
| 19689 | creating ChimeraX_CoreFormats.egg-info
|
|---|
| 19690 | writing ChimeraX_CoreFormats.egg-info\PKG-INFO
|
|---|
| 19691 | writing dependency_links to ChimeraX_CoreFormats.egg-info\dependency_links.txt
|
|---|
| 19692 | writing requirements to ChimeraX_CoreFormats.egg-info\requires.txt
|
|---|
| 19693 | writing top-level names to ChimeraX_CoreFormats.egg-info\top_level.txt
|
|---|
| 19694 | writing manifest file 'ChimeraX_CoreFormats.egg-info\SOURCES.txt'
|
|---|
| 19695 | reading manifest file 'ChimeraX_CoreFormats.egg-info\SOURCES.txt'
|
|---|
| 19696 | writing manifest file 'ChimeraX_CoreFormats.egg-info\SOURCES.txt'
|
|---|
| 19697 | Copying ChimeraX_CoreFormats.egg-info to build\bdist.win-amd64\wheel\.\ChimeraX_CoreFormats-1.2-py3.11.egg-info
|
|---|
| 19698 | running install_scripts
|
|---|
| 19699 | creating build\bdist.win-amd64\wheel\chimerax_coreformats-1.2.dist-info\WHEEL
|
|---|
| 19700 | creating 'dist\chimerax_coreformats-1.2-py3-none-any.whl' and adding 'build\bdist.win-amd64\wheel' to it
|
|---|
| 19701 | adding 'chimerax/core_formats/__init__.py'
|
|---|
| 19702 | adding 'chimerax/core_formats/gui.py'
|
|---|
| 19703 | adding 'chimerax/core_formats/web_fetch.py'
|
|---|
| 19704 | adding 'chimerax_coreformats-1.2.dist-info/METADATA'
|
|---|
| 19705 | adding 'chimerax_coreformats-1.2.dist-info/WHEEL'
|
|---|
| 19706 | adding 'chimerax_coreformats-1.2.dist-info/top_level.txt'
|
|---|
| 19707 | adding 'chimerax_coreformats-1.2.dist-info/RECORD'
|
|---|
| 19708 | removing build\bdist.win-amd64\wheel
|
|---|
| 19709 | Distribution is in .\dist\ChimeraX_CoreFormats-1.2-py3-none-any.whl
|
|---|
| 19710 | INFO:
|
|---|
| 19711 |
|
|---|
| 19712 | make sync
|
|---|
| 19713 | make[6]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/core_formats'
|
|---|
| 19714 | cp -av dist/*.whl ../../../build/sync
|
|---|
| 19715 | 'dist/chimerax_coreformats-1.2-py3-none-any.whl' -> '../../../build/sync/chimerax_coreformats-1.2-py3-none-any.whl'
|
|---|
| 19716 | make[6]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/core_formats'
|
|---|
| 19717 | make[5]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/core_formats'
|
|---|
| 19718 | make -C coulombic build
|
|---|
| 19719 | make[5]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/coulombic'
|
|---|
| 19720 | if [ -z "../../../ChimeraX.app/bin/python.exe" ]; then \
|
|---|
| 19721 | echo "missing ChimeraX application's python"; exit 1; \
|
|---|
| 19722 | else \
|
|---|
| 19723 | PYTHONNOUSERSITE=1 ../../../ChimeraX.app/bin/python.exe -I -m chimerax.core --nogui --exit --safemode --cmd "devel build . exit true "; \
|
|---|
| 19724 | fi
|
|---|
| 19725 | INFO:
|
|---|
| 19726 | Executing: devel build . exit true
|
|---|
| 19727 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\setuptools\dist.py:759: SetuptoolsDeprecationWarning: License classifiers are deprecated.
|
|---|
| 19728 | !!
|
|---|
| 19729 |
|
|---|
| 19730 | ********************************************************************************
|
|---|
| 19731 | Please consider removing the following classifiers in favor of a SPDX license expression:
|
|---|
| 19732 |
|
|---|
| 19733 | License :: Free for non-commercial use
|
|---|
| 19734 |
|
|---|
| 19735 | See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details.
|
|---|
| 19736 | ********************************************************************************
|
|---|
| 19737 |
|
|---|
| 19738 | !!
|
|---|
| 19739 | self._finalize_license_expression()
|
|---|
| 19740 | running build
|
|---|
| 19741 | running build_py
|
|---|
| 19742 | creating build\lib.win-amd64-cpython-311\chimerax\coulombic
|
|---|
| 19743 | copying src\cmd.py -> build\lib.win-amd64-cpython-311\chimerax\coulombic
|
|---|
| 19744 | copying src\coulombic.py -> build\lib.win-amd64-cpython-311\chimerax\coulombic
|
|---|
| 19745 | copying src\create_data.py -> build\lib.win-amd64-cpython-311\chimerax\coulombic
|
|---|
| 19746 | copying src\data.py -> build\lib.win-amd64-cpython-311\chimerax\coulombic
|
|---|
| 19747 | copying src\__init__.py -> build\lib.win-amd64-cpython-311\chimerax\coulombic
|
|---|
| 19748 | running build_ext
|
|---|
| 19749 | building 'chimerax.coulombic._esp' extension
|
|---|
| 19750 | creating build\temp.win-amd64-cpython-311\Release\esp_cpp
|
|---|
| 19751 | "C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\bin\HostX64\x64\cl.exe" /c /nologo /O2 /W3 /GL /DNDEBUG /MD -DMAJOR_VERSION=0 -DMINOR_VERSION=1 -IC:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\include -IC:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\core\include -IC:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\arrays\include -IC:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\include -IC:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Include "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\ucrt" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\shared" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\um" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\winrt" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\cppwinrt" "-Ic:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include" "-Ic:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\atlmfc\include" "-Ic:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\ucrt" "-Ic:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\shared" "-Ic:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\um" "-Ic:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\winrt" "-Ic:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\cppwinrt" /EHsc /Tpesp_cpp/esp.cpp /Fobuild\temp.win-amd64-cpython-311\Release\esp_cpp\esp.obj
|
|---|
| 19752 | esp.cpp
|
|---|
| 19753 | esp_cpp/esp.cpp(39): warning C4244: 'initializing': conversion from 'double' to 'float', possible loss of data
|
|---|
| 19754 | esp_cpp/esp.cpp(53): warning C4244: '=': conversion from 'double' to 'float', possible loss of data
|
|---|
| 19755 | "C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\bin\HostX64\x64\link.exe" /nologo /INCREMENTAL:NO /LTCG /DLL /MANIFEST:EMBED,ID=2 /MANIFESTUAC:NO /LIBPATH:C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\lib /LIBPATH:C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\core\lib /LIBPATH:C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\arrays\lib /LIBPATH:C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\libs /LIBPATH:C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin /LIBPATH:C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\PCbuild\amd64 "/LIBPATH:C:\Program Files (x86)\Windows Kits\10\lib\10.0.19041.0\ucrt\x64" "/LIBPATH:C:\Program Files (x86)\Windows Kits\10\lib\10.0.19041.0\um\x64" "/LIBPATH:c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\lib\\x64" "/LIBPATH:c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\atlmfc\lib\\x64" "/LIBPATH:c:\Program Files (x86)\Windows Kits\10\lib\10.0.19041.0\ucrt\x64" "/LIBPATH:c:\Program Files (x86)\Windows Kits\10\lib\10.0.19041.0\um\x64" libarrays.lib /EXPORT:PyInit__esp build\temp.win-amd64-cpython-311\Release\esp_cpp\esp.obj /OUT:build\lib.win-amd64-cpython-311\chimerax\coulombic\_esp.cp311-win_amd64.pyd /IMPLIB:build\temp.win-amd64-cpython-311\Release\esp_cpp\_esp.cp311-win_amd64.lib
|
|---|
| 19756 | Creating library build\temp.win-amd64-cpython-311\Release\esp_cpp\_esp.cp311-win_amd64.lib and object build\temp.win-amd64-cpython-311\Release\esp_cpp\_esp.cp311-win_amd64.exp
|
|---|
| 19757 | Generating code
|
|---|
| 19758 | Finished generating code
|
|---|
| 19759 | running bdist_wheel
|
|---|
| 19760 | installing to build\bdist.win-amd64\wheel
|
|---|
| 19761 | running install
|
|---|
| 19762 | running install_lib
|
|---|
| 19763 | running build_ext
|
|---|
| 19764 | creating build\bdist.win-amd64\wheel
|
|---|
| 19765 | creating build\bdist.win-amd64\wheel\chimerax
|
|---|
| 19766 | creating build\bdist.win-amd64\wheel\chimerax\coulombic
|
|---|
| 19767 | copying build\lib.win-amd64-cpython-311\chimerax\coulombic\cmd.py -> build\bdist.win-amd64\wheel\.\chimerax\coulombic
|
|---|
| 19768 | copying build\lib.win-amd64-cpython-311\chimerax\coulombic\coulombic.py -> build\bdist.win-amd64\wheel\.\chimerax\coulombic
|
|---|
| 19769 | copying build\lib.win-amd64-cpython-311\chimerax\coulombic\create_data.py -> build\bdist.win-amd64\wheel\.\chimerax\coulombic
|
|---|
| 19770 | copying build\lib.win-amd64-cpython-311\chimerax\coulombic\data.py -> build\bdist.win-amd64\wheel\.\chimerax\coulombic
|
|---|
| 19771 | copying build\lib.win-amd64-cpython-311\chimerax\coulombic\_esp.cp311-win_amd64.pyd -> build\bdist.win-amd64\wheel\.\chimerax\coulombic
|
|---|
| 19772 | copying build\lib.win-amd64-cpython-311\chimerax\coulombic\__init__.py -> build\bdist.win-amd64\wheel\.\chimerax\coulombic
|
|---|
| 19773 | running install_egg_info
|
|---|
| 19774 | running egg_info
|
|---|
| 19775 | creating ChimeraX_coulombic.egg-info
|
|---|
| 19776 | writing ChimeraX_coulombic.egg-info\PKG-INFO
|
|---|
| 19777 | writing dependency_links to ChimeraX_coulombic.egg-info\dependency_links.txt
|
|---|
| 19778 | writing requirements to ChimeraX_coulombic.egg-info\requires.txt
|
|---|
| 19779 | writing top-level names to ChimeraX_coulombic.egg-info\top_level.txt
|
|---|
| 19780 | writing manifest file 'ChimeraX_coulombic.egg-info\SOURCES.txt'
|
|---|
| 19781 | reading manifest file 'ChimeraX_coulombic.egg-info\SOURCES.txt'
|
|---|
| 19782 | writing manifest file 'ChimeraX_coulombic.egg-info\SOURCES.txt'
|
|---|
| 19783 | Copying ChimeraX_coulombic.egg-info to build\bdist.win-amd64\wheel\.\ChimeraX_coulombic-1.4.5-py3.11.egg-info
|
|---|
| 19784 | running install_scripts
|
|---|
| 19785 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\setuptools\command\bdist_wheel.py:103: RuntimeWarning: Config variable 'Py_DEBUG' is unset, Python ABI tag may be incorrect
|
|---|
| 19786 | if get_flag("Py_DEBUG", hasattr(sys, "gettotalrefcount"), warn=(impl == "cp")):
|
|---|
| 19787 | creating build\bdist.win-amd64\wheel\chimerax_coulombic-1.4.5.dist-info\WHEEL
|
|---|
| 19788 | creating 'dist\chimerax_coulombic-1.4.5-cp311-cp311-win_amd64.whl' and adding 'build\bdist.win-amd64\wheel' to it
|
|---|
| 19789 | adding 'chimerax/coulombic/__init__.py'
|
|---|
| 19790 | adding 'chimerax/coulombic/_esp.cp311-win_amd64.pyd'
|
|---|
| 19791 | adding 'chimerax/coulombic/cmd.py'
|
|---|
| 19792 | adding 'chimerax/coulombic/coulombic.py'
|
|---|
| 19793 | adding 'chimerax/coulombic/create_data.py'
|
|---|
| 19794 | adding 'chimerax/coulombic/data.py'
|
|---|
| 19795 | adding 'chimerax_coulombic-1.4.5.dist-info/METADATA'
|
|---|
| 19796 | adding 'chimerax_coulombic-1.4.5.dist-info/WHEEL'
|
|---|
| 19797 | adding 'chimerax_coulombic-1.4.5.dist-info/top_level.txt'
|
|---|
| 19798 | adding 'chimerax_coulombic-1.4.5.dist-info/RECORD'
|
|---|
| 19799 | removing build\bdist.win-amd64\wheel
|
|---|
| 19800 | Distribution is in .\dist\ChimeraX_coulombic-1.4.5-cp311-cp311-win_amd64.whl
|
|---|
| 19801 | INFO:
|
|---|
| 19802 |
|
|---|
| 19803 | make sync
|
|---|
| 19804 | make[6]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/coulombic'
|
|---|
| 19805 | cp -av dist/*.whl ../../../build/sync
|
|---|
| 19806 | 'dist/chimerax_coulombic-1.4.5-cp311-cp311-win_amd64.whl' -> '../../../build/sync/chimerax_coulombic-1.4.5-cp311-cp311-win_amd64.whl'
|
|---|
| 19807 | make[6]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/coulombic'
|
|---|
| 19808 | make[5]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/coulombic'
|
|---|
| 19809 | make -C crosslinks build
|
|---|
| 19810 | make[5]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/crosslinks'
|
|---|
| 19811 | if [ -z "../../../ChimeraX.app/bin/python.exe" ]; then \
|
|---|
| 19812 | echo "missing ChimeraX application's python"; exit 1; \
|
|---|
| 19813 | else \
|
|---|
| 19814 | PYTHONNOUSERSITE=1 ../../../ChimeraX.app/bin/python.exe -I -m chimerax.core --nogui --exit --safemode --cmd "devel build . exit true "; \
|
|---|
| 19815 | fi
|
|---|
| 19816 | INFO:
|
|---|
| 19817 | Executing: devel build . exit true
|
|---|
| 19818 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\setuptools\dist.py:759: SetuptoolsDeprecationWarning: License classifiers are deprecated.
|
|---|
| 19819 | !!
|
|---|
| 19820 |
|
|---|
| 19821 | ********************************************************************************
|
|---|
| 19822 | Please consider removing the following classifiers in favor of a SPDX license expression:
|
|---|
| 19823 |
|
|---|
| 19824 | License :: Free for non-commercial use
|
|---|
| 19825 |
|
|---|
| 19826 | See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details.
|
|---|
| 19827 | ********************************************************************************
|
|---|
| 19828 |
|
|---|
| 19829 | !!
|
|---|
| 19830 | self._finalize_license_expression()
|
|---|
| 19831 | running build
|
|---|
| 19832 | running build_py
|
|---|
| 19833 | creating build\lib\chimerax\crosslinks
|
|---|
| 19834 | copying src\chainplot.py -> build\lib\chimerax\crosslinks
|
|---|
| 19835 | copying src\crosslinks.py -> build\lib\chimerax\crosslinks
|
|---|
| 19836 | copying src\lengths.py -> build\lib\chimerax\crosslinks
|
|---|
| 19837 | copying src\__init__.py -> build\lib\chimerax\crosslinks
|
|---|
| 19838 | running bdist_wheel
|
|---|
| 19839 | installing to build\bdist.win-amd64\wheel
|
|---|
| 19840 | running install
|
|---|
| 19841 | running install_lib
|
|---|
| 19842 | creating build\bdist.win-amd64\wheel
|
|---|
| 19843 | creating build\bdist.win-amd64\wheel\chimerax
|
|---|
| 19844 | creating build\bdist.win-amd64\wheel\chimerax\crosslinks
|
|---|
| 19845 | copying build\lib\chimerax\crosslinks\chainplot.py -> build\bdist.win-amd64\wheel\.\chimerax\crosslinks
|
|---|
| 19846 | copying build\lib\chimerax\crosslinks\crosslinks.py -> build\bdist.win-amd64\wheel\.\chimerax\crosslinks
|
|---|
| 19847 | copying build\lib\chimerax\crosslinks\lengths.py -> build\bdist.win-amd64\wheel\.\chimerax\crosslinks
|
|---|
| 19848 | copying build\lib\chimerax\crosslinks\__init__.py -> build\bdist.win-amd64\wheel\.\chimerax\crosslinks
|
|---|
| 19849 | running install_egg_info
|
|---|
| 19850 | running egg_info
|
|---|
| 19851 | creating ChimeraX_Crosslinks.egg-info
|
|---|
| 19852 | writing ChimeraX_Crosslinks.egg-info\PKG-INFO
|
|---|
| 19853 | writing dependency_links to ChimeraX_Crosslinks.egg-info\dependency_links.txt
|
|---|
| 19854 | writing requirements to ChimeraX_Crosslinks.egg-info\requires.txt
|
|---|
| 19855 | writing top-level names to ChimeraX_Crosslinks.egg-info\top_level.txt
|
|---|
| 19856 | writing manifest file 'ChimeraX_Crosslinks.egg-info\SOURCES.txt'
|
|---|
| 19857 | reading manifest file 'ChimeraX_Crosslinks.egg-info\SOURCES.txt'
|
|---|
| 19858 | writing manifest file 'ChimeraX_Crosslinks.egg-info\SOURCES.txt'
|
|---|
| 19859 | Copying ChimeraX_Crosslinks.egg-info to build\bdist.win-amd64\wheel\.\ChimeraX_Crosslinks-1.0-py3.11.egg-info
|
|---|
| 19860 | running install_scripts
|
|---|
| 19861 | creating build\bdist.win-amd64\wheel\chimerax_crosslinks-1.0.dist-info\WHEEL
|
|---|
| 19862 | creating 'dist\chimerax_crosslinks-1.0-py3-none-any.whl' and adding 'build\bdist.win-amd64\wheel' to it
|
|---|
| 19863 | adding 'chimerax/crosslinks/__init__.py'
|
|---|
| 19864 | adding 'chimerax/crosslinks/chainplot.py'
|
|---|
| 19865 | adding 'chimerax/crosslinks/crosslinks.py'
|
|---|
| 19866 | adding 'chimerax/crosslinks/lengths.py'
|
|---|
| 19867 | adding 'chimerax_crosslinks-1.0.dist-info/METADATA'
|
|---|
| 19868 | adding 'chimerax_crosslinks-1.0.dist-info/WHEEL'
|
|---|
| 19869 | adding 'chimerax_crosslinks-1.0.dist-info/top_level.txt'
|
|---|
| 19870 | adding 'chimerax_crosslinks-1.0.dist-info/RECORD'
|
|---|
| 19871 | removing build\bdist.win-amd64\wheel
|
|---|
| 19872 | Distribution is in .\dist\ChimeraX_Crosslinks-1.0-py3-none-any.whl
|
|---|
| 19873 | INFO:
|
|---|
| 19874 |
|
|---|
| 19875 | make sync
|
|---|
| 19876 | make[6]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/crosslinks'
|
|---|
| 19877 | cp -av dist/*.whl ../../../build/sync
|
|---|
| 19878 | 'dist/chimerax_crosslinks-1.0-py3-none-any.whl' -> '../../../build/sync/chimerax_crosslinks-1.0-py3-none-any.whl'
|
|---|
| 19879 | make[6]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/crosslinks'
|
|---|
| 19880 | make[5]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/crosslinks'
|
|---|
| 19881 | make -C crystal build
|
|---|
| 19882 | make[5]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/crystal'
|
|---|
| 19883 | if [ -z "../../../ChimeraX.app/bin/python.exe" ]; then \
|
|---|
| 19884 | echo "missing ChimeraX application's python"; exit 1; \
|
|---|
| 19885 | else \
|
|---|
| 19886 | PYTHONNOUSERSITE=1 ../../../ChimeraX.app/bin/python.exe -I -m chimerax.core --nogui --exit --safemode --cmd "devel build . exit true "; \
|
|---|
| 19887 | fi
|
|---|
| 19888 | INFO:
|
|---|
| 19889 | Executing: devel build . exit true
|
|---|
| 19890 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\setuptools\dist.py:759: SetuptoolsDeprecationWarning: License classifiers are deprecated.
|
|---|
| 19891 | !!
|
|---|
| 19892 |
|
|---|
| 19893 | ********************************************************************************
|
|---|
| 19894 | Please consider removing the following classifiers in favor of a SPDX license expression:
|
|---|
| 19895 |
|
|---|
| 19896 | License :: Free for non-commercial use
|
|---|
| 19897 |
|
|---|
| 19898 | See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details.
|
|---|
| 19899 | ********************************************************************************
|
|---|
| 19900 |
|
|---|
| 19901 | !!
|
|---|
| 19902 | self._finalize_license_expression()
|
|---|
| 19903 | running build
|
|---|
| 19904 | running build_py
|
|---|
| 19905 | creating build\lib\chimerax\crystal
|
|---|
| 19906 | copying src\space_groups.py -> build\lib\chimerax\crystal
|
|---|
| 19907 | copying src\unit_cell.py -> build\lib\chimerax\crystal
|
|---|
| 19908 | copying src\__init__.py -> build\lib\chimerax\crystal
|
|---|
| 19909 | running bdist_wheel
|
|---|
| 19910 | installing to build\bdist.win-amd64\wheel
|
|---|
| 19911 | running install
|
|---|
| 19912 | running install_lib
|
|---|
| 19913 | creating build\bdist.win-amd64\wheel
|
|---|
| 19914 | creating build\bdist.win-amd64\wheel\chimerax
|
|---|
| 19915 | creating build\bdist.win-amd64\wheel\chimerax\crystal
|
|---|
| 19916 | copying build\lib\chimerax\crystal\space_groups.py -> build\bdist.win-amd64\wheel\.\chimerax\crystal
|
|---|
| 19917 | copying build\lib\chimerax\crystal\unit_cell.py -> build\bdist.win-amd64\wheel\.\chimerax\crystal
|
|---|
| 19918 | copying build\lib\chimerax\crystal\__init__.py -> build\bdist.win-amd64\wheel\.\chimerax\crystal
|
|---|
| 19919 | running install_egg_info
|
|---|
| 19920 | running egg_info
|
|---|
| 19921 | creating ChimeraX_Crystal.egg-info
|
|---|
| 19922 | writing ChimeraX_Crystal.egg-info\PKG-INFO
|
|---|
| 19923 | writing dependency_links to ChimeraX_Crystal.egg-info\dependency_links.txt
|
|---|
| 19924 | writing requirements to ChimeraX_Crystal.egg-info\requires.txt
|
|---|
| 19925 | writing top-level names to ChimeraX_Crystal.egg-info\top_level.txt
|
|---|
| 19926 | writing manifest file 'ChimeraX_Crystal.egg-info\SOURCES.txt'
|
|---|
| 19927 | reading manifest file 'ChimeraX_Crystal.egg-info\SOURCES.txt'
|
|---|
| 19928 | writing manifest file 'ChimeraX_Crystal.egg-info\SOURCES.txt'
|
|---|
| 19929 | Copying ChimeraX_Crystal.egg-info to build\bdist.win-amd64\wheel\.\ChimeraX_Crystal-1.0-py3.11.egg-info
|
|---|
| 19930 | running install_scripts
|
|---|
| 19931 | creating build\bdist.win-amd64\wheel\chimerax_crystal-1.0.dist-info\WHEEL
|
|---|
| 19932 | creating 'dist\chimerax_crystal-1.0-py3-none-any.whl' and adding 'build\bdist.win-amd64\wheel' to it
|
|---|
| 19933 | adding 'chimerax/crystal/__init__.py'
|
|---|
| 19934 | adding 'chimerax/crystal/space_groups.py'
|
|---|
| 19935 | adding 'chimerax/crystal/unit_cell.py'
|
|---|
| 19936 | adding 'chimerax_crystal-1.0.dist-info/METADATA'
|
|---|
| 19937 | adding 'chimerax_crystal-1.0.dist-info/WHEEL'
|
|---|
| 19938 | adding 'chimerax_crystal-1.0.dist-info/top_level.txt'
|
|---|
| 19939 | adding 'chimerax_crystal-1.0.dist-info/RECORD'
|
|---|
| 19940 | removing build\bdist.win-amd64\wheel
|
|---|
| 19941 | Distribution is in .\dist\ChimeraX_Crystal-1.0-py3-none-any.whl
|
|---|
| 19942 | INFO:
|
|---|
| 19943 |
|
|---|
| 19944 | make sync
|
|---|
| 19945 | make[6]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/crystal'
|
|---|
| 19946 | cp -av dist/*.whl ../../../build/sync
|
|---|
| 19947 | 'dist/chimerax_crystal-1.0-py3-none-any.whl' -> '../../../build/sync/chimerax_crystal-1.0-py3-none-any.whl'
|
|---|
| 19948 | make[6]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/crystal'
|
|---|
| 19949 | make[5]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/crystal'
|
|---|
| 19950 | make -C crystal_contacts build
|
|---|
| 19951 | make[5]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/crystal_contacts'
|
|---|
| 19952 | if [ -z "../../../ChimeraX.app/bin/python.exe" ]; then \
|
|---|
| 19953 | echo "missing ChimeraX application's python"; exit 1; \
|
|---|
| 19954 | else \
|
|---|
| 19955 | PYTHONNOUSERSITE=1 ../../../ChimeraX.app/bin/python.exe -I -m chimerax.core --nogui --exit --safemode --cmd "devel build . exit true "; \
|
|---|
| 19956 | fi
|
|---|
| 19957 | INFO:
|
|---|
| 19958 | Executing: devel build . exit true
|
|---|
| 19959 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\setuptools\dist.py:759: SetuptoolsDeprecationWarning: License classifiers are deprecated.
|
|---|
| 19960 | !!
|
|---|
| 19961 |
|
|---|
| 19962 | ********************************************************************************
|
|---|
| 19963 | Please consider removing the following classifiers in favor of a SPDX license expression:
|
|---|
| 19964 |
|
|---|
| 19965 | License :: Free for non-commercial use
|
|---|
| 19966 |
|
|---|
| 19967 | See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details.
|
|---|
| 19968 | ********************************************************************************
|
|---|
| 19969 |
|
|---|
| 19970 | !!
|
|---|
| 19971 | self._finalize_license_expression()
|
|---|
| 19972 | running build
|
|---|
| 19973 | running build_py
|
|---|
| 19974 | creating build\lib\chimerax\crystal_contacts
|
|---|
| 19975 | copying src\crystal.py -> build\lib\chimerax\crystal_contacts
|
|---|
| 19976 | copying src\crystalcmd.py -> build\lib\chimerax\crystal_contacts
|
|---|
| 19977 | copying src\crystalgui.py -> build\lib\chimerax\crystal_contacts
|
|---|
| 19978 | copying src\__init__.py -> build\lib\chimerax\crystal_contacts
|
|---|
| 19979 | running bdist_wheel
|
|---|
| 19980 | installing to build\bdist.win-amd64\wheel
|
|---|
| 19981 | running install
|
|---|
| 19982 | running install_lib
|
|---|
| 19983 | creating build\bdist.win-amd64\wheel
|
|---|
| 19984 | creating build\bdist.win-amd64\wheel\chimerax
|
|---|
| 19985 | creating build\bdist.win-amd64\wheel\chimerax\crystal_contacts
|
|---|
| 19986 | copying build\lib\chimerax\crystal_contacts\crystal.py -> build\bdist.win-amd64\wheel\.\chimerax\crystal_contacts
|
|---|
| 19987 | copying build\lib\chimerax\crystal_contacts\crystalcmd.py -> build\bdist.win-amd64\wheel\.\chimerax\crystal_contacts
|
|---|
| 19988 | copying build\lib\chimerax\crystal_contacts\crystalgui.py -> build\bdist.win-amd64\wheel\.\chimerax\crystal_contacts
|
|---|
| 19989 | copying build\lib\chimerax\crystal_contacts\__init__.py -> build\bdist.win-amd64\wheel\.\chimerax\crystal_contacts
|
|---|
| 19990 | running install_egg_info
|
|---|
| 19991 | running egg_info
|
|---|
| 19992 | creating ChimeraX_CrystalContacts.egg-info
|
|---|
| 19993 | writing ChimeraX_CrystalContacts.egg-info\PKG-INFO
|
|---|
| 19994 | writing dependency_links to ChimeraX_CrystalContacts.egg-info\dependency_links.txt
|
|---|
| 19995 | writing requirements to ChimeraX_CrystalContacts.egg-info\requires.txt
|
|---|
| 19996 | writing top-level names to ChimeraX_CrystalContacts.egg-info\top_level.txt
|
|---|
| 19997 | writing manifest file 'ChimeraX_CrystalContacts.egg-info\SOURCES.txt'
|
|---|
| 19998 | reading manifest file 'ChimeraX_CrystalContacts.egg-info\SOURCES.txt'
|
|---|
| 19999 | writing manifest file 'ChimeraX_CrystalContacts.egg-info\SOURCES.txt'
|
|---|
| 20000 | Copying ChimeraX_CrystalContacts.egg-info to build\bdist.win-amd64\wheel\.\ChimeraX_CrystalContacts-1.0.1-py3.11.egg-info
|
|---|
| 20001 | running install_scripts
|
|---|
| 20002 | creating build\bdist.win-amd64\wheel\chimerax_crystalcontacts-1.0.1.dist-info\WHEEL
|
|---|
| 20003 | creating 'dist\chimerax_crystalcontacts-1.0.1-py3-none-any.whl' and adding 'build\bdist.win-amd64\wheel' to it
|
|---|
| 20004 | adding 'chimerax/crystal_contacts/__init__.py'
|
|---|
| 20005 | adding 'chimerax/crystal_contacts/crystal.py'
|
|---|
| 20006 | adding 'chimerax/crystal_contacts/crystalcmd.py'
|
|---|
| 20007 | adding 'chimerax/crystal_contacts/crystalgui.py'
|
|---|
| 20008 | adding 'chimerax_crystalcontacts-1.0.1.dist-info/METADATA'
|
|---|
| 20009 | adding 'chimerax_crystalcontacts-1.0.1.dist-info/WHEEL'
|
|---|
| 20010 | adding 'chimerax_crystalcontacts-1.0.1.dist-info/top_level.txt'
|
|---|
| 20011 | adding 'chimerax_crystalcontacts-1.0.1.dist-info/RECORD'
|
|---|
| 20012 | removing build\bdist.win-amd64\wheel
|
|---|
| 20013 | Distribution is in .\dist\ChimeraX_CrystalContacts-1.0.1-py3-none-any.whl
|
|---|
| 20014 | INFO:
|
|---|
| 20015 |
|
|---|
| 20016 | make sync
|
|---|
| 20017 | make[6]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/crystal_contacts'
|
|---|
| 20018 | cp -av dist/*.whl ../../../build/sync
|
|---|
| 20019 | 'dist/chimerax_crystalcontacts-1.0.1-py3-none-any.whl' -> '../../../build/sync/chimerax_crystalcontacts-1.0.1-py3-none-any.whl'
|
|---|
| 20020 | make[6]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/crystal_contacts'
|
|---|
| 20021 | make[5]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/crystal_contacts'
|
|---|
| 20022 | make -C data_formats build
|
|---|
| 20023 | make[5]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/data_formats'
|
|---|
| 20024 | if [ -z "../../../ChimeraX.app/bin/python.exe" ]; then \
|
|---|
| 20025 | echo "missing ChimeraX application's python"; exit 1; \
|
|---|
| 20026 | else \
|
|---|
| 20027 | PYTHONNOUSERSITE=1 ../../../ChimeraX.app/bin/python.exe -I -m chimerax.core --nogui --exit --safemode --cmd "devel build . exit true "; \
|
|---|
| 20028 | fi
|
|---|
| 20029 | INFO:
|
|---|
| 20030 | Executing: devel build . exit true
|
|---|
| 20031 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\setuptools\dist.py:759: SetuptoolsDeprecationWarning: License classifiers are deprecated.
|
|---|
| 20032 | !!
|
|---|
| 20033 |
|
|---|
| 20034 | ********************************************************************************
|
|---|
| 20035 | Please consider removing the following classifiers in favor of a SPDX license expression:
|
|---|
| 20036 |
|
|---|
| 20037 | License :: Free for non-commercial use
|
|---|
| 20038 |
|
|---|
| 20039 | See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details.
|
|---|
| 20040 | ********************************************************************************
|
|---|
| 20041 |
|
|---|
| 20042 | !!
|
|---|
| 20043 | self._finalize_license_expression()
|
|---|
| 20044 | running build
|
|---|
| 20045 | running build_py
|
|---|
| 20046 | creating build\lib\chimerax\data_formats
|
|---|
| 20047 | copying src\format.py -> build\lib\chimerax\data_formats
|
|---|
| 20048 | copying src\gui.py -> build\lib\chimerax\data_formats
|
|---|
| 20049 | copying src\manager.py -> build\lib\chimerax\data_formats
|
|---|
| 20050 | copying src\__init__.py -> build\lib\chimerax\data_formats
|
|---|
| 20051 | running bdist_wheel
|
|---|
| 20052 | installing to build\bdist.win-amd64\wheel
|
|---|
| 20053 | running install
|
|---|
| 20054 | running install_lib
|
|---|
| 20055 | creating build\bdist.win-amd64\wheel
|
|---|
| 20056 | creating build\bdist.win-amd64\wheel\chimerax
|
|---|
| 20057 | creating build\bdist.win-amd64\wheel\chimerax\data_formats
|
|---|
| 20058 | copying build\lib\chimerax\data_formats\format.py -> build\bdist.win-amd64\wheel\.\chimerax\data_formats
|
|---|
| 20059 | copying build\lib\chimerax\data_formats\gui.py -> build\bdist.win-amd64\wheel\.\chimerax\data_formats
|
|---|
| 20060 | copying build\lib\chimerax\data_formats\manager.py -> build\bdist.win-amd64\wheel\.\chimerax\data_formats
|
|---|
| 20061 | copying build\lib\chimerax\data_formats\__init__.py -> build\bdist.win-amd64\wheel\.\chimerax\data_formats
|
|---|
| 20062 | running install_egg_info
|
|---|
| 20063 | running egg_info
|
|---|
| 20064 | creating ChimeraX_DataFormats.egg-info
|
|---|
| 20065 | writing ChimeraX_DataFormats.egg-info\PKG-INFO
|
|---|
| 20066 | writing dependency_links to ChimeraX_DataFormats.egg-info\dependency_links.txt
|
|---|
| 20067 | writing requirements to ChimeraX_DataFormats.egg-info\requires.txt
|
|---|
| 20068 | writing top-level names to ChimeraX_DataFormats.egg-info\top_level.txt
|
|---|
| 20069 | writing manifest file 'ChimeraX_DataFormats.egg-info\SOURCES.txt'
|
|---|
| 20070 | reading manifest file 'ChimeraX_DataFormats.egg-info\SOURCES.txt'
|
|---|
| 20071 | writing manifest file 'ChimeraX_DataFormats.egg-info\SOURCES.txt'
|
|---|
| 20072 | Copying ChimeraX_DataFormats.egg-info to build\bdist.win-amd64\wheel\.\ChimeraX_DataFormats-1.2.4-py3.11.egg-info
|
|---|
| 20073 | running install_scripts
|
|---|
| 20074 | creating build\bdist.win-amd64\wheel\chimerax_dataformats-1.2.4.dist-info\WHEEL
|
|---|
| 20075 | creating 'dist\chimerax_dataformats-1.2.4-py3-none-any.whl' and adding 'build\bdist.win-amd64\wheel' to it
|
|---|
| 20076 | adding 'chimerax/data_formats/__init__.py'
|
|---|
| 20077 | adding 'chimerax/data_formats/format.py'
|
|---|
| 20078 | adding 'chimerax/data_formats/gui.py'
|
|---|
| 20079 | adding 'chimerax/data_formats/manager.py'
|
|---|
| 20080 | adding 'chimerax_dataformats-1.2.4.dist-info/METADATA'
|
|---|
| 20081 | adding 'chimerax_dataformats-1.2.4.dist-info/WHEEL'
|
|---|
| 20082 | adding 'chimerax_dataformats-1.2.4.dist-info/top_level.txt'
|
|---|
| 20083 | adding 'chimerax_dataformats-1.2.4.dist-info/RECORD'
|
|---|
| 20084 | removing build\bdist.win-amd64\wheel
|
|---|
| 20085 | Distribution is in .\dist\ChimeraX_DataFormats-1.2.4-py3-none-any.whl
|
|---|
| 20086 | INFO:
|
|---|
| 20087 |
|
|---|
| 20088 | make sync
|
|---|
| 20089 | make[6]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/data_formats'
|
|---|
| 20090 | cp -av dist/*.whl ../../../build/sync
|
|---|
| 20091 | 'dist/chimerax_dataformats-1.2.4-py3-none-any.whl' -> '../../../build/sync/chimerax_dataformats-1.2.4-py3-none-any.whl'
|
|---|
| 20092 | make[6]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/data_formats'
|
|---|
| 20093 | make[5]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/data_formats'
|
|---|
| 20094 | make -C dicom build
|
|---|
| 20095 | make[5]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/dicom'
|
|---|
| 20096 | if [ -z "../../../ChimeraX.app/bin/python.exe" ]; then \
|
|---|
| 20097 | echo "missing ChimeraX application's python"; exit 1; \
|
|---|
| 20098 | else \
|
|---|
| 20099 | PYTHONNOUSERSITE=1 ../../../ChimeraX.app/bin/python.exe -I -m chimerax.core --nogui --exit --safemode --cmd "devel build . exit true "; \
|
|---|
| 20100 | fi
|
|---|
| 20101 | INFO:
|
|---|
| 20102 | Executing: devel build . exit true
|
|---|
| 20103 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\setuptools\config\_apply_pyprojecttoml.py:82: SetuptoolsDeprecationWarning: `project.license` as a TOML table is deprecated
|
|---|
| 20104 | !!
|
|---|
| 20105 |
|
|---|
| 20106 | ********************************************************************************
|
|---|
| 20107 | Please use a simple string containing a SPDX expression for `project.license`. You can also use `project.license-files`. (Both options available on setuptools>=77.0.0).
|
|---|
| 20108 |
|
|---|
| 20109 | By 2026-Feb-18, you need to update your project and remove deprecated calls
|
|---|
| 20110 | or your builds will no longer be supported.
|
|---|
| 20111 |
|
|---|
| 20112 | See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details.
|
|---|
| 20113 | ********************************************************************************
|
|---|
| 20114 |
|
|---|
| 20115 | !!
|
|---|
| 20116 | corresp(dist, value, root_dir)
|
|---|
| 20117 | running build
|
|---|
| 20118 | running build_py
|
|---|
| 20119 | creating build\lib\chimerax\dicom
|
|---|
| 20120 | copying src\coordinates.py -> build\lib\chimerax\dicom
|
|---|
| 20121 | copying src\dicom.py -> build\lib\chimerax\dicom
|
|---|
| 20122 | copying src\dicom_fetcher.py -> build\lib\chimerax\dicom
|
|---|
| 20123 | copying src\dicom_hierarchy.py -> build\lib\chimerax\dicom
|
|---|
| 20124 | copying src\dicom_models.py -> build\lib\chimerax\dicom
|
|---|
| 20125 | copying src\dicom_opener.py -> build\lib\chimerax\dicom
|
|---|
| 20126 | copying src\dicom_saver.py -> build\lib\chimerax\dicom
|
|---|
| 20127 | copying src\dicom_volumes.py -> build\lib\chimerax\dicom
|
|---|
| 20128 | copying src\errors.py -> build\lib\chimerax\dicom
|
|---|
| 20129 | copying src\modality.py -> build\lib\chimerax\dicom
|
|---|
| 20130 | copying src\types.py -> build\lib\chimerax\dicom
|
|---|
| 20131 | copying src\__init__.py -> build\lib\chimerax\dicom
|
|---|
| 20132 | creating build\lib\chimerax\dicom\databases
|
|---|
| 20133 | copying src\databases\tcia.py -> build\lib\chimerax\dicom\databases
|
|---|
| 20134 | copying src\databases\__init__.py -> build\lib\chimerax\dicom\databases
|
|---|
| 20135 | creating build\lib\chimerax\dicom\ui
|
|---|
| 20136 | copying src\ui\dicom_browser.py -> build\lib\chimerax\dicom\ui
|
|---|
| 20137 | copying src\ui\dicom_databases.py -> build\lib\chimerax\dicom\ui
|
|---|
| 20138 | copying src\ui\metadata_tool.py -> build\lib\chimerax\dicom\ui
|
|---|
| 20139 | copying src\ui\__init__.py -> build\lib\chimerax\dicom\ui
|
|---|
| 20140 | creating build\lib\chimerax\dicom\ui\widgets
|
|---|
| 20141 | copying src\ui\widgets\table.py -> build\lib\chimerax\dicom\ui\widgets
|
|---|
| 20142 | copying src\ui\widgets\__init__.py -> build\lib\chimerax\dicom\ui\widgets
|
|---|
| 20143 | running bdist_wheel
|
|---|
| 20144 | installing to build\bdist.win-amd64\wheel
|
|---|
| 20145 | running install
|
|---|
| 20146 | running install_lib
|
|---|
| 20147 | creating build\bdist.win-amd64\wheel
|
|---|
| 20148 | creating build\bdist.win-amd64\wheel\chimerax
|
|---|
| 20149 | creating build\bdist.win-amd64\wheel\chimerax\dicom
|
|---|
| 20150 | copying build\lib\chimerax\dicom\coordinates.py -> build\bdist.win-amd64\wheel\.\chimerax\dicom
|
|---|
| 20151 | creating build\bdist.win-amd64\wheel\chimerax\dicom\databases
|
|---|
| 20152 | copying build\lib\chimerax\dicom\databases\tcia.py -> build\bdist.win-amd64\wheel\.\chimerax\dicom\databases
|
|---|
| 20153 | copying build\lib\chimerax\dicom\databases\__init__.py -> build\bdist.win-amd64\wheel\.\chimerax\dicom\databases
|
|---|
| 20154 | copying build\lib\chimerax\dicom\dicom.py -> build\bdist.win-amd64\wheel\.\chimerax\dicom
|
|---|
| 20155 | copying build\lib\chimerax\dicom\dicom_fetcher.py -> build\bdist.win-amd64\wheel\.\chimerax\dicom
|
|---|
| 20156 | copying build\lib\chimerax\dicom\dicom_hierarchy.py -> build\bdist.win-amd64\wheel\.\chimerax\dicom
|
|---|
| 20157 | copying build\lib\chimerax\dicom\dicom_models.py -> build\bdist.win-amd64\wheel\.\chimerax\dicom
|
|---|
| 20158 | copying build\lib\chimerax\dicom\dicom_opener.py -> build\bdist.win-amd64\wheel\.\chimerax\dicom
|
|---|
| 20159 | copying build\lib\chimerax\dicom\dicom_saver.py -> build\bdist.win-amd64\wheel\.\chimerax\dicom
|
|---|
| 20160 | copying build\lib\chimerax\dicom\dicom_volumes.py -> build\bdist.win-amd64\wheel\.\chimerax\dicom
|
|---|
| 20161 | copying build\lib\chimerax\dicom\errors.py -> build\bdist.win-amd64\wheel\.\chimerax\dicom
|
|---|
| 20162 | copying build\lib\chimerax\dicom\modality.py -> build\bdist.win-amd64\wheel\.\chimerax\dicom
|
|---|
| 20163 | copying build\lib\chimerax\dicom\types.py -> build\bdist.win-amd64\wheel\.\chimerax\dicom
|
|---|
| 20164 | creating build\bdist.win-amd64\wheel\chimerax\dicom\ui
|
|---|
| 20165 | copying build\lib\chimerax\dicom\ui\dicom_browser.py -> build\bdist.win-amd64\wheel\.\chimerax\dicom\ui
|
|---|
| 20166 | copying build\lib\chimerax\dicom\ui\dicom_databases.py -> build\bdist.win-amd64\wheel\.\chimerax\dicom\ui
|
|---|
| 20167 | copying build\lib\chimerax\dicom\ui\metadata_tool.py -> build\bdist.win-amd64\wheel\.\chimerax\dicom\ui
|
|---|
| 20168 | creating build\bdist.win-amd64\wheel\chimerax\dicom\ui\widgets
|
|---|
| 20169 | copying build\lib\chimerax\dicom\ui\widgets\table.py -> build\bdist.win-amd64\wheel\.\chimerax\dicom\ui\widgets
|
|---|
| 20170 | copying build\lib\chimerax\dicom\ui\widgets\__init__.py -> build\bdist.win-amd64\wheel\.\chimerax\dicom\ui\widgets
|
|---|
| 20171 | copying build\lib\chimerax\dicom\ui\__init__.py -> build\bdist.win-amd64\wheel\.\chimerax\dicom\ui
|
|---|
| 20172 | copying build\lib\chimerax\dicom\__init__.py -> build\bdist.win-amd64\wheel\.\chimerax\dicom
|
|---|
| 20173 | running install_egg_info
|
|---|
| 20174 | running egg_info
|
|---|
| 20175 | creating ChimeraX_Dicom.egg-info
|
|---|
| 20176 | writing ChimeraX_Dicom.egg-info\PKG-INFO
|
|---|
| 20177 | writing dependency_links to ChimeraX_Dicom.egg-info\dependency_links.txt
|
|---|
| 20178 | writing requirements to ChimeraX_Dicom.egg-info\requires.txt
|
|---|
| 20179 | writing top-level names to ChimeraX_Dicom.egg-info\top_level.txt
|
|---|
| 20180 | writing manifest file 'ChimeraX_Dicom.egg-info\SOURCES.txt'
|
|---|
| 20181 | reading manifest file 'ChimeraX_Dicom.egg-info\SOURCES.txt'
|
|---|
| 20182 | writing manifest file 'ChimeraX_Dicom.egg-info\SOURCES.txt'
|
|---|
| 20183 | Copying ChimeraX_Dicom.egg-info to build\bdist.win-amd64\wheel\.\ChimeraX_Dicom-1.2.7-py3.11.egg-info
|
|---|
| 20184 | running install_scripts
|
|---|
| 20185 | creating build\bdist.win-amd64\wheel\chimerax_dicom-1.2.7.dist-info\WHEEL
|
|---|
| 20186 | creating 'dist\chimerax_dicom-1.2.7-py3-none-any.whl' and adding 'build\bdist.win-amd64\wheel' to it
|
|---|
| 20187 | adding 'chimerax/dicom/__init__.py'
|
|---|
| 20188 | adding 'chimerax/dicom/coordinates.py'
|
|---|
| 20189 | adding 'chimerax/dicom/dicom.py'
|
|---|
| 20190 | adding 'chimerax/dicom/dicom_fetcher.py'
|
|---|
| 20191 | adding 'chimerax/dicom/dicom_hierarchy.py'
|
|---|
| 20192 | adding 'chimerax/dicom/dicom_models.py'
|
|---|
| 20193 | adding 'chimerax/dicom/dicom_opener.py'
|
|---|
| 20194 | adding 'chimerax/dicom/dicom_saver.py'
|
|---|
| 20195 | adding 'chimerax/dicom/dicom_volumes.py'
|
|---|
| 20196 | adding 'chimerax/dicom/errors.py'
|
|---|
| 20197 | adding 'chimerax/dicom/modality.py'
|
|---|
| 20198 | adding 'chimerax/dicom/types.py'
|
|---|
| 20199 | adding 'chimerax/dicom/databases/__init__.py'
|
|---|
| 20200 | adding 'chimerax/dicom/databases/tcia.py'
|
|---|
| 20201 | adding 'chimerax/dicom/ui/__init__.py'
|
|---|
| 20202 | adding 'chimerax/dicom/ui/dicom_browser.py'
|
|---|
| 20203 | adding 'chimerax/dicom/ui/dicom_databases.py'
|
|---|
| 20204 | adding 'chimerax/dicom/ui/metadata_tool.py'
|
|---|
| 20205 | adding 'chimerax/dicom/ui/widgets/__init__.py'
|
|---|
| 20206 | adding 'chimerax/dicom/ui/widgets/table.py'
|
|---|
| 20207 | adding 'chimerax_dicom-1.2.7.dist-info/METADATA'
|
|---|
| 20208 | adding 'chimerax_dicom-1.2.7.dist-info/WHEEL'
|
|---|
| 20209 | adding 'chimerax_dicom-1.2.7.dist-info/top_level.txt'
|
|---|
| 20210 | adding 'chimerax_dicom-1.2.7.dist-info/RECORD'
|
|---|
| 20211 | removing build\bdist.win-amd64\wheel
|
|---|
| 20212 | Distribution is in C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\dicom\dist\chimerax_dicom-1.2.7-py3-none-any.whl
|
|---|
| 20213 | INFO:
|
|---|
| 20214 |
|
|---|
| 20215 | make sync
|
|---|
| 20216 | make[6]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/dicom'
|
|---|
| 20217 | cp -av dist/*.whl ../../../build/sync
|
|---|
| 20218 | 'dist/chimerax_dicom-1.2.7-py3-none-any.whl' -> '../../../build/sync/chimerax_dicom-1.2.7-py3-none-any.whl'
|
|---|
| 20219 | make[6]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/dicom'
|
|---|
| 20220 | make[5]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/dicom'
|
|---|
| 20221 | make -C dist_monitor build
|
|---|
| 20222 | make[5]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/dist_monitor'
|
|---|
| 20223 | if [ -z "../../../ChimeraX.app/bin/python.exe" ]; then \
|
|---|
| 20224 | echo "missing ChimeraX application's python"; exit 1; \
|
|---|
| 20225 | else \
|
|---|
| 20226 | PYTHONNOUSERSITE=1 ../../../ChimeraX.app/bin/python.exe -I -m chimerax.core --nogui --exit --safemode --cmd "devel build . exit true "; \
|
|---|
| 20227 | fi
|
|---|
| 20228 | INFO:
|
|---|
| 20229 | Executing: devel build . exit true
|
|---|
| 20230 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\setuptools\dist.py:759: SetuptoolsDeprecationWarning: License classifiers are deprecated.
|
|---|
| 20231 | !!
|
|---|
| 20232 |
|
|---|
| 20233 | ********************************************************************************
|
|---|
| 20234 | Please consider removing the following classifiers in favor of a SPDX license expression:
|
|---|
| 20235 |
|
|---|
| 20236 | License :: Free for non-commercial use
|
|---|
| 20237 |
|
|---|
| 20238 | See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details.
|
|---|
| 20239 | ********************************************************************************
|
|---|
| 20240 |
|
|---|
| 20241 | !!
|
|---|
| 20242 | self._finalize_license_expression()
|
|---|
| 20243 | running build
|
|---|
| 20244 | running build_py
|
|---|
| 20245 | creating build\lib\chimerax\dist_monitor
|
|---|
| 20246 | copying src\cmd.py -> build\lib\chimerax\dist_monitor
|
|---|
| 20247 | copying src\monitor.py -> build\lib\chimerax\dist_monitor
|
|---|
| 20248 | copying src\settings.py -> build\lib\chimerax\dist_monitor
|
|---|
| 20249 | copying src\__init__.py -> build\lib\chimerax\dist_monitor
|
|---|
| 20250 | running bdist_wheel
|
|---|
| 20251 | installing to build\bdist.win-amd64\wheel
|
|---|
| 20252 | running install
|
|---|
| 20253 | running install_lib
|
|---|
| 20254 | creating build\bdist.win-amd64\wheel
|
|---|
| 20255 | creating build\bdist.win-amd64\wheel\chimerax
|
|---|
| 20256 | creating build\bdist.win-amd64\wheel\chimerax\dist_monitor
|
|---|
| 20257 | copying build\lib\chimerax\dist_monitor\cmd.py -> build\bdist.win-amd64\wheel\.\chimerax\dist_monitor
|
|---|
| 20258 | copying build\lib\chimerax\dist_monitor\monitor.py -> build\bdist.win-amd64\wheel\.\chimerax\dist_monitor
|
|---|
| 20259 | copying build\lib\chimerax\dist_monitor\settings.py -> build\bdist.win-amd64\wheel\.\chimerax\dist_monitor
|
|---|
| 20260 | copying build\lib\chimerax\dist_monitor\__init__.py -> build\bdist.win-amd64\wheel\.\chimerax\dist_monitor
|
|---|
| 20261 | running install_egg_info
|
|---|
| 20262 | running egg_info
|
|---|
| 20263 | creating ChimeraX_DistMonitor.egg-info
|
|---|
| 20264 | writing ChimeraX_DistMonitor.egg-info\PKG-INFO
|
|---|
| 20265 | writing dependency_links to ChimeraX_DistMonitor.egg-info\dependency_links.txt
|
|---|
| 20266 | writing requirements to ChimeraX_DistMonitor.egg-info\requires.txt
|
|---|
| 20267 | writing top-level names to ChimeraX_DistMonitor.egg-info\top_level.txt
|
|---|
| 20268 | writing manifest file 'ChimeraX_DistMonitor.egg-info\SOURCES.txt'
|
|---|
| 20269 | reading manifest file 'ChimeraX_DistMonitor.egg-info\SOURCES.txt'
|
|---|
| 20270 | writing manifest file 'ChimeraX_DistMonitor.egg-info\SOURCES.txt'
|
|---|
| 20271 | Copying ChimeraX_DistMonitor.egg-info to build\bdist.win-amd64\wheel\.\ChimeraX_DistMonitor-1.4.2-py3.11.egg-info
|
|---|
| 20272 | running install_scripts
|
|---|
| 20273 | creating build\bdist.win-amd64\wheel\chimerax_distmonitor-1.4.2.dist-info\WHEEL
|
|---|
| 20274 | creating 'dist\chimerax_distmonitor-1.4.2-py3-none-any.whl' and adding 'build\bdist.win-amd64\wheel' to it
|
|---|
| 20275 | adding 'chimerax/dist_monitor/__init__.py'
|
|---|
| 20276 | adding 'chimerax/dist_monitor/cmd.py'
|
|---|
| 20277 | adding 'chimerax/dist_monitor/monitor.py'
|
|---|
| 20278 | adding 'chimerax/dist_monitor/settings.py'
|
|---|
| 20279 | adding 'chimerax_distmonitor-1.4.2.dist-info/METADATA'
|
|---|
| 20280 | adding 'chimerax_distmonitor-1.4.2.dist-info/WHEEL'
|
|---|
| 20281 | adding 'chimerax_distmonitor-1.4.2.dist-info/top_level.txt'
|
|---|
| 20282 | adding 'chimerax_distmonitor-1.4.2.dist-info/RECORD'
|
|---|
| 20283 | removing build\bdist.win-amd64\wheel
|
|---|
| 20284 | Distribution is in .\dist\ChimeraX_DistMonitor-1.4.2-py3-none-any.whl
|
|---|
| 20285 | INFO:
|
|---|
| 20286 |
|
|---|
| 20287 | make sync
|
|---|
| 20288 | make[6]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/dist_monitor'
|
|---|
| 20289 | cp -av dist/*.whl ../../../build/sync
|
|---|
| 20290 | 'dist/chimerax_distmonitor-1.4.2-py3-none-any.whl' -> '../../../build/sync/chimerax_distmonitor-1.4.2-py3-none-any.whl'
|
|---|
| 20291 | make[6]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/dist_monitor'
|
|---|
| 20292 | make[5]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/dist_monitor'
|
|---|
| 20293 | make -C dock_prep build
|
|---|
| 20294 | make[5]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/dock_prep'
|
|---|
| 20295 | if [ -z "../../../ChimeraX.app/bin/python.exe" ]; then \
|
|---|
| 20296 | echo "missing ChimeraX application's python"; exit 1; \
|
|---|
| 20297 | else \
|
|---|
| 20298 | PYTHONNOUSERSITE=1 ../../../ChimeraX.app/bin/python.exe -I -m chimerax.core --nogui --exit --safemode --cmd "devel build . exit true "; \
|
|---|
| 20299 | fi
|
|---|
| 20300 | INFO:
|
|---|
| 20301 | Executing: devel build . exit true
|
|---|
| 20302 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\setuptools\dist.py:759: SetuptoolsDeprecationWarning: License classifiers are deprecated.
|
|---|
| 20303 | !!
|
|---|
| 20304 |
|
|---|
| 20305 | ********************************************************************************
|
|---|
| 20306 | Please consider removing the following classifiers in favor of a SPDX license expression:
|
|---|
| 20307 |
|
|---|
| 20308 | License :: Free for non-commercial use
|
|---|
| 20309 |
|
|---|
| 20310 | See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details.
|
|---|
| 20311 | ********************************************************************************
|
|---|
| 20312 |
|
|---|
| 20313 | !!
|
|---|
| 20314 | self._finalize_license_expression()
|
|---|
| 20315 | running build
|
|---|
| 20316 | running build_py
|
|---|
| 20317 | creating build\lib\chimerax\dock_prep
|
|---|
| 20318 | copying src\cmd.py -> build\lib\chimerax\dock_prep
|
|---|
| 20319 | copying src\prep.py -> build\lib\chimerax\dock_prep
|
|---|
| 20320 | copying src\settings.py -> build\lib\chimerax\dock_prep
|
|---|
| 20321 | copying src\tool.py -> build\lib\chimerax\dock_prep
|
|---|
| 20322 | copying src\__init__.py -> build\lib\chimerax\dock_prep
|
|---|
| 20323 | running bdist_wheel
|
|---|
| 20324 | installing to build\bdist.win-amd64\wheel
|
|---|
| 20325 | running install
|
|---|
| 20326 | running install_lib
|
|---|
| 20327 | creating build\bdist.win-amd64\wheel
|
|---|
| 20328 | creating build\bdist.win-amd64\wheel\chimerax
|
|---|
| 20329 | creating build\bdist.win-amd64\wheel\chimerax\dock_prep
|
|---|
| 20330 | copying build\lib\chimerax\dock_prep\cmd.py -> build\bdist.win-amd64\wheel\.\chimerax\dock_prep
|
|---|
| 20331 | copying build\lib\chimerax\dock_prep\prep.py -> build\bdist.win-amd64\wheel\.\chimerax\dock_prep
|
|---|
| 20332 | copying build\lib\chimerax\dock_prep\settings.py -> build\bdist.win-amd64\wheel\.\chimerax\dock_prep
|
|---|
| 20333 | copying build\lib\chimerax\dock_prep\tool.py -> build\bdist.win-amd64\wheel\.\chimerax\dock_prep
|
|---|
| 20334 | copying build\lib\chimerax\dock_prep\__init__.py -> build\bdist.win-amd64\wheel\.\chimerax\dock_prep
|
|---|
| 20335 | running install_egg_info
|
|---|
| 20336 | running egg_info
|
|---|
| 20337 | creating ChimeraX_DockPrep.egg-info
|
|---|
| 20338 | writing ChimeraX_DockPrep.egg-info\PKG-INFO
|
|---|
| 20339 | writing dependency_links to ChimeraX_DockPrep.egg-info\dependency_links.txt
|
|---|
| 20340 | writing requirements to ChimeraX_DockPrep.egg-info\requires.txt
|
|---|
| 20341 | writing top-level names to ChimeraX_DockPrep.egg-info\top_level.txt
|
|---|
| 20342 | writing manifest file 'ChimeraX_DockPrep.egg-info\SOURCES.txt'
|
|---|
| 20343 | reading manifest file 'ChimeraX_DockPrep.egg-info\SOURCES.txt'
|
|---|
| 20344 | writing manifest file 'ChimeraX_DockPrep.egg-info\SOURCES.txt'
|
|---|
| 20345 | Copying ChimeraX_DockPrep.egg-info to build\bdist.win-amd64\wheel\.\ChimeraX_DockPrep-1.1.4-py3.11.egg-info
|
|---|
| 20346 | running install_scripts
|
|---|
| 20347 | creating build\bdist.win-amd64\wheel\chimerax_dockprep-1.1.4.dist-info\WHEEL
|
|---|
| 20348 | creating 'dist\chimerax_dockprep-1.1.4-py3-none-any.whl' and adding 'build\bdist.win-amd64\wheel' to it
|
|---|
| 20349 | adding 'chimerax/dock_prep/__init__.py'
|
|---|
| 20350 | adding 'chimerax/dock_prep/cmd.py'
|
|---|
| 20351 | adding 'chimerax/dock_prep/prep.py'
|
|---|
| 20352 | adding 'chimerax/dock_prep/settings.py'
|
|---|
| 20353 | adding 'chimerax/dock_prep/tool.py'
|
|---|
| 20354 | adding 'chimerax_dockprep-1.1.4.dist-info/METADATA'
|
|---|
| 20355 | adding 'chimerax_dockprep-1.1.4.dist-info/WHEEL'
|
|---|
| 20356 | adding 'chimerax_dockprep-1.1.4.dist-info/top_level.txt'
|
|---|
| 20357 | adding 'chimerax_dockprep-1.1.4.dist-info/RECORD'
|
|---|
| 20358 | removing build\bdist.win-amd64\wheel
|
|---|
| 20359 | Distribution is in .\dist\ChimeraX_DockPrep-1.1.4-py3-none-any.whl
|
|---|
| 20360 | INFO:
|
|---|
| 20361 |
|
|---|
| 20362 | make sync
|
|---|
| 20363 | make[6]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/dock_prep'
|
|---|
| 20364 | cp -av dist/*.whl ../../../build/sync
|
|---|
| 20365 | 'dist/chimerax_dockprep-1.1.4-py3-none-any.whl' -> '../../../build/sync/chimerax_dockprep-1.1.4-py3-none-any.whl'
|
|---|
| 20366 | make[6]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/dock_prep'
|
|---|
| 20367 | make[5]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/dock_prep'
|
|---|
| 20368 | make -C dssp build
|
|---|
| 20369 | make[5]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/dssp'
|
|---|
| 20370 | if [ -z "../../../ChimeraX.app/bin/python.exe" ]; then \
|
|---|
| 20371 | echo "missing ChimeraX application's python"; exit 1; \
|
|---|
| 20372 | else \
|
|---|
| 20373 | PYTHONNOUSERSITE=1 ../../../ChimeraX.app/bin/python.exe -I -m chimerax.core --nogui --exit --safemode --cmd "devel build . exit true "; \
|
|---|
| 20374 | fi
|
|---|
| 20375 | INFO:
|
|---|
| 20376 | Executing: devel build . exit true
|
|---|
| 20377 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\setuptools\dist.py:759: SetuptoolsDeprecationWarning: License classifiers are deprecated.
|
|---|
| 20378 | !!
|
|---|
| 20379 |
|
|---|
| 20380 | ********************************************************************************
|
|---|
| 20381 | Please consider removing the following classifiers in favor of a SPDX license expression:
|
|---|
| 20382 |
|
|---|
| 20383 | License :: Free for non-commercial use
|
|---|
| 20384 |
|
|---|
| 20385 | See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details.
|
|---|
| 20386 | ********************************************************************************
|
|---|
| 20387 |
|
|---|
| 20388 | !!
|
|---|
| 20389 | self._finalize_license_expression()
|
|---|
| 20390 | running build
|
|---|
| 20391 | running build_py
|
|---|
| 20392 | creating build\lib.win-amd64-cpython-311\chimerax\dssp
|
|---|
| 20393 | copying src\__init__.py -> build\lib.win-amd64-cpython-311\chimerax\dssp
|
|---|
| 20394 | running build_ext
|
|---|
| 20395 | building 'chimerax.dssp._dssp' extension
|
|---|
| 20396 | creating build\temp.win-amd64-cpython-311\Release\dssp_cpp
|
|---|
| 20397 | "C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\bin\HostX64\x64\cl.exe" /c /nologo /O2 /W3 /GL /DNDEBUG /MD -DMAJOR_VERSION=0 -DMINOR_VERSION=1 -IC:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\include -IC:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\core\include -IC:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\arrays\include -IC:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include -IC:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\include -IC:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Include "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\ucrt" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\shared" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\um" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\winrt" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\cppwinrt" "-Ic:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include" "-Ic:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\atlmfc\include" "-Ic:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\ucrt" "-Ic:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\shared" "-Ic:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\um" "-Ic:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\winrt" "-Ic:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\cppwinrt" /EHsc /Tpdssp_cpp/dssp.cpp /Fobuild\temp.win-amd64-cpython-311\Release\dssp_cpp\dssp.obj
|
|---|
| 20398 | dssp.cpp
|
|---|
| 20399 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\pyinstance/PythonInstance.declare.h(78): 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>'
|
|---|
| 20400 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 20401 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\pyinstance/PythonInstance.declare.h(104): note: see reference to class template instantiation 'pyinstance::PythonInstance<C>' being compiled
|
|---|
| 20402 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\pyinstance/PythonInstance.declare.h(78): 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>'
|
|---|
| 20403 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 20404 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\element/Element.h(49): note: see reference to class template instantiation 'pyinstance::PythonInstance<element::Element>' being compiled
|
|---|
| 20405 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\element/Element.h(76): warning C4251: 'element::Element::_alkali_metals': class 'std::set<int,std::less<int>,std::allocator<int>>' needs to have dll-interface to be used by clients of class 'element::Element'
|
|---|
| 20406 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\element/Element.h(76): note: see declaration of 'std::set<int,std::less<int>,std::allocator<int>>'
|
|---|
| 20407 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\element/Element.h(77): warning C4251: 'element::Element::_elements': class 'std::map<int,const element::Element *,std::less<int>,std::allocator<std::pair<const int,const element::Element *>>>' needs to have dll-interface to be used by clients of class 'element::Element'
|
|---|
| 20408 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\element/Element.h(77): note: see declaration of 'std::map<int,const element::Element *,std::less<int>,std::allocator<std::pair<const int,const element::Element *>>>'
|
|---|
| 20409 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\element/Element.h(78): warning C4251: 'element::Element::_halogens': class 'std::set<int,std::less<int>,std::allocator<int>>' needs to have dll-interface to be used by clients of class 'element::Element'
|
|---|
| 20410 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\element/Element.h(76): note: see declaration of 'std::set<int,std::less<int>,std::allocator<int>>'
|
|---|
| 20411 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\element/Element.h(79): warning C4251: 'element::Element::_names': class 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>' needs to have dll-interface to be used by clients of class 'element::Element'
|
|---|
| 20412 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\element/Element.h(79): note: see declaration of 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>'
|
|---|
| 20413 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\element/Element.h(80): warning C4251: 'element::Element::_noble_gases': class 'std::set<int,std::less<int>,std::allocator<int>>' needs to have dll-interface to be used by clients of class 'element::Element'
|
|---|
| 20414 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\element/Element.h(76): note: see declaration of 'std::set<int,std::less<int>,std::allocator<int>>'
|
|---|
| 20415 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(59): warning C4251: 'atomstruct::Changes::created': class 'std::set<const void *,std::less<const void *>,std::allocator<const void *>>' needs to have dll-interface to be used by clients of class 'atomstruct::Changes'
|
|---|
| 20416 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(59): note: see declaration of 'std::set<const void *,std::less<const void *>,std::allocator<const void *>>'
|
|---|
| 20417 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(60): warning C4251: 'atomstruct::Changes::modified': class 'std::set<const void *,std::less<const void *>,std::allocator<const void *>>' needs to have dll-interface to be used by clients of class 'atomstruct::Changes'
|
|---|
| 20418 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(59): note: see declaration of 'std::set<const void *,std::less<const void *>,std::allocator<const void *>>'
|
|---|
| 20419 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(61): warning C4251: 'atomstruct::Changes::reasons': class 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>' needs to have dll-interface to be used by clients of class 'atomstruct::Changes'
|
|---|
| 20420 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\element/Element.h(79): note: see declaration of 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>'
|
|---|
| 20421 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\pyinstance/PythonInstance.declare.h(78): 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>'
|
|---|
| 20422 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 20423 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(68): note: see reference to class template instantiation 'pyinstance::PythonInstance<atomstruct::ChangeTracker>' being compiled
|
|---|
| 20424 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(82): warning C4251: 'atomstruct::ChangeTracker::_structure_type_changes': class 'std::map<atomstruct::Structure *,atomstruct::ChangeTracker::ChangesArray,std::less<atomstruct::Structure *>,std::allocator<std::pair<atomstruct::Structure *const ,atomstruct::ChangeTracker::ChangesArray>>>' needs to have dll-interface to be used by clients of class 'atomstruct::ChangeTracker'
|
|---|
| 20425 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(82): note: see declaration of 'std::map<atomstruct::Structure *,atomstruct::ChangeTracker::ChangesArray,std::less<atomstruct::Structure *>,std::allocator<std::pair<atomstruct::Structure *const ,atomstruct::ChangeTracker::ChangesArray>>>'
|
|---|
| 20426 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(83): warning C4251: 'atomstruct::ChangeTracker::_dead_structures': class 'std::set<atomstruct::Structure *,std::less<atomstruct::Structure *>,std::allocator<atomstruct::Structure *>>' needs to have dll-interface to be used by clients of class 'atomstruct::ChangeTracker'
|
|---|
| 20427 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(83): note: see declaration of 'std::set<atomstruct::Structure *,std::less<atomstruct::Structure *>,std::allocator<atomstruct::Structure *>>'
|
|---|
| 20428 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(92): 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'
|
|---|
| 20429 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 20430 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(93): 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'
|
|---|
| 20431 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 20432 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(94): warning C4251: 'atomstruct::ChangeTracker::REASON_ALT_LOCS': 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'
|
|---|
| 20433 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 20434 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(95): 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'
|
|---|
| 20435 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 20436 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(96): 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'
|
|---|
| 20437 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 20438 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(97): 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'
|
|---|
| 20439 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 20440 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(98): warning C4251: 'atomstruct::ChangeTracker::REASON_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::ChangeTracker'
|
|---|
| 20441 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 20442 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(99): 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'
|
|---|
| 20443 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 20444 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(100): 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'
|
|---|
| 20445 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 20446 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(101): 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'
|
|---|
| 20447 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 20448 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(102): 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'
|
|---|
| 20449 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 20450 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(103): 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'
|
|---|
| 20451 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 20452 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(104): warning C4251: 'atomstruct::ChangeTracker::REASON_ELEMENT': 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'
|
|---|
| 20453 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 20454 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(105): 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'
|
|---|
| 20455 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 20456 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(106): 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'
|
|---|
| 20457 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 20458 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(107): 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'
|
|---|
| 20459 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 20460 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(108): warning C4251: 'atomstruct::ChangeTracker::REASON_INSERTION_CODE': 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'
|
|---|
| 20461 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 20462 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(109): 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'
|
|---|
| 20463 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 20464 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(110): warning C4251: 'atomstruct::ChangeTracker::REASON_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'
|
|---|
| 20465 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 20466 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(111): 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'
|
|---|
| 20467 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 20468 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(112): 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'
|
|---|
| 20469 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 20470 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(113): 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'
|
|---|
| 20471 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 20472 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(114): 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'
|
|---|
| 20473 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 20474 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(115): 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'
|
|---|
| 20475 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 20476 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(116): 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'
|
|---|
| 20477 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 20478 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(117): 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'
|
|---|
| 20479 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 20480 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(118): 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'
|
|---|
| 20481 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 20482 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(119): 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'
|
|---|
| 20483 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 20484 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(120): 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'
|
|---|
| 20485 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 20486 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(121): 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'
|
|---|
| 20487 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 20488 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(122): 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'
|
|---|
| 20489 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 20490 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(123): 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'
|
|---|
| 20491 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 20492 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(124): 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'
|
|---|
| 20493 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 20494 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(125): 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'
|
|---|
| 20495 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 20496 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(126): 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'
|
|---|
| 20497 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 20498 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(127): 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'
|
|---|
| 20499 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 20500 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(128): 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'
|
|---|
| 20501 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 20502 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(129): 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'
|
|---|
| 20503 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 20504 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(130): 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'
|
|---|
| 20505 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 20506 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(131): warning C4251: 'atomstruct::ChangeTracker::REASON_WORM_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'
|
|---|
| 20507 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 20508 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(132): warning C4251: 'atomstruct::ChangeTracker::REASON_WORM_RIBBON': 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'
|
|---|
| 20509 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 20510 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(306): 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'
|
|---|
| 20511 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 20512 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\destruct.h(53): warning C4251: 'atomstruct::DestructionCoordinator::_observers': class 'std::set<atomstruct::DestructionObserver *,std::less<atomstruct::DestructionObserver *>,std::allocator<atomstruct::DestructionObserver *>>' needs to have dll-interface to be used by clients of class 'atomstruct::DestructionCoordinator'
|
|---|
| 20513 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\destruct.h(53): note: see declaration of 'std::set<atomstruct::DestructionObserver *,std::less<atomstruct::DestructionObserver *>,std::allocator<atomstruct::DestructionObserver *>>'
|
|---|
| 20514 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\destruct.h(54): warning C4251: 'atomstruct::DestructionCoordinator::_destroyed': class 'std::set<void *,std::less<void *>,std::allocator<void *>>' needs to have dll-interface to be used by clients of class 'atomstruct::DestructionCoordinator'
|
|---|
| 20515 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\destruct.h(42): note: see declaration of 'std::set<void *,std::less<void *>,std::allocator<void *>>'
|
|---|
| 20516 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\pyinstance/PythonInstance.declare.h(78): 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>'
|
|---|
| 20517 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 20518 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Sequence.h(57): note: see reference to class template instantiation 'pyinstance::PythonInstance<atomstruct::Sequence>' being compiled
|
|---|
| 20519 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Sequence.h(63): warning C4251: 'atomstruct::Sequence::_nucleic3to1': class 'std::map<atomstruct::ResName,char,std::less<std::string>,std::allocator<std::pair<const atomstruct::ResName,char>>>' needs to have dll-interface to be used by clients of class 'atomstruct::Sequence'
|
|---|
| 20520 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Sequence.h(61): note: see declaration of 'std::map<atomstruct::ResName,char,std::less<std::string>,std::allocator<std::pair<const atomstruct::ResName,char>>>'
|
|---|
| 20521 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Sequence.h(64): warning C4251: 'atomstruct::Sequence::_protein3to1': class 'std::map<atomstruct::ResName,char,std::less<std::string>,std::allocator<std::pair<const atomstruct::ResName,char>>>' needs to have dll-interface to be used by clients of class 'atomstruct::Sequence'
|
|---|
| 20522 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Sequence.h(61): note: see declaration of 'std::map<atomstruct::ResName,char,std::less<std::string>,std::allocator<std::pair<const atomstruct::ResName,char>>>'
|
|---|
| 20523 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Sequence.h(65): warning C4251: 'atomstruct::Sequence::_rname3to1': class 'std::map<atomstruct::ResName,char,std::less<std::string>,std::allocator<std::pair<const atomstruct::ResName,char>>>' needs to have dll-interface to be used by clients of class 'atomstruct::Sequence'
|
|---|
| 20524 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Sequence.h(61): note: see declaration of 'std::map<atomstruct::ResName,char,std::less<std::string>,std::allocator<std::pair<const atomstruct::ResName,char>>>'
|
|---|
| 20525 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Sequence.h(67): warning C4251: 'atomstruct::Sequence::_cache_g2ug': class 'std::map<unsigned int,unsigned int,std::less<unsigned int>,std::allocator<std::pair<const unsigned int,unsigned int>>>' needs to have dll-interface to be used by clients of class 'atomstruct::Sequence'
|
|---|
| 20526 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Sequence.h(67): note: see declaration of 'std::map<unsigned int,unsigned int,std::less<unsigned int>,std::allocator<std::pair<const unsigned int,unsigned int>>>'
|
|---|
| 20527 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Sequence.h(68): warning C4251: 'atomstruct::Sequence::_cache_ug2g': class 'std::map<unsigned int,unsigned int,std::less<unsigned int>,std::allocator<std::pair<const unsigned int,unsigned int>>>' needs to have dll-interface to be used by clients of class 'atomstruct::Sequence'
|
|---|
| 20528 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Sequence.h(67): note: see declaration of 'std::map<unsigned int,unsigned int,std::less<unsigned int>,std::allocator<std::pair<const unsigned int,unsigned int>>>'
|
|---|
| 20529 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Sequence.h(69): 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'
|
|---|
| 20530 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Sequence.h(59): note: see declaration of 'std::vector<char,std::allocator<char>>'
|
|---|
| 20531 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Sequence.h(74): 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'
|
|---|
| 20532 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Sequence.h(59): note: see declaration of 'std::vector<char,std::allocator<char>>'
|
|---|
| 20533 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Sequence.h(75): 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'
|
|---|
| 20534 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 20535 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Sequence.h(140): warning C4267: 'return': conversion from 'size_t' to 'int', possible loss of data
|
|---|
| 20536 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\StructureSeq.h(61): 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'
|
|---|
| 20537 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 20538 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\StructureSeq.h(62): warning C4251: 'atomstruct::StructureSeq::_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 'atomstruct::StructureSeq'
|
|---|
| 20539 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 20540 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\StructureSeq.h(66): warning C4251: 'atomstruct::StructureSeq::_res_map': class 'std::map<atomstruct::Residue *,atomstruct::StructureSeq::SeqPos,std::less<atomstruct::Residue *>,std::allocator<std::pair<atomstruct::Residue *const ,atomstruct::StructureSeq::SeqPos>>>' needs to have dll-interface to be used by clients of class 'atomstruct::StructureSeq'
|
|---|
| 20541 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\StructureSeq.h(51): note: see declaration of 'std::map<atomstruct::Residue *,atomstruct::StructureSeq::SeqPos,std::less<atomstruct::Residue *>,std::allocator<std::pair<atomstruct::Residue *const ,atomstruct::StructureSeq::SeqPos>>>'
|
|---|
| 20542 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\StructureSeq.h(67): warning C4251: 'atomstruct::StructureSeq::_residues': class 'std::vector<atomstruct::Residue *,std::allocator<atomstruct::Residue *>>' needs to have dll-interface to be used by clients of class 'atomstruct::StructureSeq'
|
|---|
| 20543 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\StructureSeq.h(50): note: see declaration of 'std::vector<atomstruct::Residue *,std::allocator<atomstruct::Residue *>>'
|
|---|
| 20544 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\StructureSeq.h(122): warning C4267: 'return': conversion from 'size_t' to 'int', possible loss of data
|
|---|
| 20545 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\CompSS.h(42): warning C4251: 'atomstruct::CompSSInfo::strands': class 'std::vector<std::pair<atomstruct::Residue *,atomstruct::Residue *>,std::allocator<std::pair<atomstruct::Residue *,atomstruct::Residue *>>>' needs to have dll-interface to be used by clients of class 'atomstruct::CompSSInfo'
|
|---|
| 20546 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\CompSS.h(42): note: see declaration of 'std::vector<std::pair<atomstruct::Residue *,atomstruct::Residue *>,std::allocator<std::pair<atomstruct::Residue *,atomstruct::Residue *>>>'
|
|---|
| 20547 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\CompSS.h(43): warning C4251: 'atomstruct::CompSSInfo::sheets': class 'std::vector<std::set<int,std::less<int>,std::allocator<int>>,std::allocator<std::set<int,std::less<int>,std::allocator<int>>>>' needs to have dll-interface to be used by clients of class 'atomstruct::CompSSInfo'
|
|---|
| 20548 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\CompSS.h(43): note: see declaration of 'std::vector<std::set<int,std::less<int>,std::allocator<int>>,std::allocator<std::set<int,std::less<int>,std::allocator<int>>>>'
|
|---|
| 20549 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\CompSS.h(44): warning C4251: 'atomstruct::CompSSInfo::strands_parallel': class 'std::map<std::pair<int,int>,bool,std::less<std::pair<int,int>>,std::allocator<std::pair<const std::pair<int,int>,bool>>>' needs to have dll-interface to be used by clients of class 'atomstruct::CompSSInfo'
|
|---|
| 20550 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\CompSS.h(44): note: see declaration of 'std::map<std::pair<int,int>,bool,std::less<std::pair<int,int>>,std::allocator<std::pair<const std::pair<int,int>,bool>>>'
|
|---|
| 20551 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\CompSS.h(45): warning C4251: 'atomstruct::CompSSInfo::helix_info': class 'std::vector<std::pair<std::pair<atomstruct::Residue *,atomstruct::Residue *>,char>,std::allocator<std::pair<std::pair<atomstruct::Residue *,atomstruct::Residue *>,char>>>' needs to have dll-interface to be used by clients of class 'atomstruct::CompSSInfo'
|
|---|
| 20552 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\CompSS.h(45): note: see declaration of 'std::vector<std::pair<std::pair<atomstruct::Residue *,atomstruct::Residue *>,char>,std::allocator<std::pair<std::pair<atomstruct::Residue *,atomstruct::Residue *>,char>>>'
|
|---|
| 20553 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\pyinstance/PythonInstance.declare.h(78): 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>'
|
|---|
| 20554 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 20555 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\PBManager.h(53): note: see reference to class template instantiation 'pyinstance::PythonInstance<atomstruct::BaseManager>' being compiled
|
|---|
| 20556 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\PBManager.h(63): warning C4251: 'atomstruct::BaseManager::_groups': class 'std::map<std::string,atomstruct::Proxy_PBGroup *,std::less<std::string>,std::allocator<std::pair<const std::string,atomstruct::Proxy_PBGroup *>>>' needs to have dll-interface to be used by clients of class 'atomstruct::BaseManager'
|
|---|
| 20557 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\PBManager.h(58): note: see declaration of 'std::map<std::string,atomstruct::Proxy_PBGroup *,std::less<std::string>,std::allocator<std::pair<const std::string,atomstruct::Proxy_PBGroup *>>>'
|
|---|
| 20558 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\pyinstance/PythonInstance.declare.h(78): 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>'
|
|---|
| 20559 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 20560 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Ring.h(38): note: see reference to class template instantiation 'pyinstance::PythonInstance<atomstruct::Ring>' being compiled
|
|---|
| 20561 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Ring.h(43): warning C4251: 'atomstruct::Ring::_bonds': class 'std::set<atomstruct::Bond *,std::less<atomstruct::Bond *>,std::allocator<atomstruct::Bond *>>' needs to have dll-interface to be used by clients of class 'atomstruct::Ring'
|
|---|
| 20562 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Ring.h(41): note: see declaration of 'std::set<atomstruct::Bond *,std::less<atomstruct::Bond *>,std::allocator<atomstruct::Bond *>>'
|
|---|
| 20563 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Ring.h(44): warning C4251: 'atomstruct::Ring::_atoms': class 'std::set<atomstruct::Atom *,std::less<atomstruct::Atom *>,std::allocator<atomstruct::Atom *>>' needs to have dll-interface to be used by clients of class 'atomstruct::Ring'
|
|---|
| 20564 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Ring.h(40): note: see declaration of 'std::set<atomstruct::Atom *,std::less<atomstruct::Atom *>,std::allocator<atomstruct::Atom *>>'
|
|---|
| 20565 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\pyinstance/PythonInstance.declare.h(78): 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>'
|
|---|
| 20566 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 20567 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Structure.h(110): note: see reference to class template instantiation 'pyinstance::PythonInstance<atomstruct::Structure>' being compiled
|
|---|
| 20568 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Structure.h(145): warning C4251: 'atomstruct::Structure::_atoms': class 'std::vector<atomstruct::Atom *,std::allocator<atomstruct::Atom *>>' needs to have dll-interface to be used by clients of class 'atomstruct::Structure'
|
|---|
| 20569 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Ring.h(64): note: see declaration of 'std::vector<atomstruct::Atom *,std::allocator<atomstruct::Atom *>>'
|
|---|
| 20570 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Structure.h(147): warning C4251: 'atomstruct::Structure::_bonds': class 'std::vector<atomstruct::Bond *,std::allocator<atomstruct::Bond *>>' needs to have dll-interface to be used by clients of class 'atomstruct::Structure'
|
|---|
| 20571 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Ring.h(63): note: see declaration of 'std::vector<atomstruct::Bond *,std::allocator<atomstruct::Bond *>>'
|
|---|
| 20572 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Structure.h(151): warning C4251: 'atomstruct::Structure::_coord_sets': class 'std::vector<atomstruct::CoordSet *,std::allocator<atomstruct::CoordSet *>>' needs to have dll-interface to be used by clients of class 'atomstruct::Structure'
|
|---|
| 20573 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Structure.h(120): note: see declaration of 'std::vector<atomstruct::CoordSet *,std::allocator<atomstruct::CoordSet *>>'
|
|---|
| 20574 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Structure.h(156): warning C4251: 'atomstruct::Structure::_input_seq_info': class 'std::map<atomstruct::ChainID,std::vector<atomstruct::ResName,std::allocator<std::string>>,std::less<std::string>,std::allocator<std::pair<const atomstruct::ChainID,std::vector<atomstruct::ResName,std::allocator<std::string>>>>>' needs to have dll-interface to be used by clients of class 'atomstruct::Structure'
|
|---|
| 20575 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Structure.h(121): note: see declaration of 'std::map<atomstruct::ChainID,std::vector<atomstruct::ResName,std::allocator<std::string>>,std::less<std::string>,std::allocator<std::pair<const atomstruct::ChainID,std::vector<atomstruct::ResName,std::allocator<std::string>>>>>'
|
|---|
| 20576 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Structure.h(163): warning C4251: 'atomstruct::Structure::_residues': class 'std::vector<atomstruct::Residue *,std::allocator<atomstruct::Residue *>>' needs to have dll-interface to be used by clients of class 'atomstruct::Structure'
|
|---|
| 20577 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\StructureSeq.h(50): note: see declaration of 'std::vector<atomstruct::Residue *,std::allocator<atomstruct::Residue *>>'
|
|---|
| 20578 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Structure.h(165): warning C4251: 'atomstruct::Structure::_res_numbering_valid': class 'std::vector<bool,std::allocator<bool>>' needs to have dll-interface to be used by clients of class 'atomstruct::Structure'
|
|---|
| 20579 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Structure.h(165): note: see declaration of 'std::vector<bool,std::allocator<bool>>'
|
|---|
| 20580 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Structure.h(176): warning C4251: 'atomstruct::Structure::_rings': class 'std::set<atomstruct::Ring,std::less<atomstruct::Ring>,std::allocator<atomstruct::Ring>>' needs to have dll-interface to be used by clients of class 'atomstruct::Structure'
|
|---|
| 20581 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Structure.h(128): note: see declaration of 'std::set<atomstruct::Ring,std::less<atomstruct::Ring>,std::allocator<atomstruct::Ring>>'
|
|---|
| 20582 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Structure.h(283): 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'
|
|---|
| 20583 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 20584 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Structure.h(287): warning C4251: 'atomstruct::Structure::metadata': class 'std::map<atomstruct::ChainID,std::vector<atomstruct::ResName,std::allocator<std::string>>,std::less<std::string>,std::allocator<std::pair<const atomstruct::ChainID,std::vector<atomstruct::ResName,std::allocator<std::string>>>>>' needs to have dll-interface to be used by clients of class 'atomstruct::Structure'
|
|---|
| 20585 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Structure.h(121): note: see declaration of 'std::map<atomstruct::ChainID,std::vector<atomstruct::ResName,std::allocator<std::string>>,std::less<std::string>,std::allocator<std::pair<const atomstruct::ChainID,std::vector<atomstruct::ResName,std::allocator<std::string>>>>>'
|
|---|
| 20586 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\pyinstance/PythonInstance.declare.h(78): 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>'
|
|---|
| 20587 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 20588 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\CoordSet.h(41): note: see reference to class template instantiation 'pyinstance::PythonInstance<atomstruct::CoordSet>' being compiled
|
|---|
| 20589 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\CoordSet.h(49): warning C4251: 'atomstruct::CoordSet::_coords': class 'std::vector<atomstruct::Coord,std::allocator<atomstruct::Coord>>' needs to have dll-interface to be used by clients of class 'atomstruct::CoordSet'
|
|---|
| 20590 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\CoordSet.h(46): note: see declaration of 'std::vector<atomstruct::Coord,std::allocator<atomstruct::Coord>>'
|
|---|
| 20591 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\CoordSet.h(51): warning C4251: 'atomstruct::CoordSet::_bfactor_map': class 'std::unordered_map<const atomstruct::Atom *,float,std::hash<const atomstruct::Atom *>,std::equal_to<const atomstruct::Atom *>,std::allocator<std::pair<const atomstruct::Atom *const ,float>>>' needs to have dll-interface to be used by clients of class 'atomstruct::CoordSet'
|
|---|
| 20592 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\CoordSet.h(51): note: see declaration of 'std::unordered_map<const atomstruct::Atom *,float,std::hash<const atomstruct::Atom *>,std::equal_to<const atomstruct::Atom *>,std::allocator<std::pair<const atomstruct::Atom *const ,float>>>'
|
|---|
| 20593 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\CoordSet.h(52): warning C4251: 'atomstruct::CoordSet::_occupancy_map': class 'std::unordered_map<const atomstruct::Atom *,float,std::hash<const atomstruct::Atom *>,std::equal_to<const atomstruct::Atom *>,std::allocator<std::pair<const atomstruct::Atom *const ,float>>>' needs to have dll-interface to be used by clients of class 'atomstruct::CoordSet'
|
|---|
| 20594 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\CoordSet.h(51): note: see declaration of 'std::unordered_map<const atomstruct::Atom *,float,std::hash<const atomstruct::Atom *>,std::equal_to<const atomstruct::Atom *>,std::allocator<std::pair<const atomstruct::Atom *const ,float>>>'
|
|---|
| 20595 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\CoordSet.h(77): warning C4267: 'return': conversion from 'size_t' to 'int', possible loss of data
|
|---|
| 20596 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\CoordSet.h(80): warning C4267: 'return': conversion from 'size_t' to 'int', possible loss of data
|
|---|
| 20597 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\pyinstance/PythonInstance.declare.h(78): 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>'
|
|---|
| 20598 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 20599 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct/Atom.h(68): note: see reference to class template instantiation 'pyinstance::PythonInstance<atomstruct::Atom>' being compiled
|
|---|
| 20600 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct/Atom.h(124): warning C4251: 'atomstruct::Atom::_alt_loc_map': class 'std::map<unsigned char,atomstruct::Atom::_Alt_loc_info,std::less<unsigned char>,std::allocator<std::pair<const unsigned char,atomstruct::Atom::_Alt_loc_info>>>' needs to have dll-interface to be used by clients of class 'atomstruct::Atom'
|
|---|
| 20601 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct/Atom.h(123): note: see declaration of 'std::map<unsigned char,atomstruct::Atom::_Alt_loc_info,std::less<unsigned char>,std::allocator<std::pair<const unsigned char,atomstruct::Atom::_Alt_loc_info>>>'
|
|---|
| 20602 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct/Atom.h(126): warning C4251: 'atomstruct::Atom::_bonds': class 'std::vector<atomstruct::Bond *,std::allocator<atomstruct::Bond *>>' needs to have dll-interface to be used by clients of class 'atomstruct::Atom'
|
|---|
| 20603 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Ring.h(63): note: see declaration of 'std::vector<atomstruct::Bond *,std::allocator<atomstruct::Bond *>>'
|
|---|
| 20604 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct/Atom.h(127): 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'
|
|---|
| 20605 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\string_types.h(44): note: see declaration of 'chutil::CString<5,65,116,111,109,32,84,121,112,101>'
|
|---|
| 20606 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct/Atom.h(134): 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'
|
|---|
| 20607 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\string_types.h(44): note: see declaration of 'chutil::CString<5,65,116,111,109,32,84,121,112,101>'
|
|---|
| 20608 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct/Atom.h(136): warning C4251: 'atomstruct::Atom::_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::Atom'
|
|---|
| 20609 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 20610 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct/Atom.h(137): warning C4251: 'atomstruct::Atom::_neighbors': class 'std::vector<atomstruct::Atom *,std::allocator<atomstruct::Atom *>>' needs to have dll-interface to be used by clients of class 'atomstruct::Atom'
|
|---|
| 20611 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Ring.h(64): note: see declaration of 'std::vector<atomstruct::Atom *,std::allocator<atomstruct::Atom *>>'
|
|---|
| 20612 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct/Atom.h(143): warning C4251: 'atomstruct::Atom::_rings': class 'std::vector<const atomstruct::Ring *,std::allocator<const atomstruct::Ring *>>' needs to have dll-interface to be used by clients of class 'atomstruct::Atom'
|
|---|
| 20613 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct/Atom.h(91): note: see declaration of 'std::vector<const atomstruct::Ring *,std::allocator<const atomstruct::Ring *>>'
|
|---|
| 20614 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct/Atom.h(201): warning C4244: '=': conversion from 'double' to 'float', possible loss of data
|
|---|
| 20615 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct/Atom.h(205): warning C4244: 'return': conversion from 'double' to 'float', possible loss of data
|
|---|
| 20616 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct/Atom.h(223): warning C4267: 'return': conversion from 'size_t' to 'int', possible loss of data
|
|---|
| 20617 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\pyinstance/PythonInstance.declare.h(78): 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>'
|
|---|
| 20618 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 20619 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct/Residue.h(53): note: see reference to class template instantiation 'pyinstance::PythonInstance<atomstruct::Residue>' being compiled
|
|---|
| 20620 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct/Residue.h(81): warning C4251: 'atomstruct::Residue::_atoms': class 'std::vector<atomstruct::Atom *,std::allocator<atomstruct::Atom *>>' needs to have dll-interface to be used by clients of class 'atomstruct::Residue'
|
|---|
| 20621 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Ring.h(64): note: see declaration of 'std::vector<atomstruct::Atom *,std::allocator<atomstruct::Atom *>>'
|
|---|
| 20622 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct/Residue.h(83): 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'
|
|---|
| 20623 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 20624 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct/Residue.h(85): 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'
|
|---|
| 20625 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 20626 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct/Residue.h(86): 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'
|
|---|
| 20627 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 20628 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct/Residue.h(162): warning C4251: 'atomstruct::Residue::aa_min_backbone_names': class 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>' needs to have dll-interface to be used by clients of class 'atomstruct::Residue'
|
|---|
| 20629 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\element/Element.h(79): note: see declaration of 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>'
|
|---|
| 20630 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct/Residue.h(163): warning C4251: 'atomstruct::Residue::aa_min_ordered_backbone_names': class 'std::vector<atomstruct::ResName,std::allocator<std::string>>' needs to have dll-interface to be used by clients of class 'atomstruct::Residue'
|
|---|
| 20631 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Sequence.h(99): note: see declaration of 'std::vector<atomstruct::ResName,std::allocator<std::string>>'
|
|---|
| 20632 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct/Residue.h(164): warning C4251: 'atomstruct::Residue::aa_max_backbone_names': class 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>' needs to have dll-interface to be used by clients of class 'atomstruct::Residue'
|
|---|
| 20633 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\element/Element.h(79): note: see declaration of 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>'
|
|---|
| 20634 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct/Residue.h(165): warning C4251: 'atomstruct::Residue::aa_ribbon_backbone_names': class 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>' needs to have dll-interface to be used by clients of class 'atomstruct::Residue'
|
|---|
| 20635 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\element/Element.h(79): note: see declaration of 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>'
|
|---|
| 20636 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct/Residue.h(166): warning C4251: 'atomstruct::Residue::aa_side_connector_names': class 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>' needs to have dll-interface to be used by clients of class 'atomstruct::Residue'
|
|---|
| 20637 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\element/Element.h(79): note: see declaration of 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>'
|
|---|
| 20638 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct/Residue.h(167): warning C4251: 'atomstruct::Residue::na_min_backbone_names': class 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>' needs to have dll-interface to be used by clients of class 'atomstruct::Residue'
|
|---|
| 20639 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\element/Element.h(79): note: see declaration of 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>'
|
|---|
| 20640 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct/Residue.h(168): warning C4251: 'atomstruct::Residue::na_min_ordered_backbone_names': class 'std::vector<atomstruct::ResName,std::allocator<std::string>>' needs to have dll-interface to be used by clients of class 'atomstruct::Residue'
|
|---|
| 20641 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Sequence.h(99): note: see declaration of 'std::vector<atomstruct::ResName,std::allocator<std::string>>'
|
|---|
| 20642 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct/Residue.h(169): warning C4251: 'atomstruct::Residue::na_max_backbone_names': class 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>' needs to have dll-interface to be used by clients of class 'atomstruct::Residue'
|
|---|
| 20643 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\element/Element.h(79): note: see declaration of 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>'
|
|---|
| 20644 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct/Residue.h(170): warning C4251: 'atomstruct::Residue::na_ribbon_backbone_names': class 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>' needs to have dll-interface to be used by clients of class 'atomstruct::Residue'
|
|---|
| 20645 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\element/Element.h(79): note: see declaration of 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>'
|
|---|
| 20646 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct/Residue.h(171): warning C4251: 'atomstruct::Residue::na_side_connector_names': class 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>' needs to have dll-interface to be used by clients of class 'atomstruct::Residue'
|
|---|
| 20647 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\element/Element.h(79): note: see declaration of 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>'
|
|---|
| 20648 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct/Residue.h(172): warning C4251: 'atomstruct::Residue::ribose_names': class 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>' needs to have dll-interface to be used by clients of class 'atomstruct::Residue'
|
|---|
| 20649 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\element/Element.h(79): note: see declaration of 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>'
|
|---|
| 20650 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct/Residue.h(173): warning C4251: 'atomstruct::Residue::std_solvent_names': class 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>' needs to have dll-interface to be used by clients of class 'atomstruct::Residue'
|
|---|
| 20651 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\element/Element.h(79): note: see declaration of 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>'
|
|---|
| 20652 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct/Residue.h(174): warning C4251: 'atomstruct::Residue::std_water_names': class 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>' needs to have dll-interface to be used by clients of class 'atomstruct::Residue'
|
|---|
| 20653 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\element/Element.h(79): note: see declaration of 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>'
|
|---|
| 20654 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct/Residue.h(175): warning C4251: 'atomstruct::Residue::ideal_chirality': class 'std::map<atomstruct::ResName,std::map<atomstruct::ResName,char,std::less<std::string>,std::allocator<std::pair<const atomstruct::ResName,char>>>,std::less<std::string>,std::allocator<std::pair<const atomstruct::ResName,std::map<atomstruct::ResName,char,std::less<std::string>,std::allocator<std::pair<const atomstruct::ResName,char>>>>>>' needs to have dll-interface to be used by clients of class 'atomstruct::Residue'
|
|---|
| 20655 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct/Residue.h(175): note: see declaration of 'std::map<atomstruct::ResName,std::map<atomstruct::ResName,char,std::less<std::string>,std::allocator<std::pair<const atomstruct::ResName,char>>>,std::less<std::string>,std::allocator<std::pair<const atomstruct::ResName,std::map<atomstruct::ResName,char,std::less<std::string>,std::allocator<std::pair<const atomstruct::ResName,char>>>>>>'
|
|---|
| 20656 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct/Residue.h(126): warning C4267: 'return': conversion from 'size_t' to 'int', possible loss of data
|
|---|
| 20657 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\pyinstance/PythonInstance.declare.h(78): 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>'
|
|---|
| 20658 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 20659 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Bond.h(47): note: see reference to class template instantiation 'pyinstance::PythonInstance<atomstruct::Bond>' being compiled
|
|---|
| 20660 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Bond.h(59): warning C4251: 'atomstruct::Bond::_rings': class 'std::vector<const atomstruct::Ring *,std::allocator<const atomstruct::Ring *>>' needs to have dll-interface to be used by clients of class 'atomstruct::Bond'
|
|---|
| 20661 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct/Atom.h(91): note: see declaration of 'std::vector<const atomstruct::Ring *,std::allocator<const atomstruct::Ring *>>'
|
|---|
| 20662 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Bond.h(128): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data
|
|---|
| 20663 | "C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\bin\HostX64\x64\link.exe" /nologo /INCREMENTAL:NO /LTCG /DLL /MANIFEST:EMBED,ID=2 /MANIFESTUAC:NO /LIBPATH:C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\lib /LIBPATH:C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\core\lib /LIBPATH:C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\arrays\lib /LIBPATH:C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\lib /LIBPATH:C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\libs /LIBPATH:C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin /LIBPATH:C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\PCbuild\amd64 "/LIBPATH:C:\Program Files (x86)\Windows Kits\10\lib\10.0.19041.0\ucrt\x64" "/LIBPATH:C:\Program Files (x86)\Windows Kits\10\lib\10.0.19041.0\um\x64" "/LIBPATH:c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\lib\\x64" "/LIBPATH:c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\atlmfc\lib\\x64" "/LIBPATH:c:\Program Files (x86)\Windows Kits\10\lib\10.0.19041.0\ucrt\x64" "/LIBPATH:c:\Program Files (x86)\Windows Kits\10\lib\10.0.19041.0\um\x64" libatomstruct.lib libelement.lib libpyinstance.lib libarrays.lib liblogger.lib /EXPORT:PyInit__dssp build\temp.win-amd64-cpython-311\Release\dssp_cpp\dssp.obj /OUT:build\lib.win-amd64-cpython-311\chimerax\dssp\_dssp.cp311-win_amd64.pyd /IMPLIB:build\temp.win-amd64-cpython-311\Release\dssp_cpp\_dssp.cp311-win_amd64.lib
|
|---|
| 20664 | Creating library build\temp.win-amd64-cpython-311\Release\dssp_cpp\_dssp.cp311-win_amd64.lib and object build\temp.win-amd64-cpython-311\Release\dssp_cpp\_dssp.cp311-win_amd64.exp
|
|---|
| 20665 | Generating code
|
|---|
| 20666 | Finished generating code
|
|---|
| 20667 | running bdist_wheel
|
|---|
| 20668 | installing to build\bdist.win-amd64\wheel
|
|---|
| 20669 | running install
|
|---|
| 20670 | running install_lib
|
|---|
| 20671 | running build_ext
|
|---|
| 20672 | creating build\bdist.win-amd64\wheel
|
|---|
| 20673 | creating build\bdist.win-amd64\wheel\chimerax
|
|---|
| 20674 | creating build\bdist.win-amd64\wheel\chimerax\dssp
|
|---|
| 20675 | copying build\lib.win-amd64-cpython-311\chimerax\dssp\_dssp.cp311-win_amd64.pyd -> build\bdist.win-amd64\wheel\.\chimerax\dssp
|
|---|
| 20676 | copying build\lib.win-amd64-cpython-311\chimerax\dssp\__init__.py -> build\bdist.win-amd64\wheel\.\chimerax\dssp
|
|---|
| 20677 | running install_egg_info
|
|---|
| 20678 | running egg_info
|
|---|
| 20679 | creating ChimeraX_Dssp.egg-info
|
|---|
| 20680 | writing ChimeraX_Dssp.egg-info\PKG-INFO
|
|---|
| 20681 | writing dependency_links to ChimeraX_Dssp.egg-info\dependency_links.txt
|
|---|
| 20682 | writing requirements to ChimeraX_Dssp.egg-info\requires.txt
|
|---|
| 20683 | writing top-level names to ChimeraX_Dssp.egg-info\top_level.txt
|
|---|
| 20684 | writing manifest file 'ChimeraX_Dssp.egg-info\SOURCES.txt'
|
|---|
| 20685 | reading manifest file 'ChimeraX_Dssp.egg-info\SOURCES.txt'
|
|---|
| 20686 | writing manifest file 'ChimeraX_Dssp.egg-info\SOURCES.txt'
|
|---|
| 20687 | Copying ChimeraX_Dssp.egg-info to build\bdist.win-amd64\wheel\.\ChimeraX_Dssp-2.0-py3.11.egg-info
|
|---|
| 20688 | running install_scripts
|
|---|
| 20689 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\setuptools\command\bdist_wheel.py:103: RuntimeWarning: Config variable 'Py_DEBUG' is unset, Python ABI tag may be incorrect
|
|---|
| 20690 | if get_flag("Py_DEBUG", hasattr(sys, "gettotalrefcount"), warn=(impl == "cp")):
|
|---|
| 20691 | creating build\bdist.win-amd64\wheel\chimerax_dssp-2.0.dist-info\WHEEL
|
|---|
| 20692 | creating 'dist\chimerax_dssp-2.0-cp311-cp311-win_amd64.whl' and adding 'build\bdist.win-amd64\wheel' to it
|
|---|
| 20693 | adding 'chimerax/dssp/__init__.py'
|
|---|
| 20694 | adding 'chimerax/dssp/_dssp.cp311-win_amd64.pyd'
|
|---|
| 20695 | adding 'chimerax_dssp-2.0.dist-info/METADATA'
|
|---|
| 20696 | adding 'chimerax_dssp-2.0.dist-info/WHEEL'
|
|---|
| 20697 | adding 'chimerax_dssp-2.0.dist-info/top_level.txt'
|
|---|
| 20698 | adding 'chimerax_dssp-2.0.dist-info/RECORD'
|
|---|
| 20699 | removing build\bdist.win-amd64\wheel
|
|---|
| 20700 | Distribution is in .\dist\ChimeraX_Dssp-2.0-cp311-cp311-win_amd64.whl
|
|---|
| 20701 | INFO:
|
|---|
| 20702 |
|
|---|
| 20703 | make sync
|
|---|
| 20704 | make[6]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/dssp'
|
|---|
| 20705 | cp -av dist/*.whl ../../../build/sync
|
|---|
| 20706 | 'dist/chimerax_dssp-2.0-cp311-cp311-win_amd64.whl' -> '../../../build/sync/chimerax_dssp-2.0-cp311-cp311-win_amd64.whl'
|
|---|
| 20707 | make[6]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/dssp'
|
|---|
| 20708 | make[5]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/dssp'
|
|---|
| 20709 | make -C emdb_sff build
|
|---|
| 20710 | make[5]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/emdb_sff'
|
|---|
| 20711 | if [ -z "../../../ChimeraX.app/bin/python.exe" ]; then \
|
|---|
| 20712 | echo "missing ChimeraX application's python"; exit 1; \
|
|---|
| 20713 | else \
|
|---|
| 20714 | PYTHONNOUSERSITE=1 ../../../ChimeraX.app/bin/python.exe -I -m chimerax.core --nogui --exit --safemode --cmd "devel build . exit true "; \
|
|---|
| 20715 | fi
|
|---|
| 20716 | INFO:
|
|---|
| 20717 | Executing: devel build . exit true
|
|---|
| 20718 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\setuptools\dist.py:759: SetuptoolsDeprecationWarning: License classifiers are deprecated.
|
|---|
| 20719 | !!
|
|---|
| 20720 |
|
|---|
| 20721 | ********************************************************************************
|
|---|
| 20722 | Please consider removing the following classifiers in favor of a SPDX license expression:
|
|---|
| 20723 |
|
|---|
| 20724 | License :: Free for non-commercial use
|
|---|
| 20725 |
|
|---|
| 20726 | See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details.
|
|---|
| 20727 | ********************************************************************************
|
|---|
| 20728 |
|
|---|
| 20729 | !!
|
|---|
| 20730 | self._finalize_license_expression()
|
|---|
| 20731 | running build
|
|---|
| 20732 | running build_py
|
|---|
| 20733 | creating build\lib\chimerax\emdb_sff
|
|---|
| 20734 | copying src\sff.py -> build\lib\chimerax\emdb_sff
|
|---|
| 20735 | copying src\__init__.py -> build\lib\chimerax\emdb_sff
|
|---|
| 20736 | running bdist_wheel
|
|---|
| 20737 | installing to build\bdist.win-amd64\wheel
|
|---|
| 20738 | running install
|
|---|
| 20739 | running install_lib
|
|---|
| 20740 | creating build\bdist.win-amd64\wheel
|
|---|
| 20741 | creating build\bdist.win-amd64\wheel\chimerax
|
|---|
| 20742 | creating build\bdist.win-amd64\wheel\chimerax\emdb_sff
|
|---|
| 20743 | copying build\lib\chimerax\emdb_sff\sff.py -> build\bdist.win-amd64\wheel\.\chimerax\emdb_sff
|
|---|
| 20744 | copying build\lib\chimerax\emdb_sff\__init__.py -> build\bdist.win-amd64\wheel\.\chimerax\emdb_sff
|
|---|
| 20745 | running install_egg_info
|
|---|
| 20746 | running egg_info
|
|---|
| 20747 | creating ChimeraX_EMDB_SFF.egg-info
|
|---|
| 20748 | writing ChimeraX_EMDB_SFF.egg-info\PKG-INFO
|
|---|
| 20749 | writing dependency_links to ChimeraX_EMDB_SFF.egg-info\dependency_links.txt
|
|---|
| 20750 | writing requirements to ChimeraX_EMDB_SFF.egg-info\requires.txt
|
|---|
| 20751 | writing top-level names to ChimeraX_EMDB_SFF.egg-info\top_level.txt
|
|---|
| 20752 | writing manifest file 'ChimeraX_EMDB_SFF.egg-info\SOURCES.txt'
|
|---|
| 20753 | reading manifest file 'ChimeraX_EMDB_SFF.egg-info\SOURCES.txt'
|
|---|
| 20754 | writing manifest file 'ChimeraX_EMDB_SFF.egg-info\SOURCES.txt'
|
|---|
| 20755 | Copying ChimeraX_EMDB_SFF.egg-info to build\bdist.win-amd64\wheel\.\ChimeraX_EMDB_SFF-1.0-py3.11.egg-info
|
|---|
| 20756 | running install_scripts
|
|---|
| 20757 | creating build\bdist.win-amd64\wheel\chimerax_emdb_sff-1.0.dist-info\WHEEL
|
|---|
| 20758 | creating 'dist\chimerax_emdb_sff-1.0-py3-none-any.whl' and adding 'build\bdist.win-amd64\wheel' to it
|
|---|
| 20759 | adding 'chimerax/emdb_sff/__init__.py'
|
|---|
| 20760 | adding 'chimerax/emdb_sff/sff.py'
|
|---|
| 20761 | adding 'chimerax_emdb_sff-1.0.dist-info/METADATA'
|
|---|
| 20762 | adding 'chimerax_emdb_sff-1.0.dist-info/WHEEL'
|
|---|
| 20763 | adding 'chimerax_emdb_sff-1.0.dist-info/top_level.txt'
|
|---|
| 20764 | adding 'chimerax_emdb_sff-1.0.dist-info/RECORD'
|
|---|
| 20765 | removing build\bdist.win-amd64\wheel
|
|---|
| 20766 | Distribution is in .\dist\ChimeraX_EMDB_SFF-1.0-py3-none-any.whl
|
|---|
| 20767 | INFO:
|
|---|
| 20768 |
|
|---|
| 20769 | make sync
|
|---|
| 20770 | make[6]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/emdb_sff'
|
|---|
| 20771 | cp -av dist/*.whl ../../../build/sync
|
|---|
| 20772 | 'dist/chimerax_emdb_sff-1.0-py3-none-any.whl' -> '../../../build/sync/chimerax_emdb_sff-1.0-py3-none-any.whl'
|
|---|
| 20773 | make[6]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/emdb_sff'
|
|---|
| 20774 | make[5]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/emdb_sff'
|
|---|
| 20775 | make -C esmfold build
|
|---|
| 20776 | make[5]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/esmfold'
|
|---|
| 20777 | if [ -z "../../../ChimeraX.app/bin/python.exe" ]; then \
|
|---|
| 20778 | echo "missing ChimeraX application's python"; exit 1; \
|
|---|
| 20779 | else \
|
|---|
| 20780 | PYTHONNOUSERSITE=1 ../../../ChimeraX.app/bin/python.exe -I -m chimerax.core --nogui --exit --safemode --cmd "devel build . exit true "; \
|
|---|
| 20781 | fi
|
|---|
| 20782 | INFO:
|
|---|
| 20783 | Executing: devel build . exit true
|
|---|
| 20784 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\setuptools\dist.py:759: SetuptoolsDeprecationWarning: License classifiers are deprecated.
|
|---|
| 20785 | !!
|
|---|
| 20786 |
|
|---|
| 20787 | ********************************************************************************
|
|---|
| 20788 | Please consider removing the following classifiers in favor of a SPDX license expression:
|
|---|
| 20789 |
|
|---|
| 20790 | License :: Free for non-commercial use
|
|---|
| 20791 |
|
|---|
| 20792 | See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details.
|
|---|
| 20793 | ********************************************************************************
|
|---|
| 20794 |
|
|---|
| 20795 | !!
|
|---|
| 20796 | self._finalize_license_expression()
|
|---|
| 20797 | running build
|
|---|
| 20798 | running build_py
|
|---|
| 20799 | creating build\lib\chimerax\esmfold
|
|---|
| 20800 | copying src\blast.py -> build\lib\chimerax\esmfold
|
|---|
| 20801 | copying src\contacts.py -> build\lib\chimerax\esmfold
|
|---|
| 20802 | copying src\database.py -> build\lib\chimerax\esmfold
|
|---|
| 20803 | copying src\esmfold_search_cgi.py -> build\lib\chimerax\esmfold
|
|---|
| 20804 | copying src\fetch.py -> build\lib\chimerax\esmfold
|
|---|
| 20805 | copying src\match.py -> build\lib\chimerax\esmfold
|
|---|
| 20806 | copying src\pae.py -> build\lib\chimerax\esmfold
|
|---|
| 20807 | copying src\panel.py -> build\lib\chimerax\esmfold
|
|---|
| 20808 | copying src\predict.py -> build\lib\chimerax\esmfold
|
|---|
| 20809 | copying src\search.py -> build\lib\chimerax\esmfold
|
|---|
| 20810 | copying src\__init__.py -> build\lib\chimerax\esmfold
|
|---|
| 20811 | running bdist_wheel
|
|---|
| 20812 | installing to build\bdist.win-amd64\wheel
|
|---|
| 20813 | running install
|
|---|
| 20814 | running install_lib
|
|---|
| 20815 | creating build\bdist.win-amd64\wheel
|
|---|
| 20816 | creating build\bdist.win-amd64\wheel\chimerax
|
|---|
| 20817 | creating build\bdist.win-amd64\wheel\chimerax\esmfold
|
|---|
| 20818 | copying build\lib\chimerax\esmfold\blast.py -> build\bdist.win-amd64\wheel\.\chimerax\esmfold
|
|---|
| 20819 | copying build\lib\chimerax\esmfold\contacts.py -> build\bdist.win-amd64\wheel\.\chimerax\esmfold
|
|---|
| 20820 | copying build\lib\chimerax\esmfold\database.py -> build\bdist.win-amd64\wheel\.\chimerax\esmfold
|
|---|
| 20821 | copying build\lib\chimerax\esmfold\esmfold_search_cgi.py -> build\bdist.win-amd64\wheel\.\chimerax\esmfold
|
|---|
| 20822 | copying build\lib\chimerax\esmfold\fetch.py -> build\bdist.win-amd64\wheel\.\chimerax\esmfold
|
|---|
| 20823 | copying build\lib\chimerax\esmfold\match.py -> build\bdist.win-amd64\wheel\.\chimerax\esmfold
|
|---|
| 20824 | copying build\lib\chimerax\esmfold\pae.py -> build\bdist.win-amd64\wheel\.\chimerax\esmfold
|
|---|
| 20825 | copying build\lib\chimerax\esmfold\panel.py -> build\bdist.win-amd64\wheel\.\chimerax\esmfold
|
|---|
| 20826 | copying build\lib\chimerax\esmfold\predict.py -> build\bdist.win-amd64\wheel\.\chimerax\esmfold
|
|---|
| 20827 | copying build\lib\chimerax\esmfold\search.py -> build\bdist.win-amd64\wheel\.\chimerax\esmfold
|
|---|
| 20828 | copying build\lib\chimerax\esmfold\__init__.py -> build\bdist.win-amd64\wheel\.\chimerax\esmfold
|
|---|
| 20829 | running install_egg_info
|
|---|
| 20830 | running egg_info
|
|---|
| 20831 | creating ChimeraX_ESMFold.egg-info
|
|---|
| 20832 | writing ChimeraX_ESMFold.egg-info\PKG-INFO
|
|---|
| 20833 | writing dependency_links to ChimeraX_ESMFold.egg-info\dependency_links.txt
|
|---|
| 20834 | writing requirements to ChimeraX_ESMFold.egg-info\requires.txt
|
|---|
| 20835 | writing top-level names to ChimeraX_ESMFold.egg-info\top_level.txt
|
|---|
| 20836 | writing manifest file 'ChimeraX_ESMFold.egg-info\SOURCES.txt'
|
|---|
| 20837 | reading manifest file 'ChimeraX_ESMFold.egg-info\SOURCES.txt'
|
|---|
| 20838 | writing manifest file 'ChimeraX_ESMFold.egg-info\SOURCES.txt'
|
|---|
| 20839 | Copying ChimeraX_ESMFold.egg-info to build\bdist.win-amd64\wheel\.\ChimeraX_ESMFold-1.0-py3.11.egg-info
|
|---|
| 20840 | running install_scripts
|
|---|
| 20841 | creating build\bdist.win-amd64\wheel\chimerax_esmfold-1.0.dist-info\WHEEL
|
|---|
| 20842 | creating 'dist\chimerax_esmfold-1.0-py3-none-any.whl' and adding 'build\bdist.win-amd64\wheel' to it
|
|---|
| 20843 | adding 'chimerax/esmfold/__init__.py'
|
|---|
| 20844 | adding 'chimerax/esmfold/blast.py'
|
|---|
| 20845 | adding 'chimerax/esmfold/contacts.py'
|
|---|
| 20846 | adding 'chimerax/esmfold/database.py'
|
|---|
| 20847 | adding 'chimerax/esmfold/esmfold_search_cgi.py'
|
|---|
| 20848 | adding 'chimerax/esmfold/fetch.py'
|
|---|
| 20849 | adding 'chimerax/esmfold/match.py'
|
|---|
| 20850 | adding 'chimerax/esmfold/pae.py'
|
|---|
| 20851 | adding 'chimerax/esmfold/panel.py'
|
|---|
| 20852 | adding 'chimerax/esmfold/predict.py'
|
|---|
| 20853 | adding 'chimerax/esmfold/search.py'
|
|---|
| 20854 | adding 'chimerax_esmfold-1.0.dist-info/METADATA'
|
|---|
| 20855 | adding 'chimerax_esmfold-1.0.dist-info/WHEEL'
|
|---|
| 20856 | adding 'chimerax_esmfold-1.0.dist-info/top_level.txt'
|
|---|
| 20857 | adding 'chimerax_esmfold-1.0.dist-info/RECORD'
|
|---|
| 20858 | removing build\bdist.win-amd64\wheel
|
|---|
| 20859 | Distribution is in .\dist\ChimeraX_ESMFold-1.0-py3-none-any.whl
|
|---|
| 20860 | INFO:
|
|---|
| 20861 |
|
|---|
| 20862 | make sync
|
|---|
| 20863 | make[6]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/esmfold'
|
|---|
| 20864 | cp -av dist/*.whl ../../../build/sync
|
|---|
| 20865 | 'dist/chimerax_esmfold-1.0-py3-none-any.whl' -> '../../../build/sync/chimerax_esmfold-1.0-py3-none-any.whl'
|
|---|
| 20866 | make[6]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/esmfold'
|
|---|
| 20867 | make[5]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/esmfold'
|
|---|
| 20868 | make -C file_history build
|
|---|
| 20869 | make[5]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/file_history'
|
|---|
| 20870 | if [ -z "../../../ChimeraX.app/bin/python.exe" ]; then \
|
|---|
| 20871 | echo "missing ChimeraX application's python"; exit 1; \
|
|---|
| 20872 | else \
|
|---|
| 20873 | PYTHONNOUSERSITE=1 ../../../ChimeraX.app/bin/python.exe -I -m chimerax.core --nogui --exit --safemode --cmd "devel build . exit true "; \
|
|---|
| 20874 | fi
|
|---|
| 20875 | INFO:
|
|---|
| 20876 | Executing: devel build . exit true
|
|---|
| 20877 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\setuptools\dist.py:759: SetuptoolsDeprecationWarning: License classifiers are deprecated.
|
|---|
| 20878 | !!
|
|---|
| 20879 |
|
|---|
| 20880 | ********************************************************************************
|
|---|
| 20881 | Please consider removing the following classifiers in favor of a SPDX license expression:
|
|---|
| 20882 |
|
|---|
| 20883 | License :: Free for non-commercial use
|
|---|
| 20884 |
|
|---|
| 20885 | See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details.
|
|---|
| 20886 | ********************************************************************************
|
|---|
| 20887 |
|
|---|
| 20888 | !!
|
|---|
| 20889 | self._finalize_license_expression()
|
|---|
| 20890 | running build
|
|---|
| 20891 | running build_py
|
|---|
| 20892 | creating build\lib\chimerax\file_history
|
|---|
| 20893 | copying src\tool.py -> build\lib\chimerax\file_history
|
|---|
| 20894 | copying src\__init__.py -> build\lib\chimerax\file_history
|
|---|
| 20895 | running bdist_wheel
|
|---|
| 20896 | installing to build\bdist.win-amd64\wheel
|
|---|
| 20897 | running install
|
|---|
| 20898 | running install_lib
|
|---|
| 20899 | creating build\bdist.win-amd64\wheel
|
|---|
| 20900 | creating build\bdist.win-amd64\wheel\chimerax
|
|---|
| 20901 | creating build\bdist.win-amd64\wheel\chimerax\file_history
|
|---|
| 20902 | copying build\lib\chimerax\file_history\tool.py -> build\bdist.win-amd64\wheel\.\chimerax\file_history
|
|---|
| 20903 | copying build\lib\chimerax\file_history\__init__.py -> build\bdist.win-amd64\wheel\.\chimerax\file_history
|
|---|
| 20904 | running install_egg_info
|
|---|
| 20905 | running egg_info
|
|---|
| 20906 | creating ChimeraX_FileHistory.egg-info
|
|---|
| 20907 | writing ChimeraX_FileHistory.egg-info\PKG-INFO
|
|---|
| 20908 | writing dependency_links to ChimeraX_FileHistory.egg-info\dependency_links.txt
|
|---|
| 20909 | writing requirements to ChimeraX_FileHistory.egg-info\requires.txt
|
|---|
| 20910 | writing top-level names to ChimeraX_FileHistory.egg-info\top_level.txt
|
|---|
| 20911 | writing manifest file 'ChimeraX_FileHistory.egg-info\SOURCES.txt'
|
|---|
| 20912 | reading manifest file 'ChimeraX_FileHistory.egg-info\SOURCES.txt'
|
|---|
| 20913 | writing manifest file 'ChimeraX_FileHistory.egg-info\SOURCES.txt'
|
|---|
| 20914 | Copying ChimeraX_FileHistory.egg-info to build\bdist.win-amd64\wheel\.\ChimeraX_FileHistory-1.0.1-py3.11.egg-info
|
|---|
| 20915 | running install_scripts
|
|---|
| 20916 | creating build\bdist.win-amd64\wheel\chimerax_filehistory-1.0.1.dist-info\WHEEL
|
|---|
| 20917 | creating 'dist\chimerax_filehistory-1.0.1-py3-none-any.whl' and adding 'build\bdist.win-amd64\wheel' to it
|
|---|
| 20918 | adding 'chimerax/file_history/__init__.py'
|
|---|
| 20919 | adding 'chimerax/file_history/tool.py'
|
|---|
| 20920 | adding 'chimerax_filehistory-1.0.1.dist-info/METADATA'
|
|---|
| 20921 | adding 'chimerax_filehistory-1.0.1.dist-info/WHEEL'
|
|---|
| 20922 | adding 'chimerax_filehistory-1.0.1.dist-info/top_level.txt'
|
|---|
| 20923 | adding 'chimerax_filehistory-1.0.1.dist-info/RECORD'
|
|---|
| 20924 | removing build\bdist.win-amd64\wheel
|
|---|
| 20925 | Distribution is in .\dist\ChimeraX_FileHistory-1.0.1-py3-none-any.whl
|
|---|
| 20926 | INFO:
|
|---|
| 20927 |
|
|---|
| 20928 | make sync
|
|---|
| 20929 | make[6]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/file_history'
|
|---|
| 20930 | cp -av dist/*.whl ../../../build/sync
|
|---|
| 20931 | 'dist/chimerax_filehistory-1.0.1-py3-none-any.whl' -> '../../../build/sync/chimerax_filehistory-1.0.1-py3-none-any.whl'
|
|---|
| 20932 | make[6]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/file_history'
|
|---|
| 20933 | make[5]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/file_history'
|
|---|
| 20934 | make -C function_key build
|
|---|
| 20935 | make[5]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/function_key'
|
|---|
| 20936 | if [ -z "../../../ChimeraX.app/bin/python.exe" ]; then \
|
|---|
| 20937 | echo "missing ChimeraX application's python"; exit 1; \
|
|---|
| 20938 | else \
|
|---|
| 20939 | PYTHONNOUSERSITE=1 ../../../ChimeraX.app/bin/python.exe -I -m chimerax.core --nogui --exit --safemode --cmd "devel build . exit true "; \
|
|---|
| 20940 | fi
|
|---|
| 20941 | INFO:
|
|---|
| 20942 | Executing: devel build . exit true
|
|---|
| 20943 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\setuptools\dist.py:759: SetuptoolsDeprecationWarning: License classifiers are deprecated.
|
|---|
| 20944 | !!
|
|---|
| 20945 |
|
|---|
| 20946 | ********************************************************************************
|
|---|
| 20947 | Please consider removing the following classifiers in favor of a SPDX license expression:
|
|---|
| 20948 |
|
|---|
| 20949 | License :: Free for non-commercial use
|
|---|
| 20950 |
|
|---|
| 20951 | See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details.
|
|---|
| 20952 | ********************************************************************************
|
|---|
| 20953 |
|
|---|
| 20954 | !!
|
|---|
| 20955 | self._finalize_license_expression()
|
|---|
| 20956 | running build
|
|---|
| 20957 | running build_py
|
|---|
| 20958 | creating build\lib\chimerax\function_key
|
|---|
| 20959 | copying src\fkey.py -> build\lib\chimerax\function_key
|
|---|
| 20960 | copying src\__init__.py -> build\lib\chimerax\function_key
|
|---|
| 20961 | running bdist_wheel
|
|---|
| 20962 | installing to build\bdist.win-amd64\wheel
|
|---|
| 20963 | running install
|
|---|
| 20964 | running install_lib
|
|---|
| 20965 | creating build\bdist.win-amd64\wheel
|
|---|
| 20966 | creating build\bdist.win-amd64\wheel\chimerax
|
|---|
| 20967 | creating build\bdist.win-amd64\wheel\chimerax\function_key
|
|---|
| 20968 | copying build\lib\chimerax\function_key\fkey.py -> build\bdist.win-amd64\wheel\.\chimerax\function_key
|
|---|
| 20969 | copying build\lib\chimerax\function_key\__init__.py -> build\bdist.win-amd64\wheel\.\chimerax\function_key
|
|---|
| 20970 | running install_egg_info
|
|---|
| 20971 | running egg_info
|
|---|
| 20972 | creating ChimeraX_FunctionKey.egg-info
|
|---|
| 20973 | writing ChimeraX_FunctionKey.egg-info\PKG-INFO
|
|---|
| 20974 | writing dependency_links to ChimeraX_FunctionKey.egg-info\dependency_links.txt
|
|---|
| 20975 | writing requirements to ChimeraX_FunctionKey.egg-info\requires.txt
|
|---|
| 20976 | writing top-level names to ChimeraX_FunctionKey.egg-info\top_level.txt
|
|---|
| 20977 | writing manifest file 'ChimeraX_FunctionKey.egg-info\SOURCES.txt'
|
|---|
| 20978 | reading manifest file 'ChimeraX_FunctionKey.egg-info\SOURCES.txt'
|
|---|
| 20979 | writing manifest file 'ChimeraX_FunctionKey.egg-info\SOURCES.txt'
|
|---|
| 20980 | Copying ChimeraX_FunctionKey.egg-info to build\bdist.win-amd64\wheel\.\ChimeraX_FunctionKey-1.0.1-py3.11.egg-info
|
|---|
| 20981 | running install_scripts
|
|---|
| 20982 | creating build\bdist.win-amd64\wheel\chimerax_functionkey-1.0.1.dist-info\WHEEL
|
|---|
| 20983 | creating 'dist\chimerax_functionkey-1.0.1-py3-none-any.whl' and adding 'build\bdist.win-amd64\wheel' to it
|
|---|
| 20984 | adding 'chimerax/function_key/__init__.py'
|
|---|
| 20985 | adding 'chimerax/function_key/fkey.py'
|
|---|
| 20986 | adding 'chimerax_functionkey-1.0.1.dist-info/METADATA'
|
|---|
| 20987 | adding 'chimerax_functionkey-1.0.1.dist-info/WHEEL'
|
|---|
| 20988 | adding 'chimerax_functionkey-1.0.1.dist-info/top_level.txt'
|
|---|
| 20989 | adding 'chimerax_functionkey-1.0.1.dist-info/RECORD'
|
|---|
| 20990 | removing build\bdist.win-amd64\wheel
|
|---|
| 20991 | Distribution is in .\dist\ChimeraX_FunctionKey-1.0.1-py3-none-any.whl
|
|---|
| 20992 | INFO:
|
|---|
| 20993 |
|
|---|
| 20994 | make sync
|
|---|
| 20995 | make[6]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/function_key'
|
|---|
| 20996 | cp -av dist/*.whl ../../../build/sync
|
|---|
| 20997 | 'dist/chimerax_functionkey-1.0.1-py3-none-any.whl' -> '../../../build/sync/chimerax_functionkey-1.0.1-py3-none-any.whl'
|
|---|
| 20998 | make[6]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/function_key'
|
|---|
| 20999 | make[5]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/function_key'
|
|---|
| 21000 | make -C geometry build
|
|---|
| 21001 | make[5]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/geometry'
|
|---|
| 21002 | if [ -z "../../../ChimeraX.app/bin/python.exe" ]; then \
|
|---|
| 21003 | echo "missing ChimeraX application's python"; exit 1; \
|
|---|
| 21004 | else \
|
|---|
| 21005 | PYTHONNOUSERSITE=1 ../../../ChimeraX.app/bin/python.exe -I -m chimerax.core --nogui --exit --safemode --cmd "devel install . user false exit true noDeps true"; \
|
|---|
| 21006 | fi
|
|---|
| 21007 | INFO:
|
|---|
| 21008 | Executing: devel install . user false exit true noDeps true
|
|---|
| 21009 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\setuptools\dist.py:759: SetuptoolsDeprecationWarning: License classifiers are deprecated.
|
|---|
| 21010 | !!
|
|---|
| 21011 |
|
|---|
| 21012 | ********************************************************************************
|
|---|
| 21013 | Please consider removing the following classifiers in favor of a SPDX license expression:
|
|---|
| 21014 |
|
|---|
| 21015 | License :: Free for non-commercial use
|
|---|
| 21016 |
|
|---|
| 21017 | See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details.
|
|---|
| 21018 | ********************************************************************************
|
|---|
| 21019 |
|
|---|
| 21020 | !!
|
|---|
| 21021 | self._finalize_license_expression()
|
|---|
| 21022 | running build
|
|---|
| 21023 | running build_py
|
|---|
| 21024 | creating build\lib.win-amd64-cpython-311\chimerax\geometry
|
|---|
| 21025 | copying src\adaptive_tree.py -> build\lib.win-amd64-cpython-311\chimerax\geometry
|
|---|
| 21026 | copying src\align.py -> build\lib.win-amd64-cpython-311\chimerax\geometry
|
|---|
| 21027 | copying src\bins.py -> build\lib.win-amd64-cpython-311\chimerax\geometry
|
|---|
| 21028 | copying src\bounds.py -> build\lib.win-amd64-cpython-311\chimerax\geometry
|
|---|
| 21029 | copying src\icosahedron.py -> build\lib.win-amd64-cpython-311\chimerax\geometry
|
|---|
| 21030 | copying src\matrix.py -> build\lib.win-amd64-cpython-311\chimerax\geometry
|
|---|
| 21031 | copying src\place.py -> build\lib.win-amd64-cpython-311\chimerax\geometry
|
|---|
| 21032 | copying src\plane.py -> build\lib.win-amd64-cpython-311\chimerax\geometry
|
|---|
| 21033 | copying src\psession.py -> build\lib.win-amd64-cpython-311\chimerax\geometry
|
|---|
| 21034 | copying src\sphere.py -> build\lib.win-amd64-cpython-311\chimerax\geometry
|
|---|
| 21035 | copying src\spline.py -> build\lib.win-amd64-cpython-311\chimerax\geometry
|
|---|
| 21036 | copying src\symmetry.py -> build\lib.win-amd64-cpython-311\chimerax\geometry
|
|---|
| 21037 | copying src\vector.py -> build\lib.win-amd64-cpython-311\chimerax\geometry
|
|---|
| 21038 | copying src\__init__.py -> build\lib.win-amd64-cpython-311\chimerax\geometry
|
|---|
| 21039 | running build_ext
|
|---|
| 21040 | building 'chimerax.geometry._geometry' extension
|
|---|
| 21041 | creating build\temp.win-amd64-cpython-311\Release\_geometry
|
|---|
| 21042 | "C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\bin\HostX64\x64\cl.exe" /c /nologo /O2 /W3 /GL /DNDEBUG /MD -DMAJOR_VERSION=0 -DMINOR_VERSION=1 -IC:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\include -IC:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\core\include -IC:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\arrays\include -IC:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\include -IC:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Include "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\ucrt" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\shared" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\um" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\winrt" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\cppwinrt" "-Ic:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include" "-Ic:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\atlmfc\include" "-Ic:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\ucrt" "-Ic:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\shared" "-Ic:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\um" "-Ic:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\winrt" "-Ic:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\cppwinrt" /EHsc /Tp_geometry/bounds.cpp /Fobuild\temp.win-amd64-cpython-311\Release\_geometry\bounds.obj
|
|---|
| 21043 | bounds.cpp
|
|---|
| 21044 | "C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\bin\HostX64\x64\cl.exe" /c /nologo /O2 /W3 /GL /DNDEBUG /MD -DMAJOR_VERSION=0 -DMINOR_VERSION=1 -IC:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\include -IC:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\core\include -IC:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\arrays\include -IC:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\include -IC:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Include "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\ucrt" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\shared" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\um" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\winrt" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\cppwinrt" "-Ic:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include" "-Ic:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\atlmfc\include" "-Ic:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\ucrt" "-Ic:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\shared" "-Ic:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\um" "-Ic:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\winrt" "-Ic:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\cppwinrt" /EHsc /Tp_geometry/closepoints.cpp /Fobuild\temp.win-amd64-cpython-311\Release\_geometry\closepoints.obj
|
|---|
| 21045 | closepoints.cpp
|
|---|
| 21046 | _geometry/closepoints.cpp(736): warning C4244: 'initializing': conversion from 'double' to 'float', possible loss of data
|
|---|
| 21047 | _geometry/closepoints.cpp(879): warning C4244: 'initializing': conversion from 'double' to 'float', possible loss of data
|
|---|
| 21048 | _geometry/closepoints.cpp(1069): warning C4244: 'argument': conversion from 'Index' to 'const int', possible loss of data
|
|---|
| 21049 | _geometry/closepoints.cpp(1070): warning C4244: 'argument': conversion from 'Index' to 'int', possible loss of data
|
|---|
| 21050 | _geometry/closepoints.cpp(1071): warning C4244: 'argument': conversion from 'Index' to 'const int', possible loss of data
|
|---|
| 21051 | _geometry/closepoints.cpp(1072): warning C4244: 'argument': conversion from 'Index' to 'int', possible loss of data
|
|---|
| 21052 | _geometry/closepoints.cpp(1073): warning C4244: 'argument': conversion from 'Index' to 'int', possible loss of data
|
|---|
| 21053 | _geometry/closepoints.cpp(1073): warning C4244: 'argument': conversion from 'Index' to 'int', possible loss of data
|
|---|
| 21054 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\utility(186): warning C4244: 'initializing': conversion from 'const _Ty' to '_Ty2', possible loss of data
|
|---|
| 21055 | with
|
|---|
| 21056 | [
|
|---|
| 21057 | _Ty=int64_t
|
|---|
| 21058 | ]
|
|---|
| 21059 | and
|
|---|
| 21060 | [
|
|---|
| 21061 | _Ty2=int
|
|---|
| 21062 | ]
|
|---|
| 21063 | _geometry/closepoints.cpp(1134): note: see reference to function template instantiation 'std::pair<const float *,int>::pair<const float*const &,const Index&,0>(_Other1,_Other2) noexcept' being compiled
|
|---|
| 21064 | with
|
|---|
| 21065 | [
|
|---|
| 21066 | _Other1=const float *const &,
|
|---|
| 21067 | _Other2=const Index &
|
|---|
| 21068 | ]
|
|---|
| 21069 | _geometry/closepoints.cpp(1134): note: see reference to function template instantiation 'std::pair<const float *,int>::pair<const float*const &,const Index&,0>(_Other1,_Other2) noexcept' being compiled
|
|---|
| 21070 | with
|
|---|
| 21071 | [
|
|---|
| 21072 | _Other1=const float *const &,
|
|---|
| 21073 | _Other2=const Index &
|
|---|
| 21074 | ]
|
|---|
| 21075 | "C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\bin\HostX64\x64\cl.exe" /c /nologo /O2 /W3 /GL /DNDEBUG /MD -DMAJOR_VERSION=0 -DMINOR_VERSION=1 -IC:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\include -IC:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\core\include -IC:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\arrays\include -IC:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\include -IC:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Include "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\ucrt" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\shared" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\um" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\winrt" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\cppwinrt" "-Ic:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include" "-Ic:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\atlmfc\include" "-Ic:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\ucrt" "-Ic:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\shared" "-Ic:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\um" "-Ic:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\winrt" "-Ic:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\cppwinrt" /EHsc /Tp_geometry/cylinderrot.cpp /Fobuild\temp.win-amd64-cpython-311\Release\_geometry\cylinderrot.obj
|
|---|
| 21076 | cylinderrot.cpp
|
|---|
| 21077 | _geometry/cylinderrot.cpp(63): warning C4244: 'initializing': conversion from 'double' to 'float', possible loss of data
|
|---|
| 21078 | _geometry/cylinderrot.cpp(118): warning C4244: 'argument': conversion from 'int64_t' to 'int', possible loss of data
|
|---|
| 21079 | _geometry/cylinderrot.cpp(148): warning C4244: 'initializing': conversion from 'double' to 'float', possible loss of data
|
|---|
| 21080 | _geometry/cylinderrot.cpp(166): warning C4244: '=': conversion from 'double' to 'float', possible loss of data
|
|---|
| 21081 | _geometry/cylinderrot.cpp(167): warning C4244: '=': conversion from 'double' to 'float', possible loss of data
|
|---|
| 21082 | _geometry/cylinderrot.cpp(168): warning C4244: '=': conversion from 'double' to 'float', possible loss of data
|
|---|
| 21083 | _geometry/cylinderrot.cpp(171): warning C4244: '=': conversion from 'double' to 'float', possible loss of data
|
|---|
| 21084 | _geometry/cylinderrot.cpp(172): warning C4244: '=': conversion from 'double' to 'float', possible loss of data
|
|---|
| 21085 | _geometry/cylinderrot.cpp(173): warning C4244: '=': conversion from 'double' to 'float', possible loss of data
|
|---|
| 21086 | _geometry/cylinderrot.cpp(266): warning C4244: '=': conversion from 'double' to 'float', possible loss of data
|
|---|
| 21087 | "C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\bin\HostX64\x64\cl.exe" /c /nologo /O2 /W3 /GL /DNDEBUG /MD -DMAJOR_VERSION=0 -DMINOR_VERSION=1 -IC:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\include -IC:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\core\include -IC:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\arrays\include -IC:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\include -IC:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Include "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\ucrt" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\shared" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\um" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\winrt" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\cppwinrt" "-Ic:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include" "-Ic:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\atlmfc\include" "-Ic:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\ucrt" "-Ic:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\shared" "-Ic:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\um" "-Ic:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\winrt" "-Ic:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\cppwinrt" /EHsc /Tp_geometry/distances.cpp /Fobuild\temp.win-amd64-cpython-311\Release\_geometry\distances.obj
|
|---|
| 21088 | distances.cpp
|
|---|
| 21089 | _geometry/distances.cpp(108): warning C4244: 'initializing': conversion from 'double' to 'float', possible loss of data
|
|---|
| 21090 | "C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\bin\HostX64\x64\cl.exe" /c /nologo /O2 /W3 /GL /DNDEBUG /MD -DMAJOR_VERSION=0 -DMINOR_VERSION=1 -IC:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\include -IC:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\core\include -IC:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\arrays\include -IC:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\include -IC:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Include "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\ucrt" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\shared" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\um" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\winrt" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\cppwinrt" "-Ic:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include" "-Ic:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\atlmfc\include" "-Ic:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\ucrt" "-Ic:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\shared" "-Ic:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\um" "-Ic:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\winrt" "-Ic:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\cppwinrt" /EHsc /Tp_geometry/distancespy.cpp /Fobuild\temp.win-amd64-cpython-311\Release\_geometry\distancespy.obj
|
|---|
| 21091 | distancespy.cpp
|
|---|
| 21092 | _geometry/distancespy.cpp(57): warning C4244: 'argument': conversion from 'int64_t' to 'int', possible loss of data
|
|---|
| 21093 | _geometry/distancespy.cpp(83): warning C4244: 'argument': conversion from 'int64_t' to 'int', possible loss of data
|
|---|
| 21094 | _geometry/distancespy.cpp(109): warning C4244: 'argument': conversion from 'int64_t' to 'int', possible loss of data
|
|---|
| 21095 | _geometry/distancespy.cpp(134): warning C4244: 'argument': conversion from 'int64_t' to 'int', possible loss of data
|
|---|
| 21096 | "C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\bin\HostX64\x64\cl.exe" /c /nologo /O2 /W3 /GL /DNDEBUG /MD -DMAJOR_VERSION=0 -DMINOR_VERSION=1 -IC:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\include -IC:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\core\include -IC:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\arrays\include -IC:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\include -IC:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Include "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\ucrt" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\shared" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\um" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\winrt" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\cppwinrt" "-Ic:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include" "-Ic:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\atlmfc\include" "-Ic:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\ucrt" "-Ic:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\shared" "-Ic:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\um" "-Ic:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\winrt" "-Ic:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\cppwinrt" /EHsc /Tp_geometry/fill_ring.cpp /Fobuild\temp.win-amd64-cpython-311\Release\_geometry\fill_ring.obj
|
|---|
| 21097 | fill_ring.cpp
|
|---|
| 21098 | _geometry/fill_ring.cpp(134): warning C4267: 'argument': conversion from 'size_t' to '_Ty', possible loss of data
|
|---|
| 21099 | with
|
|---|
| 21100 | [
|
|---|
| 21101 | _Ty=int
|
|---|
| 21102 | ]
|
|---|
| 21103 | _geometry/fill_ring.cpp(135): warning C4267: 'argument': conversion from 'size_t' to '_Ty', possible loss of data
|
|---|
| 21104 | with
|
|---|
| 21105 | [
|
|---|
| 21106 | _Ty=int
|
|---|
| 21107 | ]
|
|---|
| 21108 | _geometry/fill_ring.cpp(136): warning C4267: 'argument': conversion from 'size_t' to '_Ty', possible loss of data
|
|---|
| 21109 | with
|
|---|
| 21110 | [
|
|---|
| 21111 | _Ty=int
|
|---|
| 21112 | ]
|
|---|
| 21113 | _geometry/fill_ring.cpp(237): warning C4267: 'argument': conversion from 'size_t' to '_Ty', possible loss of data
|
|---|
| 21114 | with
|
|---|
| 21115 | [
|
|---|
| 21116 | _Ty=int
|
|---|
| 21117 | ]
|
|---|
| 21118 | _geometry/fill_ring.cpp(238): warning C4267: 'argument': conversion from 'size_t' to '_Ty', possible loss of data
|
|---|
| 21119 | with
|
|---|
| 21120 | [
|
|---|
| 21121 | _Ty=int
|
|---|
| 21122 | ]
|
|---|
| 21123 | _geometry/fill_ring.cpp(239): warning C4267: 'argument': conversion from 'size_t' to '_Ty', possible loss of data
|
|---|
| 21124 | with
|
|---|
| 21125 | [
|
|---|
| 21126 | _Ty=int
|
|---|
| 21127 | ]
|
|---|
| 21128 | _geometry/fill_ring.cpp(512): warning C4244: 'argument': conversion from 'double' to 'float', possible loss of data
|
|---|
| 21129 | _geometry/fill_ring.cpp(569): warning C4244: 'argument': conversion from 'double' to 'float', possible loss of data
|
|---|
| 21130 | "C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\bin\HostX64\x64\cl.exe" /c /nologo /O2 /W3 /GL /DNDEBUG /MD -DMAJOR_VERSION=0 -DMINOR_VERSION=1 -IC:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\include -IC:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\core\include -IC:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\arrays\include -IC:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\include -IC:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Include "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\ucrt" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\shared" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\um" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\winrt" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\cppwinrt" "-Ic:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include" "-Ic:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\atlmfc\include" "-Ic:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\ucrt" "-Ic:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\shared" "-Ic:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\um" "-Ic:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\winrt" "-Ic:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\cppwinrt" /EHsc /Tp_geometry/geometry.cpp /Fobuild\temp.win-amd64-cpython-311\Release\_geometry\geometry.obj
|
|---|
| 21131 | geometry.cpp
|
|---|
| 21132 | "C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\bin\HostX64\x64\cl.exe" /c /nologo /O2 /W3 /GL /DNDEBUG /MD -DMAJOR_VERSION=0 -DMINOR_VERSION=1 -IC:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\include -IC:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\core\include -IC:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\arrays\include -IC:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\include -IC:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Include "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\ucrt" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\shared" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\um" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\winrt" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\cppwinrt" "-Ic:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include" "-Ic:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\atlmfc\include" "-Ic:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\ucrt" "-Ic:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\shared" "-Ic:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\um" "-Ic:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\winrt" "-Ic:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\cppwinrt" /EHsc /Tp_geometry/intercept.cpp /Fobuild\temp.win-amd64-cpython-311\Release\_geometry\intercept.obj
|
|---|
| 21133 | intercept.cpp
|
|---|
| 21134 | _geometry/intercept.cpp(108): warning C4244: 'argument': conversion from 'int64_t' to 'long', possible loss of data
|
|---|
| 21135 | _geometry/intercept.cpp(256): warning C4244: 'argument': conversion from 'int64_t' to 'long', possible loss of data
|
|---|
| 21136 | _geometry/intercept.cpp(277): warning C4244: 'initializing': conversion from 'double' to 'float', possible loss of data
|
|---|
| 21137 | _geometry/intercept.cpp(296): warning C4244: 'initializing': conversion from 'double' to 'float', possible loss of data
|
|---|
| 21138 | _geometry/intercept.cpp(368): warning C4244: 'initializing': conversion from 'double' to 'float', possible loss of data
|
|---|
| 21139 | _geometry/intercept.cpp(392): warning C4244: 'initializing': conversion from 'double' to 'float', possible loss of data
|
|---|
| 21140 | _geometry/intercept.cpp(398): warning C4244: '=': conversion from 'int64_t' to 'unsigned char', possible loss of data
|
|---|
| 21141 | _geometry/intercept.cpp(462): warning C4244: 'argument': conversion from 'int64_t' to 'long', possible loss of data
|
|---|
| 21142 | "C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\bin\HostX64\x64\cl.exe" /c /nologo /O2 /W3 /GL /DNDEBUG /MD -DMAJOR_VERSION=0 -DMINOR_VERSION=1 -IC:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\include -IC:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\core\include -IC:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\arrays\include -IC:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\include -IC:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Include "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\ucrt" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\shared" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\um" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\winrt" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\cppwinrt" "-Ic:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include" "-Ic:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\atlmfc\include" "-Ic:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\ucrt" "-Ic:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\shared" "-Ic:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\um" "-Ic:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\winrt" "-Ic:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\cppwinrt" /EHsc /Tp_geometry/matrix.cpp /Fobuild\temp.win-amd64-cpython-311\Release\_geometry\matrix.obj
|
|---|
| 21143 | matrix.cpp
|
|---|
| 21144 | "C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\bin\HostX64\x64\cl.exe" /c /nologo /O2 /W3 /GL /DNDEBUG /MD -DMAJOR_VERSION=0 -DMINOR_VERSION=1 -IC:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\include -IC:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\core\include -IC:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\arrays\include -IC:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\include -IC:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Include "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\ucrt" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\shared" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\um" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\winrt" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\cppwinrt" "-Ic:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include" "-Ic:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\atlmfc\include" "-Ic:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\ucrt" "-Ic:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\shared" "-Ic:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\um" "-Ic:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\winrt" "-Ic:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\cppwinrt" /EHsc /Tp_geometry/spline.cpp /Fobuild\temp.win-amd64-cpython-311\Release\_geometry\spline.obj
|
|---|
| 21145 | spline.cpp
|
|---|
| 21146 | _geometry/spline.cpp(81): warning C4244: '=': conversion from 'double' to 'float', possible loss of data
|
|---|
| 21147 | _geometry/spline.cpp(83): warning C4244: '=': conversion from 'double' to 'float', possible loss of data
|
|---|
| 21148 | _geometry/spline.cpp(104): warning C4244: 'initializing': conversion from 'double' to 'float', possible loss of data
|
|---|
| 21149 | "C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\bin\HostX64\x64\cl.exe" /c /nologo /O2 /W3 /GL /DNDEBUG /MD -DMAJOR_VERSION=0 -DMINOR_VERSION=1 -IC:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\include -IC:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\core\include -IC:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\arrays\include -IC:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\include -IC:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Include "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\ucrt" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\shared" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\um" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\winrt" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\cppwinrt" "-Ic:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include" "-Ic:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\atlmfc\include" "-Ic:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\ucrt" "-Ic:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\shared" "-Ic:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\um" "-Ic:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\winrt" "-Ic:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\cppwinrt" /EHsc /Tp_geometry/transform.cpp /Fobuild\temp.win-amd64-cpython-311\Release\_geometry\transform.obj
|
|---|
| 21150 | transform.cpp
|
|---|
| 21151 | "C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\bin\HostX64\x64\cl.exe" /c /nologo /O2 /W3 /GL /DNDEBUG /MD -DMAJOR_VERSION=0 -DMINOR_VERSION=1 -IC:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\include -IC:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\core\include -IC:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\arrays\include -IC:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\include -IC:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Include "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\ucrt" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\shared" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\um" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\winrt" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\cppwinrt" "-Ic:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include" "-Ic:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\atlmfc\include" "-Ic:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\ucrt" "-Ic:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\shared" "-Ic:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\um" "-Ic:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\winrt" "-Ic:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\cppwinrt" /EHsc /Tp_geometry/vector_ops.cpp /Fobuild\temp.win-amd64-cpython-311\Release\_geometry\vector_ops.obj
|
|---|
| 21152 | vector_ops.cpp
|
|---|
| 21153 | "C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\bin\HostX64\x64\link.exe" /nologo /INCREMENTAL:NO /LTCG /DLL /MANIFEST:EMBED,ID=2 /MANIFESTUAC:NO /LIBPATH:C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\lib /LIBPATH:C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\core\lib /LIBPATH:C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\arrays\lib /LIBPATH:C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\libs /LIBPATH:C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin /LIBPATH:C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\PCbuild\amd64 "/LIBPATH:C:\Program Files (x86)\Windows Kits\10\lib\10.0.19041.0\ucrt\x64" "/LIBPATH:C:\Program Files (x86)\Windows Kits\10\lib\10.0.19041.0\um\x64" "/LIBPATH:c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\lib\\x64" "/LIBPATH:c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\atlmfc\lib\\x64" "/LIBPATH:c:\Program Files (x86)\Windows Kits\10\lib\10.0.19041.0\ucrt\x64" "/LIBPATH:c:\Program Files (x86)\Windows Kits\10\lib\10.0.19041.0\um\x64" libarrays.lib /EXPORT:PyInit__geometry build\temp.win-amd64-cpython-311\Release\_geometry\bounds.obj build\temp.win-amd64-cpython-311\Release\_geometry\closepoints.obj build\temp.win-amd64-cpython-311\Release\_geometry\cylinderrot.obj build\temp.win-amd64-cpython-311\Release\_geometry\distances.obj build\temp.win-amd64-cpython-311\Release\_geometry\distancespy.obj build\temp.win-amd64-cpython-311\Release\_geometry\fill_ring.obj build\temp.win-amd64-cpython-311\Release\_geometry\geometry.obj build\temp.win-amd64-cpython-311\Release\_geometry\intercept.obj build\temp.win-amd64-cpython-311\Release\_geometry\matrix.obj build\temp.win-amd64-cpython-311\Release\_geometry\spline.obj build\temp.win-amd64-cpython-311\Release\_geometry\transform.obj build\temp.win-amd64-cpython-311\Release\_geometry\vector_ops.obj /OUT:build\lib.win-amd64-cpython-311\chimerax\geometry\_geometry.cp311-win_amd64.pyd /IMPLIB:build\temp.win-amd64-cpython-311\Release\_geometry\_geometry.cp311-win_amd64.lib
|
|---|
| 21154 | Creating library build\temp.win-amd64-cpython-311\Release\_geometry\_geometry.cp311-win_amd64.lib and object build\temp.win-amd64-cpython-311\Release\_geometry\_geometry.cp311-win_amd64.exp
|
|---|
| 21155 | Generating code
|
|---|
| 21156 | Finished generating code
|
|---|
| 21157 | running bdist_wheel
|
|---|
| 21158 | installing to build\bdist.win-amd64\wheel
|
|---|
| 21159 | running install
|
|---|
| 21160 | running install_lib
|
|---|
| 21161 | running build_ext
|
|---|
| 21162 | creating build\bdist.win-amd64\wheel
|
|---|
| 21163 | creating build\bdist.win-amd64\wheel\chimerax
|
|---|
| 21164 | creating build\bdist.win-amd64\wheel\chimerax\geometry
|
|---|
| 21165 | copying build\lib.win-amd64-cpython-311\chimerax\geometry\adaptive_tree.py -> build\bdist.win-amd64\wheel\.\chimerax\geometry
|
|---|
| 21166 | copying build\lib.win-amd64-cpython-311\chimerax\geometry\align.py -> build\bdist.win-amd64\wheel\.\chimerax\geometry
|
|---|
| 21167 | copying build\lib.win-amd64-cpython-311\chimerax\geometry\bins.py -> build\bdist.win-amd64\wheel\.\chimerax\geometry
|
|---|
| 21168 | copying build\lib.win-amd64-cpython-311\chimerax\geometry\bounds.py -> build\bdist.win-amd64\wheel\.\chimerax\geometry
|
|---|
| 21169 | copying build\lib.win-amd64-cpython-311\chimerax\geometry\icosahedron.py -> build\bdist.win-amd64\wheel\.\chimerax\geometry
|
|---|
| 21170 | copying build\lib.win-amd64-cpython-311\chimerax\geometry\matrix.py -> build\bdist.win-amd64\wheel\.\chimerax\geometry
|
|---|
| 21171 | copying build\lib.win-amd64-cpython-311\chimerax\geometry\place.py -> build\bdist.win-amd64\wheel\.\chimerax\geometry
|
|---|
| 21172 | copying build\lib.win-amd64-cpython-311\chimerax\geometry\plane.py -> build\bdist.win-amd64\wheel\.\chimerax\geometry
|
|---|
| 21173 | copying build\lib.win-amd64-cpython-311\chimerax\geometry\psession.py -> build\bdist.win-amd64\wheel\.\chimerax\geometry
|
|---|
| 21174 | copying build\lib.win-amd64-cpython-311\chimerax\geometry\sphere.py -> build\bdist.win-amd64\wheel\.\chimerax\geometry
|
|---|
| 21175 | copying build\lib.win-amd64-cpython-311\chimerax\geometry\spline.py -> build\bdist.win-amd64\wheel\.\chimerax\geometry
|
|---|
| 21176 | copying build\lib.win-amd64-cpython-311\chimerax\geometry\symmetry.py -> build\bdist.win-amd64\wheel\.\chimerax\geometry
|
|---|
| 21177 | copying build\lib.win-amd64-cpython-311\chimerax\geometry\vector.py -> build\bdist.win-amd64\wheel\.\chimerax\geometry
|
|---|
| 21178 | copying build\lib.win-amd64-cpython-311\chimerax\geometry\_geometry.cp311-win_amd64.pyd -> build\bdist.win-amd64\wheel\.\chimerax\geometry
|
|---|
| 21179 | copying build\lib.win-amd64-cpython-311\chimerax\geometry\__init__.py -> build\bdist.win-amd64\wheel\.\chimerax\geometry
|
|---|
| 21180 | running install_egg_info
|
|---|
| 21181 | running egg_info
|
|---|
| 21182 | creating ChimeraX_Geometry.egg-info
|
|---|
| 21183 | writing ChimeraX_Geometry.egg-info\PKG-INFO
|
|---|
| 21184 | writing dependency_links to ChimeraX_Geometry.egg-info\dependency_links.txt
|
|---|
| 21185 | writing requirements to ChimeraX_Geometry.egg-info\requires.txt
|
|---|
| 21186 | writing top-level names to ChimeraX_Geometry.egg-info\top_level.txt
|
|---|
| 21187 | writing manifest file 'ChimeraX_Geometry.egg-info\SOURCES.txt'
|
|---|
| 21188 | reading manifest file 'ChimeraX_Geometry.egg-info\SOURCES.txt'
|
|---|
| 21189 | writing manifest file 'ChimeraX_Geometry.egg-info\SOURCES.txt'
|
|---|
| 21190 | Copying ChimeraX_Geometry.egg-info to build\bdist.win-amd64\wheel\.\ChimeraX_Geometry-1.3-py3.11.egg-info
|
|---|
| 21191 | running install_scripts
|
|---|
| 21192 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\setuptools\command\bdist_wheel.py:103: RuntimeWarning: Config variable 'Py_DEBUG' is unset, Python ABI tag may be incorrect
|
|---|
| 21193 | if get_flag("Py_DEBUG", hasattr(sys, "gettotalrefcount"), warn=(impl == "cp")):
|
|---|
| 21194 | creating build\bdist.win-amd64\wheel\chimerax_geometry-1.3.dist-info\WHEEL
|
|---|
| 21195 | creating 'dist\chimerax_geometry-1.3-cp311-cp311-win_amd64.whl' and adding 'build\bdist.win-amd64\wheel' to it
|
|---|
| 21196 | adding 'chimerax/geometry/__init__.py'
|
|---|
| 21197 | adding 'chimerax/geometry/_geometry.cp311-win_amd64.pyd'
|
|---|
| 21198 | adding 'chimerax/geometry/adaptive_tree.py'
|
|---|
| 21199 | adding 'chimerax/geometry/align.py'
|
|---|
| 21200 | adding 'chimerax/geometry/bins.py'
|
|---|
| 21201 | adding 'chimerax/geometry/bounds.py'
|
|---|
| 21202 | adding 'chimerax/geometry/icosahedron.py'
|
|---|
| 21203 | adding 'chimerax/geometry/matrix.py'
|
|---|
| 21204 | adding 'chimerax/geometry/place.py'
|
|---|
| 21205 | adding 'chimerax/geometry/plane.py'
|
|---|
| 21206 | adding 'chimerax/geometry/psession.py'
|
|---|
| 21207 | adding 'chimerax/geometry/sphere.py'
|
|---|
| 21208 | adding 'chimerax/geometry/spline.py'
|
|---|
| 21209 | adding 'chimerax/geometry/symmetry.py'
|
|---|
| 21210 | adding 'chimerax/geometry/vector.py'
|
|---|
| 21211 | adding 'chimerax_geometry-1.3.dist-info/METADATA'
|
|---|
| 21212 | adding 'chimerax_geometry-1.3.dist-info/WHEEL'
|
|---|
| 21213 | adding 'chimerax_geometry-1.3.dist-info/top_level.txt'
|
|---|
| 21214 | adding 'chimerax_geometry-1.3.dist-info/RECORD'
|
|---|
| 21215 | removing build\bdist.win-amd64\wheel
|
|---|
| 21216 | Distribution is in .\dist\ChimeraX_Geometry-1.3-cp311-cp311-win_amd64.whl
|
|---|
| 21217 | STATUS:
|
|---|
| 21218 | Installing bundle
|
|---|
| 21219 | INFO:
|
|---|
| 21220 | Executing: toolshed install .\dist\ChimeraX_Geometry-1.3-cp311-cp311-win_amd64.whl userOnly false noDeps true
|
|---|
| 21221 | Installed ChimeraX-Geometry (1.3)
|
|---|
| 21222 |
|
|---|
| 21223 | make sync
|
|---|
| 21224 | make[6]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/geometry'
|
|---|
| 21225 | cp -av dist/*.whl ../../../build/sync
|
|---|
| 21226 | 'dist/chimerax_geometry-1.3-cp311-cp311-win_amd64.whl' -> '../../../build/sync/chimerax_geometry-1.3-cp311-cp311-win_amd64.whl'
|
|---|
| 21227 | make[6]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/geometry'
|
|---|
| 21228 | make[5]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/geometry'
|
|---|
| 21229 | make -C gltf build
|
|---|
| 21230 | make[5]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/gltf'
|
|---|
| 21231 | if [ -z "../../../ChimeraX.app/bin/python.exe" ]; then \
|
|---|
| 21232 | echo "missing ChimeraX application's python"; exit 1; \
|
|---|
| 21233 | else \
|
|---|
| 21234 | PYTHONNOUSERSITE=1 ../../../ChimeraX.app/bin/python.exe -I -m chimerax.core --nogui --exit --safemode --cmd "devel build . exit true "; \
|
|---|
| 21235 | fi
|
|---|
| 21236 | INFO:
|
|---|
| 21237 | Executing: devel build . exit true
|
|---|
| 21238 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\setuptools\dist.py:759: SetuptoolsDeprecationWarning: License classifiers are deprecated.
|
|---|
| 21239 | !!
|
|---|
| 21240 |
|
|---|
| 21241 | ********************************************************************************
|
|---|
| 21242 | Please consider removing the following classifiers in favor of a SPDX license expression:
|
|---|
| 21243 |
|
|---|
| 21244 | License :: Free for non-commercial use
|
|---|
| 21245 |
|
|---|
| 21246 | See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details.
|
|---|
| 21247 | ********************************************************************************
|
|---|
| 21248 |
|
|---|
| 21249 | !!
|
|---|
| 21250 | self._finalize_license_expression()
|
|---|
| 21251 | running build
|
|---|
| 21252 | running build_py
|
|---|
| 21253 | creating build\lib\chimerax\gltf
|
|---|
| 21254 | copying src\gltf.py -> build\lib\chimerax\gltf
|
|---|
| 21255 | copying src\__init__.py -> build\lib\chimerax\gltf
|
|---|
| 21256 | running bdist_wheel
|
|---|
| 21257 | installing to build\bdist.win-amd64\wheel
|
|---|
| 21258 | running install
|
|---|
| 21259 | running install_lib
|
|---|
| 21260 | creating build\bdist.win-amd64\wheel
|
|---|
| 21261 | creating build\bdist.win-amd64\wheel\chimerax
|
|---|
| 21262 | creating build\bdist.win-amd64\wheel\chimerax\gltf
|
|---|
| 21263 | copying build\lib\chimerax\gltf\gltf.py -> build\bdist.win-amd64\wheel\.\chimerax\gltf
|
|---|
| 21264 | copying build\lib\chimerax\gltf\__init__.py -> build\bdist.win-amd64\wheel\.\chimerax\gltf
|
|---|
| 21265 | running install_egg_info
|
|---|
| 21266 | running egg_info
|
|---|
| 21267 | creating ChimeraX_gltf.egg-info
|
|---|
| 21268 | writing ChimeraX_gltf.egg-info\PKG-INFO
|
|---|
| 21269 | writing dependency_links to ChimeraX_gltf.egg-info\dependency_links.txt
|
|---|
| 21270 | writing requirements to ChimeraX_gltf.egg-info\requires.txt
|
|---|
| 21271 | writing top-level names to ChimeraX_gltf.egg-info\top_level.txt
|
|---|
| 21272 | writing manifest file 'ChimeraX_gltf.egg-info\SOURCES.txt'
|
|---|
| 21273 | reading manifest file 'ChimeraX_gltf.egg-info\SOURCES.txt'
|
|---|
| 21274 | writing manifest file 'ChimeraX_gltf.egg-info\SOURCES.txt'
|
|---|
| 21275 | Copying ChimeraX_gltf.egg-info to build\bdist.win-amd64\wheel\.\ChimeraX_gltf-1.0-py3.11.egg-info
|
|---|
| 21276 | running install_scripts
|
|---|
| 21277 | creating build\bdist.win-amd64\wheel\chimerax_gltf-1.0.dist-info\WHEEL
|
|---|
| 21278 | creating 'dist\chimerax_gltf-1.0-py3-none-any.whl' and adding 'build\bdist.win-amd64\wheel' to it
|
|---|
| 21279 | adding 'chimerax/gltf/__init__.py'
|
|---|
| 21280 | adding 'chimerax/gltf/gltf.py'
|
|---|
| 21281 | adding 'chimerax_gltf-1.0.dist-info/METADATA'
|
|---|
| 21282 | adding 'chimerax_gltf-1.0.dist-info/WHEEL'
|
|---|
| 21283 | adding 'chimerax_gltf-1.0.dist-info/top_level.txt'
|
|---|
| 21284 | adding 'chimerax_gltf-1.0.dist-info/RECORD'
|
|---|
| 21285 | removing build\bdist.win-amd64\wheel
|
|---|
| 21286 | Distribution is in .\dist\ChimeraX_gltf-1.0-py3-none-any.whl
|
|---|
| 21287 | INFO:
|
|---|
| 21288 |
|
|---|
| 21289 | make sync
|
|---|
| 21290 | make[6]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/gltf'
|
|---|
| 21291 | cp -av dist/*.whl ../../../build/sync
|
|---|
| 21292 | 'dist/chimerax_gltf-1.0-py3-none-any.whl' -> '../../../build/sync/chimerax_gltf-1.0-py3-none-any.whl'
|
|---|
| 21293 | make[6]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/gltf'
|
|---|
| 21294 | make[5]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/gltf'
|
|---|
| 21295 | make -C graphics build
|
|---|
| 21296 | make[5]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/graphics'
|
|---|
| 21297 | if [ -z "../../../ChimeraX.app/bin/python.exe" ]; then \
|
|---|
| 21298 | echo "missing ChimeraX application's python"; exit 1; \
|
|---|
| 21299 | else \
|
|---|
| 21300 | PYTHONNOUSERSITE=1 ../../../ChimeraX.app/bin/python.exe -I -m chimerax.core --nogui --exit --safemode --cmd "devel install . user false exit true noDeps true"; \
|
|---|
| 21301 | fi
|
|---|
| 21302 | INFO:
|
|---|
| 21303 | Executing: devel install . user false exit true noDeps true
|
|---|
| 21304 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\setuptools\dist.py:759: SetuptoolsDeprecationWarning: License classifiers are deprecated.
|
|---|
| 21305 | !!
|
|---|
| 21306 |
|
|---|
| 21307 | ********************************************************************************
|
|---|
| 21308 | Please consider removing the following classifiers in favor of a SPDX license expression:
|
|---|
| 21309 |
|
|---|
| 21310 | License :: Free for non-commercial use
|
|---|
| 21311 |
|
|---|
| 21312 | See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details.
|
|---|
| 21313 | ********************************************************************************
|
|---|
| 21314 |
|
|---|
| 21315 | !!
|
|---|
| 21316 | self._finalize_license_expression()
|
|---|
| 21317 | running build
|
|---|
| 21318 | running build_py
|
|---|
| 21319 | creating build\lib.win-amd64-cpython-311\chimerax\graphics
|
|---|
| 21320 | copying src\camera.py -> build\lib.win-amd64-cpython-311\chimerax\graphics
|
|---|
| 21321 | copying src\camera360.py -> build\lib.win-amd64-cpython-311\chimerax\graphics
|
|---|
| 21322 | copying src\clipping.py -> build\lib.win-amd64-cpython-311\chimerax\graphics
|
|---|
| 21323 | copying src\crossfade.py -> build\lib.win-amd64-cpython-311\chimerax\graphics
|
|---|
| 21324 | copying src\drawing.py -> build\lib.win-amd64-cpython-311\chimerax\graphics
|
|---|
| 21325 | copying src\gllist.py -> build\lib.win-amd64-cpython-311\chimerax\graphics
|
|---|
| 21326 | copying src\gsession.py -> build\lib.win-amd64-cpython-311\chimerax\graphics
|
|---|
| 21327 | copying src\linetype.py -> build\lib.win-amd64-cpython-311\chimerax\graphics
|
|---|
| 21328 | copying src\opengl.py -> build\lib.win-amd64-cpython-311\chimerax\graphics
|
|---|
| 21329 | copying src\view.py -> build\lib.win-amd64-cpython-311\chimerax\graphics
|
|---|
| 21330 | copying src\windowsize.py -> build\lib.win-amd64-cpython-311\chimerax\graphics
|
|---|
| 21331 | copying src\__init__.py -> build\lib.win-amd64-cpython-311\chimerax\graphics
|
|---|
| 21332 | copying src\vertexShader.txt -> build\lib.win-amd64-cpython-311\chimerax\graphics
|
|---|
| 21333 | copying src\fragmentShader.txt -> build\lib.win-amd64-cpython-311\chimerax\graphics
|
|---|
| 21334 | running build_ext
|
|---|
| 21335 | building 'chimerax.graphics._graphics' extension
|
|---|
| 21336 | creating build\temp.win-amd64-cpython-311\Release\_graphics
|
|---|
| 21337 | "C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\bin\HostX64\x64\cl.exe" /c /nologo /O2 /W3 /GL /DNDEBUG /MD -DMAJOR_VERSION=0 -DMINOR_VERSION=1 -IC:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\include -IC:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\core\include -IC:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\arrays\include -IC:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\include -IC:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Include "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\ucrt" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\shared" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\um" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\winrt" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\cppwinrt" "-Ic:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include" "-Ic:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\atlmfc\include" "-Ic:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\ucrt" "-Ic:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\shared" "-Ic:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\um" "-Ic:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\winrt" "-Ic:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\cppwinrt" /EHsc /Tp_graphics/blend_rgba.cpp /Fobuild\temp.win-amd64-cpython-311\Release\_graphics\blend_rgba.obj
|
|---|
| 21338 | blend_rgba.cpp
|
|---|
| 21339 | _graphics/blend_rgba.cpp(115): warning C4244: 'argument': conversion from 'int64_t' to 'long', possible loss of data
|
|---|
| 21340 | _graphics/blend_rgba.cpp(56): warning C4244: 'initializing': conversion from 'T' to 'float', possible loss of data
|
|---|
| 21341 | with
|
|---|
| 21342 | [
|
|---|
| 21343 | T=double
|
|---|
| 21344 | ]
|
|---|
| 21345 | _graphics/blend_rgba.cpp(113): note: see reference to function template instantiation 'void blend_colors<double>(float,const Reference_Counted_Array::Array<double> &,const Reference_Counted_Array::Array<double> &,const Reference_Counted_Array::Array<double> &,float,const Reference_Counted_Array::Array<double> &,int64_t *)' being compiled
|
|---|
| 21346 | _graphics/blend_rgba.cpp(57): warning C4244: 'initializing': conversion from 'T' to 'float', possible loss of data
|
|---|
| 21347 | with
|
|---|
| 21348 | [
|
|---|
| 21349 | T=double
|
|---|
| 21350 | ]
|
|---|
| 21351 | _graphics/blend_rgba.cpp(58): warning C4244: 'initializing': conversion from 'T' to 'float', possible loss of data
|
|---|
| 21352 | with
|
|---|
| 21353 | [
|
|---|
| 21354 | T=double
|
|---|
| 21355 | ]
|
|---|
| 21356 | "C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\bin\HostX64\x64\cl.exe" /c /nologo /O2 /W3 /GL /DNDEBUG /MD -DMAJOR_VERSION=0 -DMINOR_VERSION=1 -IC:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\include -IC:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\core\include -IC:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\arrays\include -IC:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\include -IC:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Include "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\ucrt" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\shared" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\um" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\winrt" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\cppwinrt" "-Ic:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include" "-Ic:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\atlmfc\include" "-Ic:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\ucrt" "-Ic:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\shared" "-Ic:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\um" "-Ic:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\winrt" "-Ic:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\cppwinrt" /EHsc /Tp_graphics/count.cpp /Fobuild\temp.win-amd64-cpython-311\Release\_graphics\count.obj
|
|---|
| 21357 | count.cpp
|
|---|
| 21358 | _graphics/count.cpp(55): warning C4244: 'initializing': conversion from 'int64_t' to 'int', possible loss of data
|
|---|
| 21359 | "C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\bin\HostX64\x64\cl.exe" /c /nologo /O2 /W3 /GL /DNDEBUG /MD -DMAJOR_VERSION=0 -DMINOR_VERSION=1 -IC:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\include -IC:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\core\include -IC:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\arrays\include -IC:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\include -IC:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Include "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\ucrt" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\shared" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\um" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\winrt" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\cppwinrt" "-Ic:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include" "-Ic:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\atlmfc\include" "-Ic:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\ucrt" "-Ic:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\shared" "-Ic:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\um" "-Ic:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\winrt" "-Ic:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\cppwinrt" /EHsc /Tp_graphics/graphics.cpp /Fobuild\temp.win-amd64-cpython-311\Release\_graphics\graphics.obj
|
|---|
| 21360 | graphics.cpp
|
|---|
| 21361 | "C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\bin\HostX64\x64\cl.exe" /c /nologo /O2 /W3 /GL /DNDEBUG /MD -DMAJOR_VERSION=0 -DMINOR_VERSION=1 -IC:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\include -IC:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\core\include -IC:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\arrays\include -IC:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\include -IC:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Include "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\ucrt" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\shared" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\um" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\winrt" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\cppwinrt" "-Ic:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include" "-Ic:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\atlmfc\include" "-Ic:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\ucrt" "-Ic:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\shared" "-Ic:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\um" "-Ic:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\winrt" "-Ic:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\cppwinrt" /EHsc /Tp_graphics/linux_swap_interval.cpp /Fobuild\temp.win-amd64-cpython-311\Release\_graphics\linux_swap_interval.obj
|
|---|
| 21362 | linux_swap_interval.cpp
|
|---|
| 21363 | "C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\bin\HostX64\x64\cl.exe" /c /nologo /O2 /W3 /GL /DNDEBUG /MD -DMAJOR_VERSION=0 -DMINOR_VERSION=1 -IC:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\include -IC:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\core\include -IC:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\arrays\include -IC:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\include -IC:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Include "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\ucrt" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\shared" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\um" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\winrt" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\cppwinrt" "-Ic:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include" "-Ic:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\atlmfc\include" "-Ic:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\ucrt" "-Ic:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\shared" "-Ic:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\um" "-Ic:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\winrt" "-Ic:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\cppwinrt" /EHsc /Tp_graphics/mac_swap_interval.cpp /Fobuild\temp.win-amd64-cpython-311\Release\_graphics\mac_swap_interval.obj
|
|---|
| 21364 | mac_swap_interval.cpp
|
|---|
| 21365 | "C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\bin\HostX64\x64\cl.exe" /c /nologo /O2 /W3 /GL /DNDEBUG /MD -DMAJOR_VERSION=0 -DMINOR_VERSION=1 -IC:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\include -IC:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\core\include -IC:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\arrays\include -IC:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\include -IC:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Include "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\ucrt" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\shared" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\um" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\winrt" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\cppwinrt" "-Ic:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include" "-Ic:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\atlmfc\include" "-Ic:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\ucrt" "-Ic:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\shared" "-Ic:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\um" "-Ic:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\winrt" "-Ic:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\cppwinrt" /EHsc /Tp_graphics/mesh_edges.cpp /Fobuild\temp.win-amd64-cpython-311\Release\_graphics\mesh_edges.obj
|
|---|
| 21366 | mesh_edges.cpp
|
|---|
| 21367 | "C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\bin\HostX64\x64\link.exe" /nologo /INCREMENTAL:NO /LTCG /DLL /MANIFEST:EMBED,ID=2 /MANIFESTUAC:NO /LIBPATH:C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\lib /LIBPATH:C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\core\lib /LIBPATH:C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\arrays\lib /LIBPATH:C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\libs /LIBPATH:C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin /LIBPATH:C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\PCbuild\amd64 "/LIBPATH:C:\Program Files (x86)\Windows Kits\10\lib\10.0.19041.0\ucrt\x64" "/LIBPATH:C:\Program Files (x86)\Windows Kits\10\lib\10.0.19041.0\um\x64" "/LIBPATH:c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\lib\\x64" "/LIBPATH:c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\atlmfc\lib\\x64" "/LIBPATH:c:\Program Files (x86)\Windows Kits\10\lib\10.0.19041.0\ucrt\x64" "/LIBPATH:c:\Program Files (x86)\Windows Kits\10\lib\10.0.19041.0\um\x64" libarrays.lib opengl32.lib /EXPORT:PyInit__graphics build\temp.win-amd64-cpython-311\Release\_graphics\blend_rgba.obj build\temp.win-amd64-cpython-311\Release\_graphics\count.obj build\temp.win-amd64-cpython-311\Release\_graphics\graphics.obj build\temp.win-amd64-cpython-311\Release\_graphics\linux_swap_interval.obj build\temp.win-amd64-cpython-311\Release\_graphics\mac_swap_interval.obj build\temp.win-amd64-cpython-311\Release\_graphics\mesh_edges.obj /OUT:build\lib.win-amd64-cpython-311\chimerax\graphics\_graphics.cp311-win_amd64.pyd /IMPLIB:build\temp.win-amd64-cpython-311\Release\_graphics\_graphics.cp311-win_amd64.lib
|
|---|
| 21368 | Creating library build\temp.win-amd64-cpython-311\Release\_graphics\_graphics.cp311-win_amd64.lib and object build\temp.win-amd64-cpython-311\Release\_graphics\_graphics.cp311-win_amd64.exp
|
|---|
| 21369 | Generating code
|
|---|
| 21370 | Finished generating code
|
|---|
| 21371 | running bdist_wheel
|
|---|
| 21372 | installing to build\bdist.win-amd64\wheel
|
|---|
| 21373 | running install
|
|---|
| 21374 | running install_lib
|
|---|
| 21375 | running build_ext
|
|---|
| 21376 | creating build\bdist.win-amd64\wheel
|
|---|
| 21377 | creating build\bdist.win-amd64\wheel\chimerax
|
|---|
| 21378 | creating build\bdist.win-amd64\wheel\chimerax\graphics
|
|---|
| 21379 | copying build\lib.win-amd64-cpython-311\chimerax\graphics\camera.py -> build\bdist.win-amd64\wheel\.\chimerax\graphics
|
|---|
| 21380 | copying build\lib.win-amd64-cpython-311\chimerax\graphics\camera360.py -> build\bdist.win-amd64\wheel\.\chimerax\graphics
|
|---|
| 21381 | copying build\lib.win-amd64-cpython-311\chimerax\graphics\clipping.py -> build\bdist.win-amd64\wheel\.\chimerax\graphics
|
|---|
| 21382 | copying build\lib.win-amd64-cpython-311\chimerax\graphics\crossfade.py -> build\bdist.win-amd64\wheel\.\chimerax\graphics
|
|---|
| 21383 | copying build\lib.win-amd64-cpython-311\chimerax\graphics\drawing.py -> build\bdist.win-amd64\wheel\.\chimerax\graphics
|
|---|
| 21384 | copying build\lib.win-amd64-cpython-311\chimerax\graphics\fragmentShader.txt -> build\bdist.win-amd64\wheel\.\chimerax\graphics
|
|---|
| 21385 | copying build\lib.win-amd64-cpython-311\chimerax\graphics\gllist.py -> build\bdist.win-amd64\wheel\.\chimerax\graphics
|
|---|
| 21386 | copying build\lib.win-amd64-cpython-311\chimerax\graphics\gsession.py -> build\bdist.win-amd64\wheel\.\chimerax\graphics
|
|---|
| 21387 | copying build\lib.win-amd64-cpython-311\chimerax\graphics\linetype.py -> build\bdist.win-amd64\wheel\.\chimerax\graphics
|
|---|
| 21388 | copying build\lib.win-amd64-cpython-311\chimerax\graphics\opengl.py -> build\bdist.win-amd64\wheel\.\chimerax\graphics
|
|---|
| 21389 | copying build\lib.win-amd64-cpython-311\chimerax\graphics\vertexShader.txt -> build\bdist.win-amd64\wheel\.\chimerax\graphics
|
|---|
| 21390 | copying build\lib.win-amd64-cpython-311\chimerax\graphics\view.py -> build\bdist.win-amd64\wheel\.\chimerax\graphics
|
|---|
| 21391 | copying build\lib.win-amd64-cpython-311\chimerax\graphics\windowsize.py -> build\bdist.win-amd64\wheel\.\chimerax\graphics
|
|---|
| 21392 | copying build\lib.win-amd64-cpython-311\chimerax\graphics\_graphics.cp311-win_amd64.pyd -> build\bdist.win-amd64\wheel\.\chimerax\graphics
|
|---|
| 21393 | copying build\lib.win-amd64-cpython-311\chimerax\graphics\__init__.py -> build\bdist.win-amd64\wheel\.\chimerax\graphics
|
|---|
| 21394 | running install_egg_info
|
|---|
| 21395 | running egg_info
|
|---|
| 21396 | creating ChimeraX_Graphics.egg-info
|
|---|
| 21397 | writing ChimeraX_Graphics.egg-info\PKG-INFO
|
|---|
| 21398 | writing dependency_links to ChimeraX_Graphics.egg-info\dependency_links.txt
|
|---|
| 21399 | writing requirements to ChimeraX_Graphics.egg-info\requires.txt
|
|---|
| 21400 | writing top-level names to ChimeraX_Graphics.egg-info\top_level.txt
|
|---|
| 21401 | writing manifest file 'ChimeraX_Graphics.egg-info\SOURCES.txt'
|
|---|
| 21402 | reading manifest file 'ChimeraX_Graphics.egg-info\SOURCES.txt'
|
|---|
| 21403 | writing manifest file 'ChimeraX_Graphics.egg-info\SOURCES.txt'
|
|---|
| 21404 | Copying ChimeraX_Graphics.egg-info to build\bdist.win-amd64\wheel\.\ChimeraX_Graphics-1.4.1-py3.11.egg-info
|
|---|
| 21405 | running install_scripts
|
|---|
| 21406 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\setuptools\command\bdist_wheel.py:103: RuntimeWarning: Config variable 'Py_DEBUG' is unset, Python ABI tag may be incorrect
|
|---|
| 21407 | if get_flag("Py_DEBUG", hasattr(sys, "gettotalrefcount"), warn=(impl == "cp")):
|
|---|
| 21408 | creating build\bdist.win-amd64\wheel\chimerax_graphics-1.4.1.dist-info\WHEEL
|
|---|
| 21409 | creating 'dist\chimerax_graphics-1.4.1-cp311-cp311-win_amd64.whl' and adding 'build\bdist.win-amd64\wheel' to it
|
|---|
| 21410 | adding 'chimerax/graphics/__init__.py'
|
|---|
| 21411 | adding 'chimerax/graphics/_graphics.cp311-win_amd64.pyd'
|
|---|
| 21412 | adding 'chimerax/graphics/camera.py'
|
|---|
| 21413 | adding 'chimerax/graphics/camera360.py'
|
|---|
| 21414 | adding 'chimerax/graphics/clipping.py'
|
|---|
| 21415 | adding 'chimerax/graphics/crossfade.py'
|
|---|
| 21416 | adding 'chimerax/graphics/drawing.py'
|
|---|
| 21417 | adding 'chimerax/graphics/fragmentShader.txt'
|
|---|
| 21418 | adding 'chimerax/graphics/gllist.py'
|
|---|
| 21419 | adding 'chimerax/graphics/gsession.py'
|
|---|
| 21420 | adding 'chimerax/graphics/linetype.py'
|
|---|
| 21421 | adding 'chimerax/graphics/opengl.py'
|
|---|
| 21422 | adding 'chimerax/graphics/vertexShader.txt'
|
|---|
| 21423 | adding 'chimerax/graphics/view.py'
|
|---|
| 21424 | adding 'chimerax/graphics/windowsize.py'
|
|---|
| 21425 | adding 'chimerax_graphics-1.4.1.dist-info/METADATA'
|
|---|
| 21426 | adding 'chimerax_graphics-1.4.1.dist-info/WHEEL'
|
|---|
| 21427 | adding 'chimerax_graphics-1.4.1.dist-info/top_level.txt'
|
|---|
| 21428 | adding 'chimerax_graphics-1.4.1.dist-info/RECORD'
|
|---|
| 21429 | removing build\bdist.win-amd64\wheel
|
|---|
| 21430 | Distribution is in .\dist\ChimeraX_Graphics-1.4.1-cp311-cp311-win_amd64.whl
|
|---|
| 21431 | STATUS:
|
|---|
| 21432 | Installing bundle
|
|---|
| 21433 | INFO:
|
|---|
| 21434 | Executing: toolshed install .\dist\ChimeraX_Graphics-1.4.1-cp311-cp311-win_amd64.whl userOnly false noDeps true
|
|---|
| 21435 | Installed ChimeraX-Graphics (1.4.1)
|
|---|
| 21436 |
|
|---|
| 21437 | make sync
|
|---|
| 21438 | make[6]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/graphics'
|
|---|
| 21439 | cp -av dist/*.whl ../../../build/sync
|
|---|
| 21440 | 'dist/chimerax_graphics-1.4.1-cp311-cp311-win_amd64.whl' -> '../../../build/sync/chimerax_graphics-1.4.1-cp311-cp311-win_amd64.whl'
|
|---|
| 21441 | make[6]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/graphics'
|
|---|
| 21442 | make[5]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/graphics'
|
|---|
| 21443 | make -C hbonds build
|
|---|
| 21444 | make[5]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/hbonds'
|
|---|
| 21445 | if [ -z "../../../ChimeraX.app/bin/python.exe" ]; then \
|
|---|
| 21446 | echo "missing ChimeraX application's python"; exit 1; \
|
|---|
| 21447 | else \
|
|---|
| 21448 | PYTHONNOUSERSITE=1 ../../../ChimeraX.app/bin/python.exe -I -m chimerax.core --nogui --exit --safemode --cmd "devel build . exit true "; \
|
|---|
| 21449 | fi
|
|---|
| 21450 | INFO:
|
|---|
| 21451 | Executing: devel build . exit true
|
|---|
| 21452 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\setuptools\dist.py:759: SetuptoolsDeprecationWarning: License classifiers are deprecated.
|
|---|
| 21453 | !!
|
|---|
| 21454 |
|
|---|
| 21455 | ********************************************************************************
|
|---|
| 21456 | Please consider removing the following classifiers in favor of a SPDX license expression:
|
|---|
| 21457 |
|
|---|
| 21458 | License :: Free for non-commercial use
|
|---|
| 21459 |
|
|---|
| 21460 | See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details.
|
|---|
| 21461 | ********************************************************************************
|
|---|
| 21462 |
|
|---|
| 21463 | !!
|
|---|
| 21464 | self._finalize_license_expression()
|
|---|
| 21465 | running build
|
|---|
| 21466 | running build_py
|
|---|
| 21467 | creating build\lib\chimerax\hbonds
|
|---|
| 21468 | copying src\acceptor_geom.py -> build\lib\chimerax\hbonds
|
|---|
| 21469 | copying src\cmd.py -> build\lib\chimerax\hbonds
|
|---|
| 21470 | copying src\common_geom.py -> build\lib\chimerax\hbonds
|
|---|
| 21471 | copying src\donor_geom.py -> build\lib\chimerax\hbonds
|
|---|
| 21472 | copying src\gui.py -> build\lib\chimerax\hbonds
|
|---|
| 21473 | copying src\hbond.py -> build\lib\chimerax\hbonds
|
|---|
| 21474 | copying src\hydpos.py -> build\lib\chimerax\hbonds
|
|---|
| 21475 | copying src\tool.py -> build\lib\chimerax\hbonds
|
|---|
| 21476 | copying src\__init__.py -> build\lib\chimerax\hbonds
|
|---|
| 21477 | running bdist_wheel
|
|---|
| 21478 | installing to build\bdist.win-amd64\wheel
|
|---|
| 21479 | running install
|
|---|
| 21480 | running install_lib
|
|---|
| 21481 | creating build\bdist.win-amd64\wheel
|
|---|
| 21482 | creating build\bdist.win-amd64\wheel\chimerax
|
|---|
| 21483 | creating build\bdist.win-amd64\wheel\chimerax\hbonds
|
|---|
| 21484 | copying build\lib\chimerax\hbonds\acceptor_geom.py -> build\bdist.win-amd64\wheel\.\chimerax\hbonds
|
|---|
| 21485 | copying build\lib\chimerax\hbonds\cmd.py -> build\bdist.win-amd64\wheel\.\chimerax\hbonds
|
|---|
| 21486 | copying build\lib\chimerax\hbonds\common_geom.py -> build\bdist.win-amd64\wheel\.\chimerax\hbonds
|
|---|
| 21487 | copying build\lib\chimerax\hbonds\donor_geom.py -> build\bdist.win-amd64\wheel\.\chimerax\hbonds
|
|---|
| 21488 | copying build\lib\chimerax\hbonds\gui.py -> build\bdist.win-amd64\wheel\.\chimerax\hbonds
|
|---|
| 21489 | copying build\lib\chimerax\hbonds\hbond.py -> build\bdist.win-amd64\wheel\.\chimerax\hbonds
|
|---|
| 21490 | copying build\lib\chimerax\hbonds\hydpos.py -> build\bdist.win-amd64\wheel\.\chimerax\hbonds
|
|---|
| 21491 | copying build\lib\chimerax\hbonds\tool.py -> build\bdist.win-amd64\wheel\.\chimerax\hbonds
|
|---|
| 21492 | copying build\lib\chimerax\hbonds\__init__.py -> build\bdist.win-amd64\wheel\.\chimerax\hbonds
|
|---|
| 21493 | running install_egg_info
|
|---|
| 21494 | running egg_info
|
|---|
| 21495 | creating ChimeraX_Hbonds.egg-info
|
|---|
| 21496 | writing ChimeraX_Hbonds.egg-info\PKG-INFO
|
|---|
| 21497 | writing dependency_links to ChimeraX_Hbonds.egg-info\dependency_links.txt
|
|---|
| 21498 | writing requirements to ChimeraX_Hbonds.egg-info\requires.txt
|
|---|
| 21499 | writing top-level names to ChimeraX_Hbonds.egg-info\top_level.txt
|
|---|
| 21500 | writing manifest file 'ChimeraX_Hbonds.egg-info\SOURCES.txt'
|
|---|
| 21501 | reading manifest file 'ChimeraX_Hbonds.egg-info\SOURCES.txt'
|
|---|
| 21502 | writing manifest file 'ChimeraX_Hbonds.egg-info\SOURCES.txt'
|
|---|
| 21503 | Copying ChimeraX_Hbonds.egg-info to build\bdist.win-amd64\wheel\.\ChimeraX_Hbonds-2.5.3-py3.11.egg-info
|
|---|
| 21504 | running install_scripts
|
|---|
| 21505 | creating build\bdist.win-amd64\wheel\chimerax_hbonds-2.5.3.dist-info\WHEEL
|
|---|
| 21506 | creating 'dist\chimerax_hbonds-2.5.3-py3-none-any.whl' and adding 'build\bdist.win-amd64\wheel' to it
|
|---|
| 21507 | adding 'chimerax/hbonds/__init__.py'
|
|---|
| 21508 | adding 'chimerax/hbonds/acceptor_geom.py'
|
|---|
| 21509 | adding 'chimerax/hbonds/cmd.py'
|
|---|
| 21510 | adding 'chimerax/hbonds/common_geom.py'
|
|---|
| 21511 | adding 'chimerax/hbonds/donor_geom.py'
|
|---|
| 21512 | adding 'chimerax/hbonds/gui.py'
|
|---|
| 21513 | adding 'chimerax/hbonds/hbond.py'
|
|---|
| 21514 | adding 'chimerax/hbonds/hydpos.py'
|
|---|
| 21515 | adding 'chimerax/hbonds/tool.py'
|
|---|
| 21516 | adding 'chimerax_hbonds-2.5.3.dist-info/METADATA'
|
|---|
| 21517 | adding 'chimerax_hbonds-2.5.3.dist-info/WHEEL'
|
|---|
| 21518 | adding 'chimerax_hbonds-2.5.3.dist-info/top_level.txt'
|
|---|
| 21519 | adding 'chimerax_hbonds-2.5.3.dist-info/RECORD'
|
|---|
| 21520 | removing build\bdist.win-amd64\wheel
|
|---|
| 21521 | Distribution is in .\dist\ChimeraX_Hbonds-2.5.3-py3-none-any.whl
|
|---|
| 21522 | INFO:
|
|---|
| 21523 |
|
|---|
| 21524 | make sync
|
|---|
| 21525 | make[6]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/hbonds'
|
|---|
| 21526 | cp -av dist/*.whl ../../../build/sync
|
|---|
| 21527 | 'dist/chimerax_hbonds-2.5.3-py3-none-any.whl' -> '../../../build/sync/chimerax_hbonds-2.5.3-py3-none-any.whl'
|
|---|
| 21528 | make[6]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/hbonds'
|
|---|
| 21529 | make[5]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/hbonds'
|
|---|
| 21530 | make -C help_viewer build
|
|---|
| 21531 | make[5]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/help_viewer'
|
|---|
| 21532 | if [ -z "../../../ChimeraX.app/bin/python.exe" ]; then \
|
|---|
| 21533 | echo "missing ChimeraX application's python"; exit 1; \
|
|---|
| 21534 | else \
|
|---|
| 21535 | PYTHONNOUSERSITE=1 ../../../ChimeraX.app/bin/python.exe -I -m chimerax.core --nogui --exit --safemode --cmd "devel build . exit true "; \
|
|---|
| 21536 | fi
|
|---|
| 21537 | INFO:
|
|---|
| 21538 | Executing: devel build . exit true
|
|---|
| 21539 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\setuptools\dist.py:759: SetuptoolsDeprecationWarning: License classifiers are deprecated.
|
|---|
| 21540 | !!
|
|---|
| 21541 |
|
|---|
| 21542 | ********************************************************************************
|
|---|
| 21543 | Please consider removing the following classifiers in favor of a SPDX license expression:
|
|---|
| 21544 |
|
|---|
| 21545 | License :: Free for non-commercial use
|
|---|
| 21546 |
|
|---|
| 21547 | See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details.
|
|---|
| 21548 | ********************************************************************************
|
|---|
| 21549 |
|
|---|
| 21550 | !!
|
|---|
| 21551 | self._finalize_license_expression()
|
|---|
| 21552 | running build
|
|---|
| 21553 | running build_py
|
|---|
| 21554 | creating build\lib\chimerax\help_viewer
|
|---|
| 21555 | copying src\cmd.py -> build\lib\chimerax\help_viewer
|
|---|
| 21556 | copying src\tool.py -> build\lib\chimerax\help_viewer
|
|---|
| 21557 | copying src\__init__.py -> build\lib\chimerax\help_viewer
|
|---|
| 21558 | running bdist_wheel
|
|---|
| 21559 | installing to build\bdist.win-amd64\wheel
|
|---|
| 21560 | running install
|
|---|
| 21561 | running install_lib
|
|---|
| 21562 | creating build\bdist.win-amd64\wheel
|
|---|
| 21563 | creating build\bdist.win-amd64\wheel\chimerax
|
|---|
| 21564 | creating build\bdist.win-amd64\wheel\chimerax\help_viewer
|
|---|
| 21565 | copying build\lib\chimerax\help_viewer\cmd.py -> build\bdist.win-amd64\wheel\.\chimerax\help_viewer
|
|---|
| 21566 | copying build\lib\chimerax\help_viewer\tool.py -> build\bdist.win-amd64\wheel\.\chimerax\help_viewer
|
|---|
| 21567 | copying build\lib\chimerax\help_viewer\__init__.py -> build\bdist.win-amd64\wheel\.\chimerax\help_viewer
|
|---|
| 21568 | running install_egg_info
|
|---|
| 21569 | running egg_info
|
|---|
| 21570 | creating ChimeraX_Help.egg-info
|
|---|
| 21571 | writing ChimeraX_Help.egg-info\PKG-INFO
|
|---|
| 21572 | writing dependency_links to ChimeraX_Help.egg-info\dependency_links.txt
|
|---|
| 21573 | writing requirements to ChimeraX_Help.egg-info\requires.txt
|
|---|
| 21574 | writing top-level names to ChimeraX_Help.egg-info\top_level.txt
|
|---|
| 21575 | writing manifest file 'ChimeraX_Help.egg-info\SOURCES.txt'
|
|---|
| 21576 | reading manifest file 'ChimeraX_Help.egg-info\SOURCES.txt'
|
|---|
| 21577 | writing manifest file 'ChimeraX_Help.egg-info\SOURCES.txt'
|
|---|
| 21578 | Copying ChimeraX_Help.egg-info to build\bdist.win-amd64\wheel\.\ChimeraX_Help-1.3-py3.11.egg-info
|
|---|
| 21579 | running install_scripts
|
|---|
| 21580 | creating build\bdist.win-amd64\wheel\chimerax_help-1.3.dist-info\WHEEL
|
|---|
| 21581 | creating 'dist\chimerax_help-1.3-py3-none-any.whl' and adding 'build\bdist.win-amd64\wheel' to it
|
|---|
| 21582 | adding 'chimerax/help_viewer/__init__.py'
|
|---|
| 21583 | adding 'chimerax/help_viewer/cmd.py'
|
|---|
| 21584 | adding 'chimerax/help_viewer/tool.py'
|
|---|
| 21585 | adding 'chimerax_help-1.3.dist-info/METADATA'
|
|---|
| 21586 | adding 'chimerax_help-1.3.dist-info/WHEEL'
|
|---|
| 21587 | adding 'chimerax_help-1.3.dist-info/top_level.txt'
|
|---|
| 21588 | adding 'chimerax_help-1.3.dist-info/RECORD'
|
|---|
| 21589 | removing build\bdist.win-amd64\wheel
|
|---|
| 21590 | Distribution is in .\dist\ChimeraX_Help-1.3-py3-none-any.whl
|
|---|
| 21591 | INFO:
|
|---|
| 21592 |
|
|---|
| 21593 | make sync
|
|---|
| 21594 | make[6]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/help_viewer'
|
|---|
| 21595 | cp -av dist/*.whl ../../../build/sync
|
|---|
| 21596 | 'dist/chimerax_help-1.3-py3-none-any.whl' -> '../../../build/sync/chimerax_help-1.3-py3-none-any.whl'
|
|---|
| 21597 | make[6]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/help_viewer'
|
|---|
| 21598 | make[5]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/help_viewer'
|
|---|
| 21599 | make -C hkcage build
|
|---|
| 21600 | make[5]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/hkcage'
|
|---|
| 21601 | if [ -z "../../../ChimeraX.app/bin/python.exe" ]; then \
|
|---|
| 21602 | echo "missing ChimeraX application's python"; exit 1; \
|
|---|
| 21603 | else \
|
|---|
| 21604 | PYTHONNOUSERSITE=1 ../../../ChimeraX.app/bin/python.exe -I -m chimerax.core --nogui --exit --safemode --cmd "devel build . exit true "; \
|
|---|
| 21605 | fi
|
|---|
| 21606 | INFO:
|
|---|
| 21607 | Executing: devel build . exit true
|
|---|
| 21608 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\setuptools\dist.py:759: SetuptoolsDeprecationWarning: License classifiers are deprecated.
|
|---|
| 21609 | !!
|
|---|
| 21610 |
|
|---|
| 21611 | ********************************************************************************
|
|---|
| 21612 | Please consider removing the following classifiers in favor of a SPDX license expression:
|
|---|
| 21613 |
|
|---|
| 21614 | License :: Free for non-commercial use
|
|---|
| 21615 |
|
|---|
| 21616 | See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details.
|
|---|
| 21617 | ********************************************************************************
|
|---|
| 21618 |
|
|---|
| 21619 | !!
|
|---|
| 21620 | self._finalize_license_expression()
|
|---|
| 21621 | running build
|
|---|
| 21622 | running build_py
|
|---|
| 21623 | creating build\lib\chimerax\hkcage
|
|---|
| 21624 | copying src\cage.py -> build\lib\chimerax\hkcage
|
|---|
| 21625 | copying src\cmd.py -> build\lib\chimerax\hkcage
|
|---|
| 21626 | copying src\__init__.py -> build\lib\chimerax\hkcage
|
|---|
| 21627 | running bdist_wheel
|
|---|
| 21628 | installing to build\bdist.win-amd64\wheel
|
|---|
| 21629 | running install
|
|---|
| 21630 | running install_lib
|
|---|
| 21631 | creating build\bdist.win-amd64\wheel
|
|---|
| 21632 | creating build\bdist.win-amd64\wheel\chimerax
|
|---|
| 21633 | creating build\bdist.win-amd64\wheel\chimerax\hkcage
|
|---|
| 21634 | copying build\lib\chimerax\hkcage\cage.py -> build\bdist.win-amd64\wheel\.\chimerax\hkcage
|
|---|
| 21635 | copying build\lib\chimerax\hkcage\cmd.py -> build\bdist.win-amd64\wheel\.\chimerax\hkcage
|
|---|
| 21636 | copying build\lib\chimerax\hkcage\__init__.py -> build\bdist.win-amd64\wheel\.\chimerax\hkcage
|
|---|
| 21637 | running install_egg_info
|
|---|
| 21638 | running egg_info
|
|---|
| 21639 | creating ChimeraX_HKCage.egg-info
|
|---|
| 21640 | writing ChimeraX_HKCage.egg-info\PKG-INFO
|
|---|
| 21641 | writing dependency_links to ChimeraX_HKCage.egg-info\dependency_links.txt
|
|---|
| 21642 | writing requirements to ChimeraX_HKCage.egg-info\requires.txt
|
|---|
| 21643 | writing top-level names to ChimeraX_HKCage.egg-info\top_level.txt
|
|---|
| 21644 | writing manifest file 'ChimeraX_HKCage.egg-info\SOURCES.txt'
|
|---|
| 21645 | reading manifest file 'ChimeraX_HKCage.egg-info\SOURCES.txt'
|
|---|
| 21646 | writing manifest file 'ChimeraX_HKCage.egg-info\SOURCES.txt'
|
|---|
| 21647 | Copying ChimeraX_HKCage.egg-info to build\bdist.win-amd64\wheel\.\ChimeraX_HKCage-1.3-py3.11.egg-info
|
|---|
| 21648 | running install_scripts
|
|---|
| 21649 | creating build\bdist.win-amd64\wheel\chimerax_hkcage-1.3.dist-info\WHEEL
|
|---|
| 21650 | creating 'dist\chimerax_hkcage-1.3-py3-none-any.whl' and adding 'build\bdist.win-amd64\wheel' to it
|
|---|
| 21651 | adding 'chimerax/hkcage/__init__.py'
|
|---|
| 21652 | adding 'chimerax/hkcage/cage.py'
|
|---|
| 21653 | adding 'chimerax/hkcage/cmd.py'
|
|---|
| 21654 | adding 'chimerax_hkcage-1.3.dist-info/METADATA'
|
|---|
| 21655 | adding 'chimerax_hkcage-1.3.dist-info/WHEEL'
|
|---|
| 21656 | adding 'chimerax_hkcage-1.3.dist-info/top_level.txt'
|
|---|
| 21657 | adding 'chimerax_hkcage-1.3.dist-info/RECORD'
|
|---|
| 21658 | removing build\bdist.win-amd64\wheel
|
|---|
| 21659 | Distribution is in .\dist\ChimeraX_HKCage-1.3-py3-none-any.whl
|
|---|
| 21660 | INFO:
|
|---|
| 21661 |
|
|---|
| 21662 | make sync
|
|---|
| 21663 | make[6]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/hkcage'
|
|---|
| 21664 | cp -av dist/*.whl ../../../build/sync
|
|---|
| 21665 | 'dist/chimerax_hkcage-1.3-py3-none-any.whl' -> '../../../build/sync/chimerax_hkcage-1.3-py3-none-any.whl'
|
|---|
| 21666 | make[6]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/hkcage'
|
|---|
| 21667 | make[5]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/hkcage'
|
|---|
| 21668 | make -C ihm build
|
|---|
| 21669 | make[5]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/ihm'
|
|---|
| 21670 | if [ -z "../../../ChimeraX.app/bin/python.exe" ]; then \
|
|---|
| 21671 | echo "missing ChimeraX application's python"; exit 1; \
|
|---|
| 21672 | else \
|
|---|
| 21673 | PYTHONNOUSERSITE=1 ../../../ChimeraX.app/bin/python.exe -I -m chimerax.core --nogui --exit --safemode --cmd "devel build . exit true "; \
|
|---|
| 21674 | fi
|
|---|
| 21675 | INFO:
|
|---|
| 21676 | Executing: devel build . exit true
|
|---|
| 21677 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\setuptools\dist.py:759: SetuptoolsDeprecationWarning: License classifiers are deprecated.
|
|---|
| 21678 | !!
|
|---|
| 21679 |
|
|---|
| 21680 | ********************************************************************************
|
|---|
| 21681 | Please consider removing the following classifiers in favor of a SPDX license expression:
|
|---|
| 21682 |
|
|---|
| 21683 | License :: Free for non-commercial use
|
|---|
| 21684 |
|
|---|
| 21685 | See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details.
|
|---|
| 21686 | ********************************************************************************
|
|---|
| 21687 |
|
|---|
| 21688 | !!
|
|---|
| 21689 | self._finalize_license_expression()
|
|---|
| 21690 | running build
|
|---|
| 21691 | running build_py
|
|---|
| 21692 | creating build\lib\chimerax\ihm
|
|---|
| 21693 | copying src\coordsets.py -> build\lib\chimerax\ihm
|
|---|
| 21694 | copying src\doi_fetch.py -> build\lib\chimerax\ihm
|
|---|
| 21695 | copying src\fetch_ihm.py -> build\lib\chimerax\ihm
|
|---|
| 21696 | copying src\ihm.py -> build\lib\chimerax\ihm
|
|---|
| 21697 | copying src\savecoords.py -> build\lib\chimerax\ihm
|
|---|
| 21698 | copying src\__init__.py -> build\lib\chimerax\ihm
|
|---|
| 21699 | running bdist_wheel
|
|---|
| 21700 | installing to build\bdist.win-amd64\wheel
|
|---|
| 21701 | running install
|
|---|
| 21702 | running install_lib
|
|---|
| 21703 | creating build\bdist.win-amd64\wheel
|
|---|
| 21704 | creating build\bdist.win-amd64\wheel\chimerax
|
|---|
| 21705 | creating build\bdist.win-amd64\wheel\chimerax\ihm
|
|---|
| 21706 | copying build\lib\chimerax\ihm\coordsets.py -> build\bdist.win-amd64\wheel\.\chimerax\ihm
|
|---|
| 21707 | copying build\lib\chimerax\ihm\doi_fetch.py -> build\bdist.win-amd64\wheel\.\chimerax\ihm
|
|---|
| 21708 | copying build\lib\chimerax\ihm\fetch_ihm.py -> build\bdist.win-amd64\wheel\.\chimerax\ihm
|
|---|
| 21709 | copying build\lib\chimerax\ihm\ihm.py -> build\bdist.win-amd64\wheel\.\chimerax\ihm
|
|---|
| 21710 | copying build\lib\chimerax\ihm\savecoords.py -> build\bdist.win-amd64\wheel\.\chimerax\ihm
|
|---|
| 21711 | copying build\lib\chimerax\ihm\__init__.py -> build\bdist.win-amd64\wheel\.\chimerax\ihm
|
|---|
| 21712 | running install_egg_info
|
|---|
| 21713 | running egg_info
|
|---|
| 21714 | creating ChimeraX_IHM.egg-info
|
|---|
| 21715 | writing ChimeraX_IHM.egg-info\PKG-INFO
|
|---|
| 21716 | writing dependency_links to ChimeraX_IHM.egg-info\dependency_links.txt
|
|---|
| 21717 | writing requirements to ChimeraX_IHM.egg-info\requires.txt
|
|---|
| 21718 | writing top-level names to ChimeraX_IHM.egg-info\top_level.txt
|
|---|
| 21719 | writing manifest file 'ChimeraX_IHM.egg-info\SOURCES.txt'
|
|---|
| 21720 | reading manifest file 'ChimeraX_IHM.egg-info\SOURCES.txt'
|
|---|
| 21721 | writing manifest file 'ChimeraX_IHM.egg-info\SOURCES.txt'
|
|---|
| 21722 | Copying ChimeraX_IHM.egg-info to build\bdist.win-amd64\wheel\.\ChimeraX_IHM-1.1-py3.11.egg-info
|
|---|
| 21723 | running install_scripts
|
|---|
| 21724 | creating build\bdist.win-amd64\wheel\chimerax_ihm-1.1.dist-info\WHEEL
|
|---|
| 21725 | creating 'dist\chimerax_ihm-1.1-py3-none-any.whl' and adding 'build\bdist.win-amd64\wheel' to it
|
|---|
| 21726 | adding 'chimerax/ihm/__init__.py'
|
|---|
| 21727 | adding 'chimerax/ihm/coordsets.py'
|
|---|
| 21728 | adding 'chimerax/ihm/doi_fetch.py'
|
|---|
| 21729 | adding 'chimerax/ihm/fetch_ihm.py'
|
|---|
| 21730 | adding 'chimerax/ihm/ihm.py'
|
|---|
| 21731 | adding 'chimerax/ihm/savecoords.py'
|
|---|
| 21732 | adding 'chimerax_ihm-1.1.dist-info/METADATA'
|
|---|
| 21733 | adding 'chimerax_ihm-1.1.dist-info/WHEEL'
|
|---|
| 21734 | adding 'chimerax_ihm-1.1.dist-info/top_level.txt'
|
|---|
| 21735 | adding 'chimerax_ihm-1.1.dist-info/RECORD'
|
|---|
| 21736 | removing build\bdist.win-amd64\wheel
|
|---|
| 21737 | Distribution is in .\dist\ChimeraX_IHM-1.1-py3-none-any.whl
|
|---|
| 21738 | INFO:
|
|---|
| 21739 |
|
|---|
| 21740 | make sync
|
|---|
| 21741 | make[6]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/ihm'
|
|---|
| 21742 | cp -av dist/*.whl ../../../build/sync
|
|---|
| 21743 | 'dist/chimerax_ihm-1.1-py3-none-any.whl' -> '../../../build/sync/chimerax_ihm-1.1-py3-none-any.whl'
|
|---|
| 21744 | make[6]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/ihm'
|
|---|
| 21745 | make[5]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/ihm'
|
|---|
| 21746 | make -C image_formats build
|
|---|
| 21747 | make[5]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/image_formats'
|
|---|
| 21748 | if [ -z "../../../ChimeraX.app/bin/python.exe" ]; then \
|
|---|
| 21749 | echo "missing ChimeraX application's python"; exit 1; \
|
|---|
| 21750 | else \
|
|---|
| 21751 | PYTHONNOUSERSITE=1 ../../../ChimeraX.app/bin/python.exe -I -m chimerax.core --nogui --exit --safemode --cmd "devel build . exit true "; \
|
|---|
| 21752 | fi
|
|---|
| 21753 | INFO:
|
|---|
| 21754 | Executing: devel build . exit true
|
|---|
| 21755 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\setuptools\dist.py:759: SetuptoolsDeprecationWarning: License classifiers are deprecated.
|
|---|
| 21756 | !!
|
|---|
| 21757 |
|
|---|
| 21758 | ********************************************************************************
|
|---|
| 21759 | Please consider removing the following classifiers in favor of a SPDX license expression:
|
|---|
| 21760 |
|
|---|
| 21761 | License :: Free for non-commercial use
|
|---|
| 21762 |
|
|---|
| 21763 | See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details.
|
|---|
| 21764 | ********************************************************************************
|
|---|
| 21765 |
|
|---|
| 21766 | !!
|
|---|
| 21767 | self._finalize_license_expression()
|
|---|
| 21768 | running build
|
|---|
| 21769 | running build_py
|
|---|
| 21770 | creating build\lib\chimerax\image_formats
|
|---|
| 21771 | copying src\gui.py -> build\lib\chimerax\image_formats
|
|---|
| 21772 | copying src\open_image.py -> build\lib\chimerax\image_formats
|
|---|
| 21773 | copying src\save.py -> build\lib\chimerax\image_formats
|
|---|
| 21774 | copying src\__init__.py -> build\lib\chimerax\image_formats
|
|---|
| 21775 | running bdist_wheel
|
|---|
| 21776 | installing to build\bdist.win-amd64\wheel
|
|---|
| 21777 | running install
|
|---|
| 21778 | running install_lib
|
|---|
| 21779 | creating build\bdist.win-amd64\wheel
|
|---|
| 21780 | creating build\bdist.win-amd64\wheel\chimerax
|
|---|
| 21781 | creating build\bdist.win-amd64\wheel\chimerax\image_formats
|
|---|
| 21782 | copying build\lib\chimerax\image_formats\gui.py -> build\bdist.win-amd64\wheel\.\chimerax\image_formats
|
|---|
| 21783 | copying build\lib\chimerax\image_formats\open_image.py -> build\bdist.win-amd64\wheel\.\chimerax\image_formats
|
|---|
| 21784 | copying build\lib\chimerax\image_formats\save.py -> build\bdist.win-amd64\wheel\.\chimerax\image_formats
|
|---|
| 21785 | copying build\lib\chimerax\image_formats\__init__.py -> build\bdist.win-amd64\wheel\.\chimerax\image_formats
|
|---|
| 21786 | running install_egg_info
|
|---|
| 21787 | running egg_info
|
|---|
| 21788 | creating ChimeraX_ImageFormats.egg-info
|
|---|
| 21789 | writing ChimeraX_ImageFormats.egg-info\PKG-INFO
|
|---|
| 21790 | writing dependency_links to ChimeraX_ImageFormats.egg-info\dependency_links.txt
|
|---|
| 21791 | writing requirements to ChimeraX_ImageFormats.egg-info\requires.txt
|
|---|
| 21792 | writing top-level names to ChimeraX_ImageFormats.egg-info\top_level.txt
|
|---|
| 21793 | writing manifest file 'ChimeraX_ImageFormats.egg-info\SOURCES.txt'
|
|---|
| 21794 | reading manifest file 'ChimeraX_ImageFormats.egg-info\SOURCES.txt'
|
|---|
| 21795 | writing manifest file 'ChimeraX_ImageFormats.egg-info\SOURCES.txt'
|
|---|
| 21796 | Copying ChimeraX_ImageFormats.egg-info to build\bdist.win-amd64\wheel\.\ChimeraX_ImageFormats-1.2-py3.11.egg-info
|
|---|
| 21797 | running install_scripts
|
|---|
| 21798 | creating build\bdist.win-amd64\wheel\chimerax_imageformats-1.2.dist-info\WHEEL
|
|---|
| 21799 | creating 'dist\chimerax_imageformats-1.2-py3-none-any.whl' and adding 'build\bdist.win-amd64\wheel' to it
|
|---|
| 21800 | adding 'chimerax/image_formats/__init__.py'
|
|---|
| 21801 | adding 'chimerax/image_formats/gui.py'
|
|---|
| 21802 | adding 'chimerax/image_formats/open_image.py'
|
|---|
| 21803 | adding 'chimerax/image_formats/save.py'
|
|---|
| 21804 | adding 'chimerax_imageformats-1.2.dist-info/METADATA'
|
|---|
| 21805 | adding 'chimerax_imageformats-1.2.dist-info/WHEEL'
|
|---|
| 21806 | adding 'chimerax_imageformats-1.2.dist-info/top_level.txt'
|
|---|
| 21807 | adding 'chimerax_imageformats-1.2.dist-info/RECORD'
|
|---|
| 21808 | removing build\bdist.win-amd64\wheel
|
|---|
| 21809 | Distribution is in .\dist\ChimeraX_ImageFormats-1.2-py3-none-any.whl
|
|---|
| 21810 | INFO:
|
|---|
| 21811 |
|
|---|
| 21812 | make sync
|
|---|
| 21813 | make[6]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/image_formats'
|
|---|
| 21814 | cp -av dist/*.whl ../../../build/sync
|
|---|
| 21815 | 'dist/chimerax_imageformats-1.2-py3-none-any.whl' -> '../../../build/sync/chimerax_imageformats-1.2-py3-none-any.whl'
|
|---|
| 21816 | make[6]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/image_formats'
|
|---|
| 21817 | make[5]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/image_formats'
|
|---|
| 21818 | make -C imod build
|
|---|
| 21819 | make[5]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/imod'
|
|---|
| 21820 | if [ -z "../../../ChimeraX.app/bin/python.exe" ]; then \
|
|---|
| 21821 | echo "missing ChimeraX application's python"; exit 1; \
|
|---|
| 21822 | else \
|
|---|
| 21823 | PYTHONNOUSERSITE=1 ../../../ChimeraX.app/bin/python.exe -I -m chimerax.core --nogui --exit --safemode --cmd "devel build . exit true "; \
|
|---|
| 21824 | fi
|
|---|
| 21825 | INFO:
|
|---|
| 21826 | Executing: devel build . exit true
|
|---|
| 21827 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\setuptools\dist.py:759: SetuptoolsDeprecationWarning: License classifiers are deprecated.
|
|---|
| 21828 | !!
|
|---|
| 21829 |
|
|---|
| 21830 | ********************************************************************************
|
|---|
| 21831 | Please consider removing the following classifiers in favor of a SPDX license expression:
|
|---|
| 21832 |
|
|---|
| 21833 | License :: Free for non-commercial use
|
|---|
| 21834 |
|
|---|
| 21835 | See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details.
|
|---|
| 21836 | ********************************************************************************
|
|---|
| 21837 |
|
|---|
| 21838 | !!
|
|---|
| 21839 | self._finalize_license_expression()
|
|---|
| 21840 | running build
|
|---|
| 21841 | running build_py
|
|---|
| 21842 | creating build\lib\chimerax\imod
|
|---|
| 21843 | copying src\imod.py -> build\lib\chimerax\imod
|
|---|
| 21844 | copying src\imod_spec.py -> build\lib\chimerax\imod
|
|---|
| 21845 | copying src\__init__.py -> build\lib\chimerax\imod
|
|---|
| 21846 | running bdist_wheel
|
|---|
| 21847 | installing to build\bdist.win-amd64\wheel
|
|---|
| 21848 | running install
|
|---|
| 21849 | running install_lib
|
|---|
| 21850 | creating build\bdist.win-amd64\wheel
|
|---|
| 21851 | creating build\bdist.win-amd64\wheel\chimerax
|
|---|
| 21852 | creating build\bdist.win-amd64\wheel\chimerax\imod
|
|---|
| 21853 | copying build\lib\chimerax\imod\imod.py -> build\bdist.win-amd64\wheel\.\chimerax\imod
|
|---|
| 21854 | copying build\lib\chimerax\imod\imod_spec.py -> build\bdist.win-amd64\wheel\.\chimerax\imod
|
|---|
| 21855 | copying build\lib\chimerax\imod\__init__.py -> build\bdist.win-amd64\wheel\.\chimerax\imod
|
|---|
| 21856 | running install_egg_info
|
|---|
| 21857 | running egg_info
|
|---|
| 21858 | creating ChimeraX_IMOD.egg-info
|
|---|
| 21859 | writing ChimeraX_IMOD.egg-info\PKG-INFO
|
|---|
| 21860 | writing dependency_links to ChimeraX_IMOD.egg-info\dependency_links.txt
|
|---|
| 21861 | writing requirements to ChimeraX_IMOD.egg-info\requires.txt
|
|---|
| 21862 | writing top-level names to ChimeraX_IMOD.egg-info\top_level.txt
|
|---|
| 21863 | writing manifest file 'ChimeraX_IMOD.egg-info\SOURCES.txt'
|
|---|
| 21864 | reading manifest file 'ChimeraX_IMOD.egg-info\SOURCES.txt'
|
|---|
| 21865 | writing manifest file 'ChimeraX_IMOD.egg-info\SOURCES.txt'
|
|---|
| 21866 | Copying ChimeraX_IMOD.egg-info to build\bdist.win-amd64\wheel\.\ChimeraX_IMOD-1.0-py3.11.egg-info
|
|---|
| 21867 | running install_scripts
|
|---|
| 21868 | creating build\bdist.win-amd64\wheel\chimerax_imod-1.0.dist-info\WHEEL
|
|---|
| 21869 | creating 'dist\chimerax_imod-1.0-py3-none-any.whl' and adding 'build\bdist.win-amd64\wheel' to it
|
|---|
| 21870 | adding 'chimerax/imod/__init__.py'
|
|---|
| 21871 | adding 'chimerax/imod/imod.py'
|
|---|
| 21872 | adding 'chimerax/imod/imod_spec.py'
|
|---|
| 21873 | adding 'chimerax_imod-1.0.dist-info/METADATA'
|
|---|
| 21874 | adding 'chimerax_imod-1.0.dist-info/WHEEL'
|
|---|
| 21875 | adding 'chimerax_imod-1.0.dist-info/top_level.txt'
|
|---|
| 21876 | adding 'chimerax_imod-1.0.dist-info/RECORD'
|
|---|
| 21877 | removing build\bdist.win-amd64\wheel
|
|---|
| 21878 | Distribution is in .\dist\ChimeraX_IMOD-1.0-py3-none-any.whl
|
|---|
| 21879 | INFO:
|
|---|
| 21880 |
|
|---|
| 21881 | make sync
|
|---|
| 21882 | make[6]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/imod'
|
|---|
| 21883 | cp -av dist/*.whl ../../../build/sync
|
|---|
| 21884 | 'dist/chimerax_imod-1.0-py3-none-any.whl' -> '../../../build/sync/chimerax_imod-1.0-py3-none-any.whl'
|
|---|
| 21885 | make[6]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/imod'
|
|---|
| 21886 | make[5]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/imod'
|
|---|
| 21887 | make -C interfaces build
|
|---|
| 21888 | make[5]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/interfaces'
|
|---|
| 21889 | if [ -z "../../../ChimeraX.app/bin/python.exe" ]; then \
|
|---|
| 21890 | echo "missing ChimeraX application's python"; exit 1; \
|
|---|
| 21891 | else \
|
|---|
| 21892 | PYTHONNOUSERSITE=1 ../../../ChimeraX.app/bin/python.exe -I -m chimerax.core --nogui --exit --safemode --cmd "devel build . exit true "; \
|
|---|
| 21893 | fi
|
|---|
| 21894 | INFO:
|
|---|
| 21895 | Executing: devel build . exit true
|
|---|
| 21896 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\setuptools\dist.py:759: SetuptoolsDeprecationWarning: License classifiers are deprecated.
|
|---|
| 21897 | !!
|
|---|
| 21898 |
|
|---|
| 21899 | ********************************************************************************
|
|---|
| 21900 | Please consider removing the following classifiers in favor of a SPDX license expression:
|
|---|
| 21901 |
|
|---|
| 21902 | License :: Free for non-commercial use
|
|---|
| 21903 |
|
|---|
| 21904 | See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details.
|
|---|
| 21905 | ********************************************************************************
|
|---|
| 21906 |
|
|---|
| 21907 | !!
|
|---|
| 21908 | self._finalize_license_expression()
|
|---|
| 21909 | running build
|
|---|
| 21910 | running build_py
|
|---|
| 21911 | creating build\lib\chimerax\interfaces
|
|---|
| 21912 | copying src\cmd.py -> build\lib\chimerax\interfaces
|
|---|
| 21913 | copying src\graph.py -> build\lib\chimerax\interfaces
|
|---|
| 21914 | copying src\resplot.py -> build\lib\chimerax\interfaces
|
|---|
| 21915 | copying src\tool.py -> build\lib\chimerax\interfaces
|
|---|
| 21916 | copying src\__init__.py -> build\lib\chimerax\interfaces
|
|---|
| 21917 | running bdist_wheel
|
|---|
| 21918 | installing to build\bdist.win-amd64\wheel
|
|---|
| 21919 | running install
|
|---|
| 21920 | running install_lib
|
|---|
| 21921 | creating build\bdist.win-amd64\wheel
|
|---|
| 21922 | creating build\bdist.win-amd64\wheel\chimerax
|
|---|
| 21923 | creating build\bdist.win-amd64\wheel\chimerax\interfaces
|
|---|
| 21924 | copying build\lib\chimerax\interfaces\cmd.py -> build\bdist.win-amd64\wheel\.\chimerax\interfaces
|
|---|
| 21925 | copying build\lib\chimerax\interfaces\graph.py -> build\bdist.win-amd64\wheel\.\chimerax\interfaces
|
|---|
| 21926 | copying build\lib\chimerax\interfaces\resplot.py -> build\bdist.win-amd64\wheel\.\chimerax\interfaces
|
|---|
| 21927 | copying build\lib\chimerax\interfaces\tool.py -> build\bdist.win-amd64\wheel\.\chimerax\interfaces
|
|---|
| 21928 | copying build\lib\chimerax\interfaces\__init__.py -> build\bdist.win-amd64\wheel\.\chimerax\interfaces
|
|---|
| 21929 | running install_egg_info
|
|---|
| 21930 | running egg_info
|
|---|
| 21931 | creating ChimeraX_Contacts.egg-info
|
|---|
| 21932 | writing ChimeraX_Contacts.egg-info\PKG-INFO
|
|---|
| 21933 | writing dependency_links to ChimeraX_Contacts.egg-info\dependency_links.txt
|
|---|
| 21934 | writing requirements to ChimeraX_Contacts.egg-info\requires.txt
|
|---|
| 21935 | writing top-level names to ChimeraX_Contacts.egg-info\top_level.txt
|
|---|
| 21936 | writing manifest file 'ChimeraX_Contacts.egg-info\SOURCES.txt'
|
|---|
| 21937 | reading manifest file 'ChimeraX_Contacts.egg-info\SOURCES.txt'
|
|---|
| 21938 | writing manifest file 'ChimeraX_Contacts.egg-info\SOURCES.txt'
|
|---|
| 21939 | Copying ChimeraX_Contacts.egg-info to build\bdist.win-amd64\wheel\.\ChimeraX_Contacts-1.0.1-py3.11.egg-info
|
|---|
| 21940 | running install_scripts
|
|---|
| 21941 | creating build\bdist.win-amd64\wheel\chimerax_contacts-1.0.1.dist-info\WHEEL
|
|---|
| 21942 | creating 'dist\chimerax_contacts-1.0.1-py3-none-any.whl' and adding 'build\bdist.win-amd64\wheel' to it
|
|---|
| 21943 | adding 'chimerax/interfaces/__init__.py'
|
|---|
| 21944 | adding 'chimerax/interfaces/cmd.py'
|
|---|
| 21945 | adding 'chimerax/interfaces/graph.py'
|
|---|
| 21946 | adding 'chimerax/interfaces/resplot.py'
|
|---|
| 21947 | adding 'chimerax/interfaces/tool.py'
|
|---|
| 21948 | adding 'chimerax_contacts-1.0.1.dist-info/METADATA'
|
|---|
| 21949 | adding 'chimerax_contacts-1.0.1.dist-info/WHEEL'
|
|---|
| 21950 | adding 'chimerax_contacts-1.0.1.dist-info/top_level.txt'
|
|---|
| 21951 | adding 'chimerax_contacts-1.0.1.dist-info/RECORD'
|
|---|
| 21952 | removing build\bdist.win-amd64\wheel
|
|---|
| 21953 | Distribution is in .\dist\ChimeraX_Contacts-1.0.1-py3-none-any.whl
|
|---|
| 21954 | INFO:
|
|---|
| 21955 |
|
|---|
| 21956 | make sync
|
|---|
| 21957 | make[6]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/interfaces'
|
|---|
| 21958 | cp -av dist/*.whl ../../../build/sync
|
|---|
| 21959 | 'dist/chimerax_contacts-1.0.1-py3-none-any.whl' -> '../../../build/sync/chimerax_contacts-1.0.1-py3-none-any.whl'
|
|---|
| 21960 | make[6]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/interfaces'
|
|---|
| 21961 | make[5]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/interfaces'
|
|---|
| 21962 | make -C items_inspection build
|
|---|
| 21963 | make[5]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/items_inspection'
|
|---|
| 21964 | if [ -z "../../../ChimeraX.app/bin/python.exe" ]; then \
|
|---|
| 21965 | echo "missing ChimeraX application's python"; exit 1; \
|
|---|
| 21966 | else \
|
|---|
| 21967 | PYTHONNOUSERSITE=1 ../../../ChimeraX.app/bin/python.exe -I -m chimerax.core --nogui --exit --safemode --cmd "devel build . exit true "; \
|
|---|
| 21968 | fi
|
|---|
| 21969 | INFO:
|
|---|
| 21970 | Executing: devel build . exit true
|
|---|
| 21971 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\setuptools\dist.py:759: SetuptoolsDeprecationWarning: License classifiers are deprecated.
|
|---|
| 21972 | !!
|
|---|
| 21973 |
|
|---|
| 21974 | ********************************************************************************
|
|---|
| 21975 | Please consider removing the following classifiers in favor of a SPDX license expression:
|
|---|
| 21976 |
|
|---|
| 21977 | License :: Free for non-commercial use
|
|---|
| 21978 |
|
|---|
| 21979 | See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details.
|
|---|
| 21980 | ********************************************************************************
|
|---|
| 21981 |
|
|---|
| 21982 | !!
|
|---|
| 21983 | self._finalize_license_expression()
|
|---|
| 21984 | running build
|
|---|
| 21985 | running build_py
|
|---|
| 21986 | creating build\lib\chimerax\items_inspection
|
|---|
| 21987 | copying src\manager.py -> build\lib\chimerax\items_inspection
|
|---|
| 21988 | copying src\__init__.py -> build\lib\chimerax\items_inspection
|
|---|
| 21989 | running bdist_wheel
|
|---|
| 21990 | installing to build\bdist.win-amd64\wheel
|
|---|
| 21991 | running install
|
|---|
| 21992 | running install_lib
|
|---|
| 21993 | creating build\bdist.win-amd64\wheel
|
|---|
| 21994 | creating build\bdist.win-amd64\wheel\chimerax
|
|---|
| 21995 | creating build\bdist.win-amd64\wheel\chimerax\items_inspection
|
|---|
| 21996 | copying build\lib\chimerax\items_inspection\manager.py -> build\bdist.win-amd64\wheel\.\chimerax\items_inspection
|
|---|
| 21997 | copying build\lib\chimerax\items_inspection\__init__.py -> build\bdist.win-amd64\wheel\.\chimerax\items_inspection
|
|---|
| 21998 | running install_egg_info
|
|---|
| 21999 | running egg_info
|
|---|
| 22000 | creating ChimeraX_ItemsInspection.egg-info
|
|---|
| 22001 | writing ChimeraX_ItemsInspection.egg-info\PKG-INFO
|
|---|
| 22002 | writing dependency_links to ChimeraX_ItemsInspection.egg-info\dependency_links.txt
|
|---|
| 22003 | writing requirements to ChimeraX_ItemsInspection.egg-info\requires.txt
|
|---|
| 22004 | writing top-level names to ChimeraX_ItemsInspection.egg-info\top_level.txt
|
|---|
| 22005 | writing manifest file 'ChimeraX_ItemsInspection.egg-info\SOURCES.txt'
|
|---|
| 22006 | reading manifest file 'ChimeraX_ItemsInspection.egg-info\SOURCES.txt'
|
|---|
| 22007 | writing manifest file 'ChimeraX_ItemsInspection.egg-info\SOURCES.txt'
|
|---|
| 22008 | Copying ChimeraX_ItemsInspection.egg-info to build\bdist.win-amd64\wheel\.\ChimeraX_ItemsInspection-1.0.1-py3.11.egg-info
|
|---|
| 22009 | running install_scripts
|
|---|
| 22010 | creating build\bdist.win-amd64\wheel\chimerax_itemsinspection-1.0.1.dist-info\WHEEL
|
|---|
| 22011 | creating 'dist\chimerax_itemsinspection-1.0.1-py3-none-any.whl' and adding 'build\bdist.win-amd64\wheel' to it
|
|---|
| 22012 | adding 'chimerax/items_inspection/__init__.py'
|
|---|
| 22013 | adding 'chimerax/items_inspection/manager.py'
|
|---|
| 22014 | adding 'chimerax_itemsinspection-1.0.1.dist-info/METADATA'
|
|---|
| 22015 | adding 'chimerax_itemsinspection-1.0.1.dist-info/WHEEL'
|
|---|
| 22016 | adding 'chimerax_itemsinspection-1.0.1.dist-info/top_level.txt'
|
|---|
| 22017 | adding 'chimerax_itemsinspection-1.0.1.dist-info/RECORD'
|
|---|
| 22018 | removing build\bdist.win-amd64\wheel
|
|---|
| 22019 | Distribution is in .\dist\ChimeraX_ItemsInspection-1.0.1-py3-none-any.whl
|
|---|
| 22020 | INFO:
|
|---|
| 22021 |
|
|---|
| 22022 | make sync
|
|---|
| 22023 | make[6]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/items_inspection'
|
|---|
| 22024 | cp -av dist/*.whl ../../../build/sync
|
|---|
| 22025 | 'dist/chimerax_itemsinspection-1.0.1-py3-none-any.whl' -> '../../../build/sync/chimerax_itemsinspection-1.0.1-py3-none-any.whl'
|
|---|
| 22026 | make[6]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/items_inspection'
|
|---|
| 22027 | make[5]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/items_inspection'
|
|---|
| 22028 | make -C io build
|
|---|
| 22029 | make[5]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/io'
|
|---|
| 22030 | if [ -z "../../../ChimeraX.app/bin/python.exe" ]; then \
|
|---|
| 22031 | echo "missing ChimeraX application's python"; exit 1; \
|
|---|
| 22032 | else \
|
|---|
| 22033 | PYTHONNOUSERSITE=1 ../../../ChimeraX.app/bin/python.exe -I -m chimerax.core --nogui --exit --safemode --cmd "devel build . exit true "; \
|
|---|
| 22034 | fi
|
|---|
| 22035 | INFO:
|
|---|
| 22036 | Executing: devel build . exit true
|
|---|
| 22037 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\setuptools\dist.py:759: SetuptoolsDeprecationWarning: License classifiers are deprecated.
|
|---|
| 22038 | !!
|
|---|
| 22039 |
|
|---|
| 22040 | ********************************************************************************
|
|---|
| 22041 | Please consider removing the following classifiers in favor of a SPDX license expression:
|
|---|
| 22042 |
|
|---|
| 22043 | License :: Free for non-commercial use
|
|---|
| 22044 |
|
|---|
| 22045 | See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details.
|
|---|
| 22046 | ********************************************************************************
|
|---|
| 22047 |
|
|---|
| 22048 | !!
|
|---|
| 22049 | self._finalize_license_expression()
|
|---|
| 22050 | running build
|
|---|
| 22051 | running build_py
|
|---|
| 22052 | creating build\lib\chimerax\io
|
|---|
| 22053 | copying src\compression.py -> build\lib\chimerax\io
|
|---|
| 22054 | copying src\io.py -> build\lib\chimerax\io
|
|---|
| 22055 | copying src\__init__.py -> build\lib\chimerax\io
|
|---|
| 22056 | running bdist_wheel
|
|---|
| 22057 | installing to build\bdist.win-amd64\wheel
|
|---|
| 22058 | running install
|
|---|
| 22059 | running install_lib
|
|---|
| 22060 | creating build\bdist.win-amd64\wheel
|
|---|
| 22061 | creating build\bdist.win-amd64\wheel\chimerax
|
|---|
| 22062 | creating build\bdist.win-amd64\wheel\chimerax\io
|
|---|
| 22063 | copying build\lib\chimerax\io\compression.py -> build\bdist.win-amd64\wheel\.\chimerax\io
|
|---|
| 22064 | copying build\lib\chimerax\io\io.py -> build\bdist.win-amd64\wheel\.\chimerax\io
|
|---|
| 22065 | copying build\lib\chimerax\io\__init__.py -> build\bdist.win-amd64\wheel\.\chimerax\io
|
|---|
| 22066 | running install_egg_info
|
|---|
| 22067 | running egg_info
|
|---|
| 22068 | creating ChimeraX_IO.egg-info
|
|---|
| 22069 | writing ChimeraX_IO.egg-info\PKG-INFO
|
|---|
| 22070 | writing dependency_links to ChimeraX_IO.egg-info\dependency_links.txt
|
|---|
| 22071 | writing requirements to ChimeraX_IO.egg-info\requires.txt
|
|---|
| 22072 | writing top-level names to ChimeraX_IO.egg-info\top_level.txt
|
|---|
| 22073 | writing manifest file 'ChimeraX_IO.egg-info\SOURCES.txt'
|
|---|
| 22074 | reading manifest file 'ChimeraX_IO.egg-info\SOURCES.txt'
|
|---|
| 22075 | writing manifest file 'ChimeraX_IO.egg-info\SOURCES.txt'
|
|---|
| 22076 | Copying ChimeraX_IO.egg-info to build\bdist.win-amd64\wheel\.\ChimeraX_IO-1.0.4-py3.11.egg-info
|
|---|
| 22077 | running install_scripts
|
|---|
| 22078 | creating build\bdist.win-amd64\wheel\chimerax_io-1.0.4.dist-info\WHEEL
|
|---|
| 22079 | creating 'dist\chimerax_io-1.0.4-py3-none-any.whl' and adding 'build\bdist.win-amd64\wheel' to it
|
|---|
| 22080 | adding 'chimerax/io/__init__.py'
|
|---|
| 22081 | adding 'chimerax/io/compression.py'
|
|---|
| 22082 | adding 'chimerax/io/io.py'
|
|---|
| 22083 | adding 'chimerax_io-1.0.4.dist-info/METADATA'
|
|---|
| 22084 | adding 'chimerax_io-1.0.4.dist-info/WHEEL'
|
|---|
| 22085 | adding 'chimerax_io-1.0.4.dist-info/top_level.txt'
|
|---|
| 22086 | adding 'chimerax_io-1.0.4.dist-info/RECORD'
|
|---|
| 22087 | removing build\bdist.win-amd64\wheel
|
|---|
| 22088 | Distribution is in .\dist\ChimeraX_IO-1.0.4-py3-none-any.whl
|
|---|
| 22089 | INFO:
|
|---|
| 22090 |
|
|---|
| 22091 | make sync
|
|---|
| 22092 | make[6]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/io'
|
|---|
| 22093 | cp -av dist/*.whl ../../../build/sync
|
|---|
| 22094 | 'dist/chimerax_io-1.0.4-py3-none-any.whl' -> '../../../build/sync/chimerax_io-1.0.4-py3-none-any.whl'
|
|---|
| 22095 | make[6]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/io'
|
|---|
| 22096 | make[5]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/io'
|
|---|
| 22097 | make -C label build
|
|---|
| 22098 | make[5]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/label'
|
|---|
| 22099 | if [ -z "../../../ChimeraX.app/bin/python.exe" ]; then \
|
|---|
| 22100 | echo "missing ChimeraX application's python"; exit 1; \
|
|---|
| 22101 | else \
|
|---|
| 22102 | PYTHONNOUSERSITE=1 ../../../ChimeraX.app/bin/python.exe -I -m chimerax.core --nogui --exit --safemode --cmd "devel build . exit true "; \
|
|---|
| 22103 | fi
|
|---|
| 22104 | INFO:
|
|---|
| 22105 | Executing: devel build . exit true
|
|---|
| 22106 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\setuptools\dist.py:759: SetuptoolsDeprecationWarning: License classifiers are deprecated.
|
|---|
| 22107 | !!
|
|---|
| 22108 |
|
|---|
| 22109 | ********************************************************************************
|
|---|
| 22110 | Please consider removing the following classifiers in favor of a SPDX license expression:
|
|---|
| 22111 |
|
|---|
| 22112 | License :: Free for non-commercial use
|
|---|
| 22113 |
|
|---|
| 22114 | See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details.
|
|---|
| 22115 | ********************************************************************************
|
|---|
| 22116 |
|
|---|
| 22117 | !!
|
|---|
| 22118 | self._finalize_license_expression()
|
|---|
| 22119 | running build
|
|---|
| 22120 | running build_py
|
|---|
| 22121 | creating build\lib\chimerax\label
|
|---|
| 22122 | copying src\arrows.py -> build\lib\chimerax\label
|
|---|
| 22123 | copying src\label2d.py -> build\lib\chimerax\label
|
|---|
| 22124 | copying src\label3d.py -> build\lib\chimerax\label
|
|---|
| 22125 | copying src\mouselabel.py -> build\lib\chimerax\label
|
|---|
| 22126 | copying src\movelabel.py -> build\lib\chimerax\label
|
|---|
| 22127 | copying src\scalebar.py -> build\lib\chimerax\label
|
|---|
| 22128 | copying src\scalebar_gui.py -> build\lib\chimerax\label
|
|---|
| 22129 | copying src\settings.py -> build\lib\chimerax\label
|
|---|
| 22130 | copying src\__init__.py -> build\lib\chimerax\label
|
|---|
| 22131 | copying src\label.png -> build\lib\chimerax\label
|
|---|
| 22132 | copying src\movelabel.png -> build\lib\chimerax\label
|
|---|
| 22133 | running bdist_wheel
|
|---|
| 22134 | installing to build\bdist.win-amd64\wheel
|
|---|
| 22135 | running install
|
|---|
| 22136 | running install_lib
|
|---|
| 22137 | creating build\bdist.win-amd64\wheel
|
|---|
| 22138 | creating build\bdist.win-amd64\wheel\chimerax
|
|---|
| 22139 | creating build\bdist.win-amd64\wheel\chimerax\label
|
|---|
| 22140 | copying build\lib\chimerax\label\arrows.py -> build\bdist.win-amd64\wheel\.\chimerax\label
|
|---|
| 22141 | copying build\lib\chimerax\label\label.png -> build\bdist.win-amd64\wheel\.\chimerax\label
|
|---|
| 22142 | copying build\lib\chimerax\label\label2d.py -> build\bdist.win-amd64\wheel\.\chimerax\label
|
|---|
| 22143 | copying build\lib\chimerax\label\label3d.py -> build\bdist.win-amd64\wheel\.\chimerax\label
|
|---|
| 22144 | copying build\lib\chimerax\label\mouselabel.py -> build\bdist.win-amd64\wheel\.\chimerax\label
|
|---|
| 22145 | copying build\lib\chimerax\label\movelabel.png -> build\bdist.win-amd64\wheel\.\chimerax\label
|
|---|
| 22146 | copying build\lib\chimerax\label\movelabel.py -> build\bdist.win-amd64\wheel\.\chimerax\label
|
|---|
| 22147 | copying build\lib\chimerax\label\scalebar.py -> build\bdist.win-amd64\wheel\.\chimerax\label
|
|---|
| 22148 | copying build\lib\chimerax\label\scalebar_gui.py -> build\bdist.win-amd64\wheel\.\chimerax\label
|
|---|
| 22149 | copying build\lib\chimerax\label\settings.py -> build\bdist.win-amd64\wheel\.\chimerax\label
|
|---|
| 22150 | copying build\lib\chimerax\label\__init__.py -> build\bdist.win-amd64\wheel\.\chimerax\label
|
|---|
| 22151 | running install_egg_info
|
|---|
| 22152 | running egg_info
|
|---|
| 22153 | creating ChimeraX_Label.egg-info
|
|---|
| 22154 | writing ChimeraX_Label.egg-info\PKG-INFO
|
|---|
| 22155 | writing dependency_links to ChimeraX_Label.egg-info\dependency_links.txt
|
|---|
| 22156 | writing requirements to ChimeraX_Label.egg-info\requires.txt
|
|---|
| 22157 | writing top-level names to ChimeraX_Label.egg-info\top_level.txt
|
|---|
| 22158 | writing manifest file 'ChimeraX_Label.egg-info\SOURCES.txt'
|
|---|
| 22159 | reading manifest file 'ChimeraX_Label.egg-info\SOURCES.txt'
|
|---|
| 22160 | writing manifest file 'ChimeraX_Label.egg-info\SOURCES.txt'
|
|---|
| 22161 | Copying ChimeraX_Label.egg-info to build\bdist.win-amd64\wheel\.\ChimeraX_Label-1.2-py3.11.egg-info
|
|---|
| 22162 | running install_scripts
|
|---|
| 22163 | creating build\bdist.win-amd64\wheel\chimerax_label-1.2.dist-info\WHEEL
|
|---|
| 22164 | creating 'dist\chimerax_label-1.2-py3-none-any.whl' and adding 'build\bdist.win-amd64\wheel' to it
|
|---|
| 22165 | adding 'chimerax/label/__init__.py'
|
|---|
| 22166 | adding 'chimerax/label/arrows.py'
|
|---|
| 22167 | adding 'chimerax/label/label.png'
|
|---|
| 22168 | adding 'chimerax/label/label2d.py'
|
|---|
| 22169 | adding 'chimerax/label/label3d.py'
|
|---|
| 22170 | adding 'chimerax/label/mouselabel.py'
|
|---|
| 22171 | adding 'chimerax/label/movelabel.png'
|
|---|
| 22172 | adding 'chimerax/label/movelabel.py'
|
|---|
| 22173 | adding 'chimerax/label/scalebar.py'
|
|---|
| 22174 | adding 'chimerax/label/scalebar_gui.py'
|
|---|
| 22175 | adding 'chimerax/label/settings.py'
|
|---|
| 22176 | adding 'chimerax_label-1.2.dist-info/METADATA'
|
|---|
| 22177 | adding 'chimerax_label-1.2.dist-info/WHEEL'
|
|---|
| 22178 | adding 'chimerax_label-1.2.dist-info/top_level.txt'
|
|---|
| 22179 | adding 'chimerax_label-1.2.dist-info/RECORD'
|
|---|
| 22180 | removing build\bdist.win-amd64\wheel
|
|---|
| 22181 | Distribution is in .\dist\ChimeraX_Label-1.2-py3-none-any.whl
|
|---|
| 22182 | INFO:
|
|---|
| 22183 |
|
|---|
| 22184 | make sync
|
|---|
| 22185 | make[6]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/label'
|
|---|
| 22186 | cp -av dist/*.whl ../../../build/sync
|
|---|
| 22187 | 'dist/chimerax_label-1.2-py3-none-any.whl' -> '../../../build/sync/chimerax_label-1.2-py3-none-any.whl'
|
|---|
| 22188 | make[6]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/label'
|
|---|
| 22189 | make[5]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/label'
|
|---|
| 22190 | make -C iupac build
|
|---|
| 22191 | make[5]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/iupac'
|
|---|
| 22192 | if [ -z "../../../ChimeraX.app/bin/python.exe" ]; then \
|
|---|
| 22193 | echo "missing ChimeraX application's python"; exit 1; \
|
|---|
| 22194 | else \
|
|---|
| 22195 | PYTHONNOUSERSITE=1 ../../../ChimeraX.app/bin/python.exe -I -m chimerax.core --nogui --exit --safemode --cmd "devel build . exit true "; \
|
|---|
| 22196 | fi
|
|---|
| 22197 | INFO:
|
|---|
| 22198 | Executing: devel build . exit true
|
|---|
| 22199 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\setuptools\dist.py:759: SetuptoolsDeprecationWarning: License classifiers are deprecated.
|
|---|
| 22200 | !!
|
|---|
| 22201 |
|
|---|
| 22202 | ********************************************************************************
|
|---|
| 22203 | Please consider removing the following classifiers in favor of a SPDX license expression:
|
|---|
| 22204 |
|
|---|
| 22205 | License :: Free for non-commercial use
|
|---|
| 22206 |
|
|---|
| 22207 | See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details.
|
|---|
| 22208 | ********************************************************************************
|
|---|
| 22209 |
|
|---|
| 22210 | !!
|
|---|
| 22211 | self._finalize_license_expression()
|
|---|
| 22212 | running build
|
|---|
| 22213 | running build_py
|
|---|
| 22214 | creating build\lib\chimerax\iupac
|
|---|
| 22215 | copying src\build_ui.py -> build\lib\chimerax\iupac
|
|---|
| 22216 | copying src\iupac.py -> build\lib\chimerax\iupac
|
|---|
| 22217 | copying src\__init__.py -> build\lib\chimerax\iupac
|
|---|
| 22218 | running bdist_wheel
|
|---|
| 22219 | installing to build\bdist.win-amd64\wheel
|
|---|
| 22220 | running install
|
|---|
| 22221 | running install_lib
|
|---|
| 22222 | creating build\bdist.win-amd64\wheel
|
|---|
| 22223 | creating build\bdist.win-amd64\wheel\chimerax
|
|---|
| 22224 | creating build\bdist.win-amd64\wheel\chimerax\iupac
|
|---|
| 22225 | copying build\lib\chimerax\iupac\build_ui.py -> build\bdist.win-amd64\wheel\.\chimerax\iupac
|
|---|
| 22226 | copying build\lib\chimerax\iupac\iupac.py -> build\bdist.win-amd64\wheel\.\chimerax\iupac
|
|---|
| 22227 | copying build\lib\chimerax\iupac\__init__.py -> build\bdist.win-amd64\wheel\.\chimerax\iupac
|
|---|
| 22228 | running install_egg_info
|
|---|
| 22229 | running egg_info
|
|---|
| 22230 | creating ChimeraX_IUPAC.egg-info
|
|---|
| 22231 | writing ChimeraX_IUPAC.egg-info\PKG-INFO
|
|---|
| 22232 | writing dependency_links to ChimeraX_IUPAC.egg-info\dependency_links.txt
|
|---|
| 22233 | writing requirements to ChimeraX_IUPAC.egg-info\requires.txt
|
|---|
| 22234 | writing top-level names to ChimeraX_IUPAC.egg-info\top_level.txt
|
|---|
| 22235 | writing manifest file 'ChimeraX_IUPAC.egg-info\SOURCES.txt'
|
|---|
| 22236 | reading manifest file 'ChimeraX_IUPAC.egg-info\SOURCES.txt'
|
|---|
| 22237 | writing manifest file 'ChimeraX_IUPAC.egg-info\SOURCES.txt'
|
|---|
| 22238 | Copying ChimeraX_IUPAC.egg-info to build\bdist.win-amd64\wheel\.\ChimeraX_IUPAC-1.0-py3.11.egg-info
|
|---|
| 22239 | running install_scripts
|
|---|
| 22240 | creating build\bdist.win-amd64\wheel\chimerax_iupac-1.0.dist-info\WHEEL
|
|---|
| 22241 | creating 'dist\chimerax_iupac-1.0-py3-none-any.whl' and adding 'build\bdist.win-amd64\wheel' to it
|
|---|
| 22242 | adding 'chimerax/iupac/__init__.py'
|
|---|
| 22243 | adding 'chimerax/iupac/build_ui.py'
|
|---|
| 22244 | adding 'chimerax/iupac/iupac.py'
|
|---|
| 22245 | adding 'chimerax_iupac-1.0.dist-info/METADATA'
|
|---|
| 22246 | adding 'chimerax_iupac-1.0.dist-info/WHEEL'
|
|---|
| 22247 | adding 'chimerax_iupac-1.0.dist-info/top_level.txt'
|
|---|
| 22248 | adding 'chimerax_iupac-1.0.dist-info/RECORD'
|
|---|
| 22249 | removing build\bdist.win-amd64\wheel
|
|---|
| 22250 | Distribution is in .\dist\ChimeraX_IUPAC-1.0-py3-none-any.whl
|
|---|
| 22251 | INFO:
|
|---|
| 22252 |
|
|---|
| 22253 | make sync
|
|---|
| 22254 | make[6]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/iupac'
|
|---|
| 22255 | cp -av dist/*.whl ../../../build/sync
|
|---|
| 22256 | 'dist/chimerax_iupac-1.0-py3-none-any.whl' -> '../../../build/sync/chimerax_iupac-1.0-py3-none-any.whl'
|
|---|
| 22257 | make[6]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/iupac'
|
|---|
| 22258 | make[5]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/iupac'
|
|---|
| 22259 | make -C kvfinder build
|
|---|
| 22260 | make[5]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/kvfinder'
|
|---|
| 22261 | if [ -z "../../../ChimeraX.app/bin/python.exe" ]; then \
|
|---|
| 22262 | echo "missing ChimeraX application's python"; exit 1; \
|
|---|
| 22263 | else \
|
|---|
| 22264 | PYTHONNOUSERSITE=1 ../../../ChimeraX.app/bin/python.exe -I -m chimerax.core --nogui --exit --safemode --cmd "devel build . exit true "; \
|
|---|
| 22265 | fi
|
|---|
| 22266 | INFO:
|
|---|
| 22267 | Executing: devel build . exit true
|
|---|
| 22268 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\setuptools\dist.py:759: SetuptoolsDeprecationWarning: License classifiers are deprecated.
|
|---|
| 22269 | !!
|
|---|
| 22270 |
|
|---|
| 22271 | ********************************************************************************
|
|---|
| 22272 | Please consider removing the following classifiers in favor of a SPDX license expression:
|
|---|
| 22273 |
|
|---|
| 22274 | License :: Free for non-commercial use
|
|---|
| 22275 |
|
|---|
| 22276 | See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details.
|
|---|
| 22277 | ********************************************************************************
|
|---|
| 22278 |
|
|---|
| 22279 | !!
|
|---|
| 22280 | self._finalize_license_expression()
|
|---|
| 22281 | running build
|
|---|
| 22282 | running build_py
|
|---|
| 22283 | creating build\lib\chimerax\kvfinder
|
|---|
| 22284 | copying src\cmd.py -> build\lib\chimerax\kvfinder
|
|---|
| 22285 | copying src\prep.py -> build\lib\chimerax\kvfinder
|
|---|
| 22286 | copying src\tool.py -> build\lib\chimerax\kvfinder
|
|---|
| 22287 | copying src\__init__.py -> build\lib\chimerax\kvfinder
|
|---|
| 22288 | running bdist_wheel
|
|---|
| 22289 | installing to build\bdist.win-amd64\wheel
|
|---|
| 22290 | running install
|
|---|
| 22291 | running install_lib
|
|---|
| 22292 | creating build\bdist.win-amd64\wheel
|
|---|
| 22293 | creating build\bdist.win-amd64\wheel\chimerax
|
|---|
| 22294 | creating build\bdist.win-amd64\wheel\chimerax\kvfinder
|
|---|
| 22295 | copying build\lib\chimerax\kvfinder\cmd.py -> build\bdist.win-amd64\wheel\.\chimerax\kvfinder
|
|---|
| 22296 | copying build\lib\chimerax\kvfinder\prep.py -> build\bdist.win-amd64\wheel\.\chimerax\kvfinder
|
|---|
| 22297 | copying build\lib\chimerax\kvfinder\tool.py -> build\bdist.win-amd64\wheel\.\chimerax\kvfinder
|
|---|
| 22298 | copying build\lib\chimerax\kvfinder\__init__.py -> build\bdist.win-amd64\wheel\.\chimerax\kvfinder
|
|---|
| 22299 | running install_egg_info
|
|---|
| 22300 | running egg_info
|
|---|
| 22301 | creating ChimeraX_KVFinder.egg-info
|
|---|
| 22302 | writing ChimeraX_KVFinder.egg-info\PKG-INFO
|
|---|
| 22303 | writing dependency_links to ChimeraX_KVFinder.egg-info\dependency_links.txt
|
|---|
| 22304 | writing requirements to ChimeraX_KVFinder.egg-info\requires.txt
|
|---|
| 22305 | writing top-level names to ChimeraX_KVFinder.egg-info\top_level.txt
|
|---|
| 22306 | writing manifest file 'ChimeraX_KVFinder.egg-info\SOURCES.txt'
|
|---|
| 22307 | reading manifest file 'ChimeraX_KVFinder.egg-info\SOURCES.txt'
|
|---|
| 22308 | writing manifest file 'ChimeraX_KVFinder.egg-info\SOURCES.txt'
|
|---|
| 22309 | Copying ChimeraX_KVFinder.egg-info to build\bdist.win-amd64\wheel\.\ChimeraX_KVFinder-1.7.1-py3.11.egg-info
|
|---|
| 22310 | running install_scripts
|
|---|
| 22311 | creating build\bdist.win-amd64\wheel\chimerax_kvfinder-1.7.1.dist-info\WHEEL
|
|---|
| 22312 | creating 'dist\chimerax_kvfinder-1.7.1-py3-none-any.whl' and adding 'build\bdist.win-amd64\wheel' to it
|
|---|
| 22313 | adding 'chimerax/kvfinder/__init__.py'
|
|---|
| 22314 | adding 'chimerax/kvfinder/cmd.py'
|
|---|
| 22315 | adding 'chimerax/kvfinder/prep.py'
|
|---|
| 22316 | adding 'chimerax/kvfinder/tool.py'
|
|---|
| 22317 | adding 'chimerax_kvfinder-1.7.1.dist-info/METADATA'
|
|---|
| 22318 | adding 'chimerax_kvfinder-1.7.1.dist-info/WHEEL'
|
|---|
| 22319 | adding 'chimerax_kvfinder-1.7.1.dist-info/top_level.txt'
|
|---|
| 22320 | adding 'chimerax_kvfinder-1.7.1.dist-info/RECORD'
|
|---|
| 22321 | removing build\bdist.win-amd64\wheel
|
|---|
| 22322 | Distribution is in .\dist\ChimeraX_KVFinder-1.7.1-py3-none-any.whl
|
|---|
| 22323 | INFO:
|
|---|
| 22324 |
|
|---|
| 22325 | make sync
|
|---|
| 22326 | make[6]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/kvfinder'
|
|---|
| 22327 | cp -av dist/*.whl ../../../build/sync
|
|---|
| 22328 | 'dist/chimerax_kvfinder-1.7.1-py3-none-any.whl' -> '../../../build/sync/chimerax_kvfinder-1.7.1-py3-none-any.whl'
|
|---|
| 22329 | make[6]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/kvfinder'
|
|---|
| 22330 | make[5]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/kvfinder'
|
|---|
| 22331 | make -C list_info build
|
|---|
| 22332 | make[5]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/list_info'
|
|---|
| 22333 | if [ -z "../../../ChimeraX.app/bin/python.exe" ]; then \
|
|---|
| 22334 | echo "missing ChimeraX application's python"; exit 1; \
|
|---|
| 22335 | else \
|
|---|
| 22336 | PYTHONNOUSERSITE=1 ../../../ChimeraX.app/bin/python.exe -I -m chimerax.core --nogui --exit --safemode --cmd "devel build . exit true "; \
|
|---|
| 22337 | fi
|
|---|
| 22338 | INFO:
|
|---|
| 22339 | Executing: devel build . exit true
|
|---|
| 22340 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\setuptools\dist.py:759: SetuptoolsDeprecationWarning: License classifiers are deprecated.
|
|---|
| 22341 | !!
|
|---|
| 22342 |
|
|---|
| 22343 | ********************************************************************************
|
|---|
| 22344 | Please consider removing the following classifiers in favor of a SPDX license expression:
|
|---|
| 22345 |
|
|---|
| 22346 | License :: Free for non-commercial use
|
|---|
| 22347 |
|
|---|
| 22348 | See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details.
|
|---|
| 22349 | ********************************************************************************
|
|---|
| 22350 |
|
|---|
| 22351 | !!
|
|---|
| 22352 | self._finalize_license_expression()
|
|---|
| 22353 | running build
|
|---|
| 22354 | running build_py
|
|---|
| 22355 | creating build\lib\chimerax\list_info
|
|---|
| 22356 | copying src\cmd.py -> build\lib\chimerax\list_info
|
|---|
| 22357 | copying src\util.py -> build\lib\chimerax\list_info
|
|---|
| 22358 | copying src\__init__.py -> build\lib\chimerax\list_info
|
|---|
| 22359 | running bdist_wheel
|
|---|
| 22360 | installing to build\bdist.win-amd64\wheel
|
|---|
| 22361 | running install
|
|---|
| 22362 | running install_lib
|
|---|
| 22363 | creating build\bdist.win-amd64\wheel
|
|---|
| 22364 | creating build\bdist.win-amd64\wheel\chimerax
|
|---|
| 22365 | creating build\bdist.win-amd64\wheel\chimerax\list_info
|
|---|
| 22366 | copying build\lib\chimerax\list_info\cmd.py -> build\bdist.win-amd64\wheel\.\chimerax\list_info
|
|---|
| 22367 | copying build\lib\chimerax\list_info\util.py -> build\bdist.win-amd64\wheel\.\chimerax\list_info
|
|---|
| 22368 | copying build\lib\chimerax\list_info\__init__.py -> build\bdist.win-amd64\wheel\.\chimerax\list_info
|
|---|
| 22369 | running install_egg_info
|
|---|
| 22370 | running egg_info
|
|---|
| 22371 | creating ChimeraX_ListInfo.egg-info
|
|---|
| 22372 | writing ChimeraX_ListInfo.egg-info\PKG-INFO
|
|---|
| 22373 | writing dependency_links to ChimeraX_ListInfo.egg-info\dependency_links.txt
|
|---|
| 22374 | writing requirements to ChimeraX_ListInfo.egg-info\requires.txt
|
|---|
| 22375 | writing top-level names to ChimeraX_ListInfo.egg-info\top_level.txt
|
|---|
| 22376 | writing manifest file 'ChimeraX_ListInfo.egg-info\SOURCES.txt'
|
|---|
| 22377 | reading manifest file 'ChimeraX_ListInfo.egg-info\SOURCES.txt'
|
|---|
| 22378 | writing manifest file 'ChimeraX_ListInfo.egg-info\SOURCES.txt'
|
|---|
| 22379 | Copying ChimeraX_ListInfo.egg-info to build\bdist.win-amd64\wheel\.\ChimeraX_ListInfo-1.2.2-py3.11.egg-info
|
|---|
| 22380 | running install_scripts
|
|---|
| 22381 | creating build\bdist.win-amd64\wheel\chimerax_listinfo-1.2.2.dist-info\WHEEL
|
|---|
| 22382 | creating 'dist\chimerax_listinfo-1.2.2-py3-none-any.whl' and adding 'build\bdist.win-amd64\wheel' to it
|
|---|
| 22383 | adding 'chimerax/list_info/__init__.py'
|
|---|
| 22384 | adding 'chimerax/list_info/cmd.py'
|
|---|
| 22385 | adding 'chimerax/list_info/util.py'
|
|---|
| 22386 | adding 'chimerax_listinfo-1.2.2.dist-info/METADATA'
|
|---|
| 22387 | adding 'chimerax_listinfo-1.2.2.dist-info/WHEEL'
|
|---|
| 22388 | adding 'chimerax_listinfo-1.2.2.dist-info/top_level.txt'
|
|---|
| 22389 | adding 'chimerax_listinfo-1.2.2.dist-info/RECORD'
|
|---|
| 22390 | removing build\bdist.win-amd64\wheel
|
|---|
| 22391 | Distribution is in .\dist\ChimeraX_ListInfo-1.2.2-py3-none-any.whl
|
|---|
| 22392 | INFO:
|
|---|
| 22393 |
|
|---|
| 22394 | make sync
|
|---|
| 22395 | make[6]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/list_info'
|
|---|
| 22396 | cp -av dist/*.whl ../../../build/sync
|
|---|
| 22397 | 'dist/chimerax_listinfo-1.2.2-py3-none-any.whl' -> '../../../build/sync/chimerax_listinfo-1.2.2-py3-none-any.whl'
|
|---|
| 22398 | make[6]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/list_info'
|
|---|
| 22399 | make[5]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/list_info'
|
|---|
| 22400 | make -C log build
|
|---|
| 22401 | make[5]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/log'
|
|---|
| 22402 | if [ -z "../../../ChimeraX.app/bin/python.exe" ]; then \
|
|---|
| 22403 | echo "missing ChimeraX application's python"; exit 1; \
|
|---|
| 22404 | else \
|
|---|
| 22405 | PYTHONNOUSERSITE=1 ../../../ChimeraX.app/bin/python.exe -I -m chimerax.core --nogui --exit --safemode --cmd "devel build . exit true "; \
|
|---|
| 22406 | fi
|
|---|
| 22407 | INFO:
|
|---|
| 22408 | Executing: devel build . exit true
|
|---|
| 22409 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\setuptools\dist.py:759: SetuptoolsDeprecationWarning: License classifiers are deprecated.
|
|---|
| 22410 | !!
|
|---|
| 22411 |
|
|---|
| 22412 | ********************************************************************************
|
|---|
| 22413 | Please consider removing the following classifiers in favor of a SPDX license expression:
|
|---|
| 22414 |
|
|---|
| 22415 | License :: Free for non-commercial use
|
|---|
| 22416 |
|
|---|
| 22417 | See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details.
|
|---|
| 22418 | ********************************************************************************
|
|---|
| 22419 |
|
|---|
| 22420 | !!
|
|---|
| 22421 | self._finalize_license_expression()
|
|---|
| 22422 | running build
|
|---|
| 22423 | running build_py
|
|---|
| 22424 | creating build\lib\chimerax\log
|
|---|
| 22425 | copying src\cmd.py -> build\lib\chimerax\log
|
|---|
| 22426 | copying src\settings.py -> build\lib\chimerax\log
|
|---|
| 22427 | copying src\tool.py -> build\lib\chimerax\log
|
|---|
| 22428 | copying src\__init__.py -> build\lib\chimerax\log
|
|---|
| 22429 | running bdist_wheel
|
|---|
| 22430 | installing to build\bdist.win-amd64\wheel
|
|---|
| 22431 | running install
|
|---|
| 22432 | running install_lib
|
|---|
| 22433 | creating build\bdist.win-amd64\wheel
|
|---|
| 22434 | creating build\bdist.win-amd64\wheel\chimerax
|
|---|
| 22435 | creating build\bdist.win-amd64\wheel\chimerax\log
|
|---|
| 22436 | copying build\lib\chimerax\log\cmd.py -> build\bdist.win-amd64\wheel\.\chimerax\log
|
|---|
| 22437 | copying build\lib\chimerax\log\settings.py -> build\bdist.win-amd64\wheel\.\chimerax\log
|
|---|
| 22438 | copying build\lib\chimerax\log\tool.py -> build\bdist.win-amd64\wheel\.\chimerax\log
|
|---|
| 22439 | copying build\lib\chimerax\log\__init__.py -> build\bdist.win-amd64\wheel\.\chimerax\log
|
|---|
| 22440 | running install_egg_info
|
|---|
| 22441 | running egg_info
|
|---|
| 22442 | creating ChimeraX_Log.egg-info
|
|---|
| 22443 | writing ChimeraX_Log.egg-info\PKG-INFO
|
|---|
| 22444 | writing dependency_links to ChimeraX_Log.egg-info\dependency_links.txt
|
|---|
| 22445 | writing requirements to ChimeraX_Log.egg-info\requires.txt
|
|---|
| 22446 | writing top-level names to ChimeraX_Log.egg-info\top_level.txt
|
|---|
| 22447 | writing manifest file 'ChimeraX_Log.egg-info\SOURCES.txt'
|
|---|
| 22448 | reading manifest file 'ChimeraX_Log.egg-info\SOURCES.txt'
|
|---|
| 22449 | writing manifest file 'ChimeraX_Log.egg-info\SOURCES.txt'
|
|---|
| 22450 | Copying ChimeraX_Log.egg-info to build\bdist.win-amd64\wheel\.\ChimeraX_Log-1.2.1-py3.11.egg-info
|
|---|
| 22451 | running install_scripts
|
|---|
| 22452 | creating build\bdist.win-amd64\wheel\chimerax_log-1.2.1.dist-info\WHEEL
|
|---|
| 22453 | creating 'dist\chimerax_log-1.2.1-py3-none-any.whl' and adding 'build\bdist.win-amd64\wheel' to it
|
|---|
| 22454 | adding 'chimerax/log/__init__.py'
|
|---|
| 22455 | adding 'chimerax/log/cmd.py'
|
|---|
| 22456 | adding 'chimerax/log/settings.py'
|
|---|
| 22457 | adding 'chimerax/log/tool.py'
|
|---|
| 22458 | adding 'chimerax_log-1.2.1.dist-info/METADATA'
|
|---|
| 22459 | adding 'chimerax_log-1.2.1.dist-info/WHEEL'
|
|---|
| 22460 | adding 'chimerax_log-1.2.1.dist-info/top_level.txt'
|
|---|
| 22461 | adding 'chimerax_log-1.2.1.dist-info/RECORD'
|
|---|
| 22462 | removing build\bdist.win-amd64\wheel
|
|---|
| 22463 | Distribution is in .\dist\ChimeraX_Log-1.2.1-py3-none-any.whl
|
|---|
| 22464 | INFO:
|
|---|
| 22465 |
|
|---|
| 22466 | make sync
|
|---|
| 22467 | make[6]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/log'
|
|---|
| 22468 | cp -av dist/*.whl ../../../build/sync
|
|---|
| 22469 | 'dist/chimerax_log-1.2.1-py3-none-any.whl' -> '../../../build/sync/chimerax_log-1.2.1-py3-none-any.whl'
|
|---|
| 22470 | make[6]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/log'
|
|---|
| 22471 | make[5]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/log'
|
|---|
| 22472 | make -C looking_glass build
|
|---|
| 22473 | make[5]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/looking_glass'
|
|---|
| 22474 | if [ -z "/home/goddard/ucsf/chimerax/ChimeraX.app/bin/python.exe" ]; then \
|
|---|
| 22475 | echo "missing ChimeraX application's python"; exit 1; \
|
|---|
| 22476 | else \
|
|---|
| 22477 | PYTHONNOUSERSITE=1 /home/goddard/ucsf/chimerax/ChimeraX.app/bin/python.exe -I -m chimerax.core --nogui --exit --safemode --cmd "devel build . exit true "; \
|
|---|
| 22478 | fi
|
|---|
| 22479 | INFO:
|
|---|
| 22480 | Executing: devel build . exit true
|
|---|
| 22481 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\setuptools\dist.py:759: SetuptoolsDeprecationWarning: License classifiers are deprecated.
|
|---|
| 22482 | !!
|
|---|
| 22483 |
|
|---|
| 22484 | ********************************************************************************
|
|---|
| 22485 | Please consider removing the following classifiers in favor of a SPDX license expression:
|
|---|
| 22486 |
|
|---|
| 22487 | License :: Free for non-commercial use
|
|---|
| 22488 |
|
|---|
| 22489 | See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details.
|
|---|
| 22490 | ********************************************************************************
|
|---|
| 22491 |
|
|---|
| 22492 | !!
|
|---|
| 22493 | self._finalize_license_expression()
|
|---|
| 22494 | running build
|
|---|
| 22495 | running build_py
|
|---|
| 22496 | creating build\lib\chimerax\looking_glass
|
|---|
| 22497 | copying src\holoplay.py -> build\lib\chimerax\looking_glass
|
|---|
| 22498 | copying src\lookingglass.py -> build\lib\chimerax\looking_glass
|
|---|
| 22499 | copying src\__init__.py -> build\lib\chimerax\looking_glass
|
|---|
| 22500 | copying src\vertex_shader.txt -> build\lib\chimerax\looking_glass
|
|---|
| 22501 | copying src\fragment_shader.txt -> build\lib\chimerax\looking_glass
|
|---|
| 22502 | running bdist_wheel
|
|---|
| 22503 | installing to build\bdist.win-amd64\wheel
|
|---|
| 22504 | running install
|
|---|
| 22505 | running install_lib
|
|---|
| 22506 | creating build\bdist.win-amd64\wheel
|
|---|
| 22507 | creating build\bdist.win-amd64\wheel\chimerax
|
|---|
| 22508 | creating build\bdist.win-amd64\wheel\chimerax\looking_glass
|
|---|
| 22509 | copying build\lib\chimerax\looking_glass\fragment_shader.txt -> build\bdist.win-amd64\wheel\.\chimerax\looking_glass
|
|---|
| 22510 | copying build\lib\chimerax\looking_glass\holoplay.py -> build\bdist.win-amd64\wheel\.\chimerax\looking_glass
|
|---|
| 22511 | copying build\lib\chimerax\looking_glass\lookingglass.py -> build\bdist.win-amd64\wheel\.\chimerax\looking_glass
|
|---|
| 22512 | copying build\lib\chimerax\looking_glass\vertex_shader.txt -> build\bdist.win-amd64\wheel\.\chimerax\looking_glass
|
|---|
| 22513 | copying build\lib\chimerax\looking_glass\__init__.py -> build\bdist.win-amd64\wheel\.\chimerax\looking_glass
|
|---|
| 22514 | running install_egg_info
|
|---|
| 22515 | running egg_info
|
|---|
| 22516 | creating ChimeraX_LookingGlass.egg-info
|
|---|
| 22517 | writing ChimeraX_LookingGlass.egg-info\PKG-INFO
|
|---|
| 22518 | writing dependency_links to ChimeraX_LookingGlass.egg-info\dependency_links.txt
|
|---|
| 22519 | writing requirements to ChimeraX_LookingGlass.egg-info\requires.txt
|
|---|
| 22520 | writing top-level names to ChimeraX_LookingGlass.egg-info\top_level.txt
|
|---|
| 22521 | writing manifest file 'ChimeraX_LookingGlass.egg-info\SOURCES.txt'
|
|---|
| 22522 | reading manifest file 'ChimeraX_LookingGlass.egg-info\SOURCES.txt'
|
|---|
| 22523 | writing manifest file 'ChimeraX_LookingGlass.egg-info\SOURCES.txt'
|
|---|
| 22524 | Copying ChimeraX_LookingGlass.egg-info to build\bdist.win-amd64\wheel\.\ChimeraX_LookingGlass-1.1-py3.11.egg-info
|
|---|
| 22525 | running install_scripts
|
|---|
| 22526 | creating build\bdist.win-amd64\wheel\chimerax_lookingglass-1.1.dist-info\WHEEL
|
|---|
| 22527 | creating 'dist\chimerax_lookingglass-1.1-py3-none-any.whl' and adding 'build\bdist.win-amd64\wheel' to it
|
|---|
| 22528 | adding 'chimerax/looking_glass/__init__.py'
|
|---|
| 22529 | adding 'chimerax/looking_glass/fragment_shader.txt'
|
|---|
| 22530 | adding 'chimerax/looking_glass/holoplay.py'
|
|---|
| 22531 | adding 'chimerax/looking_glass/lookingglass.py'
|
|---|
| 22532 | adding 'chimerax/looking_glass/vertex_shader.txt'
|
|---|
| 22533 | adding 'chimerax_lookingglass-1.1.dist-info/METADATA'
|
|---|
| 22534 | adding 'chimerax_lookingglass-1.1.dist-info/WHEEL'
|
|---|
| 22535 | adding 'chimerax_lookingglass-1.1.dist-info/top_level.txt'
|
|---|
| 22536 | adding 'chimerax_lookingglass-1.1.dist-info/RECORD'
|
|---|
| 22537 | removing build\bdist.win-amd64\wheel
|
|---|
| 22538 | Distribution is in .\dist\ChimeraX_LookingGlass-1.1-py3-none-any.whl
|
|---|
| 22539 | INFO:
|
|---|
| 22540 |
|
|---|
| 22541 | make sync
|
|---|
| 22542 | make[6]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/looking_glass'
|
|---|
| 22543 | cp -av dist/*.whl /home/goddard/ucsf/chimerax/build/sync
|
|---|
| 22544 | 'dist/chimerax_lookingglass-1.1-py3-none-any.whl' -> '/home/goddard/ucsf/chimerax/build/sync/chimerax_lookingglass-1.1-py3-none-any.whl'
|
|---|
| 22545 | make[6]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/looking_glass'
|
|---|
| 22546 | make[5]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/looking_glass'
|
|---|
| 22547 | make -C maestro build
|
|---|
| 22548 | make[5]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/maestro'
|
|---|
| 22549 | if [ -z "../../../ChimeraX.app/bin/python.exe" ]; then \
|
|---|
| 22550 | echo "missing ChimeraX application's python"; exit 1; \
|
|---|
| 22551 | else \
|
|---|
| 22552 | PYTHONNOUSERSITE=1 ../../../ChimeraX.app/bin/python.exe -I -m chimerax.core --nogui --exit --safemode --cmd "devel build . exit true "; \
|
|---|
| 22553 | fi
|
|---|
| 22554 | INFO:
|
|---|
| 22555 | Executing: devel build . exit true
|
|---|
| 22556 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\setuptools\dist.py:759: SetuptoolsDeprecationWarning: License classifiers are deprecated.
|
|---|
| 22557 | !!
|
|---|
| 22558 |
|
|---|
| 22559 | ********************************************************************************
|
|---|
| 22560 | Please consider removing the following classifiers in favor of a SPDX license expression:
|
|---|
| 22561 |
|
|---|
| 22562 | License :: Free for non-commercial use
|
|---|
| 22563 |
|
|---|
| 22564 | See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details.
|
|---|
| 22565 | ********************************************************************************
|
|---|
| 22566 |
|
|---|
| 22567 | !!
|
|---|
| 22568 | self._finalize_license_expression()
|
|---|
| 22569 | running build
|
|---|
| 22570 | running build_py
|
|---|
| 22571 | creating build\lib\chimerax\maestro
|
|---|
| 22572 | copying src\io.py -> build\lib\chimerax\maestro
|
|---|
| 22573 | copying src\maestro.py -> build\lib\chimerax\maestro
|
|---|
| 22574 | copying src\__init__.py -> build\lib\chimerax\maestro
|
|---|
| 22575 | running bdist_wheel
|
|---|
| 22576 | installing to build\bdist.win-amd64\wheel
|
|---|
| 22577 | running install
|
|---|
| 22578 | running install_lib
|
|---|
| 22579 | creating build\bdist.win-amd64\wheel
|
|---|
| 22580 | creating build\bdist.win-amd64\wheel\chimerax
|
|---|
| 22581 | creating build\bdist.win-amd64\wheel\chimerax\maestro
|
|---|
| 22582 | copying build\lib\chimerax\maestro\io.py -> build\bdist.win-amd64\wheel\.\chimerax\maestro
|
|---|
| 22583 | copying build\lib\chimerax\maestro\maestro.py -> build\bdist.win-amd64\wheel\.\chimerax\maestro
|
|---|
| 22584 | copying build\lib\chimerax\maestro\__init__.py -> build\bdist.win-amd64\wheel\.\chimerax\maestro
|
|---|
| 22585 | running install_egg_info
|
|---|
| 22586 | running egg_info
|
|---|
| 22587 | creating ChimeraX_Maestro.egg-info
|
|---|
| 22588 | writing ChimeraX_Maestro.egg-info\PKG-INFO
|
|---|
| 22589 | writing dependency_links to ChimeraX_Maestro.egg-info\dependency_links.txt
|
|---|
| 22590 | writing requirements to ChimeraX_Maestro.egg-info\requires.txt
|
|---|
| 22591 | writing top-level names to ChimeraX_Maestro.egg-info\top_level.txt
|
|---|
| 22592 | writing manifest file 'ChimeraX_Maestro.egg-info\SOURCES.txt'
|
|---|
| 22593 | reading manifest file 'ChimeraX_Maestro.egg-info\SOURCES.txt'
|
|---|
| 22594 | writing manifest file 'ChimeraX_Maestro.egg-info\SOURCES.txt'
|
|---|
| 22595 | Copying ChimeraX_Maestro.egg-info to build\bdist.win-amd64\wheel\.\ChimeraX_Maestro-1.9.2-py3.11.egg-info
|
|---|
| 22596 | running install_scripts
|
|---|
| 22597 | creating build\bdist.win-amd64\wheel\chimerax_maestro-1.9.2.dist-info\WHEEL
|
|---|
| 22598 | creating 'dist\chimerax_maestro-1.9.2-py3-none-any.whl' and adding 'build\bdist.win-amd64\wheel' to it
|
|---|
| 22599 | adding 'chimerax/maestro/__init__.py'
|
|---|
| 22600 | adding 'chimerax/maestro/io.py'
|
|---|
| 22601 | adding 'chimerax/maestro/maestro.py'
|
|---|
| 22602 | adding 'chimerax_maestro-1.9.2.dist-info/METADATA'
|
|---|
| 22603 | adding 'chimerax_maestro-1.9.2.dist-info/WHEEL'
|
|---|
| 22604 | adding 'chimerax_maestro-1.9.2.dist-info/top_level.txt'
|
|---|
| 22605 | adding 'chimerax_maestro-1.9.2.dist-info/RECORD'
|
|---|
| 22606 | removing build\bdist.win-amd64\wheel
|
|---|
| 22607 | Distribution is in .\dist\ChimeraX_Maestro-1.9.2-py3-none-any.whl
|
|---|
| 22608 | INFO:
|
|---|
| 22609 |
|
|---|
| 22610 | make sync
|
|---|
| 22611 | make[6]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/maestro'
|
|---|
| 22612 | cp -av dist/*.whl ../../../build/sync
|
|---|
| 22613 | 'dist/chimerax_maestro-1.9.2-py3-none-any.whl' -> '../../../build/sync/chimerax_maestro-1.9.2-py3-none-any.whl'
|
|---|
| 22614 | make[6]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/maestro'
|
|---|
| 22615 | make[5]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/maestro'
|
|---|
| 22616 | make -C map build
|
|---|
| 22617 | make[5]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/map'
|
|---|
| 22618 | if [ -z "../../../ChimeraX.app/bin/python.exe" ]; then \
|
|---|
| 22619 | echo "missing ChimeraX application's python"; exit 1; \
|
|---|
| 22620 | else \
|
|---|
| 22621 | PYTHONNOUSERSITE=1 ../../../ChimeraX.app/bin/python.exe -I -m chimerax.core --nogui --exit --safemode --cmd "devel build . exit true "; \
|
|---|
| 22622 | fi
|
|---|
| 22623 | INFO:
|
|---|
| 22624 | Executing: devel build . exit true
|
|---|
| 22625 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\setuptools\dist.py:759: SetuptoolsDeprecationWarning: License classifiers are deprecated.
|
|---|
| 22626 | !!
|
|---|
| 22627 |
|
|---|
| 22628 | ********************************************************************************
|
|---|
| 22629 | Please consider removing the following classifiers in favor of a SPDX license expression:
|
|---|
| 22630 |
|
|---|
| 22631 | License :: Free for non-commercial use
|
|---|
| 22632 |
|
|---|
| 22633 | See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details.
|
|---|
| 22634 | ********************************************************************************
|
|---|
| 22635 |
|
|---|
| 22636 | !!
|
|---|
| 22637 | self._finalize_license_expression()
|
|---|
| 22638 | running build
|
|---|
| 22639 | running build_py
|
|---|
| 22640 | creating build\lib.win-amd64-cpython-311\chimerax\map
|
|---|
| 22641 | copying src\channels.py -> build\lib.win-amd64-cpython-311\chimerax\map
|
|---|
| 22642 | copying src\coords_gui.py -> build\lib.win-amd64-cpython-311\chimerax\map
|
|---|
| 22643 | copying src\defaultsettings.py -> build\lib.win-amd64-cpython-311\chimerax\map
|
|---|
| 22644 | copying src\eds_fetch.py -> build\lib.win-amd64-cpython-311\chimerax\map
|
|---|
| 22645 | copying src\emdb_fetch.py -> build\lib.win-amd64-cpython-311\chimerax\map
|
|---|
| 22646 | copying src\histogram.py -> build\lib.win-amd64-cpython-311\chimerax\map
|
|---|
| 22647 | copying src\image3d.py -> build\lib.win-amd64-cpython-311\chimerax\map
|
|---|
| 22648 | copying src\mapargs.py -> build\lib.win-amd64-cpython-311\chimerax\map
|
|---|
| 22649 | copying src\measure.py -> build\lib.win-amd64-cpython-311\chimerax\map
|
|---|
| 22650 | copying src\molmap.py -> build\lib.win-amd64-cpython-311\chimerax\map
|
|---|
| 22651 | copying src\mouselevel.py -> build\lib.win-amd64-cpython-311\chimerax\map
|
|---|
| 22652 | copying src\moveplanes.py -> build\lib.win-amd64-cpython-311\chimerax\map
|
|---|
| 22653 | copying src\redo_fetch.py -> build\lib.win-amd64-cpython-311\chimerax\map
|
|---|
| 22654 | copying src\session.py -> build\lib.win-amd64-cpython-311\chimerax\map
|
|---|
| 22655 | copying src\slice.py -> build\lib.win-amd64-cpython-311\chimerax\map
|
|---|
| 22656 | copying src\tiltedslab.py -> build\lib.win-amd64-cpython-311\chimerax\map
|
|---|
| 22657 | copying src\volume.py -> build\lib.win-amd64-cpython-311\chimerax\map
|
|---|
| 22658 | copying src\volumecommand.py -> build\lib.win-amd64-cpython-311\chimerax\map
|
|---|
| 22659 | copying src\volume_viewer.py -> build\lib.win-amd64-cpython-311\chimerax\map
|
|---|
| 22660 | copying src\windowing.py -> build\lib.win-amd64-cpython-311\chimerax\map
|
|---|
| 22661 | copying src\__init__.py -> build\lib.win-amd64-cpython-311\chimerax\map
|
|---|
| 22662 | creating build\lib.win-amd64-cpython-311\chimerax\map\colortables
|
|---|
| 22663 | copying src\colortables\colortables.py -> build\lib.win-amd64-cpython-311\chimerax\map\colortables
|
|---|
| 22664 | copying src\colortables\__init__.py -> build\lib.win-amd64-cpython-311\chimerax\map\colortables
|
|---|
| 22665 | creating build\lib.win-amd64-cpython-311\chimerax\map\icons
|
|---|
| 22666 | copying src\icons\contour.png -> build\lib.win-amd64-cpython-311\chimerax\map\icons
|
|---|
| 22667 | copying src\icons\crop.png -> build\lib.win-amd64-cpython-311\chimerax\map\icons
|
|---|
| 22668 | copying src\icons\moveplanes.png -> build\lib.win-amd64-cpython-311\chimerax\map\icons
|
|---|
| 22669 | copying src\icons\rotateslab.png -> build\lib.win-amd64-cpython-311\chimerax\map\icons
|
|---|
| 22670 | copying src\icons\windowing.png -> build\lib.win-amd64-cpython-311\chimerax\map\icons
|
|---|
| 22671 | creating build\lib.win-amd64-cpython-311\chimerax\map\colortables\presets
|
|---|
| 22672 | copying src\colortables\presets\Airways II.plist -> build\lib.win-amd64-cpython-311\chimerax\map\colortables\presets
|
|---|
| 22673 | copying src\colortables\presets\Airways.plist -> build\lib.win-amd64-cpython-311\chimerax\map\colortables\presets
|
|---|
| 22674 | copying src\colortables\presets\Black & White.plist -> build\lib.win-amd64-cpython-311\chimerax\map\colortables\presets
|
|---|
| 22675 | copying src\colortables\presets\Bone + Skin II.plist -> build\lib.win-amd64-cpython-311\chimerax\map\colortables\presets
|
|---|
| 22676 | copying src\colortables\presets\Bone + Skin.plist -> build\lib.win-amd64-cpython-311\chimerax\map\colortables\presets
|
|---|
| 22677 | copying src\colortables\presets\Dark Bone.plist -> build\lib.win-amd64-cpython-311\chimerax\map\colortables\presets
|
|---|
| 22678 | copying src\colortables\presets\Glossy II.plist -> build\lib.win-amd64-cpython-311\chimerax\map\colortables\presets
|
|---|
| 22679 | copying src\colortables\presets\Glossy.plist -> build\lib.win-amd64-cpython-311\chimerax\map\colortables\presets
|
|---|
| 22680 | copying src\colortables\presets\Gold Bone.plist -> build\lib.win-amd64-cpython-311\chimerax\map\colortables\presets
|
|---|
| 22681 | copying src\colortables\presets\High Contrast.plist -> build\lib.win-amd64-cpython-311\chimerax\map\colortables\presets
|
|---|
| 22682 | copying src\colortables\presets\Low Contrast.plist -> build\lib.win-amd64-cpython-311\chimerax\map\colortables\presets
|
|---|
| 22683 | copying src\colortables\presets\Mid Contrast.plist -> build\lib.win-amd64-cpython-311\chimerax\map\colortables\presets
|
|---|
| 22684 | copying src\colortables\presets\No Shading.plist -> build\lib.win-amd64-cpython-311\chimerax\map\colortables\presets
|
|---|
| 22685 | copying src\colortables\presets\Pencil.plist -> build\lib.win-amd64-cpython-311\chimerax\map\colortables\presets
|
|---|
| 22686 | copying src\colortables\presets\Red on White.plist -> build\lib.win-amd64-cpython-311\chimerax\map\colortables\presets
|
|---|
| 22687 | copying src\colortables\presets\Skin On Blue II.plist -> build\lib.win-amd64-cpython-311\chimerax\map\colortables\presets
|
|---|
| 22688 | copying src\colortables\presets\Skin On Blue.plist -> build\lib.win-amd64-cpython-311\chimerax\map\colortables\presets
|
|---|
| 22689 | copying src\colortables\presets\Soft + Skin II.plist -> build\lib.win-amd64-cpython-311\chimerax\map\colortables\presets
|
|---|
| 22690 | copying src\colortables\presets\Soft + Skin III.plist -> build\lib.win-amd64-cpython-311\chimerax\map\colortables\presets
|
|---|
| 22691 | copying src\colortables\presets\Soft + Skin.plist -> build\lib.win-amd64-cpython-311\chimerax\map\colortables\presets
|
|---|
| 22692 | copying src\colortables\presets\Soft On Blue.plist -> build\lib.win-amd64-cpython-311\chimerax\map\colortables\presets
|
|---|
| 22693 | copying src\colortables\presets\Soft on White.plist -> build\lib.win-amd64-cpython-311\chimerax\map\colortables\presets
|
|---|
| 22694 | copying src\colortables\presets\Soft.plist -> build\lib.win-amd64-cpython-311\chimerax\map\colortables\presets
|
|---|
| 22695 | copying src\colortables\presets\Standard.plist -> build\lib.win-amd64-cpython-311\chimerax\map\colortables\presets
|
|---|
| 22696 | copying src\colortables\presets\Vascular II.plist -> build\lib.win-amd64-cpython-311\chimerax\map\colortables\presets
|
|---|
| 22697 | copying src\colortables\presets\Vascular III.plist -> build\lib.win-amd64-cpython-311\chimerax\map\colortables\presets
|
|---|
| 22698 | copying src\colortables\presets\Vascular IV.plist -> build\lib.win-amd64-cpython-311\chimerax\map\colortables\presets
|
|---|
| 22699 | copying src\colortables\presets\Vascular.plist -> build\lib.win-amd64-cpython-311\chimerax\map\colortables\presets
|
|---|
| 22700 | copying src\colortables\presets\Yellow Bone.plist -> build\lib.win-amd64-cpython-311\chimerax\map\colortables\presets
|
|---|
| 22701 | creating build\lib.win-amd64-cpython-311\chimerax\map\colortables\cluts
|
|---|
| 22702 | copying src\colortables\cluts\BlackBody.plist -> build\lib.win-amd64-cpython-311\chimerax\map\colortables\cluts
|
|---|
| 22703 | copying src\colortables\cluts\Flow.plist -> build\lib.win-amd64-cpython-311\chimerax\map\colortables\cluts
|
|---|
| 22704 | copying src\colortables\cluts\French.plist -> build\lib.win-amd64-cpython-311\chimerax\map\colortables\cluts
|
|---|
| 22705 | copying src\colortables\cluts\GEcolor.plist -> build\lib.win-amd64-cpython-311\chimerax\map\colortables\cluts
|
|---|
| 22706 | copying src\colortables\cluts\GrayRainbow.plist -> build\lib.win-amd64-cpython-311\chimerax\map\colortables\cluts
|
|---|
| 22707 | copying src\colortables\cluts\HotGreen.plist -> build\lib.win-amd64-cpython-311\chimerax\map\colortables\cluts
|
|---|
| 22708 | copying src\colortables\cluts\HotIron.plist -> build\lib.win-amd64-cpython-311\chimerax\map\colortables\cluts
|
|---|
| 22709 | copying src\colortables\cluts\HotMetal.plist -> build\lib.win-amd64-cpython-311\chimerax\map\colortables\cluts
|
|---|
| 22710 | copying src\colortables\cluts\Hue1.plist -> build\lib.win-amd64-cpython-311\chimerax\map\colortables\cluts
|
|---|
| 22711 | copying src\colortables\cluts\Hue2.plist -> build\lib.win-amd64-cpython-311\chimerax\map\colortables\cluts
|
|---|
| 22712 | copying src\colortables\cluts\ired.plist -> build\lib.win-amd64-cpython-311\chimerax\map\colortables\cluts
|
|---|
| 22713 | copying src\colortables\cluts\Jet.plist -> build\lib.win-amd64-cpython-311\chimerax\map\colortables\cluts
|
|---|
| 22714 | copying src\colortables\cluts\NIH.plist -> build\lib.win-amd64-cpython-311\chimerax\map\colortables\cluts
|
|---|
| 22715 | copying src\colortables\cluts\Perfusion.plist -> build\lib.win-amd64-cpython-311\chimerax\map\colortables\cluts
|
|---|
| 22716 | copying src\colortables\cluts\PPU Inferno.plist -> build\lib.win-amd64-cpython-311\chimerax\map\colortables\cluts
|
|---|
| 22717 | copying src\colortables\cluts\PPU Magma.plist -> build\lib.win-amd64-cpython-311\chimerax\map\colortables\cluts
|
|---|
| 22718 | copying src\colortables\cluts\PPU Plasma.plist -> build\lib.win-amd64-cpython-311\chimerax\map\colortables\cluts
|
|---|
| 22719 | copying src\colortables\cluts\PPU Viridis.plist -> build\lib.win-amd64-cpython-311\chimerax\map\colortables\cluts
|
|---|
| 22720 | copying src\colortables\cluts\Rainbow.plist -> build\lib.win-amd64-cpython-311\chimerax\map\colortables\cluts
|
|---|
| 22721 | copying src\colortables\cluts\Rainbow2.plist -> build\lib.win-amd64-cpython-311\chimerax\map\colortables\cluts
|
|---|
| 22722 | copying src\colortables\cluts\Rainbow3.plist -> build\lib.win-amd64-cpython-311\chimerax\map\colortables\cluts
|
|---|
| 22723 | copying src\colortables\cluts\Ratio.plist -> build\lib.win-amd64-cpython-311\chimerax\map\colortables\cluts
|
|---|
| 22724 | copying src\colortables\cluts\Spectrum.plist -> build\lib.win-amd64-cpython-311\chimerax\map\colortables\cluts
|
|---|
| 22725 | copying src\colortables\cluts\Stern.plist -> build\lib.win-amd64-cpython-311\chimerax\map\colortables\cluts
|
|---|
| 22726 | copying src\colortables\cluts\UCLA.plist -> build\lib.win-amd64-cpython-311\chimerax\map\colortables\cluts
|
|---|
| 22727 | copying src\colortables\cluts\VR Bones.plist -> build\lib.win-amd64-cpython-311\chimerax\map\colortables\cluts
|
|---|
| 22728 | copying src\colortables\cluts\VR Muscles-Bones.plist -> build\lib.win-amd64-cpython-311\chimerax\map\colortables\cluts
|
|---|
| 22729 | copying src\colortables\cluts\VR Red Vessels.plist -> build\lib.win-amd64-cpython-311\chimerax\map\colortables\cluts
|
|---|
| 22730 | copying src\colortables\cluts\CT_Bones.clut -> build\lib.win-amd64-cpython-311\chimerax\map\colortables\cluts
|
|---|
| 22731 | copying src\colortables\cluts\CT_Kidneys.clut -> build\lib.win-amd64-cpython-311\chimerax\map\colortables\cluts
|
|---|
| 22732 | copying src\colortables\cluts\CT_Liver.clut -> build\lib.win-amd64-cpython-311\chimerax\map\colortables\cluts
|
|---|
| 22733 | copying src\colortables\cluts\CT_Lungs.clut -> build\lib.win-amd64-cpython-311\chimerax\map\colortables\cluts
|
|---|
| 22734 | copying src\colortables\cluts\CT_Muscles.clut -> build\lib.win-amd64-cpython-311\chimerax\map\colortables\cluts
|
|---|
| 22735 | copying src\colortables\cluts\CT_Skin.clut -> build\lib.win-amd64-cpython-311\chimerax\map\colortables\cluts
|
|---|
| 22736 | copying src\colortables\cluts\CT_Soft_Tissue.clut -> build\lib.win-amd64-cpython-311\chimerax\map\colortables\cluts
|
|---|
| 22737 | copying src\colortables\cluts\CT_Vessels.clut -> build\lib.win-amd64-cpython-311\chimerax\map\colortables\cluts
|
|---|
| 22738 | copying src\colortables\cluts\CT_w_Contrast.clut -> build\lib.win-amd64-cpython-311\chimerax\map\colortables\cluts
|
|---|
| 22739 | running build_ext
|
|---|
| 22740 | building 'chimerax.map._map' extension
|
|---|
| 22741 | creating build\temp.win-amd64-cpython-311\Release\_map
|
|---|
| 22742 | "C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\bin\HostX64\x64\cl.exe" /c /nologo /O2 /W3 /GL /DNDEBUG /MD -DMAJOR_VERSION=0 -DMINOR_VERSION=1 -IC:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\include -IC:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\core\include -IC:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\arrays\include -IC:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\include -IC:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Include "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\ucrt" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\shared" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\um" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\winrt" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\cppwinrt" "-Ic:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include" "-Ic:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\atlmfc\include" "-Ic:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\ucrt" "-Ic:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\shared" "-Ic:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\um" "-Ic:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\winrt" "-Ic:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\cppwinrt" /EHsc /Tp_map/boxcut.cpp /Fobuild\temp.win-amd64-cpython-311\Release\_map\boxcut.obj
|
|---|
| 22743 | boxcut.cpp
|
|---|
| 22744 | _map/boxcut.cpp(343): warning C4244: 'initializing': conversion from 'double' to 'float', possible loss of data
|
|---|
| 22745 | _map/boxcut.cpp(343): warning C4244: 'initializing': conversion from 'double' to 'float', possible loss of data
|
|---|
| 22746 | "C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\bin\HostX64\x64\cl.exe" /c /nologo /O2 /W3 /GL /DNDEBUG /MD -DMAJOR_VERSION=0 -DMINOR_VERSION=1 -IC:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\include -IC:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\core\include -IC:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\arrays\include -IC:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\include -IC:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Include "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\ucrt" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\shared" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\um" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\winrt" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\cppwinrt" "-Ic:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include" "-Ic:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\atlmfc\include" "-Ic:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\ucrt" "-Ic:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\shared" "-Ic:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\um" "-Ic:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\winrt" "-Ic:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\cppwinrt" /EHsc /Tp_map/colors.cpp /Fobuild\temp.win-amd64-cpython-311\Release\_map\colors.obj
|
|---|
| 22747 | colors.cpp
|
|---|
| 22748 | "C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\bin\HostX64\x64\cl.exe" /c /nologo /O2 /W3 /GL /DNDEBUG /MD -DMAJOR_VERSION=0 -DMINOR_VERSION=1 -IC:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\include -IC:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\core\include -IC:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\arrays\include -IC:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\include -IC:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Include "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\ucrt" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\shared" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\um" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\winrt" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\cppwinrt" "-Ic:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include" "-Ic:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\atlmfc\include" "-Ic:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\ucrt" "-Ic:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\shared" "-Ic:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\um" "-Ic:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\winrt" "-Ic:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\cppwinrt" /EHsc /Tp_map/combine.cpp /Fobuild\temp.win-amd64-cpython-311\Release\_map\combine.obj
|
|---|
| 22749 | combine.cpp
|
|---|
| 22750 | "C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\bin\HostX64\x64\cl.exe" /c /nologo /O2 /W3 /GL /DNDEBUG /MD -DMAJOR_VERSION=0 -DMINOR_VERSION=1 -IC:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\include -IC:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\core\include -IC:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\arrays\include -IC:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\include -IC:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Include "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\ucrt" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\shared" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\um" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\winrt" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\cppwinrt" "-Ic:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include" "-Ic:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\atlmfc\include" "-Ic:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\ucrt" "-Ic:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\shared" "-Ic:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\um" "-Ic:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\winrt" "-Ic:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\cppwinrt" /EHsc /Tp_map/contourdata.cpp /Fobuild\temp.win-amd64-cpython-311\Release\_map\contourdata.obj
|
|---|
| 22751 | contourdata.cpp
|
|---|
| 22752 | "C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\bin\HostX64\x64\cl.exe" /c /nologo /O2 /W3 /GL /DNDEBUG /MD -DMAJOR_VERSION=0 -DMINOR_VERSION=1 -IC:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\include -IC:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\core\include -IC:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\arrays\include -IC:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\include -IC:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Include "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\ucrt" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\shared" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\um" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\winrt" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\cppwinrt" "-Ic:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include" "-Ic:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\atlmfc\include" "-Ic:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\ucrt" "-Ic:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\shared" "-Ic:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\um" "-Ic:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\winrt" "-Ic:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\cppwinrt" /EHsc /Tp_map/contourpy.cpp /Fobuild\temp.win-amd64-cpython-311\Release\_map\contourpy.obj
|
|---|
| 22753 | contourpy.cpp
|
|---|
| 22754 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\map\_map\contour.cpp(225): warning C4244: 'argument': conversion from 'Contour_Calculation::CIndex' to 'Contour_Calculation::BIndex', possible loss of data
|
|---|
| 22755 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\map\_map\contour.cpp(230): warning C4244: 'argument': conversion from 'GIndex' to 'Contour_Calculation::BIndex', possible loss of data
|
|---|
| 22756 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\map\_map\contour.cpp(243): warning C4244: 'argument': conversion from 'Contour_Calculation::CIndex' to 'Contour_Calculation::BIndex', possible loss of data
|
|---|
| 22757 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\map\_map\contour.cpp(686): warning C4244: 'argument': conversion from 'int64_t' to 'Contour_Calculation::BIndex', possible loss of data
|
|---|
| 22758 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\map\_map\contour.cpp(682): note: while compiling class template member function 'void Contour_Calculation::CSurface<Data_Type>::normals(float *)'
|
|---|
| 22759 | with
|
|---|
| 22760 | [
|
|---|
| 22761 | Data_Type=char
|
|---|
| 22762 | ]
|
|---|
| 22763 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\map\_map\contour.cpp(724): note: see reference to class template instantiation 'Contour_Calculation::CSurface<Data_Type>' being compiled
|
|---|
| 22764 | with
|
|---|
| 22765 | [
|
|---|
| 22766 | Data_Type=char
|
|---|
| 22767 | ]
|
|---|
| 22768 | _map/contourpy.cpp(52): note: see reference to function template instantiation 'Contour_Calculation::Contour_Surface *Contour_Calculation::surface<T>(const Data_Type *,const AIndex [],const GIndex [],float,bool)' being compiled
|
|---|
| 22769 | with
|
|---|
| 22770 | [
|
|---|
| 22771 | T=char,
|
|---|
| 22772 | Data_Type=char
|
|---|
| 22773 | ]
|
|---|
| 22774 | _map/contourpy.cpp(76): note: see reference to function template instantiation 'void contour_surface<char>(const Reference_Counted_Array::Array<char> &,float,bool,Contour_Calculation::Contour_Surface **)' being compiled
|
|---|
| 22775 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\map\_map\contour.cpp(686): warning C4244: 'argument': conversion from 'int64_t' to 'Contour_Calculation::BIndex', possible loss of data
|
|---|
| 22776 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\map\_map\contour.cpp(686): warning C4244: 'argument': conversion from 'int64_t' to 'Contour_Calculation::BIndex', possible loss of data
|
|---|
| 22777 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\map\_map\contour.cpp(689): warning C4244: '=': conversion from 'int' to 'float', possible loss of data
|
|---|
| 22778 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\map\_map\contour.cpp(710): warning C4244: 'initializing': conversion from 'double' to 'float', possible loss of data
|
|---|
| 22779 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\map\_map\contour.cpp(706): warning C4244: '=': conversion from 'Data_Type' to 'float', possible loss of data
|
|---|
| 22780 | with
|
|---|
| 22781 | [
|
|---|
| 22782 | Data_Type=double
|
|---|
| 22783 | ]
|
|---|
| 22784 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\map\_map\contour.cpp(641): warning C4244: 'argument': conversion from 'Contour_Calculation::CIndex' to 'Contour_Calculation::BIndex', possible loss of data
|
|---|
| 22785 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\map\_map\contour.cpp(632): note: while compiling class template member function 'void Contour_Calculation::CSurface<Data_Type>::make_triangles(Contour_Calculation::Grid_Cell_List &,AIndex)'
|
|---|
| 22786 | with
|
|---|
| 22787 | [
|
|---|
| 22788 | Data_Type=char
|
|---|
| 22789 | ]
|
|---|
| 22790 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\map\_map\contour.cpp(340): note: see reference to function template instantiation 'void Contour_Calculation::CSurface<Data_Type>::make_triangles(Contour_Calculation::Grid_Cell_List &,AIndex)' being compiled
|
|---|
| 22791 | with
|
|---|
| 22792 | [
|
|---|
| 22793 | Data_Type=char
|
|---|
| 22794 | ]
|
|---|
| 22795 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\map\_map\contour.cpp(682): note: while compiling class template member function 'void Contour_Calculation::CSurface<Data_Type>::normals(float *)'
|
|---|
| 22796 | with
|
|---|
| 22797 | [
|
|---|
| 22798 | Data_Type=char
|
|---|
| 22799 | ]
|
|---|
| 22800 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\map\_map\contour.cpp(389): warning C4244: 'initializing': conversion from 'Data_Type' to 'float', possible loss of data
|
|---|
| 22801 | with
|
|---|
| 22802 | [
|
|---|
| 22803 | Data_Type=double
|
|---|
| 22804 | ]
|
|---|
| 22805 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\map\_map\contour.cpp(382): note: while compiling class template member function 'void Contour_Calculation::CSurface<Data_Type>::mark_interior_edge_cuts(AIndex,AIndex,Contour_Calculation::Grid_Cell_List &,Contour_Calculation::Grid_Cell_List &)'
|
|---|
| 22806 | with
|
|---|
| 22807 | [
|
|---|
| 22808 | Data_Type=double
|
|---|
| 22809 | ]
|
|---|
| 22810 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\map\_map\contour.cpp(365): note: see reference to function template instantiation 'void Contour_Calculation::CSurface<Data_Type>::mark_interior_edge_cuts(AIndex,AIndex,Contour_Calculation::Grid_Cell_List &,Contour_Calculation::Grid_Cell_List &)' being compiled
|
|---|
| 22811 | with
|
|---|
| 22812 | [
|
|---|
| 22813 | Data_Type=double
|
|---|
| 22814 | ]
|
|---|
| 22815 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\map\_map\contour.cpp(352): note: while compiling class template member function 'void Contour_Calculation::CSurface<Data_Type>::mark_plane_edge_cuts(Contour_Calculation::Grid_Cell_List &,Contour_Calculation::Grid_Cell_List &,AIndex)'
|
|---|
| 22816 | with
|
|---|
| 22817 | [
|
|---|
| 22818 | Data_Type=double
|
|---|
| 22819 | ]
|
|---|
| 22820 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\map\_map\contour.cpp(337): note: see reference to function template instantiation 'void Contour_Calculation::CSurface<Data_Type>::mark_plane_edge_cuts(Contour_Calculation::Grid_Cell_List &,Contour_Calculation::Grid_Cell_List &,AIndex)' being compiled
|
|---|
| 22821 | with
|
|---|
| 22822 | [
|
|---|
| 22823 | Data_Type=double
|
|---|
| 22824 | ]
|
|---|
| 22825 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\map\_map\contour.cpp(423): warning C4244: 'initializing': conversion from 'Data_Type' to 'float', possible loss of data
|
|---|
| 22826 | with
|
|---|
| 22827 | [
|
|---|
| 22828 | Data_Type=double
|
|---|
| 22829 | ]
|
|---|
| 22830 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\map\_map\contour.cpp(419): note: while compiling class template member function 'void Contour_Calculation::CSurface<Data_Type>::mark_boundary_edge_cuts(AIndex,AIndex,AIndex,Contour_Calculation::Grid_Cell_List &,Contour_Calculation::Grid_Cell_List &)'
|
|---|
| 22831 | with
|
|---|
| 22832 | [
|
|---|
| 22833 | Data_Type=double
|
|---|
| 22834 | ]
|
|---|
| 22835 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\map\_map\contour.cpp(359): note: see reference to function template instantiation 'void Contour_Calculation::CSurface<Data_Type>::mark_boundary_edge_cuts(AIndex,AIndex,AIndex,Contour_Calculation::Grid_Cell_List &,Contour_Calculation::Grid_Cell_List &)' being compiled
|
|---|
| 22836 | with
|
|---|
| 22837 | [
|
|---|
| 22838 | Data_Type=double
|
|---|
| 22839 | ]
|
|---|
| 22840 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\map\_map\contour.cpp(494): warning C4244: 'argument': conversion from 'AIndex' to 'float', possible loss of data
|
|---|
| 22841 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\map\_map\contour.cpp(493): note: while compiling class template member function 'void Contour_Calculation::CSurface<Data_Type>::add_vertex_axis_0(AIndex,AIndex,AIndex,float,Contour_Calculation::Grid_Cell_List &,Contour_Calculation::Grid_Cell_List &)'
|
|---|
| 22842 | with
|
|---|
| 22843 | [
|
|---|
| 22844 | Data_Type=char
|
|---|
| 22845 | ]
|
|---|
| 22846 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\map\_map\contour.cpp(396): note: see reference to function template instantiation 'void Contour_Calculation::CSurface<Data_Type>::add_vertex_axis_0(AIndex,AIndex,AIndex,float,Contour_Calculation::Grid_Cell_List &,Contour_Calculation::Grid_Cell_List &)' being compiled
|
|---|
| 22847 | with
|
|---|
| 22848 | [
|
|---|
| 22849 | Data_Type=char
|
|---|
| 22850 | ]
|
|---|
| 22851 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\map\_map\contour.cpp(382): note: while compiling class template member function 'void Contour_Calculation::CSurface<Data_Type>::mark_interior_edge_cuts(AIndex,AIndex,Contour_Calculation::Grid_Cell_List &,Contour_Calculation::Grid_Cell_List &)'
|
|---|
| 22852 | with
|
|---|
| 22853 | [
|
|---|
| 22854 | Data_Type=char
|
|---|
| 22855 | ]
|
|---|
| 22856 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\map\_map\contour.cpp(365): note: see reference to function template instantiation 'void Contour_Calculation::CSurface<Data_Type>::mark_interior_edge_cuts(AIndex,AIndex,Contour_Calculation::Grid_Cell_List &,Contour_Calculation::Grid_Cell_List &)' being compiled
|
|---|
| 22857 | with
|
|---|
| 22858 | [
|
|---|
| 22859 | Data_Type=char
|
|---|
| 22860 | ]
|
|---|
| 22861 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\map\_map\contour.cpp(352): note: while compiling class template member function 'void Contour_Calculation::CSurface<Data_Type>::mark_plane_edge_cuts(Contour_Calculation::Grid_Cell_List &,Contour_Calculation::Grid_Cell_List &,AIndex)'
|
|---|
| 22862 | with
|
|---|
| 22863 | [
|
|---|
| 22864 | Data_Type=char
|
|---|
| 22865 | ]
|
|---|
| 22866 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\map\_map\contour.cpp(337): note: see reference to function template instantiation 'void Contour_Calculation::CSurface<Data_Type>::mark_plane_edge_cuts(Contour_Calculation::Grid_Cell_List &,Contour_Calculation::Grid_Cell_List &,AIndex)' being compiled
|
|---|
| 22867 | with
|
|---|
| 22868 | [
|
|---|
| 22869 | Data_Type=char
|
|---|
| 22870 | ]
|
|---|
| 22871 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\map\_map\contour.cpp(494): warning C4244: 'argument': conversion from 'AIndex' to 'float', possible loss of data
|
|---|
| 22872 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\map\_map\contour.cpp(508): warning C4244: 'argument': conversion from 'AIndex' to 'float', possible loss of data
|
|---|
| 22873 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\map\_map\contour.cpp(507): note: while compiling class template member function 'void Contour_Calculation::CSurface<Data_Type>::add_vertex_axis_1(AIndex,AIndex,AIndex,float,Contour_Calculation::Grid_Cell_List &,Contour_Calculation::Grid_Cell_List &)'
|
|---|
| 22874 | with
|
|---|
| 22875 | [
|
|---|
| 22876 | Data_Type=char
|
|---|
| 22877 | ]
|
|---|
| 22878 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\map\_map\contour.cpp(400): note: see reference to function template instantiation 'void Contour_Calculation::CSurface<Data_Type>::add_vertex_axis_1(AIndex,AIndex,AIndex,float,Contour_Calculation::Grid_Cell_List &,Contour_Calculation::Grid_Cell_List &)' being compiled
|
|---|
| 22879 | with
|
|---|
| 22880 | [
|
|---|
| 22881 | Data_Type=char
|
|---|
| 22882 | ]
|
|---|
| 22883 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\map\_map\contour.cpp(508): warning C4244: 'argument': conversion from 'AIndex' to 'float', possible loss of data
|
|---|
| 22884 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\map\_map\contour.cpp(522): warning C4244: 'argument': conversion from 'AIndex' to 'float', possible loss of data
|
|---|
| 22885 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\map\_map\contour.cpp(521): note: while compiling class template member function 'void Contour_Calculation::CSurface<Data_Type>::add_vertex_axis_2(AIndex,AIndex,float,Contour_Calculation::Grid_Cell_List &)'
|
|---|
| 22886 | with
|
|---|
| 22887 | [
|
|---|
| 22888 | Data_Type=char
|
|---|
| 22889 | ]
|
|---|
| 22890 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\map\_map\contour.cpp(404): note: see reference to function template instantiation 'void Contour_Calculation::CSurface<Data_Type>::add_vertex_axis_2(AIndex,AIndex,float,Contour_Calculation::Grid_Cell_List &)' being compiled
|
|---|
| 22891 | with
|
|---|
| 22892 | [
|
|---|
| 22893 | Data_Type=char
|
|---|
| 22894 | ]
|
|---|
| 22895 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\map\_map\contour.cpp(522): warning C4244: 'argument': conversion from 'AIndex' to 'float', possible loss of data
|
|---|
| 22896 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\map\_map\contour.cpp(538): warning C4244: 'argument': conversion from 'AIndex' to 'float', possible loss of data
|
|---|
| 22897 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\map\_map\contour.cpp(536): note: while compiling class template member function 'VIndex Contour_Calculation::CSurface<Data_Type>::add_cap_vertex_l0(VIndex,AIndex,AIndex,AIndex,Contour_Calculation::Grid_Cell_List &,Contour_Calculation::Grid_Cell_List &)'
|
|---|
| 22898 | with
|
|---|
| 22899 | [
|
|---|
| 22900 | Data_Type=char
|
|---|
| 22901 | ]
|
|---|
| 22902 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\map\_map\contour.cpp(439): note: see reference to function template instantiation 'VIndex Contour_Calculation::CSurface<Data_Type>::add_cap_vertex_l0(VIndex,AIndex,AIndex,AIndex,Contour_Calculation::Grid_Cell_List &,Contour_Calculation::Grid_Cell_List &)' being compiled
|
|---|
| 22903 | with
|
|---|
| 22904 | [
|
|---|
| 22905 | Data_Type=char
|
|---|
| 22906 | ]
|
|---|
| 22907 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\map\_map\contour.cpp(538): warning C4244: 'argument': conversion from 'AIndex' to 'float', possible loss of data
|
|---|
| 22908 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\map\_map\contour.cpp(538): warning C4244: 'argument': conversion from 'AIndex' to 'float', possible loss of data
|
|---|
| 22909 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\map\_map\contour.cpp(554): warning C4244: 'argument': conversion from 'AIndex' to 'float', possible loss of data
|
|---|
| 22910 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\map\_map\contour.cpp(552): note: while compiling class template member function 'VIndex Contour_Calculation::CSurface<Data_Type>::add_cap_vertex_r0(VIndex,AIndex,AIndex,AIndex,Contour_Calculation::Grid_Cell_List &,Contour_Calculation::Grid_Cell_List &)'
|
|---|
| 22911 | with
|
|---|
| 22912 | [
|
|---|
| 22913 | Data_Type=char
|
|---|
| 22914 | ]
|
|---|
| 22915 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\map\_map\contour.cpp(448): note: see reference to function template instantiation 'VIndex Contour_Calculation::CSurface<Data_Type>::add_cap_vertex_r0(VIndex,AIndex,AIndex,AIndex,Contour_Calculation::Grid_Cell_List &,Contour_Calculation::Grid_Cell_List &)' being compiled
|
|---|
| 22916 | with
|
|---|
| 22917 | [
|
|---|
| 22918 | Data_Type=char
|
|---|
| 22919 | ]
|
|---|
| 22920 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\map\_map\contour.cpp(554): warning C4244: 'argument': conversion from 'AIndex' to 'float', possible loss of data
|
|---|
| 22921 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\map\_map\contour.cpp(554): warning C4244: 'argument': conversion from 'AIndex' to 'float', possible loss of data
|
|---|
| 22922 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\map\_map\contour.cpp(571): warning C4244: 'argument': conversion from 'AIndex' to 'float', possible loss of data
|
|---|
| 22923 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\map\_map\contour.cpp(569): note: while compiling class template member function 'VIndex Contour_Calculation::CSurface<Data_Type>::add_cap_vertex_l1(VIndex,AIndex,AIndex,AIndex,Contour_Calculation::Grid_Cell_List &,Contour_Calculation::Grid_Cell_List &)'
|
|---|
| 22924 | with
|
|---|
| 22925 | [
|
|---|
| 22926 | Data_Type=char
|
|---|
| 22927 | ]
|
|---|
| 22928 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\map\_map\contour.cpp(457): note: see reference to function template instantiation 'VIndex Contour_Calculation::CSurface<Data_Type>::add_cap_vertex_l1(VIndex,AIndex,AIndex,AIndex,Contour_Calculation::Grid_Cell_List &,Contour_Calculation::Grid_Cell_List &)' being compiled
|
|---|
| 22929 | with
|
|---|
| 22930 | [
|
|---|
| 22931 | Data_Type=char
|
|---|
| 22932 | ]
|
|---|
| 22933 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\map\_map\contour.cpp(571): warning C4244: 'argument': conversion from 'AIndex' to 'float', possible loss of data
|
|---|
| 22934 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\map\_map\contour.cpp(571): warning C4244: 'argument': conversion from 'AIndex' to 'float', possible loss of data
|
|---|
| 22935 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\map\_map\contour.cpp(588): warning C4244: 'argument': conversion from 'AIndex' to 'float', possible loss of data
|
|---|
| 22936 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\map\_map\contour.cpp(586): note: while compiling class template member function 'VIndex Contour_Calculation::CSurface<Data_Type>::add_cap_vertex_r1(VIndex,AIndex,AIndex,AIndex,Contour_Calculation::Grid_Cell_List &,Contour_Calculation::Grid_Cell_List &)'
|
|---|
| 22937 | with
|
|---|
| 22938 | [
|
|---|
| 22939 | Data_Type=char
|
|---|
| 22940 | ]
|
|---|
| 22941 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\map\_map\contour.cpp(466): note: see reference to function template instantiation 'VIndex Contour_Calculation::CSurface<Data_Type>::add_cap_vertex_r1(VIndex,AIndex,AIndex,AIndex,Contour_Calculation::Grid_Cell_List &,Contour_Calculation::Grid_Cell_List &)' being compiled
|
|---|
| 22942 | with
|
|---|
| 22943 | [
|
|---|
| 22944 | Data_Type=char
|
|---|
| 22945 | ]
|
|---|
| 22946 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\map\_map\contour.cpp(588): warning C4244: 'argument': conversion from 'AIndex' to 'float', possible loss of data
|
|---|
| 22947 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\map\_map\contour.cpp(588): warning C4244: 'argument': conversion from 'AIndex' to 'float', possible loss of data
|
|---|
| 22948 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\map\_map\contour.cpp(604): warning C4244: 'argument': conversion from 'AIndex' to 'float', possible loss of data
|
|---|
| 22949 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\map\_map\contour.cpp(602): note: while compiling class template member function 'VIndex Contour_Calculation::CSurface<Data_Type>::add_cap_vertex_l2(VIndex,AIndex,AIndex,AIndex,Contour_Calculation::Grid_Cell_List &)'
|
|---|
| 22950 | with
|
|---|
| 22951 | [
|
|---|
| 22952 | Data_Type=char
|
|---|
| 22953 | ]
|
|---|
| 22954 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\map\_map\contour.cpp(475): note: see reference to function template instantiation 'VIndex Contour_Calculation::CSurface<Data_Type>::add_cap_vertex_l2(VIndex,AIndex,AIndex,AIndex,Contour_Calculation::Grid_Cell_List &)' being compiled
|
|---|
| 22955 | with
|
|---|
| 22956 | [
|
|---|
| 22957 | Data_Type=char
|
|---|
| 22958 | ]
|
|---|
| 22959 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\map\_map\contour.cpp(604): warning C4244: 'argument': conversion from 'AIndex' to 'float', possible loss of data
|
|---|
| 22960 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\map\_map\contour.cpp(604): warning C4244: 'argument': conversion from 'AIndex' to 'float', possible loss of data
|
|---|
| 22961 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\map\_map\contour.cpp(620): warning C4244: 'argument': conversion from 'AIndex' to 'float', possible loss of data
|
|---|
| 22962 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\map\_map\contour.cpp(618): note: while compiling class template member function 'VIndex Contour_Calculation::CSurface<Data_Type>::add_cap_vertex_r2(VIndex,AIndex,AIndex,AIndex,Contour_Calculation::Grid_Cell_List &)'
|
|---|
| 22963 | with
|
|---|
| 22964 | [
|
|---|
| 22965 | Data_Type=char
|
|---|
| 22966 | ]
|
|---|
| 22967 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\map\_map\contour.cpp(484): note: see reference to function template instantiation 'VIndex Contour_Calculation::CSurface<Data_Type>::add_cap_vertex_r2(VIndex,AIndex,AIndex,AIndex,Contour_Calculation::Grid_Cell_List &)' being compiled
|
|---|
| 22968 | with
|
|---|
| 22969 | [
|
|---|
| 22970 | Data_Type=char
|
|---|
| 22971 | ]
|
|---|
| 22972 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\map\_map\contour.cpp(620): warning C4244: 'argument': conversion from 'AIndex' to 'float', possible loss of data
|
|---|
| 22973 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\map\_map\contour.cpp(620): warning C4244: 'argument': conversion from 'AIndex' to 'float', possible loss of data
|
|---|
| 22974 | "C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\bin\HostX64\x64\cl.exe" /c /nologo /O2 /W3 /GL /DNDEBUG /MD -DMAJOR_VERSION=0 -DMINOR_VERSION=1 -IC:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\include -IC:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\core\include -IC:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\arrays\include -IC:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\include -IC:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Include "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\ucrt" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\shared" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\um" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\winrt" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\cppwinrt" "-Ic:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include" "-Ic:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\atlmfc\include" "-Ic:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\ucrt" "-Ic:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\shared" "-Ic:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\um" "-Ic:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\winrt" "-Ic:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\cppwinrt" /EHsc /Tp_map/distgrid.cpp /Fobuild\temp.win-amd64-cpython-311\Release\_map\distgrid.obj
|
|---|
| 22975 | distgrid.cpp
|
|---|
| 22976 | _map/distgrid.cpp(73): warning C4244: 'argument': conversion from 'const int64_t' to 'int', possible loss of data
|
|---|
| 22977 | _map/distgrid.cpp(74): warning C4244: 'argument': conversion from 'const int64_t' to 'int', possible loss of data
|
|---|
| 22978 | _map/distgrid.cpp(88): warning C4244: 'initializing': conversion from 'double' to 'float', possible loss of data
|
|---|
| 22979 | "C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\bin\HostX64\x64\cl.exe" /c /nologo /O2 /W3 /GL /DNDEBUG /MD -DMAJOR_VERSION=0 -DMINOR_VERSION=1 -IC:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\include -IC:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\core\include -IC:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\arrays\include -IC:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\include -IC:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Include "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\ucrt" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\shared" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\um" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\winrt" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\cppwinrt" "-Ic:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include" "-Ic:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\atlmfc\include" "-Ic:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\ucrt" "-Ic:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\shared" "-Ic:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\um" "-Ic:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\winrt" "-Ic:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\cppwinrt" /EHsc /Tp_map/extendmap.cpp /Fobuild\temp.win-amd64-cpython-311\Release\_map\extendmap.obj
|
|---|
| 22980 | extendmap.cpp
|
|---|
| 22981 | _map/extendmap.cpp(43): warning C4244: 'initializing': conversion from 'double' to 'float', possible loss of data
|
|---|
| 22982 | _map/extendmap.cpp(193): warning C4244: 'argument': conversion from 'int64_t' to 'long', possible loss of data
|
|---|
| 22983 | _map/extendmap.cpp(118): warning C4244: 'argument': conversion from 'int64_t' to 'int', possible loss of data
|
|---|
| 22984 | _map/extendmap.cpp(191): note: see reference to function template instantiation 'void Map_Cpp::extend_map<char>(const Reference_Counted_Array::Array<char> &,int [],const FArray &,FArray &,float [][4],int64_t *,float *)' being compiled
|
|---|
| 22985 | _map/extendmap.cpp(118): warning C4244: 'argument': conversion from 'int64_t' to 'int', possible loss of data
|
|---|
| 22986 | _map/extendmap.cpp(118): warning C4244: 'argument': conversion from 'int64_t' to 'int', possible loss of data
|
|---|
| 22987 | _map/extendmap.cpp(67): warning C4244: '=': conversion from 'T' to 'float', possible loss of data
|
|---|
| 22988 | with
|
|---|
| 22989 | [
|
|---|
| 22990 | T=double
|
|---|
| 22991 | ]
|
|---|
| 22992 | _map/extendmap.cpp(119): note: see reference to function template instantiation 'bool Map_Cpp::interpolate<T>(const T *,int,int,int,int64_t,int64_t,int64_t,float,float,float,float *)' being compiled
|
|---|
| 22993 | with
|
|---|
| 22994 | [
|
|---|
| 22995 | T=double
|
|---|
| 22996 | ]
|
|---|
| 22997 | _map/extendmap.cpp(191): note: see reference to function template instantiation 'void Map_Cpp::extend_map<double>(const Reference_Counted_Array::Array<double> &,int [],const FArray &,FArray &,float [][4],int64_t *,float *)' being compiled
|
|---|
| 22998 | "C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\bin\HostX64\x64\cl.exe" /c /nologo /O2 /W3 /GL /DNDEBUG /MD -DMAJOR_VERSION=0 -DMINOR_VERSION=1 -IC:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\include -IC:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\core\include -IC:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\arrays\include -IC:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\include -IC:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Include "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\ucrt" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\shared" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\um" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\winrt" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\cppwinrt" "-Ic:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include" "-Ic:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\atlmfc\include" "-Ic:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\ucrt" "-Ic:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\shared" "-Ic:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\um" "-Ic:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\winrt" "-Ic:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\cppwinrt" /EHsc /Tp_map/fitting.cpp /Fobuild\temp.win-amd64-cpython-311\Release\_map\fitting.obj
|
|---|
| 22999 | fitting.cpp
|
|---|
| 23000 | _map/fitting.cpp(56): warning C4244: 'initializing': conversion from 'double' to 'float', possible loss of data
|
|---|
| 23001 | _map/fitting.cpp(72): warning C4244: '=': conversion from 'double' to 'float', possible loss of data
|
|---|
| 23002 | _map/fitting.cpp(73): warning C4244: '=': conversion from 'double' to 'float', possible loss of data
|
|---|
| 23003 | _map/fitting.cpp(74): warning C4244: '=': conversion from 'double' to 'float', possible loss of data
|
|---|
| 23004 | _map/fitting.cpp(88): warning C4244: 'initializing': conversion from 'double' to 'float', possible loss of data
|
|---|
| 23005 | _map/fitting.cpp(95): warning C4244: '=': conversion from 'double' to 'float', possible loss of data
|
|---|
| 23006 | _map/fitting.cpp(96): warning C4244: '=': conversion from 'double' to 'float', possible loss of data
|
|---|
| 23007 | _map/fitting.cpp(97): warning C4244: '=': conversion from 'double' to 'float', possible loss of data
|
|---|
| 23008 | _map/fitting.cpp(142): warning C4244: 'initializing': conversion from 'double' to 'float', possible loss of data
|
|---|
| 23009 | _map/fitting.cpp(159): warning C4244: '=': conversion from 'double' to 'float', possible loss of data
|
|---|
| 23010 | _map/fitting.cpp(160): warning C4244: '=': conversion from 'double' to 'float', possible loss of data
|
|---|
| 23011 | _map/fitting.cpp(161): warning C4244: '=': conversion from 'double' to 'float', possible loss of data
|
|---|
| 23012 | _map/fitting.cpp(185): warning C4244: 'initializing': conversion from 'double' to 'float', possible loss of data
|
|---|
| 23013 | _map/fitting.cpp(201): warning C4244: '=': conversion from 'double' to 'float', possible loss of data
|
|---|
| 23014 | _map/fitting.cpp(202): warning C4244: '=': conversion from 'double' to 'float', possible loss of data
|
|---|
| 23015 | _map/fitting.cpp(203): warning C4244: '=': conversion from 'double' to 'float', possible loss of data
|
|---|
| 23016 | "C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\bin\HostX64\x64\cl.exe" /c /nologo /O2 /W3 /GL /DNDEBUG /MD -DMAJOR_VERSION=0 -DMINOR_VERSION=1 -IC:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\include -IC:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\core\include -IC:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\arrays\include -IC:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\include -IC:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Include "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\ucrt" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\shared" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\um" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\winrt" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\cppwinrt" "-Ic:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include" "-Ic:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\atlmfc\include" "-Ic:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\ucrt" "-Ic:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\shared" "-Ic:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\um" "-Ic:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\winrt" "-Ic:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\cppwinrt" /EHsc /Tp_map/fittingpy.cpp /Fobuild\temp.win-amd64-cpython-311\Release\_map\fittingpy.obj
|
|---|
| 23017 | fittingpy.cpp
|
|---|
| 23018 | "C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\bin\HostX64\x64\cl.exe" /c /nologo /O2 /W3 /GL /DNDEBUG /MD -DMAJOR_VERSION=0 -DMINOR_VERSION=1 -IC:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\include -IC:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\core\include -IC:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\arrays\include -IC:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\include -IC:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Include "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\ucrt" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\shared" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\um" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\winrt" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\cppwinrt" "-Ic:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include" "-Ic:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\atlmfc\include" "-Ic:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\ucrt" "-Ic:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\shared" "-Ic:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\um" "-Ic:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\winrt" "-Ic:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\cppwinrt" /EHsc /Tp_map/gaussian.cpp /Fobuild\temp.win-amd64-cpython-311\Release\_map\gaussian.obj
|
|---|
| 23019 | gaussian.cpp
|
|---|
| 23020 | _map/gaussian.cpp(73): warning C4244: 'argument': conversion from 'const int64_t' to 'int', possible loss of data
|
|---|
| 23021 | _map/gaussian.cpp(74): warning C4244: 'argument': conversion from 'const int64_t' to 'int', possible loss of data
|
|---|
| 23022 | _map/gaussian.cpp(89): warning C4244: '+=': conversion from 'double' to 'float', possible loss of data
|
|---|
| 23023 | _map/gaussian.cpp(150): warning C4244: 'argument': conversion from 'const int64_t' to 'int', possible loss of data
|
|---|
| 23024 | _map/gaussian.cpp(151): warning C4244: 'argument': conversion from 'const int64_t' to 'int', possible loss of data
|
|---|
| 23025 | _map/gaussian.cpp(168): warning C4244: 'initializing': conversion from 'double' to 'float', possible loss of data
|
|---|
| 23026 | _map/gaussian.cpp(169): warning C4244: '=': conversion from 'double' to 'float', possible loss of data
|
|---|
| 23027 | _map/gaussian.cpp(211): warning C4244: 'initializing': conversion from 'int64_t' to 'int', possible loss of data
|
|---|
| 23028 | _map/gaussian.cpp(211): warning C4244: 'initializing': conversion from 'int64_t' to 'int', possible loss of data
|
|---|
| 23029 | _map/gaussian.cpp(211): warning C4244: 'initializing': conversion from 'int64_t' to 'int', possible loss of data
|
|---|
| 23030 | _map/gaussian.cpp(223): warning C4244: 'argument': conversion from 'double' to 'float', possible loss of data
|
|---|
| 23031 | "C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\bin\HostX64\x64\cl.exe" /c /nologo /O2 /W3 /GL /DNDEBUG /MD -DMAJOR_VERSION=0 -DMINOR_VERSION=1 -IC:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\include -IC:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\core\include -IC:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\arrays\include -IC:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\include -IC:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Include "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\ucrt" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\shared" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\um" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\winrt" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\cppwinrt" "-Ic:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include" "-Ic:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\atlmfc\include" "-Ic:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\ucrt" "-Ic:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\shared" "-Ic:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\um" "-Ic:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\winrt" "-Ic:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\cppwinrt" /EHsc /Tp_map/histogram.cpp /Fobuild\temp.win-amd64-cpython-311\Release\_map\histogram.obj
|
|---|
| 23032 | histogram.cpp
|
|---|
| 23033 | _map/histogram.cpp(363): warning C4244: 'argument': conversion from 'int64_t' to 'long', possible loss of data
|
|---|
| 23034 | _map/histogram.cpp(380): warning C4244: '=': conversion from 'int64_t' to 'int', possible loss of data
|
|---|
| 23035 | _map/histogram.cpp(403): note: see reference to function template instantiation 'void Map_Cpp::high_indices<char>(const Reference_Counted_Array::Array<char> &,float,int *)' being compiled
|
|---|
| 23036 | _map/histogram.cpp(380): warning C4244: '=': conversion from 'int64_t' to 'int', possible loss of data
|
|---|
| 23037 | _map/histogram.cpp(380): warning C4244: '=': conversion from 'int64_t' to 'int', possible loss of data
|
|---|
| 23038 | "C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\bin\HostX64\x64\cl.exe" /c /nologo /O2 /W3 /GL /DNDEBUG /MD -DMAJOR_VERSION=0 -DMINOR_VERSION=1 -IC:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\include -IC:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\core\include -IC:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\arrays\include -IC:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\include -IC:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Include "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\ucrt" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\shared" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\um" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\winrt" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\cppwinrt" "-Ic:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include" "-Ic:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\atlmfc\include" "-Ic:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\ucrt" "-Ic:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\shared" "-Ic:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\um" "-Ic:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\winrt" "-Ic:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\cppwinrt" /EHsc /Tp_map/interpolate.cpp /Fobuild\temp.win-amd64-cpython-311\Release\_map\interpolate.obj
|
|---|
| 23039 | interpolate.cpp
|
|---|
| 23040 | _map/interpolate.cpp(47): warning C4244: 'initializing': conversion from 'double' to 'float', possible loss of data
|
|---|
| 23041 | _map/interpolate.cpp(83): warning C4244: 'argument': conversion from 'int64_t' to '_Ty', possible loss of data
|
|---|
| 23042 | with
|
|---|
| 23043 | [
|
|---|
| 23044 | _Ty=int
|
|---|
| 23045 | ]
|
|---|
| 23046 | _map/interpolate.cpp(114): note: see reference to function template instantiation 'void Interpolate::interpolate_volume<char>(float [][3],int64_t,float [][4],const Reference_Counted_Array::Array<char> &,Interpolate::Interpolation_Method,float *,std::vector<int,std::allocator<int>> &)' being compiled
|
|---|
| 23047 | _map/interpolate.cpp(100): warning C4244: '=': conversion from 'T' to 'float', possible loss of data
|
|---|
| 23048 | with
|
|---|
| 23049 | [
|
|---|
| 23050 | T=int
|
|---|
| 23051 | ]
|
|---|
| 23052 | _map/interpolate.cpp(100): warning C4244: '=': conversion from 'T' to 'float', possible loss of data
|
|---|
| 23053 | with
|
|---|
| 23054 | [
|
|---|
| 23055 | T=unsigned int
|
|---|
| 23056 | ]
|
|---|
| 23057 | _map/interpolate.cpp(100): warning C4244: '=': conversion from 'T' to 'float', possible loss of data
|
|---|
| 23058 | with
|
|---|
| 23059 | [
|
|---|
| 23060 | T=long
|
|---|
| 23061 | ]
|
|---|
| 23062 | _map/interpolate.cpp(100): warning C4244: '=': conversion from 'T' to 'float', possible loss of data
|
|---|
| 23063 | with
|
|---|
| 23064 | [
|
|---|
| 23065 | T=unsigned long
|
|---|
| 23066 | ]
|
|---|
| 23067 | _map/interpolate.cpp(93): warning C4244: '=': conversion from 'T' to 'float', possible loss of data
|
|---|
| 23068 | with
|
|---|
| 23069 | [
|
|---|
| 23070 | T=double
|
|---|
| 23071 | ]
|
|---|
| 23072 | _map/interpolate.cpp(100): warning C4244: '=': conversion from 'T' to 'float', possible loss of data
|
|---|
| 23073 | with
|
|---|
| 23074 | [
|
|---|
| 23075 | T=double
|
|---|
| 23076 | ]
|
|---|
| 23077 | _map/interpolate.cpp(139): warning C4244: 'argument': conversion from 'int64_t' to '_Ty', possible loss of data
|
|---|
| 23078 | with
|
|---|
| 23079 | [
|
|---|
| 23080 | _Ty=int
|
|---|
| 23081 | ]
|
|---|
| 23082 | _map/interpolate.cpp(189): note: see reference to function template instantiation 'void Interpolate::interpolate_gradient<char>(float [][3],int64_t,float [][4],const Reference_Counted_Array::Array<char> &,Interpolate::Interpolation_Method,float [][3],std::vector<int,std::allocator<int>> &)' being compiled
|
|---|
| 23083 | _map/interpolate.cpp(154): warning C4244: 'initializing': conversion from 'double' to 'float', possible loss of data
|
|---|
| 23084 | _map/interpolate.cpp(168): warning C4244: '=': conversion from 'int' to 'float', possible loss of data
|
|---|
| 23085 | _map/interpolate.cpp(168): warning C4244: '=': conversion from 'T' to 'float', possible loss of data
|
|---|
| 23086 | with
|
|---|
| 23087 | [
|
|---|
| 23088 | T=int
|
|---|
| 23089 | ]
|
|---|
| 23090 | _map/interpolate.cpp(168): warning C4244: '=': conversion from 'T' to 'float', possible loss of data
|
|---|
| 23091 | with
|
|---|
| 23092 | [
|
|---|
| 23093 | T=unsigned int
|
|---|
| 23094 | ]
|
|---|
| 23095 | _map/interpolate.cpp(168): warning C4244: '=': conversion from 'T' to 'float', possible loss of data
|
|---|
| 23096 | with
|
|---|
| 23097 | [
|
|---|
| 23098 | T=long
|
|---|
| 23099 | ]
|
|---|
| 23100 | _map/interpolate.cpp(168): warning C4244: '=': conversion from 'unsigned long' to 'float', possible loss of data
|
|---|
| 23101 | _map/interpolate.cpp(158): warning C4244: '+=': conversion from 'T' to 'float', possible loss of data
|
|---|
| 23102 | with
|
|---|
| 23103 | [
|
|---|
| 23104 | T=double
|
|---|
| 23105 | ]
|
|---|
| 23106 | _map/interpolate.cpp(168): warning C4244: '=': conversion from 'T' to 'float', possible loss of data
|
|---|
| 23107 | with
|
|---|
| 23108 | [
|
|---|
| 23109 | T=double
|
|---|
| 23110 | ]
|
|---|
| 23111 | "C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\bin\HostX64\x64\cl.exe" /c /nologo /O2 /W3 /GL /DNDEBUG /MD -DMAJOR_VERSION=0 -DMINOR_VERSION=1 -IC:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\include -IC:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\core\include -IC:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\arrays\include -IC:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\include -IC:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Include "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\ucrt" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\shared" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\um" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\winrt" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\cppwinrt" "-Ic:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include" "-Ic:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\atlmfc\include" "-Ic:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\ucrt" "-Ic:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\shared" "-Ic:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\um" "-Ic:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\winrt" "-Ic:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\cppwinrt" /EHsc /Tp_map/interpolatepy.cpp /Fobuild\temp.win-amd64-cpython-311\Release\_map\interpolatepy.obj
|
|---|
| 23112 | interpolatepy.cpp
|
|---|
| 23113 | _map/interpolatepy.cpp(191): warning C4244: 'argument': conversion from 'int64_t' to 'int', possible loss of data
|
|---|
| 23114 | "C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\bin\HostX64\x64\cl.exe" /c /nologo /O2 /W3 /GL /DNDEBUG /MD -DMAJOR_VERSION=0 -DMINOR_VERSION=1 -IC:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\include -IC:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\core\include -IC:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\arrays\include -IC:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\include -IC:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Include "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\ucrt" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\shared" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\um" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\winrt" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\cppwinrt" "-Ic:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include" "-Ic:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\atlmfc\include" "-Ic:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\ucrt" "-Ic:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\shared" "-Ic:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\um" "-Ic:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\winrt" "-Ic:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\cppwinrt" /EHsc /Tp_map/localcorr.cpp /Fobuild\temp.win-amd64-cpython-311\Release\_map\localcorr.obj
|
|---|
| 23115 | localcorr.cpp
|
|---|
| 23116 | _map/localcorr.cpp(81): warning C4244: '=': conversion from 'double' to 'float', possible loss of data
|
|---|
| 23117 | _map/localcorr.cpp(146): note: see reference to function template instantiation 'void Map_Cpp::local_corr<char>(const Reference_Counted_Array::Array<char> &,const Reference_Counted_Array::Array<char> &,int64_t,bool,FArray &)' being compiled
|
|---|
| 23118 | "C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\bin\HostX64\x64\cl.exe" /c /nologo /O2 /W3 /GL /DNDEBUG /MD -DMAJOR_VERSION=0 -DMINOR_VERSION=1 -IC:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\include -IC:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\core\include -IC:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\arrays\include -IC:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\include -IC:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Include "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\ucrt" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\shared" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\um" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\winrt" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\cppwinrt" "-Ic:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include" "-Ic:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\atlmfc\include" "-Ic:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\ucrt" "-Ic:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\shared" "-Ic:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\um" "-Ic:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\winrt" "-Ic:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\cppwinrt" /EHsc /Tp_map/module.cpp /Fobuild\temp.win-amd64-cpython-311\Release\_map\module.obj
|
|---|
| 23119 | module.cpp
|
|---|
| 23120 | "C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\bin\HostX64\x64\cl.exe" /c /nologo /O2 /W3 /GL /DNDEBUG /MD -DMAJOR_VERSION=0 -DMINOR_VERSION=1 -IC:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\include -IC:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\core\include -IC:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\arrays\include -IC:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\include -IC:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Include "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\ucrt" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\shared" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\um" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\winrt" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\cppwinrt" "-Ic:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include" "-Ic:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\atlmfc\include" "-Ic:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\ucrt" "-Ic:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\shared" "-Ic:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\um" "-Ic:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\winrt" "-Ic:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\cppwinrt" /EHsc /Tp_map/moments.cpp /Fobuild\temp.win-amd64-cpython-311\Release\_map\moments.obj
|
|---|
| 23121 | moments.cpp
|
|---|
| 23122 | _map/moments.cpp(92): warning C4244: '/=': conversion from 'double' to 'T', possible loss of data
|
|---|
| 23123 | with
|
|---|
| 23124 | [
|
|---|
| 23125 | T=char
|
|---|
| 23126 | ]
|
|---|
| 23127 | _map/moments.cpp(145): note: see reference to function template instantiation 'void Map_Cpp::affine_scale<T>(T *,const int64_t *,double,double *,bool)' being compiled
|
|---|
| 23128 | with
|
|---|
| 23129 | [
|
|---|
| 23130 | T=char
|
|---|
| 23131 | ]
|
|---|
| 23132 | _map/moments.cpp(164): note: see reference to function template instantiation 'void Map_Cpp::affine_scale<char>(const Reference_Counted_Array::Array<char> &,double,double [],bool)' being compiled
|
|---|
| 23133 | _map/moments.cpp(102): warning C4244: '*=': conversion from 'double' to 'T', possible loss of data
|
|---|
| 23134 | with
|
|---|
| 23135 | [
|
|---|
| 23136 | T=char
|
|---|
| 23137 | ]
|
|---|
| 23138 | _map/moments.cpp(92): warning C4244: '/=': conversion from 'double' to 'T', possible loss of data
|
|---|
| 23139 | with
|
|---|
| 23140 | [
|
|---|
| 23141 | T=signed char
|
|---|
| 23142 | ]
|
|---|
| 23143 | _map/moments.cpp(145): note: see reference to function template instantiation 'void Map_Cpp::affine_scale<T>(T *,const int64_t *,double,double *,bool)' being compiled
|
|---|
| 23144 | with
|
|---|
| 23145 | [
|
|---|
| 23146 | T=signed char
|
|---|
| 23147 | ]
|
|---|
| 23148 | _map/moments.cpp(164): note: see reference to function template instantiation 'void Map_Cpp::affine_scale<signed char>(const Reference_Counted_Array::Array<signed char> &,double,double [],bool)' being compiled
|
|---|
| 23149 | _map/moments.cpp(102): warning C4244: '*=': conversion from 'double' to 'T', possible loss of data
|
|---|
| 23150 | with
|
|---|
| 23151 | [
|
|---|
| 23152 | T=signed char
|
|---|
| 23153 | ]
|
|---|
| 23154 | _map/moments.cpp(92): warning C4244: '/=': conversion from 'double' to 'T', possible loss of data
|
|---|
| 23155 | with
|
|---|
| 23156 | [
|
|---|
| 23157 | T=unsigned char
|
|---|
| 23158 | ]
|
|---|
| 23159 | _map/moments.cpp(145): note: see reference to function template instantiation 'void Map_Cpp::affine_scale<T>(T *,const int64_t *,double,double *,bool)' being compiled
|
|---|
| 23160 | with
|
|---|
| 23161 | [
|
|---|
| 23162 | T=unsigned char
|
|---|
| 23163 | ]
|
|---|
| 23164 | _map/moments.cpp(164): note: see reference to function template instantiation 'void Map_Cpp::affine_scale<unsigned char>(const Reference_Counted_Array::Array<unsigned char> &,double,double [],bool)' being compiled
|
|---|
| 23165 | _map/moments.cpp(102): warning C4244: '*=': conversion from 'double' to 'T', possible loss of data
|
|---|
| 23166 | with
|
|---|
| 23167 | [
|
|---|
| 23168 | T=unsigned char
|
|---|
| 23169 | ]
|
|---|
| 23170 | _map/moments.cpp(92): warning C4244: '/=': conversion from 'double' to 'T', possible loss of data
|
|---|
| 23171 | with
|
|---|
| 23172 | [
|
|---|
| 23173 | T=short
|
|---|
| 23174 | ]
|
|---|
| 23175 | _map/moments.cpp(145): note: see reference to function template instantiation 'void Map_Cpp::affine_scale<T>(T *,const int64_t *,double,double *,bool)' being compiled
|
|---|
| 23176 | with
|
|---|
| 23177 | [
|
|---|
| 23178 | T=short
|
|---|
| 23179 | ]
|
|---|
| 23180 | _map/moments.cpp(164): note: see reference to function template instantiation 'void Map_Cpp::affine_scale<short>(const Reference_Counted_Array::Array<short> &,double,double [],bool)' being compiled
|
|---|
| 23181 | _map/moments.cpp(102): warning C4244: '*=': conversion from 'double' to 'T', possible loss of data
|
|---|
| 23182 | with
|
|---|
| 23183 | [
|
|---|
| 23184 | T=short
|
|---|
| 23185 | ]
|
|---|
| 23186 | _map/moments.cpp(92): warning C4244: '/=': conversion from 'double' to 'T', possible loss of data
|
|---|
| 23187 | with
|
|---|
| 23188 | [
|
|---|
| 23189 | T=unsigned short
|
|---|
| 23190 | ]
|
|---|
| 23191 | _map/moments.cpp(145): note: see reference to function template instantiation 'void Map_Cpp::affine_scale<T>(T *,const int64_t *,double,double *,bool)' being compiled
|
|---|
| 23192 | with
|
|---|
| 23193 | [
|
|---|
| 23194 | T=unsigned short
|
|---|
| 23195 | ]
|
|---|
| 23196 | _map/moments.cpp(164): note: see reference to function template instantiation 'void Map_Cpp::affine_scale<unsigned short>(const Reference_Counted_Array::Array<unsigned short> &,double,double [],bool)' being compiled
|
|---|
| 23197 | _map/moments.cpp(102): warning C4244: '*=': conversion from 'double' to 'T', possible loss of data
|
|---|
| 23198 | with
|
|---|
| 23199 | [
|
|---|
| 23200 | T=unsigned short
|
|---|
| 23201 | ]
|
|---|
| 23202 | _map/moments.cpp(92): warning C4244: '/=': conversion from 'double' to 'T', possible loss of data
|
|---|
| 23203 | with
|
|---|
| 23204 | [
|
|---|
| 23205 | T=int
|
|---|
| 23206 | ]
|
|---|
| 23207 | _map/moments.cpp(145): note: see reference to function template instantiation 'void Map_Cpp::affine_scale<T>(T *,const int64_t *,double,double *,bool)' being compiled
|
|---|
| 23208 | with
|
|---|
| 23209 | [
|
|---|
| 23210 | T=int
|
|---|
| 23211 | ]
|
|---|
| 23212 | _map/moments.cpp(164): note: see reference to function template instantiation 'void Map_Cpp::affine_scale<int>(const Reference_Counted_Array::Array<int> &,double,double [],bool)' being compiled
|
|---|
| 23213 | _map/moments.cpp(102): warning C4244: '*=': conversion from 'double' to 'T', possible loss of data
|
|---|
| 23214 | with
|
|---|
| 23215 | [
|
|---|
| 23216 | T=int
|
|---|
| 23217 | ]
|
|---|
| 23218 | _map/moments.cpp(92): warning C4244: '/=': conversion from 'double' to 'T', possible loss of data
|
|---|
| 23219 | with
|
|---|
| 23220 | [
|
|---|
| 23221 | T=unsigned int
|
|---|
| 23222 | ]
|
|---|
| 23223 | _map/moments.cpp(145): note: see reference to function template instantiation 'void Map_Cpp::affine_scale<T>(T *,const int64_t *,double,double *,bool)' being compiled
|
|---|
| 23224 | with
|
|---|
| 23225 | [
|
|---|
| 23226 | T=unsigned int
|
|---|
| 23227 | ]
|
|---|
| 23228 | _map/moments.cpp(164): note: see reference to function template instantiation 'void Map_Cpp::affine_scale<unsigned int>(const Reference_Counted_Array::Array<unsigned int> &,double,double [],bool)' being compiled
|
|---|
| 23229 | _map/moments.cpp(102): warning C4244: '*=': conversion from 'double' to 'T', possible loss of data
|
|---|
| 23230 | with
|
|---|
| 23231 | [
|
|---|
| 23232 | T=unsigned int
|
|---|
| 23233 | ]
|
|---|
| 23234 | _map/moments.cpp(92): warning C4244: '/=': conversion from 'double' to 'T', possible loss of data
|
|---|
| 23235 | with
|
|---|
| 23236 | [
|
|---|
| 23237 | T=long
|
|---|
| 23238 | ]
|
|---|
| 23239 | _map/moments.cpp(145): note: see reference to function template instantiation 'void Map_Cpp::affine_scale<T>(T *,const int64_t *,double,double *,bool)' being compiled
|
|---|
| 23240 | with
|
|---|
| 23241 | [
|
|---|
| 23242 | T=long
|
|---|
| 23243 | ]
|
|---|
| 23244 | _map/moments.cpp(164): note: see reference to function template instantiation 'void Map_Cpp::affine_scale<long>(const Reference_Counted_Array::Array<long> &,double,double [],bool)' being compiled
|
|---|
| 23245 | _map/moments.cpp(102): warning C4244: '*=': conversion from 'double' to 'T', possible loss of data
|
|---|
| 23246 | with
|
|---|
| 23247 | [
|
|---|
| 23248 | T=long
|
|---|
| 23249 | ]
|
|---|
| 23250 | _map/moments.cpp(92): warning C4244: '/=': conversion from 'double' to 'T', possible loss of data
|
|---|
| 23251 | with
|
|---|
| 23252 | [
|
|---|
| 23253 | T=unsigned long
|
|---|
| 23254 | ]
|
|---|
| 23255 | _map/moments.cpp(145): note: see reference to function template instantiation 'void Map_Cpp::affine_scale<T>(T *,const int64_t *,double,double *,bool)' being compiled
|
|---|
| 23256 | with
|
|---|
| 23257 | [
|
|---|
| 23258 | T=unsigned long
|
|---|
| 23259 | ]
|
|---|
| 23260 | _map/moments.cpp(164): note: see reference to function template instantiation 'void Map_Cpp::affine_scale<unsigned long>(const Reference_Counted_Array::Array<unsigned long> &,double,double [],bool)' being compiled
|
|---|
| 23261 | _map/moments.cpp(102): warning C4244: '*=': conversion from 'double' to 'T', possible loss of data
|
|---|
| 23262 | with
|
|---|
| 23263 | [
|
|---|
| 23264 | T=unsigned long
|
|---|
| 23265 | ]
|
|---|
| 23266 | _map/moments.cpp(92): warning C4244: '/=': conversion from 'double' to 'T', possible loss of data
|
|---|
| 23267 | with
|
|---|
| 23268 | [
|
|---|
| 23269 | T=float
|
|---|
| 23270 | ]
|
|---|
| 23271 | _map/moments.cpp(145): note: see reference to function template instantiation 'void Map_Cpp::affine_scale<T>(T *,const int64_t *,double,double *,bool)' being compiled
|
|---|
| 23272 | with
|
|---|
| 23273 | [
|
|---|
| 23274 | T=float
|
|---|
| 23275 | ]
|
|---|
| 23276 | _map/moments.cpp(164): note: see reference to function template instantiation 'void Map_Cpp::affine_scale<float>(const Reference_Counted_Array::Array<float> &,double,double [],bool)' being compiled
|
|---|
| 23277 | _map/moments.cpp(102): warning C4244: '*=': conversion from 'double' to 'T', possible loss of data
|
|---|
| 23278 | with
|
|---|
| 23279 | [
|
|---|
| 23280 | T=float
|
|---|
| 23281 | ]
|
|---|
| 23282 | "C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\bin\HostX64\x64\cl.exe" /c /nologo /O2 /W3 /GL /DNDEBUG /MD -DMAJOR_VERSION=0 -DMINOR_VERSION=1 -IC:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\include -IC:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\core\include -IC:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\arrays\include -IC:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\include -IC:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Include "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\ucrt" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\shared" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\um" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\winrt" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\cppwinrt" "-Ic:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include" "-Ic:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\atlmfc\include" "-Ic:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\ucrt" "-Ic:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\shared" "-Ic:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\um" "-Ic:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\winrt" "-Ic:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\cppwinrt" /EHsc /Tp_map/occupancy.cpp /Fobuild\temp.win-amd64-cpython-311\Release\_map\occupancy.obj
|
|---|
| 23283 | occupancy.cpp
|
|---|
| 23284 | "C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\bin\HostX64\x64\cl.exe" /c /nologo /O2 /W3 /GL /DNDEBUG /MD -DMAJOR_VERSION=0 -DMINOR_VERSION=1 -IC:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\include -IC:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\core\include -IC:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\arrays\include -IC:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\include -IC:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Include "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\ucrt" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\shared" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\um" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\winrt" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\cppwinrt" "-Ic:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include" "-Ic:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\atlmfc\include" "-Ic:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\ucrt" "-Ic:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\shared" "-Ic:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\um" "-Ic:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\winrt" "-Ic:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\cppwinrt" /EHsc /Tp_map/squaremesh.cpp /Fobuild\temp.win-amd64-cpython-311\Release\_map\squaremesh.obj
|
|---|
| 23285 | squaremesh.cpp
|
|---|
| 23286 | _map/squaremesh.cpp(52): warning C4244: 'initializing': conversion from 'int64_t' to 'VIndex', possible loss of data
|
|---|
| 23287 | _map/squaremesh.cpp(52): warning C4244: 'initializing': conversion from 'int64_t' to 'VIndex', possible loss of data
|
|---|
| 23288 | "C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\bin\HostX64\x64\cl.exe" /c /nologo /O2 /W3 /GL /DNDEBUG /MD -DMAJOR_VERSION=0 -DMINOR_VERSION=1 -IC:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\include -IC:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\core\include -IC:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\arrays\include -IC:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\include -IC:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Include "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\ucrt" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\shared" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\um" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\winrt" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\cppwinrt" "-Ic:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include" "-Ic:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\atlmfc\include" "-Ic:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\ucrt" "-Ic:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\shared" "-Ic:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\um" "-Ic:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\winrt" "-Ic:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\cppwinrt" /EHsc /Tp_map/transfer.cpp /Fobuild\temp.win-amd64-cpython-311\Release\_map\transfer.obj
|
|---|
| 23289 | transfer.cpp
|
|---|
| 23290 | _map/transfer.cpp(853): warning C4244: '=': conversion from 'int64_t' to 'int', possible loss of data
|
|---|
| 23291 | _map/transfer.cpp(947): warning C4244: 'initializing': conversion from 'double' to 'float', possible loss of data
|
|---|
| 23292 | _map/transfer.cpp(1008): warning C4244: '=': conversion from 'int64_t' to 'int', possible loss of data
|
|---|
| 23293 | _map/transfer.cpp(1025): warning C4244: 'initializing': conversion from 'int64_t' to 'int', possible loss of data
|
|---|
| 23294 | _map/transfer.cpp(1033): warning C4244: 'initializing': conversion from 'double' to 'float', possible loss of data
|
|---|
| 23295 | _map/transfer.cpp(210): warning C4244: 'initializing': conversion from 'int64_t' to 'int', possible loss of data
|
|---|
| 23296 | _map/transfer.cpp(273): note: see reference to function template instantiation 'void Map_Cpp::data_to_colormap_colors<char>(const Reference_Counted_Array::Array<char> &,float,float,const Map_Cpp::Color_Float_Array &,Map_Cpp::Color_Float_Array &,bool)' being compiled
|
|---|
| 23297 | _map/transfer.cpp(728): warning C4244: 'initializing': conversion from 'T' to 'float', possible loss of data
|
|---|
| 23298 | with
|
|---|
| 23299 | [
|
|---|
| 23300 | T=double
|
|---|
| 23301 | ]
|
|---|
| 23302 | _map/transfer.cpp(766): note: see reference to function template instantiation 'void Map_Cpp::`anonymous-namespace'::data_to_index<double,T>(const Reference_Counted_Array::Array<double> &,float,float,int64_t,int64_t,I *,bool)' being compiled
|
|---|
| 23303 | with
|
|---|
| 23304 | [
|
|---|
| 23305 | T=unsigned short,
|
|---|
| 23306 | I=unsigned short
|
|---|
| 23307 | ]
|
|---|
| 23308 | _map/transfer.cpp(821): note: see reference to function template instantiation 'void Map_Cpp::data_to_bin_index<double>(const Reference_Counted_Array::Array<double> &,float,float,int64_t,int64_t,Map_Cpp::Index_Array &,bool)' being compiled
|
|---|
| 23309 | _map/transfer.cpp(740): warning C4244: 'initializing': conversion from 'T' to 'float', possible loss of data
|
|---|
| 23310 | with
|
|---|
| 23311 | [
|
|---|
| 23312 | T=double
|
|---|
| 23313 | ]
|
|---|
| 23314 | "C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\bin\HostX64\x64\link.exe" /nologo /INCREMENTAL:NO /LTCG /DLL /MANIFEST:EMBED,ID=2 /MANIFESTUAC:NO /LIBPATH:C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\lib /LIBPATH:C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\core\lib /LIBPATH:C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\arrays\lib /LIBPATH:C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\libs /LIBPATH:C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin /LIBPATH:C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\PCbuild\amd64 "/LIBPATH:C:\Program Files (x86)\Windows Kits\10\lib\10.0.19041.0\ucrt\x64" "/LIBPATH:C:\Program Files (x86)\Windows Kits\10\lib\10.0.19041.0\um\x64" "/LIBPATH:c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\lib\\x64" "/LIBPATH:c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\atlmfc\lib\\x64" "/LIBPATH:c:\Program Files (x86)\Windows Kits\10\lib\10.0.19041.0\ucrt\x64" "/LIBPATH:c:\Program Files (x86)\Windows Kits\10\lib\10.0.19041.0\um\x64" libarrays.lib /EXPORT:PyInit__map build\temp.win-amd64-cpython-311\Release\_map\boxcut.obj build\temp.win-amd64-cpython-311\Release\_map\colors.obj build\temp.win-amd64-cpython-311\Release\_map\combine.obj build\temp.win-amd64-cpython-311\Release\_map\contourdata.obj build\temp.win-amd64-cpython-311\Release\_map\contourpy.obj build\temp.win-amd64-cpython-311\Release\_map\distgrid.obj build\temp.win-amd64-cpython-311\Release\_map\extendmap.obj build\temp.win-amd64-cpython-311\Release\_map\fitting.obj build\temp.win-amd64-cpython-311\Release\_map\fittingpy.obj build\temp.win-amd64-cpython-311\Release\_map\gaussian.obj build\temp.win-amd64-cpython-311\Release\_map\histogram.obj build\temp.win-amd64-cpython-311\Release\_map\interpolate.obj build\temp.win-amd64-cpython-311\Release\_map\interpolatepy.obj build\temp.win-amd64-cpython-311\Release\_map\localcorr.obj build\temp.win-amd64-cpython-311\Release\_map\module.obj build\temp.win-amd64-cpython-311\Release\_map\moments.obj build\temp.win-amd64-cpython-311\Release\_map\occupancy.obj build\temp.win-amd64-cpython-311\Release\_map\squaremesh.obj build\temp.win-amd64-cpython-311\Release\_map\transfer.obj /OUT:build\lib.win-amd64-cpython-311\chimerax\map\_map.cp311-win_amd64.pyd /IMPLIB:build\temp.win-amd64-cpython-311\Release\_map\_map.cp311-win_amd64.lib
|
|---|
| 23315 | Creating library build\temp.win-amd64-cpython-311\Release\_map\_map.cp311-win_amd64.lib and object build\temp.win-amd64-cpython-311\Release\_map\_map.cp311-win_amd64.exp
|
|---|
| 23316 | Generating code
|
|---|
| 23317 | Finished generating code
|
|---|
| 23318 | running bdist_wheel
|
|---|
| 23319 | installing to build\bdist.win-amd64\wheel
|
|---|
| 23320 | running install
|
|---|
| 23321 | running install_lib
|
|---|
| 23322 | running build_ext
|
|---|
| 23323 | creating build\bdist.win-amd64\wheel
|
|---|
| 23324 | creating build\bdist.win-amd64\wheel\chimerax
|
|---|
| 23325 | creating build\bdist.win-amd64\wheel\chimerax\map
|
|---|
| 23326 | copying build\lib.win-amd64-cpython-311\chimerax\map\channels.py -> build\bdist.win-amd64\wheel\.\chimerax\map
|
|---|
| 23327 | creating build\bdist.win-amd64\wheel\chimerax\map\colortables
|
|---|
| 23328 | creating build\bdist.win-amd64\wheel\chimerax\map\colortables\cluts
|
|---|
| 23329 | copying build\lib.win-amd64-cpython-311\chimerax\map\colortables\cluts\BlackBody.plist -> build\bdist.win-amd64\wheel\.\chimerax\map\colortables\cluts
|
|---|
| 23330 | copying build\lib.win-amd64-cpython-311\chimerax\map\colortables\cluts\CT_Bones.clut -> build\bdist.win-amd64\wheel\.\chimerax\map\colortables\cluts
|
|---|
| 23331 | copying build\lib.win-amd64-cpython-311\chimerax\map\colortables\cluts\CT_Kidneys.clut -> build\bdist.win-amd64\wheel\.\chimerax\map\colortables\cluts
|
|---|
| 23332 | copying build\lib.win-amd64-cpython-311\chimerax\map\colortables\cluts\CT_Liver.clut -> build\bdist.win-amd64\wheel\.\chimerax\map\colortables\cluts
|
|---|
| 23333 | copying build\lib.win-amd64-cpython-311\chimerax\map\colortables\cluts\CT_Lungs.clut -> build\bdist.win-amd64\wheel\.\chimerax\map\colortables\cluts
|
|---|
| 23334 | copying build\lib.win-amd64-cpython-311\chimerax\map\colortables\cluts\CT_Muscles.clut -> build\bdist.win-amd64\wheel\.\chimerax\map\colortables\cluts
|
|---|
| 23335 | copying build\lib.win-amd64-cpython-311\chimerax\map\colortables\cluts\CT_Skin.clut -> build\bdist.win-amd64\wheel\.\chimerax\map\colortables\cluts
|
|---|
| 23336 | copying build\lib.win-amd64-cpython-311\chimerax\map\colortables\cluts\CT_Soft_Tissue.clut -> build\bdist.win-amd64\wheel\.\chimerax\map\colortables\cluts
|
|---|
| 23337 | copying build\lib.win-amd64-cpython-311\chimerax\map\colortables\cluts\CT_Vessels.clut -> build\bdist.win-amd64\wheel\.\chimerax\map\colortables\cluts
|
|---|
| 23338 | copying build\lib.win-amd64-cpython-311\chimerax\map\colortables\cluts\CT_w_Contrast.clut -> build\bdist.win-amd64\wheel\.\chimerax\map\colortables\cluts
|
|---|
| 23339 | copying build\lib.win-amd64-cpython-311\chimerax\map\colortables\cluts\Flow.plist -> build\bdist.win-amd64\wheel\.\chimerax\map\colortables\cluts
|
|---|
| 23340 | copying build\lib.win-amd64-cpython-311\chimerax\map\colortables\cluts\French.plist -> build\bdist.win-amd64\wheel\.\chimerax\map\colortables\cluts
|
|---|
| 23341 | copying build\lib.win-amd64-cpython-311\chimerax\map\colortables\cluts\GEcolor.plist -> build\bdist.win-amd64\wheel\.\chimerax\map\colortables\cluts
|
|---|
| 23342 | copying build\lib.win-amd64-cpython-311\chimerax\map\colortables\cluts\GrayRainbow.plist -> build\bdist.win-amd64\wheel\.\chimerax\map\colortables\cluts
|
|---|
| 23343 | copying build\lib.win-amd64-cpython-311\chimerax\map\colortables\cluts\HotGreen.plist -> build\bdist.win-amd64\wheel\.\chimerax\map\colortables\cluts
|
|---|
| 23344 | copying build\lib.win-amd64-cpython-311\chimerax\map\colortables\cluts\HotIron.plist -> build\bdist.win-amd64\wheel\.\chimerax\map\colortables\cluts
|
|---|
| 23345 | copying build\lib.win-amd64-cpython-311\chimerax\map\colortables\cluts\HotMetal.plist -> build\bdist.win-amd64\wheel\.\chimerax\map\colortables\cluts
|
|---|
| 23346 | copying build\lib.win-amd64-cpython-311\chimerax\map\colortables\cluts\Hue1.plist -> build\bdist.win-amd64\wheel\.\chimerax\map\colortables\cluts
|
|---|
| 23347 | copying build\lib.win-amd64-cpython-311\chimerax\map\colortables\cluts\Hue2.plist -> build\bdist.win-amd64\wheel\.\chimerax\map\colortables\cluts
|
|---|
| 23348 | copying build\lib.win-amd64-cpython-311\chimerax\map\colortables\cluts\ired.plist -> build\bdist.win-amd64\wheel\.\chimerax\map\colortables\cluts
|
|---|
| 23349 | copying build\lib.win-amd64-cpython-311\chimerax\map\colortables\cluts\Jet.plist -> build\bdist.win-amd64\wheel\.\chimerax\map\colortables\cluts
|
|---|
| 23350 | copying build\lib.win-amd64-cpython-311\chimerax\map\colortables\cluts\NIH.plist -> build\bdist.win-amd64\wheel\.\chimerax\map\colortables\cluts
|
|---|
| 23351 | copying build\lib.win-amd64-cpython-311\chimerax\map\colortables\cluts\Perfusion.plist -> build\bdist.win-amd64\wheel\.\chimerax\map\colortables\cluts
|
|---|
| 23352 | copying build\lib.win-amd64-cpython-311\chimerax\map\colortables\cluts\PPU Inferno.plist -> build\bdist.win-amd64\wheel\.\chimerax\map\colortables\cluts
|
|---|
| 23353 | copying build\lib.win-amd64-cpython-311\chimerax\map\colortables\cluts\PPU Magma.plist -> build\bdist.win-amd64\wheel\.\chimerax\map\colortables\cluts
|
|---|
| 23354 | copying build\lib.win-amd64-cpython-311\chimerax\map\colortables\cluts\PPU Plasma.plist -> build\bdist.win-amd64\wheel\.\chimerax\map\colortables\cluts
|
|---|
| 23355 | copying build\lib.win-amd64-cpython-311\chimerax\map\colortables\cluts\PPU Viridis.plist -> build\bdist.win-amd64\wheel\.\chimerax\map\colortables\cluts
|
|---|
| 23356 | copying build\lib.win-amd64-cpython-311\chimerax\map\colortables\cluts\Rainbow.plist -> build\bdist.win-amd64\wheel\.\chimerax\map\colortables\cluts
|
|---|
| 23357 | copying build\lib.win-amd64-cpython-311\chimerax\map\colortables\cluts\Rainbow2.plist -> build\bdist.win-amd64\wheel\.\chimerax\map\colortables\cluts
|
|---|
| 23358 | copying build\lib.win-amd64-cpython-311\chimerax\map\colortables\cluts\Rainbow3.plist -> build\bdist.win-amd64\wheel\.\chimerax\map\colortables\cluts
|
|---|
| 23359 | copying build\lib.win-amd64-cpython-311\chimerax\map\colortables\cluts\Ratio.plist -> build\bdist.win-amd64\wheel\.\chimerax\map\colortables\cluts
|
|---|
| 23360 | copying build\lib.win-amd64-cpython-311\chimerax\map\colortables\cluts\Spectrum.plist -> build\bdist.win-amd64\wheel\.\chimerax\map\colortables\cluts
|
|---|
| 23361 | copying build\lib.win-amd64-cpython-311\chimerax\map\colortables\cluts\Stern.plist -> build\bdist.win-amd64\wheel\.\chimerax\map\colortables\cluts
|
|---|
| 23362 | copying build\lib.win-amd64-cpython-311\chimerax\map\colortables\cluts\UCLA.plist -> build\bdist.win-amd64\wheel\.\chimerax\map\colortables\cluts
|
|---|
| 23363 | copying build\lib.win-amd64-cpython-311\chimerax\map\colortables\cluts\VR Bones.plist -> build\bdist.win-amd64\wheel\.\chimerax\map\colortables\cluts
|
|---|
| 23364 | copying build\lib.win-amd64-cpython-311\chimerax\map\colortables\cluts\VR Muscles-Bones.plist -> build\bdist.win-amd64\wheel\.\chimerax\map\colortables\cluts
|
|---|
| 23365 | copying build\lib.win-amd64-cpython-311\chimerax\map\colortables\cluts\VR Red Vessels.plist -> build\bdist.win-amd64\wheel\.\chimerax\map\colortables\cluts
|
|---|
| 23366 | copying build\lib.win-amd64-cpython-311\chimerax\map\colortables\colortables.py -> build\bdist.win-amd64\wheel\.\chimerax\map\colortables
|
|---|
| 23367 | creating build\bdist.win-amd64\wheel\chimerax\map\colortables\presets
|
|---|
| 23368 | copying build\lib.win-amd64-cpython-311\chimerax\map\colortables\presets\Airways II.plist -> build\bdist.win-amd64\wheel\.\chimerax\map\colortables\presets
|
|---|
| 23369 | copying build\lib.win-amd64-cpython-311\chimerax\map\colortables\presets\Airways.plist -> build\bdist.win-amd64\wheel\.\chimerax\map\colortables\presets
|
|---|
| 23370 | copying build\lib.win-amd64-cpython-311\chimerax\map\colortables\presets\Black & White.plist -> build\bdist.win-amd64\wheel\.\chimerax\map\colortables\presets
|
|---|
| 23371 | copying build\lib.win-amd64-cpython-311\chimerax\map\colortables\presets\Bone + Skin II.plist -> build\bdist.win-amd64\wheel\.\chimerax\map\colortables\presets
|
|---|
| 23372 | copying build\lib.win-amd64-cpython-311\chimerax\map\colortables\presets\Bone + Skin.plist -> build\bdist.win-amd64\wheel\.\chimerax\map\colortables\presets
|
|---|
| 23373 | copying build\lib.win-amd64-cpython-311\chimerax\map\colortables\presets\Dark Bone.plist -> build\bdist.win-amd64\wheel\.\chimerax\map\colortables\presets
|
|---|
| 23374 | copying build\lib.win-amd64-cpython-311\chimerax\map\colortables\presets\Glossy II.plist -> build\bdist.win-amd64\wheel\.\chimerax\map\colortables\presets
|
|---|
| 23375 | copying build\lib.win-amd64-cpython-311\chimerax\map\colortables\presets\Glossy.plist -> build\bdist.win-amd64\wheel\.\chimerax\map\colortables\presets
|
|---|
| 23376 | copying build\lib.win-amd64-cpython-311\chimerax\map\colortables\presets\Gold Bone.plist -> build\bdist.win-amd64\wheel\.\chimerax\map\colortables\presets
|
|---|
| 23377 | copying build\lib.win-amd64-cpython-311\chimerax\map\colortables\presets\High Contrast.plist -> build\bdist.win-amd64\wheel\.\chimerax\map\colortables\presets
|
|---|
| 23378 | copying build\lib.win-amd64-cpython-311\chimerax\map\colortables\presets\Low Contrast.plist -> build\bdist.win-amd64\wheel\.\chimerax\map\colortables\presets
|
|---|
| 23379 | copying build\lib.win-amd64-cpython-311\chimerax\map\colortables\presets\Mid Contrast.plist -> build\bdist.win-amd64\wheel\.\chimerax\map\colortables\presets
|
|---|
| 23380 | copying build\lib.win-amd64-cpython-311\chimerax\map\colortables\presets\No Shading.plist -> build\bdist.win-amd64\wheel\.\chimerax\map\colortables\presets
|
|---|
| 23381 | copying build\lib.win-amd64-cpython-311\chimerax\map\colortables\presets\Pencil.plist -> build\bdist.win-amd64\wheel\.\chimerax\map\colortables\presets
|
|---|
| 23382 | copying build\lib.win-amd64-cpython-311\chimerax\map\colortables\presets\Red on White.plist -> build\bdist.win-amd64\wheel\.\chimerax\map\colortables\presets
|
|---|
| 23383 | copying build\lib.win-amd64-cpython-311\chimerax\map\colortables\presets\Skin On Blue II.plist -> build\bdist.win-amd64\wheel\.\chimerax\map\colortables\presets
|
|---|
| 23384 | copying build\lib.win-amd64-cpython-311\chimerax\map\colortables\presets\Skin On Blue.plist -> build\bdist.win-amd64\wheel\.\chimerax\map\colortables\presets
|
|---|
| 23385 | copying build\lib.win-amd64-cpython-311\chimerax\map\colortables\presets\Soft + Skin II.plist -> build\bdist.win-amd64\wheel\.\chimerax\map\colortables\presets
|
|---|
| 23386 | copying build\lib.win-amd64-cpython-311\chimerax\map\colortables\presets\Soft + Skin III.plist -> build\bdist.win-amd64\wheel\.\chimerax\map\colortables\presets
|
|---|
| 23387 | copying build\lib.win-amd64-cpython-311\chimerax\map\colortables\presets\Soft + Skin.plist -> build\bdist.win-amd64\wheel\.\chimerax\map\colortables\presets
|
|---|
| 23388 | copying build\lib.win-amd64-cpython-311\chimerax\map\colortables\presets\Soft On Blue.plist -> build\bdist.win-amd64\wheel\.\chimerax\map\colortables\presets
|
|---|
| 23389 | copying build\lib.win-amd64-cpython-311\chimerax\map\colortables\presets\Soft on White.plist -> build\bdist.win-amd64\wheel\.\chimerax\map\colortables\presets
|
|---|
| 23390 | copying build\lib.win-amd64-cpython-311\chimerax\map\colortables\presets\Soft.plist -> build\bdist.win-amd64\wheel\.\chimerax\map\colortables\presets
|
|---|
| 23391 | copying build\lib.win-amd64-cpython-311\chimerax\map\colortables\presets\Standard.plist -> build\bdist.win-amd64\wheel\.\chimerax\map\colortables\presets
|
|---|
| 23392 | copying build\lib.win-amd64-cpython-311\chimerax\map\colortables\presets\Vascular II.plist -> build\bdist.win-amd64\wheel\.\chimerax\map\colortables\presets
|
|---|
| 23393 | copying build\lib.win-amd64-cpython-311\chimerax\map\colortables\presets\Vascular III.plist -> build\bdist.win-amd64\wheel\.\chimerax\map\colortables\presets
|
|---|
| 23394 | copying build\lib.win-amd64-cpython-311\chimerax\map\colortables\presets\Vascular IV.plist -> build\bdist.win-amd64\wheel\.\chimerax\map\colortables\presets
|
|---|
| 23395 | copying build\lib.win-amd64-cpython-311\chimerax\map\colortables\presets\Vascular.plist -> build\bdist.win-amd64\wheel\.\chimerax\map\colortables\presets
|
|---|
| 23396 | copying build\lib.win-amd64-cpython-311\chimerax\map\colortables\presets\Yellow Bone.plist -> build\bdist.win-amd64\wheel\.\chimerax\map\colortables\presets
|
|---|
| 23397 | copying build\lib.win-amd64-cpython-311\chimerax\map\colortables\__init__.py -> build\bdist.win-amd64\wheel\.\chimerax\map\colortables
|
|---|
| 23398 | copying build\lib.win-amd64-cpython-311\chimerax\map\coords_gui.py -> build\bdist.win-amd64\wheel\.\chimerax\map
|
|---|
| 23399 | copying build\lib.win-amd64-cpython-311\chimerax\map\defaultsettings.py -> build\bdist.win-amd64\wheel\.\chimerax\map
|
|---|
| 23400 | copying build\lib.win-amd64-cpython-311\chimerax\map\eds_fetch.py -> build\bdist.win-amd64\wheel\.\chimerax\map
|
|---|
| 23401 | copying build\lib.win-amd64-cpython-311\chimerax\map\emdb_fetch.py -> build\bdist.win-amd64\wheel\.\chimerax\map
|
|---|
| 23402 | copying build\lib.win-amd64-cpython-311\chimerax\map\histogram.py -> build\bdist.win-amd64\wheel\.\chimerax\map
|
|---|
| 23403 | creating build\bdist.win-amd64\wheel\chimerax\map\icons
|
|---|
| 23404 | copying build\lib.win-amd64-cpython-311\chimerax\map\icons\contour.png -> build\bdist.win-amd64\wheel\.\chimerax\map\icons
|
|---|
| 23405 | copying build\lib.win-amd64-cpython-311\chimerax\map\icons\crop.png -> build\bdist.win-amd64\wheel\.\chimerax\map\icons
|
|---|
| 23406 | copying build\lib.win-amd64-cpython-311\chimerax\map\icons\moveplanes.png -> build\bdist.win-amd64\wheel\.\chimerax\map\icons
|
|---|
| 23407 | copying build\lib.win-amd64-cpython-311\chimerax\map\icons\rotateslab.png -> build\bdist.win-amd64\wheel\.\chimerax\map\icons
|
|---|
| 23408 | copying build\lib.win-amd64-cpython-311\chimerax\map\icons\windowing.png -> build\bdist.win-amd64\wheel\.\chimerax\map\icons
|
|---|
| 23409 | copying build\lib.win-amd64-cpython-311\chimerax\map\image3d.py -> build\bdist.win-amd64\wheel\.\chimerax\map
|
|---|
| 23410 | copying build\lib.win-amd64-cpython-311\chimerax\map\mapargs.py -> build\bdist.win-amd64\wheel\.\chimerax\map
|
|---|
| 23411 | copying build\lib.win-amd64-cpython-311\chimerax\map\measure.py -> build\bdist.win-amd64\wheel\.\chimerax\map
|
|---|
| 23412 | copying build\lib.win-amd64-cpython-311\chimerax\map\molmap.py -> build\bdist.win-amd64\wheel\.\chimerax\map
|
|---|
| 23413 | copying build\lib.win-amd64-cpython-311\chimerax\map\mouselevel.py -> build\bdist.win-amd64\wheel\.\chimerax\map
|
|---|
| 23414 | copying build\lib.win-amd64-cpython-311\chimerax\map\moveplanes.py -> build\bdist.win-amd64\wheel\.\chimerax\map
|
|---|
| 23415 | copying build\lib.win-amd64-cpython-311\chimerax\map\redo_fetch.py -> build\bdist.win-amd64\wheel\.\chimerax\map
|
|---|
| 23416 | copying build\lib.win-amd64-cpython-311\chimerax\map\session.py -> build\bdist.win-amd64\wheel\.\chimerax\map
|
|---|
| 23417 | copying build\lib.win-amd64-cpython-311\chimerax\map\slice.py -> build\bdist.win-amd64\wheel\.\chimerax\map
|
|---|
| 23418 | copying build\lib.win-amd64-cpython-311\chimerax\map\tiltedslab.py -> build\bdist.win-amd64\wheel\.\chimerax\map
|
|---|
| 23419 | copying build\lib.win-amd64-cpython-311\chimerax\map\volume.py -> build\bdist.win-amd64\wheel\.\chimerax\map
|
|---|
| 23420 | copying build\lib.win-amd64-cpython-311\chimerax\map\volumecommand.py -> build\bdist.win-amd64\wheel\.\chimerax\map
|
|---|
| 23421 | copying build\lib.win-amd64-cpython-311\chimerax\map\volume_viewer.py -> build\bdist.win-amd64\wheel\.\chimerax\map
|
|---|
| 23422 | copying build\lib.win-amd64-cpython-311\chimerax\map\windowing.py -> build\bdist.win-amd64\wheel\.\chimerax\map
|
|---|
| 23423 | copying build\lib.win-amd64-cpython-311\chimerax\map\_map.cp311-win_amd64.pyd -> build\bdist.win-amd64\wheel\.\chimerax\map
|
|---|
| 23424 | copying build\lib.win-amd64-cpython-311\chimerax\map\__init__.py -> build\bdist.win-amd64\wheel\.\chimerax\map
|
|---|
| 23425 | running install_egg_info
|
|---|
| 23426 | running egg_info
|
|---|
| 23427 | creating ChimeraX_Map.egg-info
|
|---|
| 23428 | writing ChimeraX_Map.egg-info\PKG-INFO
|
|---|
| 23429 | writing dependency_links to ChimeraX_Map.egg-info\dependency_links.txt
|
|---|
| 23430 | writing requirements to ChimeraX_Map.egg-info\requires.txt
|
|---|
| 23431 | writing top-level names to ChimeraX_Map.egg-info\top_level.txt
|
|---|
| 23432 | writing manifest file 'ChimeraX_Map.egg-info\SOURCES.txt'
|
|---|
| 23433 | reading manifest file 'ChimeraX_Map.egg-info\SOURCES.txt'
|
|---|
| 23434 | writing manifest file 'ChimeraX_Map.egg-info\SOURCES.txt'
|
|---|
| 23435 | Copying ChimeraX_Map.egg-info to build\bdist.win-amd64\wheel\.\ChimeraX_Map-1.3-py3.11.egg-info
|
|---|
| 23436 | running install_scripts
|
|---|
| 23437 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\setuptools\command\bdist_wheel.py:103: RuntimeWarning: Config variable 'Py_DEBUG' is unset, Python ABI tag may be incorrect
|
|---|
| 23438 | if get_flag("Py_DEBUG", hasattr(sys, "gettotalrefcount"), warn=(impl == "cp")):
|
|---|
| 23439 | creating build\bdist.win-amd64\wheel\chimerax_map-1.3.dist-info\WHEEL
|
|---|
| 23440 | creating 'dist\chimerax_map-1.3-cp311-cp311-win_amd64.whl' and adding 'build\bdist.win-amd64\wheel' to it
|
|---|
| 23441 | adding 'chimerax/map/__init__.py'
|
|---|
| 23442 | adding 'chimerax/map/_map.cp311-win_amd64.pyd'
|
|---|
| 23443 | adding 'chimerax/map/channels.py'
|
|---|
| 23444 | adding 'chimerax/map/coords_gui.py'
|
|---|
| 23445 | adding 'chimerax/map/defaultsettings.py'
|
|---|
| 23446 | adding 'chimerax/map/eds_fetch.py'
|
|---|
| 23447 | adding 'chimerax/map/emdb_fetch.py'
|
|---|
| 23448 | adding 'chimerax/map/histogram.py'
|
|---|
| 23449 | adding 'chimerax/map/image3d.py'
|
|---|
| 23450 | adding 'chimerax/map/mapargs.py'
|
|---|
| 23451 | adding 'chimerax/map/measure.py'
|
|---|
| 23452 | adding 'chimerax/map/molmap.py'
|
|---|
| 23453 | adding 'chimerax/map/mouselevel.py'
|
|---|
| 23454 | adding 'chimerax/map/moveplanes.py'
|
|---|
| 23455 | adding 'chimerax/map/redo_fetch.py'
|
|---|
| 23456 | adding 'chimerax/map/session.py'
|
|---|
| 23457 | adding 'chimerax/map/slice.py'
|
|---|
| 23458 | adding 'chimerax/map/tiltedslab.py'
|
|---|
| 23459 | adding 'chimerax/map/volume.py'
|
|---|
| 23460 | adding 'chimerax/map/volume_viewer.py'
|
|---|
| 23461 | adding 'chimerax/map/volumecommand.py'
|
|---|
| 23462 | adding 'chimerax/map/windowing.py'
|
|---|
| 23463 | adding 'chimerax/map/colortables/__init__.py'
|
|---|
| 23464 | adding 'chimerax/map/colortables/colortables.py'
|
|---|
| 23465 | adding 'chimerax/map/colortables/cluts/BlackBody.plist'
|
|---|
| 23466 | adding 'chimerax/map/colortables/cluts/CT_Bones.clut'
|
|---|
| 23467 | adding 'chimerax/map/colortables/cluts/CT_Kidneys.clut'
|
|---|
| 23468 | adding 'chimerax/map/colortables/cluts/CT_Liver.clut'
|
|---|
| 23469 | adding 'chimerax/map/colortables/cluts/CT_Lungs.clut'
|
|---|
| 23470 | adding 'chimerax/map/colortables/cluts/CT_Muscles.clut'
|
|---|
| 23471 | adding 'chimerax/map/colortables/cluts/CT_Skin.clut'
|
|---|
| 23472 | adding 'chimerax/map/colortables/cluts/CT_Soft_Tissue.clut'
|
|---|
| 23473 | adding 'chimerax/map/colortables/cluts/CT_Vessels.clut'
|
|---|
| 23474 | adding 'chimerax/map/colortables/cluts/CT_w_Contrast.clut'
|
|---|
| 23475 | adding 'chimerax/map/colortables/cluts/Flow.plist'
|
|---|
| 23476 | adding 'chimerax/map/colortables/cluts/French.plist'
|
|---|
| 23477 | adding 'chimerax/map/colortables/cluts/GEcolor.plist'
|
|---|
| 23478 | adding 'chimerax/map/colortables/cluts/GrayRainbow.plist'
|
|---|
| 23479 | adding 'chimerax/map/colortables/cluts/HotGreen.plist'
|
|---|
| 23480 | adding 'chimerax/map/colortables/cluts/HotIron.plist'
|
|---|
| 23481 | adding 'chimerax/map/colortables/cluts/HotMetal.plist'
|
|---|
| 23482 | adding 'chimerax/map/colortables/cluts/Hue1.plist'
|
|---|
| 23483 | adding 'chimerax/map/colortables/cluts/Hue2.plist'
|
|---|
| 23484 | adding 'chimerax/map/colortables/cluts/Jet.plist'
|
|---|
| 23485 | adding 'chimerax/map/colortables/cluts/NIH.plist'
|
|---|
| 23486 | adding 'chimerax/map/colortables/cluts/PPU Inferno.plist'
|
|---|
| 23487 | adding 'chimerax/map/colortables/cluts/PPU Magma.plist'
|
|---|
| 23488 | adding 'chimerax/map/colortables/cluts/PPU Plasma.plist'
|
|---|
| 23489 | adding 'chimerax/map/colortables/cluts/PPU Viridis.plist'
|
|---|
| 23490 | adding 'chimerax/map/colortables/cluts/Perfusion.plist'
|
|---|
| 23491 | adding 'chimerax/map/colortables/cluts/Rainbow.plist'
|
|---|
| 23492 | adding 'chimerax/map/colortables/cluts/Rainbow2.plist'
|
|---|
| 23493 | adding 'chimerax/map/colortables/cluts/Rainbow3.plist'
|
|---|
| 23494 | adding 'chimerax/map/colortables/cluts/Ratio.plist'
|
|---|
| 23495 | adding 'chimerax/map/colortables/cluts/Spectrum.plist'
|
|---|
| 23496 | adding 'chimerax/map/colortables/cluts/Stern.plist'
|
|---|
| 23497 | adding 'chimerax/map/colortables/cluts/UCLA.plist'
|
|---|
| 23498 | adding 'chimerax/map/colortables/cluts/VR Bones.plist'
|
|---|
| 23499 | adding 'chimerax/map/colortables/cluts/VR Muscles-Bones.plist'
|
|---|
| 23500 | adding 'chimerax/map/colortables/cluts/VR Red Vessels.plist'
|
|---|
| 23501 | adding 'chimerax/map/colortables/cluts/ired.plist'
|
|---|
| 23502 | adding 'chimerax/map/colortables/presets/Airways II.plist'
|
|---|
| 23503 | adding 'chimerax/map/colortables/presets/Airways.plist'
|
|---|
| 23504 | adding 'chimerax/map/colortables/presets/Black & White.plist'
|
|---|
| 23505 | adding 'chimerax/map/colortables/presets/Bone + Skin II.plist'
|
|---|
| 23506 | adding 'chimerax/map/colortables/presets/Bone + Skin.plist'
|
|---|
| 23507 | adding 'chimerax/map/colortables/presets/Dark Bone.plist'
|
|---|
| 23508 | adding 'chimerax/map/colortables/presets/Glossy II.plist'
|
|---|
| 23509 | adding 'chimerax/map/colortables/presets/Glossy.plist'
|
|---|
| 23510 | adding 'chimerax/map/colortables/presets/Gold Bone.plist'
|
|---|
| 23511 | adding 'chimerax/map/colortables/presets/High Contrast.plist'
|
|---|
| 23512 | adding 'chimerax/map/colortables/presets/Low Contrast.plist'
|
|---|
| 23513 | adding 'chimerax/map/colortables/presets/Mid Contrast.plist'
|
|---|
| 23514 | adding 'chimerax/map/colortables/presets/No Shading.plist'
|
|---|
| 23515 | adding 'chimerax/map/colortables/presets/Pencil.plist'
|
|---|
| 23516 | adding 'chimerax/map/colortables/presets/Red on White.plist'
|
|---|
| 23517 | adding 'chimerax/map/colortables/presets/Skin On Blue II.plist'
|
|---|
| 23518 | adding 'chimerax/map/colortables/presets/Skin On Blue.plist'
|
|---|
| 23519 | adding 'chimerax/map/colortables/presets/Soft + Skin II.plist'
|
|---|
| 23520 | adding 'chimerax/map/colortables/presets/Soft + Skin III.plist'
|
|---|
| 23521 | adding 'chimerax/map/colortables/presets/Soft + Skin.plist'
|
|---|
| 23522 | adding 'chimerax/map/colortables/presets/Soft On Blue.plist'
|
|---|
| 23523 | adding 'chimerax/map/colortables/presets/Soft on White.plist'
|
|---|
| 23524 | adding 'chimerax/map/colortables/presets/Soft.plist'
|
|---|
| 23525 | adding 'chimerax/map/colortables/presets/Standard.plist'
|
|---|
| 23526 | adding 'chimerax/map/colortables/presets/Vascular II.plist'
|
|---|
| 23527 | adding 'chimerax/map/colortables/presets/Vascular III.plist'
|
|---|
| 23528 | adding 'chimerax/map/colortables/presets/Vascular IV.plist'
|
|---|
| 23529 | adding 'chimerax/map/colortables/presets/Vascular.plist'
|
|---|
| 23530 | adding 'chimerax/map/colortables/presets/Yellow Bone.plist'
|
|---|
| 23531 | adding 'chimerax/map/icons/contour.png'
|
|---|
| 23532 | adding 'chimerax/map/icons/crop.png'
|
|---|
| 23533 | adding 'chimerax/map/icons/moveplanes.png'
|
|---|
| 23534 | adding 'chimerax/map/icons/rotateslab.png'
|
|---|
| 23535 | adding 'chimerax/map/icons/windowing.png'
|
|---|
| 23536 | adding 'chimerax_map-1.3.dist-info/METADATA'
|
|---|
| 23537 | adding 'chimerax_map-1.3.dist-info/WHEEL'
|
|---|
| 23538 | adding 'chimerax_map-1.3.dist-info/top_level.txt'
|
|---|
| 23539 | adding 'chimerax_map-1.3.dist-info/RECORD'
|
|---|
| 23540 | removing build\bdist.win-amd64\wheel
|
|---|
| 23541 | Distribution is in .\dist\ChimeraX_Map-1.3-cp311-cp311-win_amd64.whl
|
|---|
| 23542 | INFO:
|
|---|
| 23543 |
|
|---|
| 23544 | make sync
|
|---|
| 23545 | make[6]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/map'
|
|---|
| 23546 | cp -av dist/*.whl ../../../build/sync
|
|---|
| 23547 | 'dist/chimerax_map-1.3-cp311-cp311-win_amd64.whl' -> '../../../build/sync/chimerax_map-1.3-cp311-cp311-win_amd64.whl'
|
|---|
| 23548 | make[6]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/map'
|
|---|
| 23549 | make[5]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/map'
|
|---|
| 23550 | make -C map_data build
|
|---|
| 23551 | make[5]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/map_data'
|
|---|
| 23552 | if [ -z "../../../ChimeraX.app/bin/python.exe" ]; then \
|
|---|
| 23553 | echo "missing ChimeraX application's python"; exit 1; \
|
|---|
| 23554 | else \
|
|---|
| 23555 | PYTHONNOUSERSITE=1 ../../../ChimeraX.app/bin/python.exe -I -m chimerax.core --nogui --exit --safemode --cmd "devel build . exit true "; \
|
|---|
| 23556 | fi
|
|---|
| 23557 | INFO:
|
|---|
| 23558 | Executing: devel build . exit true
|
|---|
| 23559 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\setuptools\dist.py:759: SetuptoolsDeprecationWarning: License classifiers are deprecated.
|
|---|
| 23560 | !!
|
|---|
| 23561 |
|
|---|
| 23562 | ********************************************************************************
|
|---|
| 23563 | Please consider removing the following classifiers in favor of a SPDX license expression:
|
|---|
| 23564 |
|
|---|
| 23565 | License :: Free for non-commercial use
|
|---|
| 23566 |
|
|---|
| 23567 | See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details.
|
|---|
| 23568 | ********************************************************************************
|
|---|
| 23569 |
|
|---|
| 23570 | !!
|
|---|
| 23571 | self._finalize_license_expression()
|
|---|
| 23572 | running build
|
|---|
| 23573 | running build_py
|
|---|
| 23574 | creating build\lib\chimerax\map_data
|
|---|
| 23575 | copying src\arraygrid.py -> build\lib\chimerax\map_data
|
|---|
| 23576 | copying src\arrays.py -> build\lib\chimerax\map_data
|
|---|
| 23577 | copying src\datacache.py -> build\lib\chimerax\map_data
|
|---|
| 23578 | copying src\fileformats.py -> build\lib\chimerax\map_data
|
|---|
| 23579 | copying src\griddata.py -> build\lib\chimerax\map_data
|
|---|
| 23580 | copying src\memoryuse.py -> build\lib\chimerax\map_data
|
|---|
| 23581 | copying src\opendialog.py -> build\lib\chimerax\map_data
|
|---|
| 23582 | copying src\progress.py -> build\lib\chimerax\map_data
|
|---|
| 23583 | copying src\readarray.py -> build\lib\chimerax\map_data
|
|---|
| 23584 | copying src\regions.py -> build\lib\chimerax\map_data
|
|---|
| 23585 | copying src\subsample.py -> build\lib\chimerax\map_data
|
|---|
| 23586 | copying src\__init__.py -> build\lib\chimerax\map_data
|
|---|
| 23587 | creating build\lib\chimerax\map_data\amira
|
|---|
| 23588 | copying src\amira\amira_format.py -> build\lib\chimerax\map_data\amira
|
|---|
| 23589 | copying src\amira\amira_grid.py -> build\lib\chimerax\map_data\amira
|
|---|
| 23590 | copying src\amira\__init__.py -> build\lib\chimerax\map_data\amira
|
|---|
| 23591 | creating build\lib\chimerax\map_data\apbs
|
|---|
| 23592 | copying src\apbs\apbs_format.py -> build\lib\chimerax\map_data\apbs
|
|---|
| 23593 | copying src\apbs\apbs_grid.py -> build\lib\chimerax\map_data\apbs
|
|---|
| 23594 | copying src\apbs\__init__.py -> build\lib\chimerax\map_data\apbs
|
|---|
| 23595 | creating build\lib\chimerax\map_data\brix
|
|---|
| 23596 | copying src\brix\__init__.py -> build\lib\chimerax\map_data\brix
|
|---|
| 23597 | creating build\lib\chimerax\map_data\ccp4
|
|---|
| 23598 | copying src\ccp4\ccp4_grid.py -> build\lib\chimerax\map_data\ccp4
|
|---|
| 23599 | copying src\ccp4\__init__.py -> build\lib\chimerax\map_data\ccp4
|
|---|
| 23600 | creating build\lib\chimerax\map_data\cmap
|
|---|
| 23601 | copying src\cmap\cmap_format.py -> build\lib\chimerax\map_data\cmap
|
|---|
| 23602 | copying src\cmap\cmap_grid.py -> build\lib\chimerax\map_data\cmap
|
|---|
| 23603 | copying src\cmap\write_cmap.py -> build\lib\chimerax\map_data\cmap
|
|---|
| 23604 | copying src\cmap\__init__.py -> build\lib\chimerax\map_data\cmap
|
|---|
| 23605 | creating build\lib\chimerax\map_data\delphi
|
|---|
| 23606 | copying src\delphi\delphi_format.py -> build\lib\chimerax\map_data\delphi
|
|---|
| 23607 | copying src\delphi\delphi_grid.py -> build\lib\chimerax\map_data\delphi
|
|---|
| 23608 | copying src\delphi\__init__.py -> build\lib\chimerax\map_data\delphi
|
|---|
| 23609 | creating build\lib\chimerax\map_data\deltavision
|
|---|
| 23610 | copying src\deltavision\deltavision_format.py -> build\lib\chimerax\map_data\deltavision
|
|---|
| 23611 | copying src\deltavision\deltavision_grid.py -> build\lib\chimerax\map_data\deltavision
|
|---|
| 23612 | copying src\deltavision\__init__.py -> build\lib\chimerax\map_data\deltavision
|
|---|
| 23613 | creating build\lib\chimerax\map_data\dock
|
|---|
| 23614 | copying src\dock\dock_format.py -> build\lib\chimerax\map_data\dock
|
|---|
| 23615 | copying src\dock\dock_grid.py -> build\lib\chimerax\map_data\dock
|
|---|
| 23616 | copying src\dock\__init__.py -> build\lib\chimerax\map_data\dock
|
|---|
| 23617 | creating build\lib\chimerax\map_data\dsn6
|
|---|
| 23618 | copying src\dsn6\dsn6_format.py -> build\lib\chimerax\map_data\dsn6
|
|---|
| 23619 | copying src\dsn6\dsn6_grid.py -> build\lib\chimerax\map_data\dsn6
|
|---|
| 23620 | copying src\dsn6\writebrix.py -> build\lib\chimerax\map_data\dsn6
|
|---|
| 23621 | copying src\dsn6\__init__.py -> build\lib\chimerax\map_data\dsn6
|
|---|
| 23622 | creating build\lib\chimerax\map_data\emanhdf
|
|---|
| 23623 | copying src\emanhdf\eman_hdf_format.py -> build\lib\chimerax\map_data\emanhdf
|
|---|
| 23624 | copying src\emanhdf\eman_hdf_grid.py -> build\lib\chimerax\map_data\emanhdf
|
|---|
| 23625 | copying src\emanhdf\__init__.py -> build\lib\chimerax\map_data\emanhdf
|
|---|
| 23626 | creating build\lib\chimerax\map_data\gaussian
|
|---|
| 23627 | copying src\gaussian\gaussian_format.py -> build\lib\chimerax\map_data\gaussian
|
|---|
| 23628 | copying src\gaussian\gaussian_grid.py -> build\lib\chimerax\map_data\gaussian
|
|---|
| 23629 | copying src\gaussian\__init__.py -> build\lib\chimerax\map_data\gaussian
|
|---|
| 23630 | creating build\lib\chimerax\map_data\gopenmol
|
|---|
| 23631 | copying src\gopenmol\plt_format.py -> build\lib\chimerax\map_data\gopenmol
|
|---|
| 23632 | copying src\gopenmol\plt_grid.py -> build\lib\chimerax\map_data\gopenmol
|
|---|
| 23633 | copying src\gopenmol\__init__.py -> build\lib\chimerax\map_data\gopenmol
|
|---|
| 23634 | creating build\lib\chimerax\map_data\hdf
|
|---|
| 23635 | copying src\hdf\hdf_format.py -> build\lib\chimerax\map_data\hdf
|
|---|
| 23636 | copying src\hdf\hdf_grid.py -> build\lib\chimerax\map_data\hdf
|
|---|
| 23637 | copying src\hdf\__init__.py -> build\lib\chimerax\map_data\hdf
|
|---|
| 23638 | creating build\lib\chimerax\map_data\imagestack
|
|---|
| 23639 | copying src\imagestack\imagej_tiff.py -> build\lib\chimerax\map_data\imagestack
|
|---|
| 23640 | copying src\imagestack\imagej_write.py -> build\lib\chimerax\map_data\imagestack
|
|---|
| 23641 | copying src\imagestack\imagestack_format.py -> build\lib\chimerax\map_data\imagestack
|
|---|
| 23642 | copying src\imagestack\imagestack_grid.py -> build\lib\chimerax\map_data\imagestack
|
|---|
| 23643 | copying src\imagestack\ome_tiff.py -> build\lib\chimerax\map_data\imagestack
|
|---|
| 23644 | copying src\imagestack\__init__.py -> build\lib\chimerax\map_data\imagestack
|
|---|
| 23645 | creating build\lib\chimerax\map_data\imagic
|
|---|
| 23646 | copying src\imagic\imagic_format.py -> build\lib\chimerax\map_data\imagic
|
|---|
| 23647 | copying src\imagic\imagic_grid.py -> build\lib\chimerax\map_data\imagic
|
|---|
| 23648 | copying src\imagic\imagic_write.py -> build\lib\chimerax\map_data\imagic
|
|---|
| 23649 | copying src\imagic\__init__.py -> build\lib\chimerax\map_data\imagic
|
|---|
| 23650 | creating build\lib\chimerax\map_data\imod
|
|---|
| 23651 | copying src\imod\imod_grid.py -> build\lib\chimerax\map_data\imod
|
|---|
| 23652 | copying src\imod\__init__.py -> build\lib\chimerax\map_data\imod
|
|---|
| 23653 | creating build\lib\chimerax\map_data\ims
|
|---|
| 23654 | copying src\ims\ims_format.py -> build\lib\chimerax\map_data\ims
|
|---|
| 23655 | copying src\ims\ims_grid.py -> build\lib\chimerax\map_data\ims
|
|---|
| 23656 | copying src\ims\__init__.py -> build\lib\chimerax\map_data\ims
|
|---|
| 23657 | creating build\lib\chimerax\map_data\macmolplt
|
|---|
| 23658 | copying src\macmolplt\macmolplt_format.py -> build\lib\chimerax\map_data\macmolplt
|
|---|
| 23659 | copying src\macmolplt\macmolplt_grid.py -> build\lib\chimerax\map_data\macmolplt
|
|---|
| 23660 | copying src\macmolplt\__init__.py -> build\lib\chimerax\map_data\macmolplt
|
|---|
| 23661 | creating build\lib\chimerax\map_data\mrc
|
|---|
| 23662 | copying src\mrc\mrc_format.py -> build\lib\chimerax\map_data\mrc
|
|---|
| 23663 | copying src\mrc\mrc_grid.py -> build\lib\chimerax\map_data\mrc
|
|---|
| 23664 | copying src\mrc\writemrc.py -> build\lib\chimerax\map_data\mrc
|
|---|
| 23665 | copying src\mrc\__init__.py -> build\lib\chimerax\map_data\mrc
|
|---|
| 23666 | creating build\lib\chimerax\map_data\netcdf
|
|---|
| 23667 | copying src\netcdf\netcdf_format.py -> build\lib\chimerax\map_data\netcdf
|
|---|
| 23668 | copying src\netcdf\netcdf_grid.py -> build\lib\chimerax\map_data\netcdf
|
|---|
| 23669 | copying src\netcdf\__init__.py -> build\lib\chimerax\map_data\netcdf
|
|---|
| 23670 | creating build\lib\chimerax\map_data\pif
|
|---|
| 23671 | copying src\pif\pif_format.py -> build\lib\chimerax\map_data\pif
|
|---|
| 23672 | copying src\pif\pif_grid.py -> build\lib\chimerax\map_data\pif
|
|---|
| 23673 | copying src\pif\__init__.py -> build\lib\chimerax\map_data\pif
|
|---|
| 23674 | creating build\lib\chimerax\map_data\priism
|
|---|
| 23675 | copying src\priism\priism_format.py -> build\lib\chimerax\map_data\priism
|
|---|
| 23676 | copying src\priism\priism_grid.py -> build\lib\chimerax\map_data\priism
|
|---|
| 23677 | copying src\priism\__init__.py -> build\lib\chimerax\map_data\priism
|
|---|
| 23678 | creating build\lib\chimerax\map_data\profec
|
|---|
| 23679 | copying src\profec\profec_format.py -> build\lib\chimerax\map_data\profec
|
|---|
| 23680 | copying src\profec\profec_grid.py -> build\lib\chimerax\map_data\profec
|
|---|
| 23681 | copying src\profec\__init__.py -> build\lib\chimerax\map_data\profec
|
|---|
| 23682 | creating build\lib\chimerax\map_data\situs
|
|---|
| 23683 | copying src\situs\situs_format.py -> build\lib\chimerax\map_data\situs
|
|---|
| 23684 | copying src\situs\situs_grid.py -> build\lib\chimerax\map_data\situs
|
|---|
| 23685 | copying src\situs\__init__.py -> build\lib\chimerax\map_data\situs
|
|---|
| 23686 | creating build\lib\chimerax\map_data\spider
|
|---|
| 23687 | copying src\spider\spider_format.py -> build\lib\chimerax\map_data\spider
|
|---|
| 23688 | copying src\spider\spider_grid.py -> build\lib\chimerax\map_data\spider
|
|---|
| 23689 | copying src\spider\__init__.py -> build\lib\chimerax\map_data\spider
|
|---|
| 23690 | creating build\lib\chimerax\map_data\tiff
|
|---|
| 23691 | copying src\tiff\__init__.py -> build\lib\chimerax\map_data\tiff
|
|---|
| 23692 | creating build\lib\chimerax\map_data\tom_em
|
|---|
| 23693 | copying src\tom_em\em_format.py -> build\lib\chimerax\map_data\tom_em
|
|---|
| 23694 | copying src\tom_em\em_grid.py -> build\lib\chimerax\map_data\tom_em
|
|---|
| 23695 | copying src\tom_em\__init__.py -> build\lib\chimerax\map_data\tom_em
|
|---|
| 23696 | creating build\lib\chimerax\map_data\uhbd
|
|---|
| 23697 | copying src\uhbd\uhbd_format.py -> build\lib\chimerax\map_data\uhbd
|
|---|
| 23698 | copying src\uhbd\uhbd_grid.py -> build\lib\chimerax\map_data\uhbd
|
|---|
| 23699 | copying src\uhbd\__init__.py -> build\lib\chimerax\map_data\uhbd
|
|---|
| 23700 | creating build\lib\chimerax\map_data\xplor
|
|---|
| 23701 | copying src\xplor\xplor_format.py -> build\lib\chimerax\map_data\xplor
|
|---|
| 23702 | copying src\xplor\xplor_grid.py -> build\lib\chimerax\map_data\xplor
|
|---|
| 23703 | copying src\xplor\__init__.py -> build\lib\chimerax\map_data\xplor
|
|---|
| 23704 | running bdist_wheel
|
|---|
| 23705 | installing to build\bdist.win-amd64\wheel
|
|---|
| 23706 | running install
|
|---|
| 23707 | running install_lib
|
|---|
| 23708 | creating build\bdist.win-amd64\wheel
|
|---|
| 23709 | creating build\bdist.win-amd64\wheel\chimerax
|
|---|
| 23710 | creating build\bdist.win-amd64\wheel\chimerax\map_data
|
|---|
| 23711 | creating build\bdist.win-amd64\wheel\chimerax\map_data\amira
|
|---|
| 23712 | copying build\lib\chimerax\map_data\amira\amira_format.py -> build\bdist.win-amd64\wheel\.\chimerax\map_data\amira
|
|---|
| 23713 | copying build\lib\chimerax\map_data\amira\amira_grid.py -> build\bdist.win-amd64\wheel\.\chimerax\map_data\amira
|
|---|
| 23714 | copying build\lib\chimerax\map_data\amira\__init__.py -> build\bdist.win-amd64\wheel\.\chimerax\map_data\amira
|
|---|
| 23715 | creating build\bdist.win-amd64\wheel\chimerax\map_data\apbs
|
|---|
| 23716 | copying build\lib\chimerax\map_data\apbs\apbs_format.py -> build\bdist.win-amd64\wheel\.\chimerax\map_data\apbs
|
|---|
| 23717 | copying build\lib\chimerax\map_data\apbs\apbs_grid.py -> build\bdist.win-amd64\wheel\.\chimerax\map_data\apbs
|
|---|
| 23718 | copying build\lib\chimerax\map_data\apbs\__init__.py -> build\bdist.win-amd64\wheel\.\chimerax\map_data\apbs
|
|---|
| 23719 | copying build\lib\chimerax\map_data\arraygrid.py -> build\bdist.win-amd64\wheel\.\chimerax\map_data
|
|---|
| 23720 | copying build\lib\chimerax\map_data\arrays.py -> build\bdist.win-amd64\wheel\.\chimerax\map_data
|
|---|
| 23721 | creating build\bdist.win-amd64\wheel\chimerax\map_data\brix
|
|---|
| 23722 | copying build\lib\chimerax\map_data\brix\__init__.py -> build\bdist.win-amd64\wheel\.\chimerax\map_data\brix
|
|---|
| 23723 | creating build\bdist.win-amd64\wheel\chimerax\map_data\ccp4
|
|---|
| 23724 | copying build\lib\chimerax\map_data\ccp4\ccp4_grid.py -> build\bdist.win-amd64\wheel\.\chimerax\map_data\ccp4
|
|---|
| 23725 | copying build\lib\chimerax\map_data\ccp4\__init__.py -> build\bdist.win-amd64\wheel\.\chimerax\map_data\ccp4
|
|---|
| 23726 | creating build\bdist.win-amd64\wheel\chimerax\map_data\cmap
|
|---|
| 23727 | copying build\lib\chimerax\map_data\cmap\cmap_format.py -> build\bdist.win-amd64\wheel\.\chimerax\map_data\cmap
|
|---|
| 23728 | copying build\lib\chimerax\map_data\cmap\cmap_grid.py -> build\bdist.win-amd64\wheel\.\chimerax\map_data\cmap
|
|---|
| 23729 | copying build\lib\chimerax\map_data\cmap\write_cmap.py -> build\bdist.win-amd64\wheel\.\chimerax\map_data\cmap
|
|---|
| 23730 | copying build\lib\chimerax\map_data\cmap\__init__.py -> build\bdist.win-amd64\wheel\.\chimerax\map_data\cmap
|
|---|
| 23731 | copying build\lib\chimerax\map_data\datacache.py -> build\bdist.win-amd64\wheel\.\chimerax\map_data
|
|---|
| 23732 | creating build\bdist.win-amd64\wheel\chimerax\map_data\delphi
|
|---|
| 23733 | copying build\lib\chimerax\map_data\delphi\delphi_format.py -> build\bdist.win-amd64\wheel\.\chimerax\map_data\delphi
|
|---|
| 23734 | copying build\lib\chimerax\map_data\delphi\delphi_grid.py -> build\bdist.win-amd64\wheel\.\chimerax\map_data\delphi
|
|---|
| 23735 | copying build\lib\chimerax\map_data\delphi\__init__.py -> build\bdist.win-amd64\wheel\.\chimerax\map_data\delphi
|
|---|
| 23736 | creating build\bdist.win-amd64\wheel\chimerax\map_data\deltavision
|
|---|
| 23737 | copying build\lib\chimerax\map_data\deltavision\deltavision_format.py -> build\bdist.win-amd64\wheel\.\chimerax\map_data\deltavision
|
|---|
| 23738 | copying build\lib\chimerax\map_data\deltavision\deltavision_grid.py -> build\bdist.win-amd64\wheel\.\chimerax\map_data\deltavision
|
|---|
| 23739 | copying build\lib\chimerax\map_data\deltavision\__init__.py -> build\bdist.win-amd64\wheel\.\chimerax\map_data\deltavision
|
|---|
| 23740 | creating build\bdist.win-amd64\wheel\chimerax\map_data\dock
|
|---|
| 23741 | copying build\lib\chimerax\map_data\dock\dock_format.py -> build\bdist.win-amd64\wheel\.\chimerax\map_data\dock
|
|---|
| 23742 | copying build\lib\chimerax\map_data\dock\dock_grid.py -> build\bdist.win-amd64\wheel\.\chimerax\map_data\dock
|
|---|
| 23743 | copying build\lib\chimerax\map_data\dock\__init__.py -> build\bdist.win-amd64\wheel\.\chimerax\map_data\dock
|
|---|
| 23744 | creating build\bdist.win-amd64\wheel\chimerax\map_data\dsn6
|
|---|
| 23745 | copying build\lib\chimerax\map_data\dsn6\dsn6_format.py -> build\bdist.win-amd64\wheel\.\chimerax\map_data\dsn6
|
|---|
| 23746 | copying build\lib\chimerax\map_data\dsn6\dsn6_grid.py -> build\bdist.win-amd64\wheel\.\chimerax\map_data\dsn6
|
|---|
| 23747 | copying build\lib\chimerax\map_data\dsn6\writebrix.py -> build\bdist.win-amd64\wheel\.\chimerax\map_data\dsn6
|
|---|
| 23748 | copying build\lib\chimerax\map_data\dsn6\__init__.py -> build\bdist.win-amd64\wheel\.\chimerax\map_data\dsn6
|
|---|
| 23749 | creating build\bdist.win-amd64\wheel\chimerax\map_data\emanhdf
|
|---|
| 23750 | copying build\lib\chimerax\map_data\emanhdf\eman_hdf_format.py -> build\bdist.win-amd64\wheel\.\chimerax\map_data\emanhdf
|
|---|
| 23751 | copying build\lib\chimerax\map_data\emanhdf\eman_hdf_grid.py -> build\bdist.win-amd64\wheel\.\chimerax\map_data\emanhdf
|
|---|
| 23752 | copying build\lib\chimerax\map_data\emanhdf\__init__.py -> build\bdist.win-amd64\wheel\.\chimerax\map_data\emanhdf
|
|---|
| 23753 | copying build\lib\chimerax\map_data\fileformats.py -> build\bdist.win-amd64\wheel\.\chimerax\map_data
|
|---|
| 23754 | creating build\bdist.win-amd64\wheel\chimerax\map_data\gaussian
|
|---|
| 23755 | copying build\lib\chimerax\map_data\gaussian\gaussian_format.py -> build\bdist.win-amd64\wheel\.\chimerax\map_data\gaussian
|
|---|
| 23756 | copying build\lib\chimerax\map_data\gaussian\gaussian_grid.py -> build\bdist.win-amd64\wheel\.\chimerax\map_data\gaussian
|
|---|
| 23757 | copying build\lib\chimerax\map_data\gaussian\__init__.py -> build\bdist.win-amd64\wheel\.\chimerax\map_data\gaussian
|
|---|
| 23758 | creating build\bdist.win-amd64\wheel\chimerax\map_data\gopenmol
|
|---|
| 23759 | copying build\lib\chimerax\map_data\gopenmol\plt_format.py -> build\bdist.win-amd64\wheel\.\chimerax\map_data\gopenmol
|
|---|
| 23760 | copying build\lib\chimerax\map_data\gopenmol\plt_grid.py -> build\bdist.win-amd64\wheel\.\chimerax\map_data\gopenmol
|
|---|
| 23761 | copying build\lib\chimerax\map_data\gopenmol\__init__.py -> build\bdist.win-amd64\wheel\.\chimerax\map_data\gopenmol
|
|---|
| 23762 | copying build\lib\chimerax\map_data\griddata.py -> build\bdist.win-amd64\wheel\.\chimerax\map_data
|
|---|
| 23763 | creating build\bdist.win-amd64\wheel\chimerax\map_data\hdf
|
|---|
| 23764 | copying build\lib\chimerax\map_data\hdf\hdf_format.py -> build\bdist.win-amd64\wheel\.\chimerax\map_data\hdf
|
|---|
| 23765 | copying build\lib\chimerax\map_data\hdf\hdf_grid.py -> build\bdist.win-amd64\wheel\.\chimerax\map_data\hdf
|
|---|
| 23766 | copying build\lib\chimerax\map_data\hdf\__init__.py -> build\bdist.win-amd64\wheel\.\chimerax\map_data\hdf
|
|---|
| 23767 | creating build\bdist.win-amd64\wheel\chimerax\map_data\imagestack
|
|---|
| 23768 | copying build\lib\chimerax\map_data\imagestack\imagej_tiff.py -> build\bdist.win-amd64\wheel\.\chimerax\map_data\imagestack
|
|---|
| 23769 | copying build\lib\chimerax\map_data\imagestack\imagej_write.py -> build\bdist.win-amd64\wheel\.\chimerax\map_data\imagestack
|
|---|
| 23770 | copying build\lib\chimerax\map_data\imagestack\imagestack_format.py -> build\bdist.win-amd64\wheel\.\chimerax\map_data\imagestack
|
|---|
| 23771 | copying build\lib\chimerax\map_data\imagestack\imagestack_grid.py -> build\bdist.win-amd64\wheel\.\chimerax\map_data\imagestack
|
|---|
| 23772 | copying build\lib\chimerax\map_data\imagestack\ome_tiff.py -> build\bdist.win-amd64\wheel\.\chimerax\map_data\imagestack
|
|---|
| 23773 | copying build\lib\chimerax\map_data\imagestack\__init__.py -> build\bdist.win-amd64\wheel\.\chimerax\map_data\imagestack
|
|---|
| 23774 | creating build\bdist.win-amd64\wheel\chimerax\map_data\imagic
|
|---|
| 23775 | copying build\lib\chimerax\map_data\imagic\imagic_format.py -> build\bdist.win-amd64\wheel\.\chimerax\map_data\imagic
|
|---|
| 23776 | copying build\lib\chimerax\map_data\imagic\imagic_grid.py -> build\bdist.win-amd64\wheel\.\chimerax\map_data\imagic
|
|---|
| 23777 | copying build\lib\chimerax\map_data\imagic\imagic_write.py -> build\bdist.win-amd64\wheel\.\chimerax\map_data\imagic
|
|---|
| 23778 | copying build\lib\chimerax\map_data\imagic\__init__.py -> build\bdist.win-amd64\wheel\.\chimerax\map_data\imagic
|
|---|
| 23779 | creating build\bdist.win-amd64\wheel\chimerax\map_data\imod
|
|---|
| 23780 | copying build\lib\chimerax\map_data\imod\imod_grid.py -> build\bdist.win-amd64\wheel\.\chimerax\map_data\imod
|
|---|
| 23781 | copying build\lib\chimerax\map_data\imod\__init__.py -> build\bdist.win-amd64\wheel\.\chimerax\map_data\imod
|
|---|
| 23782 | creating build\bdist.win-amd64\wheel\chimerax\map_data\ims
|
|---|
| 23783 | copying build\lib\chimerax\map_data\ims\ims_format.py -> build\bdist.win-amd64\wheel\.\chimerax\map_data\ims
|
|---|
| 23784 | copying build\lib\chimerax\map_data\ims\ims_grid.py -> build\bdist.win-amd64\wheel\.\chimerax\map_data\ims
|
|---|
| 23785 | copying build\lib\chimerax\map_data\ims\__init__.py -> build\bdist.win-amd64\wheel\.\chimerax\map_data\ims
|
|---|
| 23786 | creating build\bdist.win-amd64\wheel\chimerax\map_data\macmolplt
|
|---|
| 23787 | copying build\lib\chimerax\map_data\macmolplt\macmolplt_format.py -> build\bdist.win-amd64\wheel\.\chimerax\map_data\macmolplt
|
|---|
| 23788 | copying build\lib\chimerax\map_data\macmolplt\macmolplt_grid.py -> build\bdist.win-amd64\wheel\.\chimerax\map_data\macmolplt
|
|---|
| 23789 | copying build\lib\chimerax\map_data\macmolplt\__init__.py -> build\bdist.win-amd64\wheel\.\chimerax\map_data\macmolplt
|
|---|
| 23790 | copying build\lib\chimerax\map_data\memoryuse.py -> build\bdist.win-amd64\wheel\.\chimerax\map_data
|
|---|
| 23791 | creating build\bdist.win-amd64\wheel\chimerax\map_data\mrc
|
|---|
| 23792 | copying build\lib\chimerax\map_data\mrc\mrc_format.py -> build\bdist.win-amd64\wheel\.\chimerax\map_data\mrc
|
|---|
| 23793 | copying build\lib\chimerax\map_data\mrc\mrc_grid.py -> build\bdist.win-amd64\wheel\.\chimerax\map_data\mrc
|
|---|
| 23794 | copying build\lib\chimerax\map_data\mrc\writemrc.py -> build\bdist.win-amd64\wheel\.\chimerax\map_data\mrc
|
|---|
| 23795 | copying build\lib\chimerax\map_data\mrc\__init__.py -> build\bdist.win-amd64\wheel\.\chimerax\map_data\mrc
|
|---|
| 23796 | creating build\bdist.win-amd64\wheel\chimerax\map_data\netcdf
|
|---|
| 23797 | copying build\lib\chimerax\map_data\netcdf\netcdf_format.py -> build\bdist.win-amd64\wheel\.\chimerax\map_data\netcdf
|
|---|
| 23798 | copying build\lib\chimerax\map_data\netcdf\netcdf_grid.py -> build\bdist.win-amd64\wheel\.\chimerax\map_data\netcdf
|
|---|
| 23799 | copying build\lib\chimerax\map_data\netcdf\__init__.py -> build\bdist.win-amd64\wheel\.\chimerax\map_data\netcdf
|
|---|
| 23800 | copying build\lib\chimerax\map_data\opendialog.py -> build\bdist.win-amd64\wheel\.\chimerax\map_data
|
|---|
| 23801 | creating build\bdist.win-amd64\wheel\chimerax\map_data\pif
|
|---|
| 23802 | copying build\lib\chimerax\map_data\pif\pif_format.py -> build\bdist.win-amd64\wheel\.\chimerax\map_data\pif
|
|---|
| 23803 | copying build\lib\chimerax\map_data\pif\pif_grid.py -> build\bdist.win-amd64\wheel\.\chimerax\map_data\pif
|
|---|
| 23804 | copying build\lib\chimerax\map_data\pif\__init__.py -> build\bdist.win-amd64\wheel\.\chimerax\map_data\pif
|
|---|
| 23805 | creating build\bdist.win-amd64\wheel\chimerax\map_data\priism
|
|---|
| 23806 | copying build\lib\chimerax\map_data\priism\priism_format.py -> build\bdist.win-amd64\wheel\.\chimerax\map_data\priism
|
|---|
| 23807 | copying build\lib\chimerax\map_data\priism\priism_grid.py -> build\bdist.win-amd64\wheel\.\chimerax\map_data\priism
|
|---|
| 23808 | copying build\lib\chimerax\map_data\priism\__init__.py -> build\bdist.win-amd64\wheel\.\chimerax\map_data\priism
|
|---|
| 23809 | creating build\bdist.win-amd64\wheel\chimerax\map_data\profec
|
|---|
| 23810 | copying build\lib\chimerax\map_data\profec\profec_format.py -> build\bdist.win-amd64\wheel\.\chimerax\map_data\profec
|
|---|
| 23811 | copying build\lib\chimerax\map_data\profec\profec_grid.py -> build\bdist.win-amd64\wheel\.\chimerax\map_data\profec
|
|---|
| 23812 | copying build\lib\chimerax\map_data\profec\__init__.py -> build\bdist.win-amd64\wheel\.\chimerax\map_data\profec
|
|---|
| 23813 | copying build\lib\chimerax\map_data\progress.py -> build\bdist.win-amd64\wheel\.\chimerax\map_data
|
|---|
| 23814 | copying build\lib\chimerax\map_data\readarray.py -> build\bdist.win-amd64\wheel\.\chimerax\map_data
|
|---|
| 23815 | copying build\lib\chimerax\map_data\regions.py -> build\bdist.win-amd64\wheel\.\chimerax\map_data
|
|---|
| 23816 | creating build\bdist.win-amd64\wheel\chimerax\map_data\situs
|
|---|
| 23817 | copying build\lib\chimerax\map_data\situs\situs_format.py -> build\bdist.win-amd64\wheel\.\chimerax\map_data\situs
|
|---|
| 23818 | copying build\lib\chimerax\map_data\situs\situs_grid.py -> build\bdist.win-amd64\wheel\.\chimerax\map_data\situs
|
|---|
| 23819 | copying build\lib\chimerax\map_data\situs\__init__.py -> build\bdist.win-amd64\wheel\.\chimerax\map_data\situs
|
|---|
| 23820 | creating build\bdist.win-amd64\wheel\chimerax\map_data\spider
|
|---|
| 23821 | copying build\lib\chimerax\map_data\spider\spider_format.py -> build\bdist.win-amd64\wheel\.\chimerax\map_data\spider
|
|---|
| 23822 | copying build\lib\chimerax\map_data\spider\spider_grid.py -> build\bdist.win-amd64\wheel\.\chimerax\map_data\spider
|
|---|
| 23823 | copying build\lib\chimerax\map_data\spider\__init__.py -> build\bdist.win-amd64\wheel\.\chimerax\map_data\spider
|
|---|
| 23824 | copying build\lib\chimerax\map_data\subsample.py -> build\bdist.win-amd64\wheel\.\chimerax\map_data
|
|---|
| 23825 | creating build\bdist.win-amd64\wheel\chimerax\map_data\tiff
|
|---|
| 23826 | copying build\lib\chimerax\map_data\tiff\__init__.py -> build\bdist.win-amd64\wheel\.\chimerax\map_data\tiff
|
|---|
| 23827 | creating build\bdist.win-amd64\wheel\chimerax\map_data\tom_em
|
|---|
| 23828 | copying build\lib\chimerax\map_data\tom_em\em_format.py -> build\bdist.win-amd64\wheel\.\chimerax\map_data\tom_em
|
|---|
| 23829 | copying build\lib\chimerax\map_data\tom_em\em_grid.py -> build\bdist.win-amd64\wheel\.\chimerax\map_data\tom_em
|
|---|
| 23830 | copying build\lib\chimerax\map_data\tom_em\__init__.py -> build\bdist.win-amd64\wheel\.\chimerax\map_data\tom_em
|
|---|
| 23831 | creating build\bdist.win-amd64\wheel\chimerax\map_data\uhbd
|
|---|
| 23832 | copying build\lib\chimerax\map_data\uhbd\uhbd_format.py -> build\bdist.win-amd64\wheel\.\chimerax\map_data\uhbd
|
|---|
| 23833 | copying build\lib\chimerax\map_data\uhbd\uhbd_grid.py -> build\bdist.win-amd64\wheel\.\chimerax\map_data\uhbd
|
|---|
| 23834 | copying build\lib\chimerax\map_data\uhbd\__init__.py -> build\bdist.win-amd64\wheel\.\chimerax\map_data\uhbd
|
|---|
| 23835 | creating build\bdist.win-amd64\wheel\chimerax\map_data\xplor
|
|---|
| 23836 | copying build\lib\chimerax\map_data\xplor\xplor_format.py -> build\bdist.win-amd64\wheel\.\chimerax\map_data\xplor
|
|---|
| 23837 | copying build\lib\chimerax\map_data\xplor\xplor_grid.py -> build\bdist.win-amd64\wheel\.\chimerax\map_data\xplor
|
|---|
| 23838 | copying build\lib\chimerax\map_data\xplor\__init__.py -> build\bdist.win-amd64\wheel\.\chimerax\map_data\xplor
|
|---|
| 23839 | copying build\lib\chimerax\map_data\__init__.py -> build\bdist.win-amd64\wheel\.\chimerax\map_data
|
|---|
| 23840 | running install_egg_info
|
|---|
| 23841 | running egg_info
|
|---|
| 23842 | creating ChimeraX_MapData.egg-info
|
|---|
| 23843 | writing ChimeraX_MapData.egg-info\PKG-INFO
|
|---|
| 23844 | writing dependency_links to ChimeraX_MapData.egg-info\dependency_links.txt
|
|---|
| 23845 | writing requirements to ChimeraX_MapData.egg-info\requires.txt
|
|---|
| 23846 | writing top-level names to ChimeraX_MapData.egg-info\top_level.txt
|
|---|
| 23847 | writing manifest file 'ChimeraX_MapData.egg-info\SOURCES.txt'
|
|---|
| 23848 | reading manifest file 'ChimeraX_MapData.egg-info\SOURCES.txt'
|
|---|
| 23849 | writing manifest file 'ChimeraX_MapData.egg-info\SOURCES.txt'
|
|---|
| 23850 | Copying ChimeraX_MapData.egg-info to build\bdist.win-amd64\wheel\.\ChimeraX_MapData-2.0-py3.11.egg-info
|
|---|
| 23851 | running install_scripts
|
|---|
| 23852 | creating build\bdist.win-amd64\wheel\chimerax_mapdata-2.0.dist-info\WHEEL
|
|---|
| 23853 | creating 'dist\chimerax_mapdata-2.0-py3-none-any.whl' and adding 'build\bdist.win-amd64\wheel' to it
|
|---|
| 23854 | adding 'chimerax/map_data/__init__.py'
|
|---|
| 23855 | adding 'chimerax/map_data/arraygrid.py'
|
|---|
| 23856 | adding 'chimerax/map_data/arrays.py'
|
|---|
| 23857 | adding 'chimerax/map_data/datacache.py'
|
|---|
| 23858 | adding 'chimerax/map_data/fileformats.py'
|
|---|
| 23859 | adding 'chimerax/map_data/griddata.py'
|
|---|
| 23860 | adding 'chimerax/map_data/memoryuse.py'
|
|---|
| 23861 | adding 'chimerax/map_data/opendialog.py'
|
|---|
| 23862 | adding 'chimerax/map_data/progress.py'
|
|---|
| 23863 | adding 'chimerax/map_data/readarray.py'
|
|---|
| 23864 | adding 'chimerax/map_data/regions.py'
|
|---|
| 23865 | adding 'chimerax/map_data/subsample.py'
|
|---|
| 23866 | adding 'chimerax/map_data/amira/__init__.py'
|
|---|
| 23867 | adding 'chimerax/map_data/amira/amira_format.py'
|
|---|
| 23868 | adding 'chimerax/map_data/amira/amira_grid.py'
|
|---|
| 23869 | adding 'chimerax/map_data/apbs/__init__.py'
|
|---|
| 23870 | adding 'chimerax/map_data/apbs/apbs_format.py'
|
|---|
| 23871 | adding 'chimerax/map_data/apbs/apbs_grid.py'
|
|---|
| 23872 | adding 'chimerax/map_data/brix/__init__.py'
|
|---|
| 23873 | adding 'chimerax/map_data/ccp4/__init__.py'
|
|---|
| 23874 | adding 'chimerax/map_data/ccp4/ccp4_grid.py'
|
|---|
| 23875 | adding 'chimerax/map_data/cmap/__init__.py'
|
|---|
| 23876 | adding 'chimerax/map_data/cmap/cmap_format.py'
|
|---|
| 23877 | adding 'chimerax/map_data/cmap/cmap_grid.py'
|
|---|
| 23878 | adding 'chimerax/map_data/cmap/write_cmap.py'
|
|---|
| 23879 | adding 'chimerax/map_data/delphi/__init__.py'
|
|---|
| 23880 | adding 'chimerax/map_data/delphi/delphi_format.py'
|
|---|
| 23881 | adding 'chimerax/map_data/delphi/delphi_grid.py'
|
|---|
| 23882 | adding 'chimerax/map_data/deltavision/__init__.py'
|
|---|
| 23883 | adding 'chimerax/map_data/deltavision/deltavision_format.py'
|
|---|
| 23884 | adding 'chimerax/map_data/deltavision/deltavision_grid.py'
|
|---|
| 23885 | adding 'chimerax/map_data/dock/__init__.py'
|
|---|
| 23886 | adding 'chimerax/map_data/dock/dock_format.py'
|
|---|
| 23887 | adding 'chimerax/map_data/dock/dock_grid.py'
|
|---|
| 23888 | adding 'chimerax/map_data/dsn6/__init__.py'
|
|---|
| 23889 | adding 'chimerax/map_data/dsn6/dsn6_format.py'
|
|---|
| 23890 | adding 'chimerax/map_data/dsn6/dsn6_grid.py'
|
|---|
| 23891 | adding 'chimerax/map_data/dsn6/writebrix.py'
|
|---|
| 23892 | adding 'chimerax/map_data/emanhdf/__init__.py'
|
|---|
| 23893 | adding 'chimerax/map_data/emanhdf/eman_hdf_format.py'
|
|---|
| 23894 | adding 'chimerax/map_data/emanhdf/eman_hdf_grid.py'
|
|---|
| 23895 | adding 'chimerax/map_data/gaussian/__init__.py'
|
|---|
| 23896 | adding 'chimerax/map_data/gaussian/gaussian_format.py'
|
|---|
| 23897 | adding 'chimerax/map_data/gaussian/gaussian_grid.py'
|
|---|
| 23898 | adding 'chimerax/map_data/gopenmol/__init__.py'
|
|---|
| 23899 | adding 'chimerax/map_data/gopenmol/plt_format.py'
|
|---|
| 23900 | adding 'chimerax/map_data/gopenmol/plt_grid.py'
|
|---|
| 23901 | adding 'chimerax/map_data/hdf/__init__.py'
|
|---|
| 23902 | adding 'chimerax/map_data/hdf/hdf_format.py'
|
|---|
| 23903 | adding 'chimerax/map_data/hdf/hdf_grid.py'
|
|---|
| 23904 | adding 'chimerax/map_data/imagestack/__init__.py'
|
|---|
| 23905 | adding 'chimerax/map_data/imagestack/imagej_tiff.py'
|
|---|
| 23906 | adding 'chimerax/map_data/imagestack/imagej_write.py'
|
|---|
| 23907 | adding 'chimerax/map_data/imagestack/imagestack_format.py'
|
|---|
| 23908 | adding 'chimerax/map_data/imagestack/imagestack_grid.py'
|
|---|
| 23909 | adding 'chimerax/map_data/imagestack/ome_tiff.py'
|
|---|
| 23910 | adding 'chimerax/map_data/imagic/__init__.py'
|
|---|
| 23911 | adding 'chimerax/map_data/imagic/imagic_format.py'
|
|---|
| 23912 | adding 'chimerax/map_data/imagic/imagic_grid.py'
|
|---|
| 23913 | adding 'chimerax/map_data/imagic/imagic_write.py'
|
|---|
| 23914 | adding 'chimerax/map_data/imod/__init__.py'
|
|---|
| 23915 | adding 'chimerax/map_data/imod/imod_grid.py'
|
|---|
| 23916 | adding 'chimerax/map_data/ims/__init__.py'
|
|---|
| 23917 | adding 'chimerax/map_data/ims/ims_format.py'
|
|---|
| 23918 | adding 'chimerax/map_data/ims/ims_grid.py'
|
|---|
| 23919 | adding 'chimerax/map_data/macmolplt/__init__.py'
|
|---|
| 23920 | adding 'chimerax/map_data/macmolplt/macmolplt_format.py'
|
|---|
| 23921 | adding 'chimerax/map_data/macmolplt/macmolplt_grid.py'
|
|---|
| 23922 | adding 'chimerax/map_data/mrc/__init__.py'
|
|---|
| 23923 | adding 'chimerax/map_data/mrc/mrc_format.py'
|
|---|
| 23924 | adding 'chimerax/map_data/mrc/mrc_grid.py'
|
|---|
| 23925 | adding 'chimerax/map_data/mrc/writemrc.py'
|
|---|
| 23926 | adding 'chimerax/map_data/netcdf/__init__.py'
|
|---|
| 23927 | adding 'chimerax/map_data/netcdf/netcdf_format.py'
|
|---|
| 23928 | adding 'chimerax/map_data/netcdf/netcdf_grid.py'
|
|---|
| 23929 | adding 'chimerax/map_data/pif/__init__.py'
|
|---|
| 23930 | adding 'chimerax/map_data/pif/pif_format.py'
|
|---|
| 23931 | adding 'chimerax/map_data/pif/pif_grid.py'
|
|---|
| 23932 | adding 'chimerax/map_data/priism/__init__.py'
|
|---|
| 23933 | adding 'chimerax/map_data/priism/priism_format.py'
|
|---|
| 23934 | adding 'chimerax/map_data/priism/priism_grid.py'
|
|---|
| 23935 | adding 'chimerax/map_data/profec/__init__.py'
|
|---|
| 23936 | adding 'chimerax/map_data/profec/profec_format.py'
|
|---|
| 23937 | adding 'chimerax/map_data/profec/profec_grid.py'
|
|---|
| 23938 | adding 'chimerax/map_data/situs/__init__.py'
|
|---|
| 23939 | adding 'chimerax/map_data/situs/situs_format.py'
|
|---|
| 23940 | adding 'chimerax/map_data/situs/situs_grid.py'
|
|---|
| 23941 | adding 'chimerax/map_data/spider/__init__.py'
|
|---|
| 23942 | adding 'chimerax/map_data/spider/spider_format.py'
|
|---|
| 23943 | adding 'chimerax/map_data/spider/spider_grid.py'
|
|---|
| 23944 | adding 'chimerax/map_data/tiff/__init__.py'
|
|---|
| 23945 | adding 'chimerax/map_data/tom_em/__init__.py'
|
|---|
| 23946 | adding 'chimerax/map_data/tom_em/em_format.py'
|
|---|
| 23947 | adding 'chimerax/map_data/tom_em/em_grid.py'
|
|---|
| 23948 | adding 'chimerax/map_data/uhbd/__init__.py'
|
|---|
| 23949 | adding 'chimerax/map_data/uhbd/uhbd_format.py'
|
|---|
| 23950 | adding 'chimerax/map_data/uhbd/uhbd_grid.py'
|
|---|
| 23951 | adding 'chimerax/map_data/xplor/__init__.py'
|
|---|
| 23952 | adding 'chimerax/map_data/xplor/xplor_format.py'
|
|---|
| 23953 | adding 'chimerax/map_data/xplor/xplor_grid.py'
|
|---|
| 23954 | adding 'chimerax_mapdata-2.0.dist-info/METADATA'
|
|---|
| 23955 | adding 'chimerax_mapdata-2.0.dist-info/WHEEL'
|
|---|
| 23956 | adding 'chimerax_mapdata-2.0.dist-info/top_level.txt'
|
|---|
| 23957 | adding 'chimerax_mapdata-2.0.dist-info/RECORD'
|
|---|
| 23958 | removing build\bdist.win-amd64\wheel
|
|---|
| 23959 | Distribution is in .\dist\ChimeraX_MapData-2.0-py3-none-any.whl
|
|---|
| 23960 | INFO:
|
|---|
| 23961 |
|
|---|
| 23962 | make sync
|
|---|
| 23963 | make[6]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/map_data'
|
|---|
| 23964 | cp -av dist/*.whl ../../../build/sync
|
|---|
| 23965 | 'dist/chimerax_mapdata-2.0-py3-none-any.whl' -> '../../../build/sync/chimerax_mapdata-2.0-py3-none-any.whl'
|
|---|
| 23966 | make[6]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/map_data'
|
|---|
| 23967 | make[5]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/map_data'
|
|---|
| 23968 | make -C map_eraser build
|
|---|
| 23969 | make[5]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/map_eraser'
|
|---|
| 23970 | if [ -z "../../../ChimeraX.app/bin/python.exe" ]; then \
|
|---|
| 23971 | echo "missing ChimeraX application's python"; exit 1; \
|
|---|
| 23972 | else \
|
|---|
| 23973 | PYTHONNOUSERSITE=1 ../../../ChimeraX.app/bin/python.exe -I -m chimerax.core --nogui --exit --safemode --cmd "devel build . exit true "; \
|
|---|
| 23974 | fi
|
|---|
| 23975 | INFO:
|
|---|
| 23976 | Executing: devel build . exit true
|
|---|
| 23977 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\setuptools\dist.py:759: SetuptoolsDeprecationWarning: License classifiers are deprecated.
|
|---|
| 23978 | !!
|
|---|
| 23979 |
|
|---|
| 23980 | ********************************************************************************
|
|---|
| 23981 | Please consider removing the following classifiers in favor of a SPDX license expression:
|
|---|
| 23982 |
|
|---|
| 23983 | License :: Free for non-commercial use
|
|---|
| 23984 |
|
|---|
| 23985 | See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details.
|
|---|
| 23986 | ********************************************************************************
|
|---|
| 23987 |
|
|---|
| 23988 | !!
|
|---|
| 23989 | self._finalize_license_expression()
|
|---|
| 23990 | running build
|
|---|
| 23991 | running build_py
|
|---|
| 23992 | creating build\lib\chimerax\map_eraser
|
|---|
| 23993 | copying src\eraser.py -> build\lib\chimerax\map_eraser
|
|---|
| 23994 | copying src\__init__.py -> build\lib\chimerax\map_eraser
|
|---|
| 23995 | copying src\eraser.png -> build\lib\chimerax\map_eraser
|
|---|
| 23996 | running bdist_wheel
|
|---|
| 23997 | installing to build\bdist.win-amd64\wheel
|
|---|
| 23998 | running install
|
|---|
| 23999 | running install_lib
|
|---|
| 24000 | creating build\bdist.win-amd64\wheel
|
|---|
| 24001 | creating build\bdist.win-amd64\wheel\chimerax
|
|---|
| 24002 | creating build\bdist.win-amd64\wheel\chimerax\map_eraser
|
|---|
| 24003 | copying build\lib\chimerax\map_eraser\eraser.png -> build\bdist.win-amd64\wheel\.\chimerax\map_eraser
|
|---|
| 24004 | copying build\lib\chimerax\map_eraser\eraser.py -> build\bdist.win-amd64\wheel\.\chimerax\map_eraser
|
|---|
| 24005 | copying build\lib\chimerax\map_eraser\__init__.py -> build\bdist.win-amd64\wheel\.\chimerax\map_eraser
|
|---|
| 24006 | running install_egg_info
|
|---|
| 24007 | running egg_info
|
|---|
| 24008 | creating ChimeraX_MapEraser.egg-info
|
|---|
| 24009 | writing ChimeraX_MapEraser.egg-info\PKG-INFO
|
|---|
| 24010 | writing dependency_links to ChimeraX_MapEraser.egg-info\dependency_links.txt
|
|---|
| 24011 | writing requirements to ChimeraX_MapEraser.egg-info\requires.txt
|
|---|
| 24012 | writing top-level names to ChimeraX_MapEraser.egg-info\top_level.txt
|
|---|
| 24013 | writing manifest file 'ChimeraX_MapEraser.egg-info\SOURCES.txt'
|
|---|
| 24014 | reading manifest file 'ChimeraX_MapEraser.egg-info\SOURCES.txt'
|
|---|
| 24015 | writing manifest file 'ChimeraX_MapEraser.egg-info\SOURCES.txt'
|
|---|
| 24016 | Copying ChimeraX_MapEraser.egg-info to build\bdist.win-amd64\wheel\.\ChimeraX_MapEraser-1.0.1-py3.11.egg-info
|
|---|
| 24017 | running install_scripts
|
|---|
| 24018 | creating build\bdist.win-amd64\wheel\chimerax_maperaser-1.0.1.dist-info\WHEEL
|
|---|
| 24019 | creating 'dist\chimerax_maperaser-1.0.1-py3-none-any.whl' and adding 'build\bdist.win-amd64\wheel' to it
|
|---|
| 24020 | adding 'chimerax/map_eraser/__init__.py'
|
|---|
| 24021 | adding 'chimerax/map_eraser/eraser.png'
|
|---|
| 24022 | adding 'chimerax/map_eraser/eraser.py'
|
|---|
| 24023 | adding 'chimerax_maperaser-1.0.1.dist-info/METADATA'
|
|---|
| 24024 | adding 'chimerax_maperaser-1.0.1.dist-info/WHEEL'
|
|---|
| 24025 | adding 'chimerax_maperaser-1.0.1.dist-info/top_level.txt'
|
|---|
| 24026 | adding 'chimerax_maperaser-1.0.1.dist-info/RECORD'
|
|---|
| 24027 | removing build\bdist.win-amd64\wheel
|
|---|
| 24028 | Distribution is in .\dist\ChimeraX_MapEraser-1.0.1-py3-none-any.whl
|
|---|
| 24029 | INFO:
|
|---|
| 24030 |
|
|---|
| 24031 | make sync
|
|---|
| 24032 | make[6]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/map_eraser'
|
|---|
| 24033 | cp -av dist/*.whl ../../../build/sync
|
|---|
| 24034 | 'dist/chimerax_maperaser-1.0.1-py3-none-any.whl' -> '../../../build/sync/chimerax_maperaser-1.0.1-py3-none-any.whl'
|
|---|
| 24035 | make[6]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/map_eraser'
|
|---|
| 24036 | make[5]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/map_eraser'
|
|---|
| 24037 | make -C map_filter build
|
|---|
| 24038 | make[5]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/map_filter'
|
|---|
| 24039 | if [ -z "../../../ChimeraX.app/bin/python.exe" ]; then \
|
|---|
| 24040 | echo "missing ChimeraX application's python"; exit 1; \
|
|---|
| 24041 | else \
|
|---|
| 24042 | PYTHONNOUSERSITE=1 ../../../ChimeraX.app/bin/python.exe -I -m chimerax.core --nogui --exit --safemode --cmd "devel build . exit true "; \
|
|---|
| 24043 | fi
|
|---|
| 24044 | INFO:
|
|---|
| 24045 | Executing: devel build . exit true
|
|---|
| 24046 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\setuptools\dist.py:759: SetuptoolsDeprecationWarning: License classifiers are deprecated.
|
|---|
| 24047 | !!
|
|---|
| 24048 |
|
|---|
| 24049 | ********************************************************************************
|
|---|
| 24050 | Please consider removing the following classifiers in favor of a SPDX license expression:
|
|---|
| 24051 |
|
|---|
| 24052 | License :: Free for non-commercial use
|
|---|
| 24053 |
|
|---|
| 24054 | See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details.
|
|---|
| 24055 | ********************************************************************************
|
|---|
| 24056 |
|
|---|
| 24057 | !!
|
|---|
| 24058 | self._finalize_license_expression()
|
|---|
| 24059 | running build
|
|---|
| 24060 | running build_py
|
|---|
| 24061 | creating build\lib\chimerax\map_filter
|
|---|
| 24062 | copying src\bin.py -> build\lib\chimerax\map_filter
|
|---|
| 24063 | copying src\boxes.py -> build\lib\chimerax\map_filter
|
|---|
| 24064 | copying src\cover.py -> build\lib\chimerax\map_filter
|
|---|
| 24065 | copying src\falloff.py -> build\lib\chimerax\map_filter
|
|---|
| 24066 | copying src\filtergui.py -> build\lib\chimerax\map_filter
|
|---|
| 24067 | copying src\flatten.py -> build\lib\chimerax\map_filter
|
|---|
| 24068 | copying src\flip.py -> build\lib\chimerax\map_filter
|
|---|
| 24069 | copying src\fourier.py -> build\lib\chimerax\map_filter
|
|---|
| 24070 | copying src\gaussian.py -> build\lib\chimerax\map_filter
|
|---|
| 24071 | copying src\laplace.py -> build\lib\chimerax\map_filter
|
|---|
| 24072 | copying src\localcorr.py -> build\lib\chimerax\map_filter
|
|---|
| 24073 | copying src\median.py -> build\lib\chimerax\map_filter
|
|---|
| 24074 | copying src\morph.py -> build\lib\chimerax\map_filter
|
|---|
| 24075 | copying src\morph_gui.py -> build\lib\chimerax\map_filter
|
|---|
| 24076 | copying src\permute.py -> build\lib\chimerax\map_filter
|
|---|
| 24077 | copying src\ridges.py -> build\lib\chimerax\map_filter
|
|---|
| 24078 | copying src\scale.py -> build\lib\chimerax\map_filter
|
|---|
| 24079 | copying src\stack.py -> build\lib\chimerax\map_filter
|
|---|
| 24080 | copying src\threshold.py -> build\lib\chimerax\map_filter
|
|---|
| 24081 | copying src\tile.py -> build\lib\chimerax\map_filter
|
|---|
| 24082 | copying src\unbend.py -> build\lib\chimerax\map_filter
|
|---|
| 24083 | copying src\unroll.py -> build\lib\chimerax\map_filter
|
|---|
| 24084 | copying src\vopcommand.py -> build\lib\chimerax\map_filter
|
|---|
| 24085 | copying src\zone.py -> build\lib\chimerax\map_filter
|
|---|
| 24086 | copying src\__init__.py -> build\lib\chimerax\map_filter
|
|---|
| 24087 | running bdist_wheel
|
|---|
| 24088 | installing to build\bdist.win-amd64\wheel
|
|---|
| 24089 | running install
|
|---|
| 24090 | running install_lib
|
|---|
| 24091 | creating build\bdist.win-amd64\wheel
|
|---|
| 24092 | creating build\bdist.win-amd64\wheel\chimerax
|
|---|
| 24093 | creating build\bdist.win-amd64\wheel\chimerax\map_filter
|
|---|
| 24094 | copying build\lib\chimerax\map_filter\bin.py -> build\bdist.win-amd64\wheel\.\chimerax\map_filter
|
|---|
| 24095 | copying build\lib\chimerax\map_filter\boxes.py -> build\bdist.win-amd64\wheel\.\chimerax\map_filter
|
|---|
| 24096 | copying build\lib\chimerax\map_filter\cover.py -> build\bdist.win-amd64\wheel\.\chimerax\map_filter
|
|---|
| 24097 | copying build\lib\chimerax\map_filter\falloff.py -> build\bdist.win-amd64\wheel\.\chimerax\map_filter
|
|---|
| 24098 | copying build\lib\chimerax\map_filter\filtergui.py -> build\bdist.win-amd64\wheel\.\chimerax\map_filter
|
|---|
| 24099 | copying build\lib\chimerax\map_filter\flatten.py -> build\bdist.win-amd64\wheel\.\chimerax\map_filter
|
|---|
| 24100 | copying build\lib\chimerax\map_filter\flip.py -> build\bdist.win-amd64\wheel\.\chimerax\map_filter
|
|---|
| 24101 | copying build\lib\chimerax\map_filter\fourier.py -> build\bdist.win-amd64\wheel\.\chimerax\map_filter
|
|---|
| 24102 | copying build\lib\chimerax\map_filter\gaussian.py -> build\bdist.win-amd64\wheel\.\chimerax\map_filter
|
|---|
| 24103 | copying build\lib\chimerax\map_filter\laplace.py -> build\bdist.win-amd64\wheel\.\chimerax\map_filter
|
|---|
| 24104 | copying build\lib\chimerax\map_filter\localcorr.py -> build\bdist.win-amd64\wheel\.\chimerax\map_filter
|
|---|
| 24105 | copying build\lib\chimerax\map_filter\median.py -> build\bdist.win-amd64\wheel\.\chimerax\map_filter
|
|---|
| 24106 | copying build\lib\chimerax\map_filter\morph.py -> build\bdist.win-amd64\wheel\.\chimerax\map_filter
|
|---|
| 24107 | copying build\lib\chimerax\map_filter\morph_gui.py -> build\bdist.win-amd64\wheel\.\chimerax\map_filter
|
|---|
| 24108 | copying build\lib\chimerax\map_filter\permute.py -> build\bdist.win-amd64\wheel\.\chimerax\map_filter
|
|---|
| 24109 | copying build\lib\chimerax\map_filter\ridges.py -> build\bdist.win-amd64\wheel\.\chimerax\map_filter
|
|---|
| 24110 | copying build\lib\chimerax\map_filter\scale.py -> build\bdist.win-amd64\wheel\.\chimerax\map_filter
|
|---|
| 24111 | copying build\lib\chimerax\map_filter\stack.py -> build\bdist.win-amd64\wheel\.\chimerax\map_filter
|
|---|
| 24112 | copying build\lib\chimerax\map_filter\threshold.py -> build\bdist.win-amd64\wheel\.\chimerax\map_filter
|
|---|
| 24113 | copying build\lib\chimerax\map_filter\tile.py -> build\bdist.win-amd64\wheel\.\chimerax\map_filter
|
|---|
| 24114 | copying build\lib\chimerax\map_filter\unbend.py -> build\bdist.win-amd64\wheel\.\chimerax\map_filter
|
|---|
| 24115 | copying build\lib\chimerax\map_filter\unroll.py -> build\bdist.win-amd64\wheel\.\chimerax\map_filter
|
|---|
| 24116 | copying build\lib\chimerax\map_filter\vopcommand.py -> build\bdist.win-amd64\wheel\.\chimerax\map_filter
|
|---|
| 24117 | copying build\lib\chimerax\map_filter\zone.py -> build\bdist.win-amd64\wheel\.\chimerax\map_filter
|
|---|
| 24118 | copying build\lib\chimerax\map_filter\__init__.py -> build\bdist.win-amd64\wheel\.\chimerax\map_filter
|
|---|
| 24119 | running install_egg_info
|
|---|
| 24120 | running egg_info
|
|---|
| 24121 | creating ChimeraX_MapFilter.egg-info
|
|---|
| 24122 | writing ChimeraX_MapFilter.egg-info\PKG-INFO
|
|---|
| 24123 | writing dependency_links to ChimeraX_MapFilter.egg-info\dependency_links.txt
|
|---|
| 24124 | writing requirements to ChimeraX_MapFilter.egg-info\requires.txt
|
|---|
| 24125 | writing top-level names to ChimeraX_MapFilter.egg-info\top_level.txt
|
|---|
| 24126 | writing manifest file 'ChimeraX_MapFilter.egg-info\SOURCES.txt'
|
|---|
| 24127 | reading manifest file 'ChimeraX_MapFilter.egg-info\SOURCES.txt'
|
|---|
| 24128 | writing manifest file 'ChimeraX_MapFilter.egg-info\SOURCES.txt'
|
|---|
| 24129 | Copying ChimeraX_MapFilter.egg-info to build\bdist.win-amd64\wheel\.\ChimeraX_MapFilter-2.0.1-py3.11.egg-info
|
|---|
| 24130 | running install_scripts
|
|---|
| 24131 | creating build\bdist.win-amd64\wheel\chimerax_mapfilter-2.0.1.dist-info\WHEEL
|
|---|
| 24132 | creating 'dist\chimerax_mapfilter-2.0.1-py3-none-any.whl' and adding 'build\bdist.win-amd64\wheel' to it
|
|---|
| 24133 | adding 'chimerax/map_filter/__init__.py'
|
|---|
| 24134 | adding 'chimerax/map_filter/bin.py'
|
|---|
| 24135 | adding 'chimerax/map_filter/boxes.py'
|
|---|
| 24136 | adding 'chimerax/map_filter/cover.py'
|
|---|
| 24137 | adding 'chimerax/map_filter/falloff.py'
|
|---|
| 24138 | adding 'chimerax/map_filter/filtergui.py'
|
|---|
| 24139 | adding 'chimerax/map_filter/flatten.py'
|
|---|
| 24140 | adding 'chimerax/map_filter/flip.py'
|
|---|
| 24141 | adding 'chimerax/map_filter/fourier.py'
|
|---|
| 24142 | adding 'chimerax/map_filter/gaussian.py'
|
|---|
| 24143 | adding 'chimerax/map_filter/laplace.py'
|
|---|
| 24144 | adding 'chimerax/map_filter/localcorr.py'
|
|---|
| 24145 | adding 'chimerax/map_filter/median.py'
|
|---|
| 24146 | adding 'chimerax/map_filter/morph.py'
|
|---|
| 24147 | adding 'chimerax/map_filter/morph_gui.py'
|
|---|
| 24148 | adding 'chimerax/map_filter/permute.py'
|
|---|
| 24149 | adding 'chimerax/map_filter/ridges.py'
|
|---|
| 24150 | adding 'chimerax/map_filter/scale.py'
|
|---|
| 24151 | adding 'chimerax/map_filter/stack.py'
|
|---|
| 24152 | adding 'chimerax/map_filter/threshold.py'
|
|---|
| 24153 | adding 'chimerax/map_filter/tile.py'
|
|---|
| 24154 | adding 'chimerax/map_filter/unbend.py'
|
|---|
| 24155 | adding 'chimerax/map_filter/unroll.py'
|
|---|
| 24156 | adding 'chimerax/map_filter/vopcommand.py'
|
|---|
| 24157 | adding 'chimerax/map_filter/zone.py'
|
|---|
| 24158 | adding 'chimerax_mapfilter-2.0.1.dist-info/METADATA'
|
|---|
| 24159 | adding 'chimerax_mapfilter-2.0.1.dist-info/WHEEL'
|
|---|
| 24160 | adding 'chimerax_mapfilter-2.0.1.dist-info/top_level.txt'
|
|---|
| 24161 | adding 'chimerax_mapfilter-2.0.1.dist-info/RECORD'
|
|---|
| 24162 | removing build\bdist.win-amd64\wheel
|
|---|
| 24163 | Distribution is in .\dist\ChimeraX_MapFilter-2.0.1-py3-none-any.whl
|
|---|
| 24164 | INFO:
|
|---|
| 24165 |
|
|---|
| 24166 | make sync
|
|---|
| 24167 | make[6]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/map_filter'
|
|---|
| 24168 | cp -av dist/*.whl ../../../build/sync
|
|---|
| 24169 | 'dist/chimerax_mapfilter-2.0.1-py3-none-any.whl' -> '../../../build/sync/chimerax_mapfilter-2.0.1-py3-none-any.whl'
|
|---|
| 24170 | make[6]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/map_filter'
|
|---|
| 24171 | make[5]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/map_filter'
|
|---|
| 24172 | make -C map_fit build
|
|---|
| 24173 | make[5]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/map_fit'
|
|---|
| 24174 | if [ -z "../../../ChimeraX.app/bin/python.exe" ]; then \
|
|---|
| 24175 | echo "missing ChimeraX application's python"; exit 1; \
|
|---|
| 24176 | else \
|
|---|
| 24177 | PYTHONNOUSERSITE=1 ../../../ChimeraX.app/bin/python.exe -I -m chimerax.core --nogui --exit --safemode --cmd "devel build . exit true "; \
|
|---|
| 24178 | fi
|
|---|
| 24179 | INFO:
|
|---|
| 24180 | Executing: devel build . exit true
|
|---|
| 24181 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\setuptools\dist.py:759: SetuptoolsDeprecationWarning: License classifiers are deprecated.
|
|---|
| 24182 | !!
|
|---|
| 24183 |
|
|---|
| 24184 | ********************************************************************************
|
|---|
| 24185 | Please consider removing the following classifiers in favor of a SPDX license expression:
|
|---|
| 24186 |
|
|---|
| 24187 | License :: Free for non-commercial use
|
|---|
| 24188 |
|
|---|
| 24189 | See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details.
|
|---|
| 24190 | ********************************************************************************
|
|---|
| 24191 |
|
|---|
| 24192 | !!
|
|---|
| 24193 | self._finalize_license_expression()
|
|---|
| 24194 | running build
|
|---|
| 24195 | running build_py
|
|---|
| 24196 | creating build\lib\chimerax\map_fit
|
|---|
| 24197 | copying src\fitcmd.py -> build\lib\chimerax\map_fit
|
|---|
| 24198 | copying src\fitgui.py -> build\lib\chimerax\map_fit
|
|---|
| 24199 | copying src\fitlist.py -> build\lib\chimerax\map_fit
|
|---|
| 24200 | copying src\fitmap.py -> build\lib\chimerax\map_fit
|
|---|
| 24201 | copying src\move.py -> build\lib\chimerax\map_fit
|
|---|
| 24202 | copying src\search.py -> build\lib\chimerax\map_fit
|
|---|
| 24203 | copying src\sequence.py -> build\lib\chimerax\map_fit
|
|---|
| 24204 | copying src\session.py -> build\lib\chimerax\map_fit
|
|---|
| 24205 | copying src\__init__.py -> build\lib\chimerax\map_fit
|
|---|
| 24206 | running bdist_wheel
|
|---|
| 24207 | installing to build\bdist.win-amd64\wheel
|
|---|
| 24208 | running install
|
|---|
| 24209 | running install_lib
|
|---|
| 24210 | creating build\bdist.win-amd64\wheel
|
|---|
| 24211 | creating build\bdist.win-amd64\wheel\chimerax
|
|---|
| 24212 | creating build\bdist.win-amd64\wheel\chimerax\map_fit
|
|---|
| 24213 | copying build\lib\chimerax\map_fit\fitcmd.py -> build\bdist.win-amd64\wheel\.\chimerax\map_fit
|
|---|
| 24214 | copying build\lib\chimerax\map_fit\fitgui.py -> build\bdist.win-amd64\wheel\.\chimerax\map_fit
|
|---|
| 24215 | copying build\lib\chimerax\map_fit\fitlist.py -> build\bdist.win-amd64\wheel\.\chimerax\map_fit
|
|---|
| 24216 | copying build\lib\chimerax\map_fit\fitmap.py -> build\bdist.win-amd64\wheel\.\chimerax\map_fit
|
|---|
| 24217 | copying build\lib\chimerax\map_fit\move.py -> build\bdist.win-amd64\wheel\.\chimerax\map_fit
|
|---|
| 24218 | copying build\lib\chimerax\map_fit\search.py -> build\bdist.win-amd64\wheel\.\chimerax\map_fit
|
|---|
| 24219 | copying build\lib\chimerax\map_fit\sequence.py -> build\bdist.win-amd64\wheel\.\chimerax\map_fit
|
|---|
| 24220 | copying build\lib\chimerax\map_fit\session.py -> build\bdist.win-amd64\wheel\.\chimerax\map_fit
|
|---|
| 24221 | copying build\lib\chimerax\map_fit\__init__.py -> build\bdist.win-amd64\wheel\.\chimerax\map_fit
|
|---|
| 24222 | running install_egg_info
|
|---|
| 24223 | running egg_info
|
|---|
| 24224 | creating ChimeraX_MapFit.egg-info
|
|---|
| 24225 | writing ChimeraX_MapFit.egg-info\PKG-INFO
|
|---|
| 24226 | writing dependency_links to ChimeraX_MapFit.egg-info\dependency_links.txt
|
|---|
| 24227 | writing requirements to ChimeraX_MapFit.egg-info\requires.txt
|
|---|
| 24228 | writing top-level names to ChimeraX_MapFit.egg-info\top_level.txt
|
|---|
| 24229 | writing manifest file 'ChimeraX_MapFit.egg-info\SOURCES.txt'
|
|---|
| 24230 | reading manifest file 'ChimeraX_MapFit.egg-info\SOURCES.txt'
|
|---|
| 24231 | writing manifest file 'ChimeraX_MapFit.egg-info\SOURCES.txt'
|
|---|
| 24232 | Copying ChimeraX_MapFit.egg-info to build\bdist.win-amd64\wheel\.\ChimeraX_MapFit-2.0-py3.11.egg-info
|
|---|
| 24233 | running install_scripts
|
|---|
| 24234 | creating build\bdist.win-amd64\wheel\chimerax_mapfit-2.0.dist-info\WHEEL
|
|---|
| 24235 | creating 'dist\chimerax_mapfit-2.0-py3-none-any.whl' and adding 'build\bdist.win-amd64\wheel' to it
|
|---|
| 24236 | adding 'chimerax/map_fit/__init__.py'
|
|---|
| 24237 | adding 'chimerax/map_fit/fitcmd.py'
|
|---|
| 24238 | adding 'chimerax/map_fit/fitgui.py'
|
|---|
| 24239 | adding 'chimerax/map_fit/fitlist.py'
|
|---|
| 24240 | adding 'chimerax/map_fit/fitmap.py'
|
|---|
| 24241 | adding 'chimerax/map_fit/move.py'
|
|---|
| 24242 | adding 'chimerax/map_fit/search.py'
|
|---|
| 24243 | adding 'chimerax/map_fit/sequence.py'
|
|---|
| 24244 | adding 'chimerax/map_fit/session.py'
|
|---|
| 24245 | adding 'chimerax_mapfit-2.0.dist-info/METADATA'
|
|---|
| 24246 | adding 'chimerax_mapfit-2.0.dist-info/WHEEL'
|
|---|
| 24247 | adding 'chimerax_mapfit-2.0.dist-info/top_level.txt'
|
|---|
| 24248 | adding 'chimerax_mapfit-2.0.dist-info/RECORD'
|
|---|
| 24249 | removing build\bdist.win-amd64\wheel
|
|---|
| 24250 | Distribution is in .\dist\ChimeraX_MapFit-2.0-py3-none-any.whl
|
|---|
| 24251 | INFO:
|
|---|
| 24252 |
|
|---|
| 24253 | make sync
|
|---|
| 24254 | make[6]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/map_fit'
|
|---|
| 24255 | cp -av dist/*.whl ../../../build/sync
|
|---|
| 24256 | 'dist/chimerax_mapfit-2.0-py3-none-any.whl' -> '../../../build/sync/chimerax_mapfit-2.0-py3-none-any.whl'
|
|---|
| 24257 | make[6]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/map_fit'
|
|---|
| 24258 | make[5]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/map_fit'
|
|---|
| 24259 | make -C map_series build
|
|---|
| 24260 | make[5]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/map_series'
|
|---|
| 24261 | if [ -z "../../../ChimeraX.app/bin/python.exe" ]; then \
|
|---|
| 24262 | echo "missing ChimeraX application's python"; exit 1; \
|
|---|
| 24263 | else \
|
|---|
| 24264 | PYTHONNOUSERSITE=1 ../../../ChimeraX.app/bin/python.exe -I -m chimerax.core --nogui --exit --safemode --cmd "devel build . exit true "; \
|
|---|
| 24265 | fi
|
|---|
| 24266 | INFO:
|
|---|
| 24267 | Executing: devel build . exit true
|
|---|
| 24268 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\setuptools\dist.py:759: SetuptoolsDeprecationWarning: License classifiers are deprecated.
|
|---|
| 24269 | !!
|
|---|
| 24270 |
|
|---|
| 24271 | ********************************************************************************
|
|---|
| 24272 | Please consider removing the following classifiers in favor of a SPDX license expression:
|
|---|
| 24273 |
|
|---|
| 24274 | License :: Free for non-commercial use
|
|---|
| 24275 |
|
|---|
| 24276 | See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details.
|
|---|
| 24277 | ********************************************************************************
|
|---|
| 24278 |
|
|---|
| 24279 | !!
|
|---|
| 24280 | self._finalize_license_expression()
|
|---|
| 24281 | running build
|
|---|
| 24282 | running build_py
|
|---|
| 24283 | creating build\lib\chimerax\map_series
|
|---|
| 24284 | copying src\align.py -> build\lib\chimerax\map_series
|
|---|
| 24285 | copying src\measure_motion.py -> build\lib\chimerax\map_series
|
|---|
| 24286 | copying src\play.py -> build\lib\chimerax\map_series
|
|---|
| 24287 | copying src\series.py -> build\lib\chimerax\map_series
|
|---|
| 24288 | copying src\session.py -> build\lib\chimerax\map_series
|
|---|
| 24289 | copying src\slider.py -> build\lib\chimerax\map_series
|
|---|
| 24290 | copying src\vseries_command.py -> build\lib\chimerax\map_series
|
|---|
| 24291 | copying src\__init__.py -> build\lib\chimerax\map_series
|
|---|
| 24292 | copying src\vseries.png -> build\lib\chimerax\map_series
|
|---|
| 24293 | running bdist_wheel
|
|---|
| 24294 | installing to build\bdist.win-amd64\wheel
|
|---|
| 24295 | running install
|
|---|
| 24296 | running install_lib
|
|---|
| 24297 | creating build\bdist.win-amd64\wheel
|
|---|
| 24298 | creating build\bdist.win-amd64\wheel\chimerax
|
|---|
| 24299 | creating build\bdist.win-amd64\wheel\chimerax\map_series
|
|---|
| 24300 | copying build\lib\chimerax\map_series\align.py -> build\bdist.win-amd64\wheel\.\chimerax\map_series
|
|---|
| 24301 | copying build\lib\chimerax\map_series\measure_motion.py -> build\bdist.win-amd64\wheel\.\chimerax\map_series
|
|---|
| 24302 | copying build\lib\chimerax\map_series\play.py -> build\bdist.win-amd64\wheel\.\chimerax\map_series
|
|---|
| 24303 | copying build\lib\chimerax\map_series\series.py -> build\bdist.win-amd64\wheel\.\chimerax\map_series
|
|---|
| 24304 | copying build\lib\chimerax\map_series\session.py -> build\bdist.win-amd64\wheel\.\chimerax\map_series
|
|---|
| 24305 | copying build\lib\chimerax\map_series\slider.py -> build\bdist.win-amd64\wheel\.\chimerax\map_series
|
|---|
| 24306 | copying build\lib\chimerax\map_series\vseries.png -> build\bdist.win-amd64\wheel\.\chimerax\map_series
|
|---|
| 24307 | copying build\lib\chimerax\map_series\vseries_command.py -> build\bdist.win-amd64\wheel\.\chimerax\map_series
|
|---|
| 24308 | copying build\lib\chimerax\map_series\__init__.py -> build\bdist.win-amd64\wheel\.\chimerax\map_series
|
|---|
| 24309 | running install_egg_info
|
|---|
| 24310 | running egg_info
|
|---|
| 24311 | creating ChimeraX_MapSeries.egg-info
|
|---|
| 24312 | writing ChimeraX_MapSeries.egg-info\PKG-INFO
|
|---|
| 24313 | writing dependency_links to ChimeraX_MapSeries.egg-info\dependency_links.txt
|
|---|
| 24314 | writing requirements to ChimeraX_MapSeries.egg-info\requires.txt
|
|---|
| 24315 | writing top-level names to ChimeraX_MapSeries.egg-info\top_level.txt
|
|---|
| 24316 | writing manifest file 'ChimeraX_MapSeries.egg-info\SOURCES.txt'
|
|---|
| 24317 | reading manifest file 'ChimeraX_MapSeries.egg-info\SOURCES.txt'
|
|---|
| 24318 | writing manifest file 'ChimeraX_MapSeries.egg-info\SOURCES.txt'
|
|---|
| 24319 | Copying ChimeraX_MapSeries.egg-info to build\bdist.win-amd64\wheel\.\ChimeraX_MapSeries-2.1.1-py3.11.egg-info
|
|---|
| 24320 | running install_scripts
|
|---|
| 24321 | creating build\bdist.win-amd64\wheel\chimerax_mapseries-2.1.1.dist-info\WHEEL
|
|---|
| 24322 | creating 'dist\chimerax_mapseries-2.1.1-py3-none-any.whl' and adding 'build\bdist.win-amd64\wheel' to it
|
|---|
| 24323 | adding 'chimerax/map_series/__init__.py'
|
|---|
| 24324 | adding 'chimerax/map_series/align.py'
|
|---|
| 24325 | adding 'chimerax/map_series/measure_motion.py'
|
|---|
| 24326 | adding 'chimerax/map_series/play.py'
|
|---|
| 24327 | adding 'chimerax/map_series/series.py'
|
|---|
| 24328 | adding 'chimerax/map_series/session.py'
|
|---|
| 24329 | adding 'chimerax/map_series/slider.py'
|
|---|
| 24330 | adding 'chimerax/map_series/vseries.png'
|
|---|
| 24331 | adding 'chimerax/map_series/vseries_command.py'
|
|---|
| 24332 | adding 'chimerax_mapseries-2.1.1.dist-info/METADATA'
|
|---|
| 24333 | adding 'chimerax_mapseries-2.1.1.dist-info/WHEEL'
|
|---|
| 24334 | adding 'chimerax_mapseries-2.1.1.dist-info/top_level.txt'
|
|---|
| 24335 | adding 'chimerax_mapseries-2.1.1.dist-info/RECORD'
|
|---|
| 24336 | removing build\bdist.win-amd64\wheel
|
|---|
| 24337 | Distribution is in .\dist\ChimeraX_MapSeries-2.1.1-py3-none-any.whl
|
|---|
| 24338 | INFO:
|
|---|
| 24339 |
|
|---|
| 24340 | make sync
|
|---|
| 24341 | make[6]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/map_series'
|
|---|
| 24342 | cp -av dist/*.whl ../../../build/sync
|
|---|
| 24343 | 'dist/chimerax_mapseries-2.1.1-py3-none-any.whl' -> '../../../build/sync/chimerax_mapseries-2.1.1-py3-none-any.whl'
|
|---|
| 24344 | make[6]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/map_series'
|
|---|
| 24345 | make[5]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/map_series'
|
|---|
| 24346 | make -C markers build
|
|---|
| 24347 | make[5]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/markers'
|
|---|
| 24348 | if [ -z "../../../ChimeraX.app/bin/python.exe" ]; then \
|
|---|
| 24349 | echo "missing ChimeraX application's python"; exit 1; \
|
|---|
| 24350 | else \
|
|---|
| 24351 | PYTHONNOUSERSITE=1 ../../../ChimeraX.app/bin/python.exe -I -m chimerax.core --nogui --exit --safemode --cmd "devel build . exit true "; \
|
|---|
| 24352 | fi
|
|---|
| 24353 | INFO:
|
|---|
| 24354 | Executing: devel build . exit true
|
|---|
| 24355 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\setuptools\dist.py:759: SetuptoolsDeprecationWarning: License classifiers are deprecated.
|
|---|
| 24356 | !!
|
|---|
| 24357 |
|
|---|
| 24358 | ********************************************************************************
|
|---|
| 24359 | Please consider removing the following classifiers in favor of a SPDX license expression:
|
|---|
| 24360 |
|
|---|
| 24361 | License :: Free for non-commercial use
|
|---|
| 24362 |
|
|---|
| 24363 | See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details.
|
|---|
| 24364 | ********************************************************************************
|
|---|
| 24365 |
|
|---|
| 24366 | !!
|
|---|
| 24367 | self._finalize_license_expression()
|
|---|
| 24368 | running build
|
|---|
| 24369 | running build_py
|
|---|
| 24370 | creating build\lib\chimerax\markers
|
|---|
| 24371 | copying src\cmd.py -> build\lib\chimerax\markers
|
|---|
| 24372 | copying src\cmmfiles.py -> build\lib\chimerax\markers
|
|---|
| 24373 | copying src\markergui.py -> build\lib\chimerax\markers
|
|---|
| 24374 | copying src\markers.py -> build\lib\chimerax\markers
|
|---|
| 24375 | copying src\mouse.py -> build\lib\chimerax\markers
|
|---|
| 24376 | copying src\__init__.py -> build\lib\chimerax\markers
|
|---|
| 24377 | creating build\lib\chimerax\markers\icons
|
|---|
| 24378 | copying src\icons\ball.png -> build\lib\chimerax\markers\icons
|
|---|
| 24379 | copying src\icons\center.png -> build\lib\chimerax\markers\icons
|
|---|
| 24380 | copying src\icons\delete.png -> build\lib\chimerax\markers\icons
|
|---|
| 24381 | copying src\icons\link.png -> build\lib\chimerax\markers\icons
|
|---|
| 24382 | copying src\icons\marker.png -> build\lib\chimerax\markers\icons
|
|---|
| 24383 | copying src\icons\marker2.png -> build\lib\chimerax\markers\icons
|
|---|
| 24384 | copying src\icons\maximum.png -> build\lib\chimerax\markers\icons
|
|---|
| 24385 | copying src\icons\move.png -> build\lib\chimerax\markers\icons
|
|---|
| 24386 | copying src\icons\plane.png -> build\lib\chimerax\markers\icons
|
|---|
| 24387 | copying src\icons\point.png -> build\lib\chimerax\markers\icons
|
|---|
| 24388 | copying src\icons\resize.png -> build\lib\chimerax\markers\icons
|
|---|
| 24389 | copying src\icons\surface.png -> build\lib\chimerax\markers\icons
|
|---|
| 24390 | running bdist_wheel
|
|---|
| 24391 | installing to build\bdist.win-amd64\wheel
|
|---|
| 24392 | running install
|
|---|
| 24393 | running install_lib
|
|---|
| 24394 | creating build\bdist.win-amd64\wheel
|
|---|
| 24395 | creating build\bdist.win-amd64\wheel\chimerax
|
|---|
| 24396 | creating build\bdist.win-amd64\wheel\chimerax\markers
|
|---|
| 24397 | copying build\lib\chimerax\markers\cmd.py -> build\bdist.win-amd64\wheel\.\chimerax\markers
|
|---|
| 24398 | copying build\lib\chimerax\markers\cmmfiles.py -> build\bdist.win-amd64\wheel\.\chimerax\markers
|
|---|
| 24399 | creating build\bdist.win-amd64\wheel\chimerax\markers\icons
|
|---|
| 24400 | copying build\lib\chimerax\markers\icons\ball.png -> build\bdist.win-amd64\wheel\.\chimerax\markers\icons
|
|---|
| 24401 | copying build\lib\chimerax\markers\icons\center.png -> build\bdist.win-amd64\wheel\.\chimerax\markers\icons
|
|---|
| 24402 | copying build\lib\chimerax\markers\icons\delete.png -> build\bdist.win-amd64\wheel\.\chimerax\markers\icons
|
|---|
| 24403 | copying build\lib\chimerax\markers\icons\link.png -> build\bdist.win-amd64\wheel\.\chimerax\markers\icons
|
|---|
| 24404 | copying build\lib\chimerax\markers\icons\marker.png -> build\bdist.win-amd64\wheel\.\chimerax\markers\icons
|
|---|
| 24405 | copying build\lib\chimerax\markers\icons\marker2.png -> build\bdist.win-amd64\wheel\.\chimerax\markers\icons
|
|---|
| 24406 | copying build\lib\chimerax\markers\icons\maximum.png -> build\bdist.win-amd64\wheel\.\chimerax\markers\icons
|
|---|
| 24407 | copying build\lib\chimerax\markers\icons\move.png -> build\bdist.win-amd64\wheel\.\chimerax\markers\icons
|
|---|
| 24408 | copying build\lib\chimerax\markers\icons\plane.png -> build\bdist.win-amd64\wheel\.\chimerax\markers\icons
|
|---|
| 24409 | copying build\lib\chimerax\markers\icons\point.png -> build\bdist.win-amd64\wheel\.\chimerax\markers\icons
|
|---|
| 24410 | copying build\lib\chimerax\markers\icons\resize.png -> build\bdist.win-amd64\wheel\.\chimerax\markers\icons
|
|---|
| 24411 | copying build\lib\chimerax\markers\icons\surface.png -> build\bdist.win-amd64\wheel\.\chimerax\markers\icons
|
|---|
| 24412 | copying build\lib\chimerax\markers\markergui.py -> build\bdist.win-amd64\wheel\.\chimerax\markers
|
|---|
| 24413 | copying build\lib\chimerax\markers\markers.py -> build\bdist.win-amd64\wheel\.\chimerax\markers
|
|---|
| 24414 | copying build\lib\chimerax\markers\mouse.py -> build\bdist.win-amd64\wheel\.\chimerax\markers
|
|---|
| 24415 | copying build\lib\chimerax\markers\__init__.py -> build\bdist.win-amd64\wheel\.\chimerax\markers
|
|---|
| 24416 | running install_egg_info
|
|---|
| 24417 | running egg_info
|
|---|
| 24418 | creating ChimeraX_Markers.egg-info
|
|---|
| 24419 | writing ChimeraX_Markers.egg-info\PKG-INFO
|
|---|
| 24420 | writing dependency_links to ChimeraX_Markers.egg-info\dependency_links.txt
|
|---|
| 24421 | writing requirements to ChimeraX_Markers.egg-info\requires.txt
|
|---|
| 24422 | writing top-level names to ChimeraX_Markers.egg-info\top_level.txt
|
|---|
| 24423 | writing manifest file 'ChimeraX_Markers.egg-info\SOURCES.txt'
|
|---|
| 24424 | reading manifest file 'ChimeraX_Markers.egg-info\SOURCES.txt'
|
|---|
| 24425 | writing manifest file 'ChimeraX_Markers.egg-info\SOURCES.txt'
|
|---|
| 24426 | Copying ChimeraX_Markers.egg-info to build\bdist.win-amd64\wheel\.\ChimeraX_Markers-1.0.1-py3.11.egg-info
|
|---|
| 24427 | running install_scripts
|
|---|
| 24428 | creating build\bdist.win-amd64\wheel\chimerax_markers-1.0.1.dist-info\WHEEL
|
|---|
| 24429 | creating 'dist\chimerax_markers-1.0.1-py3-none-any.whl' and adding 'build\bdist.win-amd64\wheel' to it
|
|---|
| 24430 | adding 'chimerax/markers/__init__.py'
|
|---|
| 24431 | adding 'chimerax/markers/cmd.py'
|
|---|
| 24432 | adding 'chimerax/markers/cmmfiles.py'
|
|---|
| 24433 | adding 'chimerax/markers/markergui.py'
|
|---|
| 24434 | adding 'chimerax/markers/markers.py'
|
|---|
| 24435 | adding 'chimerax/markers/mouse.py'
|
|---|
| 24436 | adding 'chimerax/markers/icons/ball.png'
|
|---|
| 24437 | adding 'chimerax/markers/icons/center.png'
|
|---|
| 24438 | adding 'chimerax/markers/icons/delete.png'
|
|---|
| 24439 | adding 'chimerax/markers/icons/link.png'
|
|---|
| 24440 | adding 'chimerax/markers/icons/marker.png'
|
|---|
| 24441 | adding 'chimerax/markers/icons/marker2.png'
|
|---|
| 24442 | adding 'chimerax/markers/icons/maximum.png'
|
|---|
| 24443 | adding 'chimerax/markers/icons/move.png'
|
|---|
| 24444 | adding 'chimerax/markers/icons/plane.png'
|
|---|
| 24445 | adding 'chimerax/markers/icons/point.png'
|
|---|
| 24446 | adding 'chimerax/markers/icons/resize.png'
|
|---|
| 24447 | adding 'chimerax/markers/icons/surface.png'
|
|---|
| 24448 | adding 'chimerax_markers-1.0.1.dist-info/METADATA'
|
|---|
| 24449 | adding 'chimerax_markers-1.0.1.dist-info/WHEEL'
|
|---|
| 24450 | adding 'chimerax_markers-1.0.1.dist-info/top_level.txt'
|
|---|
| 24451 | adding 'chimerax_markers-1.0.1.dist-info/RECORD'
|
|---|
| 24452 | removing build\bdist.win-amd64\wheel
|
|---|
| 24453 | Distribution is in .\dist\ChimeraX_Markers-1.0.1-py3-none-any.whl
|
|---|
| 24454 | INFO:
|
|---|
| 24455 |
|
|---|
| 24456 | make sync
|
|---|
| 24457 | make[6]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/markers'
|
|---|
| 24458 | cp -av dist/*.whl ../../../build/sync
|
|---|
| 24459 | 'dist/chimerax_markers-1.0.1-py3-none-any.whl' -> '../../../build/sync/chimerax_markers-1.0.1-py3-none-any.whl'
|
|---|
| 24460 | make[6]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/markers'
|
|---|
| 24461 | make[5]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/markers'
|
|---|
| 24462 | make -C mask build
|
|---|
| 24463 | make[5]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/mask'
|
|---|
| 24464 | if [ -z "../../../ChimeraX.app/bin/python.exe" ]; then \
|
|---|
| 24465 | echo "missing ChimeraX application's python"; exit 1; \
|
|---|
| 24466 | else \
|
|---|
| 24467 | PYTHONNOUSERSITE=1 ../../../ChimeraX.app/bin/python.exe -I -m chimerax.core --nogui --exit --safemode --cmd "devel build . exit true "; \
|
|---|
| 24468 | fi
|
|---|
| 24469 | INFO:
|
|---|
| 24470 | Executing: devel build . exit true
|
|---|
| 24471 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\setuptools\dist.py:759: SetuptoolsDeprecationWarning: License classifiers are deprecated.
|
|---|
| 24472 | !!
|
|---|
| 24473 |
|
|---|
| 24474 | ********************************************************************************
|
|---|
| 24475 | Please consider removing the following classifiers in favor of a SPDX license expression:
|
|---|
| 24476 |
|
|---|
| 24477 | License :: Free for non-commercial use
|
|---|
| 24478 |
|
|---|
| 24479 | See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details.
|
|---|
| 24480 | ********************************************************************************
|
|---|
| 24481 |
|
|---|
| 24482 | !!
|
|---|
| 24483 | self._finalize_license_expression()
|
|---|
| 24484 | running build
|
|---|
| 24485 | running build_py
|
|---|
| 24486 | creating build\lib.win-amd64-cpython-311\chimerax\mask
|
|---|
| 24487 | copying src\depthmask.py -> build\lib.win-amd64-cpython-311\chimerax\mask
|
|---|
| 24488 | copying src\maskcommand.py -> build\lib.win-amd64-cpython-311\chimerax\mask
|
|---|
| 24489 | copying src\mask_cpp.py -> build\lib.win-amd64-cpython-311\chimerax\mask
|
|---|
| 24490 | copying src\__init__.py -> build\lib.win-amd64-cpython-311\chimerax\mask
|
|---|
| 24491 | running build_ext
|
|---|
| 24492 | building 'chimerax.mask._mask' extension
|
|---|
| 24493 | creating build\temp.win-amd64-cpython-311\Release\_mask
|
|---|
| 24494 | "C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\bin\HostX64\x64\cl.exe" /c /nologo /O2 /W3 /GL /DNDEBUG /MD -DMAJOR_VERSION=0 -DMINOR_VERSION=1 -IC:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\include -IC:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\core\include -IC:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\arrays\include -IC:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\include -IC:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Include "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\ucrt" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\shared" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\um" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\winrt" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\cppwinrt" "-Ic:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include" "-Ic:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\atlmfc\include" "-Ic:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\ucrt" "-Ic:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\shared" "-Ic:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\um" "-Ic:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\winrt" "-Ic:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\cppwinrt" /EHsc /Tp_mask/mask.cpp /Fobuild\temp.win-amd64-cpython-311\Release\_mask\mask.obj
|
|---|
| 24495 | mask.cpp
|
|---|
| 24496 | _mask/mask.cpp(57): warning C4244: 'initializing': conversion from 'int64_t' to 'int', possible loss of data
|
|---|
| 24497 | _mask/mask.cpp(94): warning C4244: 'argument': conversion from 'int64_t' to 'int', possible loss of data
|
|---|
| 24498 | _mask/mask.cpp(127): warning C4244: 'argument': conversion from 'int64_t' to 'int', possible loss of data
|
|---|
| 24499 | _mask/mask.cpp(135): warning C4244: 'initializing': conversion from 'int64_t' to 'int', possible loss of data
|
|---|
| 24500 | _mask/mask.cpp(184): warning C4244: 'initializing': conversion from 'int64_t' to 'int', possible loss of data
|
|---|
| 24501 | _mask/mask.cpp(184): warning C4244: 'initializing': conversion from 'int64_t' to 'int', possible loss of data
|
|---|
| 24502 | _mask/mask.cpp(209): warning C4244: 'initializing': conversion from 'int64_t' to 'int', possible loss of data
|
|---|
| 24503 | _mask/mask.cpp(265): note: see reference to function template instantiation 'void fill_slab<char>(const FArray &,const FArray &,float [][4],Reference_Counted_Array::Array<char>,float)' being compiled
|
|---|
| 24504 | _mask/mask.cpp(209): warning C4244: 'initializing': conversion from 'int64_t' to 'int', possible loss of data
|
|---|
| 24505 | _mask/mask.cpp(209): warning C4244: 'initializing': conversion from 'int64_t' to 'int', possible loss of data
|
|---|
| 24506 | _mask/mask.cpp(210): warning C4244: 'initializing': conversion from 'int64_t' to 'int', possible loss of data
|
|---|
| 24507 | _mask/mask.cpp(210): warning C4244: 'initializing': conversion from 'int64_t' to 'int', possible loss of data
|
|---|
| 24508 | _mask/mask.cpp(211): warning C4244: 'initializing': conversion from 'int64_t' to 'int', possible loss of data
|
|---|
| 24509 | _mask/mask.cpp(211): warning C4244: 'initializing': conversion from 'int64_t' to 'int', possible loss of data
|
|---|
| 24510 | _mask/mask.cpp(212): warning C4244: 'initializing': conversion from 'int64_t' to 'int', possible loss of data
|
|---|
| 24511 | _mask/mask.cpp(212): warning C4244: 'initializing': conversion from 'int64_t' to 'int', possible loss of data
|
|---|
| 24512 | _mask/mask.cpp(275): warning C4244: 'initializing': conversion from 'int64_t' to 'int', possible loss of data
|
|---|
| 24513 | _mask/mask.cpp(317): note: see reference to function template instantiation 'void pad_mask<char>(Reference_Counted_Array::Array<char>,int)' being compiled
|
|---|
| 24514 | _mask/mask.cpp(275): warning C4244: 'initializing': conversion from 'int64_t' to 'int', possible loss of data
|
|---|
| 24515 | _mask/mask.cpp(275): warning C4244: 'initializing': conversion from 'int64_t' to 'int', possible loss of data
|
|---|
| 24516 | _mask/mask.cpp(276): warning C4244: 'initializing': conversion from 'int64_t' to 'int', possible loss of data
|
|---|
| 24517 | _mask/mask.cpp(276): warning C4244: 'initializing': conversion from 'int64_t' to 'int', possible loss of data
|
|---|
| 24518 | _mask/mask.cpp(276): warning C4244: 'initializing': conversion from 'int64_t' to 'int', possible loss of data
|
|---|
| 24519 | "C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\bin\HostX64\x64\link.exe" /nologo /INCREMENTAL:NO /LTCG /DLL /MANIFEST:EMBED,ID=2 /MANIFESTUAC:NO /LIBPATH:C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\lib /LIBPATH:C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\core\lib /LIBPATH:C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\arrays\lib /LIBPATH:C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\libs /LIBPATH:C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin /LIBPATH:C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\PCbuild\amd64 "/LIBPATH:C:\Program Files (x86)\Windows Kits\10\lib\10.0.19041.0\ucrt\x64" "/LIBPATH:C:\Program Files (x86)\Windows Kits\10\lib\10.0.19041.0\um\x64" "/LIBPATH:c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\lib\\x64" "/LIBPATH:c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\atlmfc\lib\\x64" "/LIBPATH:c:\Program Files (x86)\Windows Kits\10\lib\10.0.19041.0\ucrt\x64" "/LIBPATH:c:\Program Files (x86)\Windows Kits\10\lib\10.0.19041.0\um\x64" libarrays.lib /EXPORT:PyInit__mask build\temp.win-amd64-cpython-311\Release\_mask\mask.obj /OUT:build\lib.win-amd64-cpython-311\chimerax\mask\_mask.cp311-win_amd64.pyd /IMPLIB:build\temp.win-amd64-cpython-311\Release\_mask\_mask.cp311-win_amd64.lib
|
|---|
| 24520 | Creating library build\temp.win-amd64-cpython-311\Release\_mask\_mask.cp311-win_amd64.lib and object build\temp.win-amd64-cpython-311\Release\_mask\_mask.cp311-win_amd64.exp
|
|---|
| 24521 | Generating code
|
|---|
| 24522 | Finished generating code
|
|---|
| 24523 | running bdist_wheel
|
|---|
| 24524 | installing to build\bdist.win-amd64\wheel
|
|---|
| 24525 | running install
|
|---|
| 24526 | running install_lib
|
|---|
| 24527 | running build_ext
|
|---|
| 24528 | creating build\bdist.win-amd64\wheel
|
|---|
| 24529 | creating build\bdist.win-amd64\wheel\chimerax
|
|---|
| 24530 | creating build\bdist.win-amd64\wheel\chimerax\mask
|
|---|
| 24531 | copying build\lib.win-amd64-cpython-311\chimerax\mask\depthmask.py -> build\bdist.win-amd64\wheel\.\chimerax\mask
|
|---|
| 24532 | copying build\lib.win-amd64-cpython-311\chimerax\mask\maskcommand.py -> build\bdist.win-amd64\wheel\.\chimerax\mask
|
|---|
| 24533 | copying build\lib.win-amd64-cpython-311\chimerax\mask\mask_cpp.py -> build\bdist.win-amd64\wheel\.\chimerax\mask
|
|---|
| 24534 | copying build\lib.win-amd64-cpython-311\chimerax\mask\_mask.cp311-win_amd64.pyd -> build\bdist.win-amd64\wheel\.\chimerax\mask
|
|---|
| 24535 | copying build\lib.win-amd64-cpython-311\chimerax\mask\__init__.py -> build\bdist.win-amd64\wheel\.\chimerax\mask
|
|---|
| 24536 | running install_egg_info
|
|---|
| 24537 | running egg_info
|
|---|
| 24538 | creating ChimeraX_Mask.egg-info
|
|---|
| 24539 | writing ChimeraX_Mask.egg-info\PKG-INFO
|
|---|
| 24540 | writing dependency_links to ChimeraX_Mask.egg-info\dependency_links.txt
|
|---|
| 24541 | writing requirements to ChimeraX_Mask.egg-info\requires.txt
|
|---|
| 24542 | writing top-level names to ChimeraX_Mask.egg-info\top_level.txt
|
|---|
| 24543 | writing manifest file 'ChimeraX_Mask.egg-info\SOURCES.txt'
|
|---|
| 24544 | reading manifest file 'ChimeraX_Mask.egg-info\SOURCES.txt'
|
|---|
| 24545 | writing manifest file 'ChimeraX_Mask.egg-info\SOURCES.txt'
|
|---|
| 24546 | Copying ChimeraX_Mask.egg-info to build\bdist.win-amd64\wheel\.\ChimeraX_Mask-1.0.2-py3.11.egg-info
|
|---|
| 24547 | running install_scripts
|
|---|
| 24548 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\setuptools\command\bdist_wheel.py:103: RuntimeWarning: Config variable 'Py_DEBUG' is unset, Python ABI tag may be incorrect
|
|---|
| 24549 | if get_flag("Py_DEBUG", hasattr(sys, "gettotalrefcount"), warn=(impl == "cp")):
|
|---|
| 24550 | creating build\bdist.win-amd64\wheel\chimerax_mask-1.0.2.dist-info\WHEEL
|
|---|
| 24551 | creating 'dist\chimerax_mask-1.0.2-cp311-cp311-win_amd64.whl' and adding 'build\bdist.win-amd64\wheel' to it
|
|---|
| 24552 | adding 'chimerax/mask/__init__.py'
|
|---|
| 24553 | adding 'chimerax/mask/_mask.cp311-win_amd64.pyd'
|
|---|
| 24554 | adding 'chimerax/mask/depthmask.py'
|
|---|
| 24555 | adding 'chimerax/mask/mask_cpp.py'
|
|---|
| 24556 | adding 'chimerax/mask/maskcommand.py'
|
|---|
| 24557 | adding 'chimerax_mask-1.0.2.dist-info/METADATA'
|
|---|
| 24558 | adding 'chimerax_mask-1.0.2.dist-info/WHEEL'
|
|---|
| 24559 | adding 'chimerax_mask-1.0.2.dist-info/top_level.txt'
|
|---|
| 24560 | adding 'chimerax_mask-1.0.2.dist-info/RECORD'
|
|---|
| 24561 | removing build\bdist.win-amd64\wheel
|
|---|
| 24562 | Distribution is in .\dist\ChimeraX_Mask-1.0.2-cp311-cp311-win_amd64.whl
|
|---|
| 24563 | INFO:
|
|---|
| 24564 |
|
|---|
| 24565 | make sync
|
|---|
| 24566 | make[6]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/mask'
|
|---|
| 24567 | cp -av dist/*.whl ../../../build/sync
|
|---|
| 24568 | 'dist/chimerax_mask-1.0.2-cp311-cp311-win_amd64.whl' -> '../../../build/sync/chimerax_mask-1.0.2-cp311-cp311-win_amd64.whl'
|
|---|
| 24569 | make[6]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/mask'
|
|---|
| 24570 | make[5]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/mask'
|
|---|
| 24571 | make -C match_maker build
|
|---|
| 24572 | make[5]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/match_maker'
|
|---|
| 24573 | if [ -z "../../../ChimeraX.app/bin/python.exe" ]; then \
|
|---|
| 24574 | echo "missing ChimeraX application's python"; exit 1; \
|
|---|
| 24575 | else \
|
|---|
| 24576 | PYTHONNOUSERSITE=1 ../../../ChimeraX.app/bin/python.exe -I -m chimerax.core --nogui --exit --safemode --cmd "devel build . exit true "; \
|
|---|
| 24577 | fi
|
|---|
| 24578 | INFO:
|
|---|
| 24579 | Executing: devel build . exit true
|
|---|
| 24580 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\setuptools\dist.py:759: SetuptoolsDeprecationWarning: License classifiers are deprecated.
|
|---|
| 24581 | !!
|
|---|
| 24582 |
|
|---|
| 24583 | ********************************************************************************
|
|---|
| 24584 | Please consider removing the following classifiers in favor of a SPDX license expression:
|
|---|
| 24585 |
|
|---|
| 24586 | License :: Free for non-commercial use
|
|---|
| 24587 |
|
|---|
| 24588 | See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details.
|
|---|
| 24589 | ********************************************************************************
|
|---|
| 24590 |
|
|---|
| 24591 | !!
|
|---|
| 24592 | self._finalize_license_expression()
|
|---|
| 24593 | running build
|
|---|
| 24594 | running build_py
|
|---|
| 24595 | creating build\lib\chimerax\match_maker
|
|---|
| 24596 | copying src\match.py -> build\lib\chimerax\match_maker
|
|---|
| 24597 | copying src\settings.py -> build\lib\chimerax\match_maker
|
|---|
| 24598 | copying src\tool.py -> build\lib\chimerax\match_maker
|
|---|
| 24599 | copying src\__init__.py -> build\lib\chimerax\match_maker
|
|---|
| 24600 | running bdist_wheel
|
|---|
| 24601 | installing to build\bdist.win-amd64\wheel
|
|---|
| 24602 | running install
|
|---|
| 24603 | running install_lib
|
|---|
| 24604 | creating build\bdist.win-amd64\wheel
|
|---|
| 24605 | creating build\bdist.win-amd64\wheel\chimerax
|
|---|
| 24606 | creating build\bdist.win-amd64\wheel\chimerax\match_maker
|
|---|
| 24607 | copying build\lib\chimerax\match_maker\match.py -> build\bdist.win-amd64\wheel\.\chimerax\match_maker
|
|---|
| 24608 | copying build\lib\chimerax\match_maker\settings.py -> build\bdist.win-amd64\wheel\.\chimerax\match_maker
|
|---|
| 24609 | copying build\lib\chimerax\match_maker\tool.py -> build\bdist.win-amd64\wheel\.\chimerax\match_maker
|
|---|
| 24610 | copying build\lib\chimerax\match_maker\__init__.py -> build\bdist.win-amd64\wheel\.\chimerax\match_maker
|
|---|
| 24611 | running install_egg_info
|
|---|
| 24612 | running egg_info
|
|---|
| 24613 | creating ChimeraX_MatchMaker.egg-info
|
|---|
| 24614 | writing ChimeraX_MatchMaker.egg-info\PKG-INFO
|
|---|
| 24615 | writing dependency_links to ChimeraX_MatchMaker.egg-info\dependency_links.txt
|
|---|
| 24616 | writing requirements to ChimeraX_MatchMaker.egg-info\requires.txt
|
|---|
| 24617 | writing top-level names to ChimeraX_MatchMaker.egg-info\top_level.txt
|
|---|
| 24618 | writing manifest file 'ChimeraX_MatchMaker.egg-info\SOURCES.txt'
|
|---|
| 24619 | reading manifest file 'ChimeraX_MatchMaker.egg-info\SOURCES.txt'
|
|---|
| 24620 | writing manifest file 'ChimeraX_MatchMaker.egg-info\SOURCES.txt'
|
|---|
| 24621 | Copying ChimeraX_MatchMaker.egg-info to build\bdist.win-amd64\wheel\.\ChimeraX_MatchMaker-2.2.2-py3.11.egg-info
|
|---|
| 24622 | running install_scripts
|
|---|
| 24623 | creating build\bdist.win-amd64\wheel\chimerax_matchmaker-2.2.2.dist-info\WHEEL
|
|---|
| 24624 | creating 'dist\chimerax_matchmaker-2.2.2-py3-none-any.whl' and adding 'build\bdist.win-amd64\wheel' to it
|
|---|
| 24625 | adding 'chimerax/match_maker/__init__.py'
|
|---|
| 24626 | adding 'chimerax/match_maker/match.py'
|
|---|
| 24627 | adding 'chimerax/match_maker/settings.py'
|
|---|
| 24628 | adding 'chimerax/match_maker/tool.py'
|
|---|
| 24629 | adding 'chimerax_matchmaker-2.2.2.dist-info/METADATA'
|
|---|
| 24630 | adding 'chimerax_matchmaker-2.2.2.dist-info/WHEEL'
|
|---|
| 24631 | adding 'chimerax_matchmaker-2.2.2.dist-info/top_level.txt'
|
|---|
| 24632 | adding 'chimerax_matchmaker-2.2.2.dist-info/RECORD'
|
|---|
| 24633 | removing build\bdist.win-amd64\wheel
|
|---|
| 24634 | Distribution is in .\dist\ChimeraX_MatchMaker-2.2.2-py3-none-any.whl
|
|---|
| 24635 | INFO:
|
|---|
| 24636 |
|
|---|
| 24637 | make sync
|
|---|
| 24638 | make[6]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/match_maker'
|
|---|
| 24639 | cp -av dist/*.whl ../../../build/sync
|
|---|
| 24640 | 'dist/chimerax_matchmaker-2.2.2-py3-none-any.whl' -> '../../../build/sync/chimerax_matchmaker-2.2.2-py3-none-any.whl'
|
|---|
| 24641 | make[6]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/match_maker'
|
|---|
| 24642 | make[5]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/match_maker'
|
|---|
| 24643 | make -C mcopy build
|
|---|
| 24644 | make[5]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/mcopy'
|
|---|
| 24645 | if [ -z "../../../ChimeraX.app/bin/python.exe" ]; then \
|
|---|
| 24646 | echo "missing ChimeraX application's python"; exit 1; \
|
|---|
| 24647 | else \
|
|---|
| 24648 | PYTHONNOUSERSITE=1 ../../../ChimeraX.app/bin/python.exe -I -m chimerax.core --nogui --exit --safemode --cmd "devel build . exit true "; \
|
|---|
| 24649 | fi
|
|---|
| 24650 | INFO:
|
|---|
| 24651 | Executing: devel build . exit true
|
|---|
| 24652 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\setuptools\dist.py:759: SetuptoolsDeprecationWarning: License classifiers are deprecated.
|
|---|
| 24653 | !!
|
|---|
| 24654 |
|
|---|
| 24655 | ********************************************************************************
|
|---|
| 24656 | Please consider removing the following classifiers in favor of a SPDX license expression:
|
|---|
| 24657 |
|
|---|
| 24658 | License :: Free for non-commercial use
|
|---|
| 24659 |
|
|---|
| 24660 | See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details.
|
|---|
| 24661 | ********************************************************************************
|
|---|
| 24662 |
|
|---|
| 24663 | !!
|
|---|
| 24664 | self._finalize_license_expression()
|
|---|
| 24665 | running build
|
|---|
| 24666 | running build_py
|
|---|
| 24667 | creating build\lib\chimerax\mcopy
|
|---|
| 24668 | copying src\mcopy.py -> build\lib\chimerax\mcopy
|
|---|
| 24669 | copying src\__init__.py -> build\lib\chimerax\mcopy
|
|---|
| 24670 | running bdist_wheel
|
|---|
| 24671 | installing to build\bdist.win-amd64\wheel
|
|---|
| 24672 | running install
|
|---|
| 24673 | running install_lib
|
|---|
| 24674 | creating build\bdist.win-amd64\wheel
|
|---|
| 24675 | creating build\bdist.win-amd64\wheel\chimerax
|
|---|
| 24676 | creating build\bdist.win-amd64\wheel\chimerax\mcopy
|
|---|
| 24677 | copying build\lib\chimerax\mcopy\mcopy.py -> build\bdist.win-amd64\wheel\.\chimerax\mcopy
|
|---|
| 24678 | copying build\lib\chimerax\mcopy\__init__.py -> build\bdist.win-amd64\wheel\.\chimerax\mcopy
|
|---|
| 24679 | running install_egg_info
|
|---|
| 24680 | running egg_info
|
|---|
| 24681 | creating ChimeraX_MCopy.egg-info
|
|---|
| 24682 | writing ChimeraX_MCopy.egg-info\PKG-INFO
|
|---|
| 24683 | writing dependency_links to ChimeraX_MCopy.egg-info\dependency_links.txt
|
|---|
| 24684 | writing requirements to ChimeraX_MCopy.egg-info\requires.txt
|
|---|
| 24685 | writing top-level names to ChimeraX_MCopy.egg-info\top_level.txt
|
|---|
| 24686 | writing manifest file 'ChimeraX_MCopy.egg-info\SOURCES.txt'
|
|---|
| 24687 | reading manifest file 'ChimeraX_MCopy.egg-info\SOURCES.txt'
|
|---|
| 24688 | writing manifest file 'ChimeraX_MCopy.egg-info\SOURCES.txt'
|
|---|
| 24689 | Copying ChimeraX_MCopy.egg-info to build\bdist.win-amd64\wheel\.\ChimeraX_MCopy-1.0-py3.11.egg-info
|
|---|
| 24690 | running install_scripts
|
|---|
| 24691 | creating build\bdist.win-amd64\wheel\chimerax_mcopy-1.0.dist-info\WHEEL
|
|---|
| 24692 | creating 'dist\chimerax_mcopy-1.0-py3-none-any.whl' and adding 'build\bdist.win-amd64\wheel' to it
|
|---|
| 24693 | adding 'chimerax/mcopy/__init__.py'
|
|---|
| 24694 | adding 'chimerax/mcopy/mcopy.py'
|
|---|
| 24695 | adding 'chimerax_mcopy-1.0.dist-info/METADATA'
|
|---|
| 24696 | adding 'chimerax_mcopy-1.0.dist-info/WHEEL'
|
|---|
| 24697 | adding 'chimerax_mcopy-1.0.dist-info/top_level.txt'
|
|---|
| 24698 | adding 'chimerax_mcopy-1.0.dist-info/RECORD'
|
|---|
| 24699 | removing build\bdist.win-amd64\wheel
|
|---|
| 24700 | Distribution is in .\dist\ChimeraX_MCopy-1.0-py3-none-any.whl
|
|---|
| 24701 | INFO:
|
|---|
| 24702 |
|
|---|
| 24703 | make sync
|
|---|
| 24704 | make[6]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/mcopy'
|
|---|
| 24705 | cp -av dist/*.whl ../../../build/sync
|
|---|
| 24706 | 'dist/chimerax_mcopy-1.0-py3-none-any.whl' -> '../../../build/sync/chimerax_mcopy-1.0-py3-none-any.whl'
|
|---|
| 24707 | make[6]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/mcopy'
|
|---|
| 24708 | make[5]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/mcopy'
|
|---|
| 24709 | make -C md_crds build
|
|---|
| 24710 | make[5]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/md_crds'
|
|---|
| 24711 | make -C gromacs all
|
|---|
| 24712 | make[6]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/md_crds/gromacs'
|
|---|
| 24713 | # Use separate makefile for xdr so that PREREQ_MAKE can be turned on
|
|---|
| 24714 | make -f Makefile.xdrfile
|
|---|
| 24715 | make[7]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/md_crds/gromacs'
|
|---|
| 24716 | tar zxf xdrfile-1.1.4.tar.gz --no-same-owner
|
|---|
| 24717 | cp configure.ac xdrfile-1.1.4/configure.ac
|
|---|
| 24718 | cd xdrfile-1.1.4 ; autoconf
|
|---|
| 24719 | configure.ac:11: warning: The macro 'AC_FOREACH' is obsolete.
|
|---|
| 24720 | configure.ac:11: You should run autoupdate.
|
|---|
| 24721 | /mnt/share/cygpkgs/autoconf2.7/autoconf2.7.noarch/src/autoconf-2.72/lib/autoconf/general.m4:191: AC_FOREACH is expanded from...
|
|---|
| 24722 | aclocal.m4:727: _AM_SET_OPTIONS is expanded from...
|
|---|
| 24723 | aclocal.m4:429: AM_INIT_AUTOMAKE is expanded from...
|
|---|
| 24724 | configure.ac:11: the top level
|
|---|
| 24725 | configure.ac:14: warning: The macro 'AM_CONFIG_HEADER' is obsolete.
|
|---|
| 24726 | configure.ac:14: You should run autoupdate.
|
|---|
| 24727 | aclocal.m4:402: AM_CONFIG_HEADER is expanded from...
|
|---|
| 24728 | configure.ac:14: the top level
|
|---|
| 24729 | configure.ac:21: warning: The macro 'AC_HELP_STRING' is obsolete.
|
|---|
| 24730 | configure.ac:21: You should run autoupdate.
|
|---|
| 24731 | /mnt/share/cygpkgs/autoconf2.7/autoconf2.7.noarch/src/autoconf-2.72/lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from...
|
|---|
| 24732 | /mnt/share/cygpkgs/autoconf2.7/autoconf2.7.noarch/src/autoconf-2.72/lib/autoconf/general.m4:1534: AC_ARG_ENABLE is expanded from...
|
|---|
| 24733 | acinclude.m4:2989: AC_ENABLE_SHARED is expanded from...
|
|---|
| 24734 | acinclude.m4:3018: AC_DISABLE_SHARED is expanded from...
|
|---|
| 24735 | configure.ac:21: the top level
|
|---|
| 24736 | configure.ac:98: warning: The macro 'AC_TRY_LINK' is obsolete.
|
|---|
| 24737 | configure.ac:98: You should run autoupdate.
|
|---|
| 24738 | /mnt/share/cygpkgs/autoconf2.7/autoconf2.7.noarch/src/autoconf-2.72/lib/autoconf/general.m4:2918: AC_TRY_LINK is expanded from...
|
|---|
| 24739 | configure.ac:98: the top level
|
|---|
| 24740 | configure.ac:107: warning: The macro 'AC_TRY_COMPILE' is obsolete.
|
|---|
| 24741 | configure.ac:107: You should run autoupdate.
|
|---|
| 24742 | /mnt/share/cygpkgs/autoconf2.7/autoconf2.7.noarch/src/autoconf-2.72/lib/autoconf/general.m4:2845: AC_TRY_COMPILE is expanded from...
|
|---|
| 24743 | configure.ac:107: the top level
|
|---|
| 24744 | configure.ac:161: warning: The macro 'ac_cv_prog_gcc' is obsolete.
|
|---|
| 24745 | configure.ac:161: You should run autoupdate.
|
|---|
| 24746 | /mnt/share/cygpkgs/autoconf2.7/autoconf2.7.noarch/src/autoconf-2.72/lib/autoconf/c.m4:448: ac_cv_prog_gcc is expanded from...
|
|---|
| 24747 | acinclude.m4:407: ACX_COMPILER_MAXOPT is expanded from...
|
|---|
| 24748 | configure.ac:161: the top level
|
|---|
| 24749 | configure.ac:161: warning: The macro 'ac_cv_prog_g77' is obsolete.
|
|---|
| 24750 | configure.ac:161: You should run autoupdate.
|
|---|
| 24751 | /mnt/share/cygpkgs/autoconf2.7/autoconf2.7.noarch/src/autoconf-2.72/lib/autoconf/fortran.m4:269: ac_cv_prog_g77 is expanded from...
|
|---|
| 24752 | acinclude.m4:407: ACX_COMPILER_MAXOPT is expanded from...
|
|---|
| 24753 | configure.ac:161: the top level
|
|---|
| 24754 | configure.ac:161: warning: AC_CACHE_VAL(ac_o3, ...): suspicious cache-id, must contain _cv_ to be cached
|
|---|
| 24755 | /mnt/share/cygpkgs/autoconf2.7/autoconf2.7.noarch/src/autoconf-2.72/lib/autoconf/general.m4:2249: AC_CACHE_VAL is expanded from...
|
|---|
| 24756 | /mnt/share/cygpkgs/autoconf2.7/autoconf2.7.noarch/src/autoconf-2.72/lib/autoconf/general.m4:2270: AC_CACHE_CHECK is expanded from...
|
|---|
| 24757 | acinclude.m4:255: ACX_CHECK_CC_FLAGS is expanded from...
|
|---|
| 24758 | acinclude.m4:407: ACX_COMPILER_MAXOPT is expanded from...
|
|---|
| 24759 | configure.ac:161: the top level
|
|---|
| 24760 | configure.ac:161: warning: AC_CACHE_VAL(ac_faltivec, ...): suspicious cache-id, must contain _cv_ to be cached
|
|---|
| 24761 | /mnt/share/cygpkgs/autoconf2.7/autoconf2.7.noarch/src/autoconf-2.72/lib/autoconf/general.m4:2249: AC_CACHE_VAL is expanded from...
|
|---|
| 24762 | /mnt/share/cygpkgs/autoconf2.7/autoconf2.7.noarch/src/autoconf-2.72/lib/autoconf/general.m4:2270: AC_CACHE_CHECK is expanded from...
|
|---|
| 24763 | acinclude.m4:255: ACX_CHECK_CC_FLAGS is expanded from...
|
|---|
| 24764 | acinclude.m4:407: ACX_COMPILER_MAXOPT is expanded from...
|
|---|
| 24765 | configure.ac:161: the top level
|
|---|
| 24766 | configure.ac:161: warning: AC_CACHE_VAL(ac_maltivec, ...): suspicious cache-id, must contain _cv_ to be cached
|
|---|
| 24767 | /mnt/share/cygpkgs/autoconf2.7/autoconf2.7.noarch/src/autoconf-2.72/lib/autoconf/general.m4:2249: AC_CACHE_VAL is expanded from...
|
|---|
| 24768 | /mnt/share/cygpkgs/autoconf2.7/autoconf2.7.noarch/src/autoconf-2.72/lib/autoconf/general.m4:2270: AC_CACHE_CHECK is expanded from...
|
|---|
| 24769 | acinclude.m4:255: ACX_CHECK_CC_FLAGS is expanded from...
|
|---|
| 24770 | acinclude.m4:407: ACX_COMPILER_MAXOPT is expanded from...
|
|---|
| 24771 | configure.ac:161: the top level
|
|---|
| 24772 | configure.ac:161: warning: AC_CACHE_VAL(ac_mabialtivec, ...): suspicious cache-id, must contain _cv_ to be cached
|
|---|
| 24773 | /mnt/share/cygpkgs/autoconf2.7/autoconf2.7.noarch/src/autoconf-2.72/lib/autoconf/general.m4:2249: AC_CACHE_VAL is expanded from...
|
|---|
| 24774 | /mnt/share/cygpkgs/autoconf2.7/autoconf2.7.noarch/src/autoconf-2.72/lib/autoconf/general.m4:2270: AC_CACHE_CHECK is expanded from...
|
|---|
| 24775 | acinclude.m4:255: ACX_CHECK_CC_FLAGS is expanded from...
|
|---|
| 24776 | acinclude.m4:407: ACX_COMPILER_MAXOPT is expanded from...
|
|---|
| 24777 | configure.ac:161: the top level
|
|---|
| 24778 | configure.ac:161: warning: AC_CACHE_VAL(ac_fno_schedule_insns, ...): suspicious cache-id, must contain _cv_ to be cached
|
|---|
| 24779 | /mnt/share/cygpkgs/autoconf2.7/autoconf2.7.noarch/src/autoconf-2.72/lib/autoconf/general.m4:2249: AC_CACHE_VAL is expanded from...
|
|---|
| 24780 | /mnt/share/cygpkgs/autoconf2.7/autoconf2.7.noarch/src/autoconf-2.72/lib/autoconf/general.m4:2270: AC_CACHE_CHECK is expanded from...
|
|---|
| 24781 | acinclude.m4:255: ACX_CHECK_CC_FLAGS is expanded from...
|
|---|
| 24782 | acinclude.m4:407: ACX_COMPILER_MAXOPT is expanded from...
|
|---|
| 24783 | configure.ac:161: the top level
|
|---|
| 24784 | configure.ac:161: warning: AC_CACHE_VAL(ac_m_cpu_7450, ...): suspicious cache-id, must contain _cv_ to be cached
|
|---|
| 24785 | /mnt/share/cygpkgs/autoconf2.7/autoconf2.7.noarch/src/autoconf-2.72/lib/autoconf/general.m4:2249: AC_CACHE_VAL is expanded from...
|
|---|
| 24786 | /mnt/share/cygpkgs/autoconf2.7/autoconf2.7.noarch/src/autoconf-2.72/lib/autoconf/general.m4:2270: AC_CACHE_CHECK is expanded from...
|
|---|
| 24787 | acinclude.m4:255: ACX_CHECK_CC_FLAGS is expanded from...
|
|---|
| 24788 | acinclude.m4:407: ACX_COMPILER_MAXOPT is expanded from...
|
|---|
| 24789 | configure.ac:161: the top level
|
|---|
| 24790 | configure.ac:161: warning: AC_CACHE_VAL(ac_m_tune_970, ...): suspicious cache-id, must contain _cv_ to be cached
|
|---|
| 24791 | /mnt/share/cygpkgs/autoconf2.7/autoconf2.7.noarch/src/autoconf-2.72/lib/autoconf/general.m4:2249: AC_CACHE_VAL is expanded from...
|
|---|
| 24792 | /mnt/share/cygpkgs/autoconf2.7/autoconf2.7.noarch/src/autoconf-2.72/lib/autoconf/general.m4:2270: AC_CACHE_CHECK is expanded from...
|
|---|
| 24793 | acinclude.m4:255: ACX_CHECK_CC_FLAGS is expanded from...
|
|---|
| 24794 | acinclude.m4:407: ACX_COMPILER_MAXOPT is expanded from...
|
|---|
| 24795 | configure.ac:161: the top level
|
|---|
| 24796 | configure.ac:161: warning: AC_CACHE_VAL(ac_m_cpu_powerpc, ...): suspicious cache-id, must contain _cv_ to be cached
|
|---|
| 24797 | /mnt/share/cygpkgs/autoconf2.7/autoconf2.7.noarch/src/autoconf-2.72/lib/autoconf/general.m4:2249: AC_CACHE_VAL is expanded from...
|
|---|
| 24798 | /mnt/share/cygpkgs/autoconf2.7/autoconf2.7.noarch/src/autoconf-2.72/lib/autoconf/general.m4:2270: AC_CACHE_CHECK is expanded from...
|
|---|
| 24799 | acinclude.m4:255: ACX_CHECK_CC_FLAGS is expanded from...
|
|---|
| 24800 | acinclude.m4:407: ACX_COMPILER_MAXOPT is expanded from...
|
|---|
| 24801 | configure.ac:161: the top level
|
|---|
| 24802 | configure.ac:161: warning: AC_CACHE_VAL(ac_msse2, ...): suspicious cache-id, must contain _cv_ to be cached
|
|---|
| 24803 | /mnt/share/cygpkgs/autoconf2.7/autoconf2.7.noarch/src/autoconf-2.72/lib/autoconf/general.m4:2249: AC_CACHE_VAL is expanded from...
|
|---|
| 24804 | /mnt/share/cygpkgs/autoconf2.7/autoconf2.7.noarch/src/autoconf-2.72/lib/autoconf/general.m4:2270: AC_CACHE_CHECK is expanded from...
|
|---|
| 24805 | acinclude.m4:255: ACX_CHECK_CC_FLAGS is expanded from...
|
|---|
| 24806 | acinclude.m4:407: ACX_COMPILER_MAXOPT is expanded from...
|
|---|
| 24807 | configure.ac:161: the top level
|
|---|
| 24808 | configure.ac:161: warning: AC_CACHE_VAL(ac_funroll_all_loops, ...): suspicious cache-id, must contain _cv_ to be cached
|
|---|
| 24809 | /mnt/share/cygpkgs/autoconf2.7/autoconf2.7.noarch/src/autoconf-2.72/lib/autoconf/general.m4:2249: AC_CACHE_VAL is expanded from...
|
|---|
| 24810 | /mnt/share/cygpkgs/autoconf2.7/autoconf2.7.noarch/src/autoconf-2.72/lib/autoconf/general.m4:2270: AC_CACHE_CHECK is expanded from...
|
|---|
| 24811 | acinclude.m4:255: ACX_CHECK_CC_FLAGS is expanded from...
|
|---|
| 24812 | acinclude.m4:407: ACX_COMPILER_MAXOPT is expanded from...
|
|---|
| 24813 | configure.ac:161: the top level
|
|---|
| 24814 | configure.ac:161: warning: AC_CACHE_VAL(ac_stdgnu99, ...): suspicious cache-id, must contain _cv_ to be cached
|
|---|
| 24815 | /mnt/share/cygpkgs/autoconf2.7/autoconf2.7.noarch/src/autoconf-2.72/lib/autoconf/general.m4:2249: AC_CACHE_VAL is expanded from...
|
|---|
| 24816 | /mnt/share/cygpkgs/autoconf2.7/autoconf2.7.noarch/src/autoconf-2.72/lib/autoconf/general.m4:2270: AC_CACHE_CHECK is expanded from...
|
|---|
| 24817 | acinclude.m4:255: ACX_CHECK_CC_FLAGS is expanded from...
|
|---|
| 24818 | acinclude.m4:407: ACX_COMPILER_MAXOPT is expanded from...
|
|---|
| 24819 | configure.ac:161: the top level
|
|---|
| 24820 | configure.ac:161: warning: AC_CACHE_VAL(ac_fexcess_precision_fast, ...): suspicious cache-id, must contain _cv_ to be cached
|
|---|
| 24821 | /mnt/share/cygpkgs/autoconf2.7/autoconf2.7.noarch/src/autoconf-2.72/lib/autoconf/general.m4:2249: AC_CACHE_VAL is expanded from...
|
|---|
| 24822 | /mnt/share/cygpkgs/autoconf2.7/autoconf2.7.noarch/src/autoconf-2.72/lib/autoconf/general.m4:2270: AC_CACHE_CHECK is expanded from...
|
|---|
| 24823 | acinclude.m4:255: ACX_CHECK_CC_FLAGS is expanded from...
|
|---|
| 24824 | acinclude.m4:407: ACX_COMPILER_MAXOPT is expanded from...
|
|---|
| 24825 | configure.ac:161: the top level
|
|---|
| 24826 | configure.ac:161: warning: AC_CACHE_VAL(ac_guessed_cflags, ...): suspicious cache-id, must contain _cv_ to be cached
|
|---|
| 24827 | /mnt/share/cygpkgs/autoconf2.7/autoconf2.7.noarch/src/autoconf-2.72/lib/autoconf/general.m4:2249: AC_CACHE_VAL is expanded from...
|
|---|
| 24828 | /mnt/share/cygpkgs/autoconf2.7/autoconf2.7.noarch/src/autoconf-2.72/lib/autoconf/general.m4:2270: AC_CACHE_CHECK is expanded from...
|
|---|
| 24829 | acinclude.m4:255: ACX_CHECK_CC_FLAGS is expanded from...
|
|---|
| 24830 | acinclude.m4:407: ACX_COMPILER_MAXOPT is expanded from...
|
|---|
| 24831 | configure.ac:161: the top level
|
|---|
| 24832 | configure.ac:161: warning: AC_CACHE_VAL(ac_guessed_fflags, ...): suspicious cache-id, must contain _cv_ to be cached
|
|---|
| 24833 | /mnt/share/cygpkgs/autoconf2.7/autoconf2.7.noarch/src/autoconf-2.72/lib/autoconf/general.m4:2249: AC_CACHE_VAL is expanded from...
|
|---|
| 24834 | /mnt/share/cygpkgs/autoconf2.7/autoconf2.7.noarch/src/autoconf-2.72/lib/autoconf/general.m4:2270: AC_CACHE_CHECK is expanded from...
|
|---|
| 24835 | acinclude.m4:281: ACX_CHECK_F77_FLAGS is expanded from...
|
|---|
| 24836 | acinclude.m4:407: ACX_COMPILER_MAXOPT is expanded from...
|
|---|
| 24837 | configure.ac:161: the top level
|
|---|
| 24838 | configure.ac:186: warning: The macro 'AC_TRY_COMPILE' is obsolete.
|
|---|
| 24839 | configure.ac:186: You should run autoupdate.
|
|---|
| 24840 | /mnt/share/cygpkgs/autoconf2.7/autoconf2.7.noarch/src/autoconf-2.72/lib/autoconf/general.m4:2845: AC_TRY_COMPILE is expanded from...
|
|---|
| 24841 | configure.ac:186: the top level
|
|---|
| 24842 | configure.ac:197: warning: AC_CACHE_VAL(acx_float_format, ...): suspicious cache-id, must contain _cv_ to be cached
|
|---|
| 24843 | /mnt/share/cygpkgs/autoconf2.7/autoconf2.7.noarch/src/autoconf-2.72/lib/autoconf/general.m4:2249: AC_CACHE_VAL is expanded from...
|
|---|
| 24844 | /mnt/share/cygpkgs/autoconf2.7/autoconf2.7.noarch/src/autoconf-2.72/lib/autoconf/general.m4:2270: AC_CACHE_CHECK is expanded from...
|
|---|
| 24845 | acinclude.m4:164: ACX_FLOAT_FORMAT is expanded from...
|
|---|
| 24846 | configure.ac:197: the top level
|
|---|
| 24847 | configure.ac:204: warning: The macro 'AC_HELP_STRING' is obsolete.
|
|---|
| 24848 | configure.ac:204: You should run autoupdate.
|
|---|
| 24849 | /mnt/share/cygpkgs/autoconf2.7/autoconf2.7.noarch/src/autoconf-2.72/lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from...
|
|---|
| 24850 | /mnt/share/cygpkgs/autoconf2.7/autoconf2.7.noarch/src/autoconf-2.72/lib/autoconf/general.m4:1534: AC_ARG_ENABLE is expanded from...
|
|---|
| 24851 | acinclude.m4:3028: AC_ENABLE_STATIC is expanded from...
|
|---|
| 24852 | acinclude.m4:1159: AC_LIBTOOL_SETUP is expanded from...
|
|---|
| 24853 | acinclude.m4:1139: _AC_PROG_LIBTOOL is expanded from...
|
|---|
| 24854 | acinclude.m4:1104: AC_PROG_LIBTOOL is expanded from...
|
|---|
| 24855 | configure.ac:204: the top level
|
|---|
| 24856 | configure.ac:204: warning: The macro 'AC_HELP_STRING' is obsolete.
|
|---|
| 24857 | configure.ac:204: You should run autoupdate.
|
|---|
| 24858 | /mnt/share/cygpkgs/autoconf2.7/autoconf2.7.noarch/src/autoconf-2.72/lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from...
|
|---|
| 24859 | /mnt/share/cygpkgs/autoconf2.7/autoconf2.7.noarch/src/autoconf-2.72/lib/autoconf/general.m4:1534: AC_ARG_ENABLE is expanded from...
|
|---|
| 24860 | acinclude.m4:3067: AC_ENABLE_FAST_INSTALL is expanded from...
|
|---|
| 24861 | acinclude.m4:1159: AC_LIBTOOL_SETUP is expanded from...
|
|---|
| 24862 | acinclude.m4:1139: _AC_PROG_LIBTOOL is expanded from...
|
|---|
| 24863 | acinclude.m4:1104: AC_PROG_LIBTOOL is expanded from...
|
|---|
| 24864 | configure.ac:204: the top level
|
|---|
| 24865 | configure.ac:204: warning: The macro 'AC_HELP_STRING' is obsolete.
|
|---|
| 24866 | configure.ac:204: You should run autoupdate.
|
|---|
| 24867 | /mnt/share/cygpkgs/autoconf2.7/autoconf2.7.noarch/src/autoconf-2.72/lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from...
|
|---|
| 24868 | /mnt/share/cygpkgs/autoconf2.7/autoconf2.7.noarch/src/autoconf-2.72/lib/autoconf/general.m4:1553: AC_ARG_WITH is expanded from...
|
|---|
| 24869 | acinclude.m4:3208: AC_PROG_LD is expanded from...
|
|---|
| 24870 | acinclude.m4:1159: AC_LIBTOOL_SETUP is expanded from...
|
|---|
| 24871 | acinclude.m4:1139: _AC_PROG_LIBTOOL is expanded from...
|
|---|
| 24872 | acinclude.m4:1104: AC_PROG_LIBTOOL is expanded from...
|
|---|
| 24873 | configure.ac:204: the top level
|
|---|
| 24874 | configure.ac:204: warning: The macro 'AC_HELP_STRING' is obsolete.
|
|---|
| 24875 | configure.ac:204: You should run autoupdate.
|
|---|
| 24876 | /mnt/share/cygpkgs/autoconf2.7/autoconf2.7.noarch/src/autoconf-2.72/lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from...
|
|---|
| 24877 | /mnt/share/cygpkgs/autoconf2.7/autoconf2.7.noarch/src/autoconf-2.72/lib/autoconf/general.m4:1534: AC_ARG_ENABLE is expanded from...
|
|---|
| 24878 | acinclude.m4:1159: AC_LIBTOOL_SETUP is expanded from...
|
|---|
| 24879 | acinclude.m4:1139: _AC_PROG_LIBTOOL is expanded from...
|
|---|
| 24880 | acinclude.m4:1104: AC_PROG_LIBTOOL is expanded from...
|
|---|
| 24881 | configure.ac:204: the top level
|
|---|
| 24882 | configure.ac:204: warning: The macro 'AC_HELP_STRING' is obsolete.
|
|---|
| 24883 | configure.ac:204: You should run autoupdate.
|
|---|
| 24884 | /mnt/share/cygpkgs/autoconf2.7/autoconf2.7.noarch/src/autoconf-2.72/lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from...
|
|---|
| 24885 | /mnt/share/cygpkgs/autoconf2.7/autoconf2.7.noarch/src/autoconf-2.72/lib/autoconf/general.m4:1553: AC_ARG_WITH is expanded from...
|
|---|
| 24886 | acinclude.m4:1159: AC_LIBTOOL_SETUP is expanded from...
|
|---|
| 24887 | acinclude.m4:1139: _AC_PROG_LIBTOOL is expanded from...
|
|---|
| 24888 | acinclude.m4:1104: AC_PROG_LIBTOOL is expanded from...
|
|---|
| 24889 | configure.ac:204: the top level
|
|---|
| 24890 | configure.ac:204: warning: AC_CACHE_VAL(lt_prog_compiler_pic_works, ...): suspicious cache-id, must contain _cv_ to be cached
|
|---|
| 24891 | /mnt/share/cygpkgs/autoconf2.7/autoconf2.7.noarch/src/autoconf-2.72/lib/autoconf/general.m4:2249: AC_CACHE_VAL is expanded from...
|
|---|
| 24892 | /mnt/share/cygpkgs/autoconf2.7/autoconf2.7.noarch/src/autoconf-2.72/lib/autoconf/general.m4:2270: AC_CACHE_CHECK is expanded from...
|
|---|
| 24893 | acinclude.m4:1694: AC_LIBTOOL_COMPILER_OPTION is expanded from...
|
|---|
| 24894 | acinclude.m4:5895: AC_LIBTOOL_PROG_COMPILER_PIC is expanded from...
|
|---|
| 24895 | acinclude.m4:3731: _LT_AC_LANG_C_CONFIG is expanded from...
|
|---|
| 24896 | acinclude.m4:3730: AC_LIBTOOL_LANG_C_CONFIG is expanded from...
|
|---|
| 24897 | acinclude.m4:1159: AC_LIBTOOL_SETUP is expanded from...
|
|---|
| 24898 | acinclude.m4:1139: _AC_PROG_LIBTOOL is expanded from...
|
|---|
| 24899 | acinclude.m4:1104: AC_PROG_LIBTOOL is expanded from...
|
|---|
| 24900 | configure.ac:204: the top level
|
|---|
| 24901 | configure.ac:204: warning: AC_CACHE_VAL(lt_prog_compiler_static_works, ...): suspicious cache-id, must contain _cv_ to be cached
|
|---|
| 24902 | /mnt/share/cygpkgs/autoconf2.7/autoconf2.7.noarch/src/autoconf-2.72/lib/autoconf/general.m4:2249: AC_CACHE_VAL is expanded from...
|
|---|
| 24903 | /mnt/share/cygpkgs/autoconf2.7/autoconf2.7.noarch/src/autoconf-2.72/lib/autoconf/general.m4:2270: AC_CACHE_CHECK is expanded from...
|
|---|
| 24904 | acinclude.m4:1739: AC_LIBTOOL_LINKER_OPTION is expanded from...
|
|---|
| 24905 | acinclude.m4:5895: AC_LIBTOOL_PROG_COMPILER_PIC is expanded from...
|
|---|
| 24906 | acinclude.m4:3731: _LT_AC_LANG_C_CONFIG is expanded from...
|
|---|
| 24907 | acinclude.m4:3730: AC_LIBTOOL_LANG_C_CONFIG is expanded from...
|
|---|
| 24908 | acinclude.m4:1159: AC_LIBTOOL_SETUP is expanded from...
|
|---|
| 24909 | acinclude.m4:1139: _AC_PROG_LIBTOOL is expanded from...
|
|---|
| 24910 | acinclude.m4:1104: AC_PROG_LIBTOOL is expanded from...
|
|---|
| 24911 | configure.ac:204: the top level
|
|---|
| 24912 | configure.ac:204: warning: The macro 'AC_TRY_LINK' is obsolete.
|
|---|
| 24913 | configure.ac:204: You should run autoupdate.
|
|---|
| 24914 | /mnt/share/cygpkgs/autoconf2.7/autoconf2.7.noarch/src/autoconf-2.72/lib/autoconf/general.m4:2918: AC_TRY_LINK is expanded from...
|
|---|
| 24915 | /mnt/share/cygpkgs/autoconf2.7/autoconf2.7.noarch/src/autoconf-2.72/lib/m4sugar/m4sh.m4:690: _AS_IF_ELSE is expanded from...
|
|---|
| 24916 | /mnt/share/cygpkgs/autoconf2.7/autoconf2.7.noarch/src/autoconf-2.72/lib/m4sugar/m4sh.m4:697: AS_IF is expanded from...
|
|---|
| 24917 | /mnt/share/cygpkgs/autoconf2.7/autoconf2.7.noarch/src/autoconf-2.72/lib/autoconf/general.m4:2249: AC_CACHE_VAL is expanded from...
|
|---|
| 24918 | /mnt/share/cygpkgs/autoconf2.7/autoconf2.7.noarch/src/autoconf-2.72/lib/autoconf/general.m4:2270: AC_CACHE_CHECK is expanded from...
|
|---|
| 24919 | acinclude.m4:1548: _LT_AC_LOCK is expanded from...
|
|---|
| 24920 | acinclude.m4:2153: AC_LIBTOOL_SYS_HARD_LINK_LOCKS is expanded from...
|
|---|
| 24921 | acinclude.m4:3731: _LT_AC_LANG_C_CONFIG is expanded from...
|
|---|
| 24922 | acinclude.m4:3730: AC_LIBTOOL_LANG_C_CONFIG is expanded from...
|
|---|
| 24923 | acinclude.m4:1159: AC_LIBTOOL_SETUP is expanded from...
|
|---|
| 24924 | acinclude.m4:1139: _AC_PROG_LIBTOOL is expanded from...
|
|---|
| 24925 | acinclude.m4:1104: AC_PROG_LIBTOOL is expanded from...
|
|---|
| 24926 | configure.ac:204: the top level
|
|---|
| 24927 | configure.ac:204: warning: AC_LANG_CONFTEST: no AC_LANG_SOURCE call detected in body
|
|---|
| 24928 | /mnt/share/cygpkgs/autoconf2.7/autoconf2.7.noarch/src/autoconf-2.72/lib/autoconf/lang.m4:199: AC_LANG_CONFTEST is expanded from...
|
|---|
| 24929 | /mnt/share/cygpkgs/autoconf2.7/autoconf2.7.noarch/src/autoconf-2.72/lib/autoconf/general.m4:2892: _AC_LINK_IFELSE is expanded from...
|
|---|
| 24930 | /mnt/share/cygpkgs/autoconf2.7/autoconf2.7.noarch/src/autoconf-2.72/lib/autoconf/general.m4:2909: AC_LINK_IFELSE is expanded from...
|
|---|
| 24931 | acinclude.m4:1368: _LT_AC_SYS_LIBPATH_AIX is expanded from...
|
|---|
| 24932 | acinclude.m4:6422: AC_LIBTOOL_PROG_LD_SHLIBS is expanded from...
|
|---|
| 24933 | acinclude.m4:3731: _LT_AC_LANG_C_CONFIG is expanded from...
|
|---|
| 24934 | acinclude.m4:3730: AC_LIBTOOL_LANG_C_CONFIG is expanded from...
|
|---|
| 24935 | acinclude.m4:1159: AC_LIBTOOL_SETUP is expanded from...
|
|---|
| 24936 | acinclude.m4:1139: _AC_PROG_LIBTOOL is expanded from...
|
|---|
| 24937 | acinclude.m4:1104: AC_PROG_LIBTOOL is expanded from...
|
|---|
| 24938 | configure.ac:204: the top level
|
|---|
| 24939 | configure.ac:204: warning: The macro 'AC_HELP_STRING' is obsolete.
|
|---|
| 24940 | configure.ac:204: You should run autoupdate.
|
|---|
| 24941 | /mnt/share/cygpkgs/autoconf2.7/autoconf2.7.noarch/src/autoconf-2.72/lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from...
|
|---|
| 24942 | /mnt/share/cygpkgs/autoconf2.7/autoconf2.7.noarch/src/autoconf-2.72/lib/autoconf/general.m4:1553: AC_ARG_WITH is expanded from...
|
|---|
| 24943 | acinclude.m4:2867: _LT_AC_TAGCONFIG is expanded from...
|
|---|
| 24944 | acinclude.m4:1159: AC_LIBTOOL_SETUP is expanded from...
|
|---|
| 24945 | acinclude.m4:1139: _AC_PROG_LIBTOOL is expanded from...
|
|---|
| 24946 | acinclude.m4:1104: AC_PROG_LIBTOOL is expanded from...
|
|---|
| 24947 | configure.ac:204: the top level
|
|---|
| 24948 | configure.ac:204: warning: back quotes and double quotes must not be escaped in: tag name \"$tagname\" already exists
|
|---|
| 24949 | acinclude.m4:2867: _LT_AC_TAGCONFIG is expanded from...
|
|---|
| 24950 | acinclude.m4:1159: AC_LIBTOOL_SETUP is expanded from...
|
|---|
| 24951 | acinclude.m4:1139: _AC_PROG_LIBTOOL is expanded from...
|
|---|
| 24952 | acinclude.m4:1104: AC_PROG_LIBTOOL is expanded from...
|
|---|
| 24953 | configure.ac:204: the top level
|
|---|
| 24954 | configure.ac:204: warning: AC_LANG_CONFTEST: no AC_LANG_SOURCE call detected in body
|
|---|
| 24955 | /mnt/share/cygpkgs/autoconf2.7/autoconf2.7.noarch/src/autoconf-2.72/lib/autoconf/lang.m4:199: AC_LANG_CONFTEST is expanded from...
|
|---|
| 24956 | /mnt/share/cygpkgs/autoconf2.7/autoconf2.7.noarch/src/autoconf-2.72/lib/autoconf/general.m4:2892: _AC_LINK_IFELSE is expanded from...
|
|---|
| 24957 | /mnt/share/cygpkgs/autoconf2.7/autoconf2.7.noarch/src/autoconf-2.72/lib/autoconf/general.m4:2909: AC_LINK_IFELSE is expanded from...
|
|---|
| 24958 | acinclude.m4:1368: _LT_AC_SYS_LIBPATH_AIX is expanded from...
|
|---|
| 24959 | acinclude.m4:3812: _LT_AC_LANG_CXX_CONFIG is expanded from...
|
|---|
| 24960 | acinclude.m4:3811: AC_LIBTOOL_LANG_CXX_CONFIG is expanded from...
|
|---|
| 24961 | acinclude.m4:2867: _LT_AC_TAGCONFIG is expanded from...
|
|---|
| 24962 | acinclude.m4:1159: AC_LIBTOOL_SETUP is expanded from...
|
|---|
| 24963 | acinclude.m4:1139: _AC_PROG_LIBTOOL is expanded from...
|
|---|
| 24964 | acinclude.m4:1104: AC_PROG_LIBTOOL is expanded from...
|
|---|
| 24965 | configure.ac:204: the top level
|
|---|
| 24966 | configure.ac:204: warning: AC_CACHE_VAL(lt_prog_compiler_pic_works_CXX, ...): suspicious cache-id, must contain _cv_ to be cached
|
|---|
| 24967 | /mnt/share/cygpkgs/autoconf2.7/autoconf2.7.noarch/src/autoconf-2.72/lib/autoconf/general.m4:2249: AC_CACHE_VAL is expanded from...
|
|---|
| 24968 | /mnt/share/cygpkgs/autoconf2.7/autoconf2.7.noarch/src/autoconf-2.72/lib/autoconf/general.m4:2270: AC_CACHE_CHECK is expanded from...
|
|---|
| 24969 | acinclude.m4:1694: AC_LIBTOOL_COMPILER_OPTION is expanded from...
|
|---|
| 24970 | acinclude.m4:5895: AC_LIBTOOL_PROG_COMPILER_PIC is expanded from...
|
|---|
| 24971 | acinclude.m4:3812: _LT_AC_LANG_CXX_CONFIG is expanded from...
|
|---|
| 24972 | acinclude.m4:3811: AC_LIBTOOL_LANG_CXX_CONFIG is expanded from...
|
|---|
| 24973 | acinclude.m4:2867: _LT_AC_TAGCONFIG is expanded from...
|
|---|
| 24974 | acinclude.m4:1159: AC_LIBTOOL_SETUP is expanded from...
|
|---|
| 24975 | acinclude.m4:1139: _AC_PROG_LIBTOOL is expanded from...
|
|---|
| 24976 | acinclude.m4:1104: AC_PROG_LIBTOOL is expanded from...
|
|---|
| 24977 | configure.ac:204: the top level
|
|---|
| 24978 | configure.ac:204: warning: AC_CACHE_VAL(lt_prog_compiler_static_works_CXX, ...): suspicious cache-id, must contain _cv_ to be cached
|
|---|
| 24979 | /mnt/share/cygpkgs/autoconf2.7/autoconf2.7.noarch/src/autoconf-2.72/lib/autoconf/general.m4:2249: AC_CACHE_VAL is expanded from...
|
|---|
| 24980 | /mnt/share/cygpkgs/autoconf2.7/autoconf2.7.noarch/src/autoconf-2.72/lib/autoconf/general.m4:2270: AC_CACHE_CHECK is expanded from...
|
|---|
| 24981 | acinclude.m4:1739: AC_LIBTOOL_LINKER_OPTION is expanded from...
|
|---|
| 24982 | acinclude.m4:5895: AC_LIBTOOL_PROG_COMPILER_PIC is expanded from...
|
|---|
| 24983 | acinclude.m4:3812: _LT_AC_LANG_CXX_CONFIG is expanded from...
|
|---|
| 24984 | acinclude.m4:3811: AC_LIBTOOL_LANG_CXX_CONFIG is expanded from...
|
|---|
| 24985 | acinclude.m4:2867: _LT_AC_TAGCONFIG is expanded from...
|
|---|
| 24986 | acinclude.m4:1159: AC_LIBTOOL_SETUP is expanded from...
|
|---|
| 24987 | acinclude.m4:1139: _AC_PROG_LIBTOOL is expanded from...
|
|---|
| 24988 | acinclude.m4:1104: AC_PROG_LIBTOOL is expanded from...
|
|---|
| 24989 | configure.ac:204: the top level
|
|---|
| 24990 | configure.ac:204: warning: AC_CACHE_VAL(lt_prog_compiler_pic_works_F77, ...): suspicious cache-id, must contain _cv_ to be cached
|
|---|
| 24991 | /mnt/share/cygpkgs/autoconf2.7/autoconf2.7.noarch/src/autoconf-2.72/lib/autoconf/general.m4:2249: AC_CACHE_VAL is expanded from...
|
|---|
| 24992 | /mnt/share/cygpkgs/autoconf2.7/autoconf2.7.noarch/src/autoconf-2.72/lib/autoconf/general.m4:2270: AC_CACHE_CHECK is expanded from...
|
|---|
| 24993 | acinclude.m4:1694: AC_LIBTOOL_COMPILER_OPTION is expanded from...
|
|---|
| 24994 | acinclude.m4:5895: AC_LIBTOOL_PROG_COMPILER_PIC is expanded from...
|
|---|
| 24995 | acinclude.m4:4979: _LT_AC_LANG_F77_CONFIG is expanded from...
|
|---|
| 24996 | acinclude.m4:4978: AC_LIBTOOL_LANG_F77_CONFIG is expanded from...
|
|---|
| 24997 | acinclude.m4:2867: _LT_AC_TAGCONFIG is expanded from...
|
|---|
| 24998 | acinclude.m4:1159: AC_LIBTOOL_SETUP is expanded from...
|
|---|
| 24999 | acinclude.m4:1139: _AC_PROG_LIBTOOL is expanded from...
|
|---|
| 25000 | acinclude.m4:1104: AC_PROG_LIBTOOL is expanded from...
|
|---|
| 25001 | configure.ac:204: the top level
|
|---|
| 25002 | configure.ac:204: warning: AC_CACHE_VAL(lt_prog_compiler_static_works_F77, ...): suspicious cache-id, must contain _cv_ to be cached
|
|---|
| 25003 | /mnt/share/cygpkgs/autoconf2.7/autoconf2.7.noarch/src/autoconf-2.72/lib/autoconf/general.m4:2249: AC_CACHE_VAL is expanded from...
|
|---|
| 25004 | /mnt/share/cygpkgs/autoconf2.7/autoconf2.7.noarch/src/autoconf-2.72/lib/autoconf/general.m4:2270: AC_CACHE_CHECK is expanded from...
|
|---|
| 25005 | acinclude.m4:1739: AC_LIBTOOL_LINKER_OPTION is expanded from...
|
|---|
| 25006 | acinclude.m4:5895: AC_LIBTOOL_PROG_COMPILER_PIC is expanded from...
|
|---|
| 25007 | acinclude.m4:4979: _LT_AC_LANG_F77_CONFIG is expanded from...
|
|---|
| 25008 | acinclude.m4:4978: AC_LIBTOOL_LANG_F77_CONFIG is expanded from...
|
|---|
| 25009 | acinclude.m4:2867: _LT_AC_TAGCONFIG is expanded from...
|
|---|
| 25010 | acinclude.m4:1159: AC_LIBTOOL_SETUP is expanded from...
|
|---|
| 25011 | acinclude.m4:1139: _AC_PROG_LIBTOOL is expanded from...
|
|---|
| 25012 | acinclude.m4:1104: AC_PROG_LIBTOOL is expanded from...
|
|---|
| 25013 | configure.ac:204: the top level
|
|---|
| 25014 | configure.ac:204: warning: AC_CACHE_VAL(lt_prog_compiler_pic_works_GCJ, ...): suspicious cache-id, must contain _cv_ to be cached
|
|---|
| 25015 | /mnt/share/cygpkgs/autoconf2.7/autoconf2.7.noarch/src/autoconf-2.72/lib/autoconf/general.m4:2249: AC_CACHE_VAL is expanded from...
|
|---|
| 25016 | /mnt/share/cygpkgs/autoconf2.7/autoconf2.7.noarch/src/autoconf-2.72/lib/autoconf/general.m4:2270: AC_CACHE_CHECK is expanded from...
|
|---|
| 25017 | acinclude.m4:1694: AC_LIBTOOL_COMPILER_OPTION is expanded from...
|
|---|
| 25018 | acinclude.m4:5895: AC_LIBTOOL_PROG_COMPILER_PIC is expanded from...
|
|---|
| 25019 | acinclude.m4:5081: _LT_AC_LANG_GCJ_CONFIG is expanded from...
|
|---|
| 25020 | acinclude.m4:5080: AC_LIBTOOL_LANG_GCJ_CONFIG is expanded from...
|
|---|
| 25021 | acinclude.m4:2867: _LT_AC_TAGCONFIG is expanded from...
|
|---|
| 25022 | acinclude.m4:1159: AC_LIBTOOL_SETUP is expanded from...
|
|---|
| 25023 | acinclude.m4:1139: _AC_PROG_LIBTOOL is expanded from...
|
|---|
| 25024 | acinclude.m4:1104: AC_PROG_LIBTOOL is expanded from...
|
|---|
| 25025 | configure.ac:204: the top level
|
|---|
| 25026 | configure.ac:204: warning: AC_CACHE_VAL(lt_prog_compiler_static_works_GCJ, ...): suspicious cache-id, must contain _cv_ to be cached
|
|---|
| 25027 | /mnt/share/cygpkgs/autoconf2.7/autoconf2.7.noarch/src/autoconf-2.72/lib/autoconf/general.m4:2249: AC_CACHE_VAL is expanded from...
|
|---|
| 25028 | /mnt/share/cygpkgs/autoconf2.7/autoconf2.7.noarch/src/autoconf-2.72/lib/autoconf/general.m4:2270: AC_CACHE_CHECK is expanded from...
|
|---|
| 25029 | acinclude.m4:1739: AC_LIBTOOL_LINKER_OPTION is expanded from...
|
|---|
| 25030 | acinclude.m4:5895: AC_LIBTOOL_PROG_COMPILER_PIC is expanded from...
|
|---|
| 25031 | acinclude.m4:5081: _LT_AC_LANG_GCJ_CONFIG is expanded from...
|
|---|
| 25032 | acinclude.m4:5080: AC_LIBTOOL_LANG_GCJ_CONFIG is expanded from...
|
|---|
| 25033 | acinclude.m4:2867: _LT_AC_TAGCONFIG is expanded from...
|
|---|
| 25034 | acinclude.m4:1159: AC_LIBTOOL_SETUP is expanded from...
|
|---|
| 25035 | acinclude.m4:1139: _AC_PROG_LIBTOOL is expanded from...
|
|---|
| 25036 | acinclude.m4:1104: AC_PROG_LIBTOOL is expanded from...
|
|---|
| 25037 | configure.ac:204: the top level
|
|---|
| 25038 | configure.ac:204: warning: AC_LANG_CONFTEST: no AC_LANG_SOURCE call detected in body
|
|---|
| 25039 | /mnt/share/cygpkgs/autoconf2.7/autoconf2.7.noarch/src/autoconf-2.72/lib/autoconf/lang.m4:199: AC_LANG_CONFTEST is expanded from...
|
|---|
| 25040 | /mnt/share/cygpkgs/autoconf2.7/autoconf2.7.noarch/src/autoconf-2.72/lib/autoconf/general.m4:2892: _AC_LINK_IFELSE is expanded from...
|
|---|
| 25041 | /mnt/share/cygpkgs/autoconf2.7/autoconf2.7.noarch/src/autoconf-2.72/lib/autoconf/general.m4:2909: AC_LINK_IFELSE is expanded from...
|
|---|
| 25042 | acinclude.m4:1368: _LT_AC_SYS_LIBPATH_AIX is expanded from...
|
|---|
| 25043 | acinclude.m4:6422: AC_LIBTOOL_PROG_LD_SHLIBS is expanded from...
|
|---|
| 25044 | acinclude.m4:5081: _LT_AC_LANG_GCJ_CONFIG is expanded from...
|
|---|
| 25045 | acinclude.m4:5080: AC_LIBTOOL_LANG_GCJ_CONFIG is expanded from...
|
|---|
| 25046 | acinclude.m4:2867: _LT_AC_TAGCONFIG is expanded from...
|
|---|
| 25047 | acinclude.m4:1159: AC_LIBTOOL_SETUP is expanded from...
|
|---|
| 25048 | acinclude.m4:1139: _AC_PROG_LIBTOOL is expanded from...
|
|---|
| 25049 | acinclude.m4:1104: AC_PROG_LIBTOOL is expanded from...
|
|---|
| 25050 | configure.ac:204: the top level
|
|---|
| 25051 | configure.ac:241: warning: The macro 'AC_TRY_LINK' is obsolete.
|
|---|
| 25052 | configure.ac:241: You should run autoupdate.
|
|---|
| 25053 | /mnt/share/cygpkgs/autoconf2.7/autoconf2.7.noarch/src/autoconf-2.72/lib/autoconf/general.m4:2918: AC_TRY_LINK is expanded from...
|
|---|
| 25054 | configure.ac:241: the top level
|
|---|
| 25055 | configure.ac:266: warning: The macro 'AC_TYPE_SIGNAL' is obsolete.
|
|---|
| 25056 | configure.ac:266: You should run autoupdate.
|
|---|
| 25057 | /mnt/share/cygpkgs/autoconf2.7/autoconf2.7.noarch/src/autoconf-2.72/lib/autoconf/types.m4:805: AC_TYPE_SIGNAL is expanded from...
|
|---|
| 25058 | configure.ac:266: the top level
|
|---|
| 25059 | configure.ac:337: warning: The macro 'AC_TRY_LINK' is obsolete.
|
|---|
| 25060 | configure.ac:337: You should run autoupdate.
|
|---|
| 25061 | /mnt/share/cygpkgs/autoconf2.7/autoconf2.7.noarch/src/autoconf-2.72/lib/autoconf/general.m4:2918: AC_TRY_LINK is expanded from...
|
|---|
| 25062 | configure.ac:337: the top level
|
|---|
| 25063 | configure.ac:341: warning: The macro 'AC_TRY_LINK' is obsolete.
|
|---|
| 25064 | configure.ac:341: You should run autoupdate.
|
|---|
| 25065 | /mnt/share/cygpkgs/autoconf2.7/autoconf2.7.noarch/src/autoconf-2.72/lib/autoconf/general.m4:2918: AC_TRY_LINK is expanded from...
|
|---|
| 25066 | configure.ac:341: the top level
|
|---|
| 25067 | cd xdrfile-1.1.4 ; MSYS2_ARG_CONV_EXCL=/OUT CC='cl -EHa -GR -GF -MD ' CXX='cl -EHa -GR -GF -MD -Zc:inline,rvalueCast,strictStrings -wd4251 ' LDFLAGS=" -Ox -W2" CFLAGS= ./configure --enable-shared --with-pic
|
|---|
| 25068 | checking build system type... x86_64-unknown-cygwin
|
|---|
| 25069 | checking host system type... x86_64-unknown-cygwin
|
|---|
| 25070 | checking for a BSD-compatible install... /usr/bin/install -c
|
|---|
| 25071 | checking whether build environment is sane... yes
|
|---|
| 25072 | checking for gawk... gawk
|
|---|
| 25073 | checking whether make sets $(MAKE)... yes
|
|---|
| 25074 | checking how to create a ustar tar archive... gnutar
|
|---|
| 25075 | checking whether the C compiler works... yes
|
|---|
| 25076 | checking for C compiler default output file name... conftest.exe
|
|---|
| 25077 | checking for suffix of executables... .exe
|
|---|
| 25078 | checking whether we are cross compiling... no
|
|---|
| 25079 | checking for suffix of object files... obj
|
|---|
| 25080 | checking whether the compiler supports GNU C... no
|
|---|
| 25081 | checking whether cl -EHa -GR -GF -MD accepts -g... yes
|
|---|
| 25082 | checking for cl -EHa -GR -GF -MD option to enable C11 features... unsupported
|
|---|
| 25083 | checking for cl -EHa -GR -GF -MD option to enable C99 features... unsupported
|
|---|
| 25084 | checking for cl -EHa -GR -GF -MD option to enable C89 features... unsupported
|
|---|
| 25085 | checking for style of include used by make... GNU
|
|---|
| 25086 | checking dependency style of cl -EHa -GR -GF -MD ... none
|
|---|
| 25087 | checking how to run the C preprocessor... cl -EHa -GR -GF -MD -E
|
|---|
| 25088 | ********************************************************************
|
|---|
| 25089 | * Note: We have not optimized the C compiler flags on your target *
|
|---|
| 25090 | * yet, but the default CFLAGS=-O3 should be OK in most cases. *
|
|---|
| 25091 | * You can override this by setting the CFLAGS environment variable.*
|
|---|
| 25092 | *******************************************************************
|
|---|
| 25093 | checking whether cl -EHa -GR -GF -MD accepts -O3... no
|
|---|
| 25094 | *******************************************************************
|
|---|
| 25095 | * Sorry, these optimization settings don't seem to work for *
|
|---|
| 25096 | * your C compiler. Use make CFLAGS=..., or edit the top Makefile. *
|
|---|
| 25097 | *******************************************************************
|
|---|
| 25098 | checking for stdio.h... yes
|
|---|
| 25099 | checking for stdlib.h... yes
|
|---|
| 25100 | checking for string.h... yes
|
|---|
| 25101 | checking for inttypes.h... yes
|
|---|
| 25102 | checking for stdint.h... yes
|
|---|
| 25103 | checking for strings.h... no
|
|---|
| 25104 | checking for sys/stat.h... yes
|
|---|
| 25105 | checking for sys/types.h... yes
|
|---|
| 25106 | checking for unistd.h... no
|
|---|
| 25107 | checking whether byte ordering is bigendian... no
|
|---|
| 25108 | checking size of int... 4
|
|---|
| 25109 | checking size of long int... 4
|
|---|
| 25110 | checking size of long long int... 8
|
|---|
| 25111 | checking that size_t can hold pointers... yes
|
|---|
| 25112 | checking floating-point format... configure: WARNING: Unknown floating-point format
|
|---|
| 25113 |
|
|---|
| 25114 | checking whether ln -s works... yes
|
|---|
| 25115 | checking whether make sets $(MAKE)... (cached) yes
|
|---|
| 25116 | checking for a sed that does not truncate output... /usr/bin/sed
|
|---|
| 25117 | checking for grep that handles long lines and -e... /usr/bin/grep
|
|---|
| 25118 | checking for egrep... /usr/bin/grep -E
|
|---|
| 25119 | checking for non-GNU ld... /usr/bin/ld
|
|---|
| 25120 | checking if the linker (/usr/bin/ld) is GNU ld... yes
|
|---|
| 25121 | checking for /usr/bin/ld option to reload object files... -r
|
|---|
| 25122 | checking for BSD-compatible nm... /usr/bin/nm -B
|
|---|
| 25123 | checking how to recognise dependent libraries... file_magic ^x86 archive import|^x86 DLL
|
|---|
| 25124 | checking for dlltool... dlltool
|
|---|
| 25125 | checking for as... as
|
|---|
| 25126 | checking for objdump... objdump
|
|---|
| 25127 | checking for dlfcn.h... no
|
|---|
| 25128 | checking whether the compiler supports GNU C++... no
|
|---|
| 25129 | checking whether cl -EHa -GR -GF -MD -Zc:inline,rvalueCast,strictStrings -wd4251 accepts -g... yes
|
|---|
| 25130 | checking for cl -EHa -GR -GF -MD -Zc:inline,rvalueCast,strictStrings -wd4251 option to enable C++11 features... unsupported
|
|---|
| 25131 | checking for cl -EHa -GR -GF -MD -Zc:inline,rvalueCast,strictStrings -wd4251 option to enable C++98 features... none needed
|
|---|
| 25132 | checking dependency style of cl -EHa -GR -GF -MD -Zc:inline,rvalueCast,strictStrings -wd4251 ... none
|
|---|
| 25133 | checking how to run the C++ preprocessor... cl -EHa -GR -GF -MD -Zc:inline,rvalueCast,strictStrings -wd4251 -E
|
|---|
| 25134 | checking the maximum length of command line arguments... 8192
|
|---|
| 25135 | checking command to parse /usr/bin/nm -B output from cl -EHa -GR -GF -MD object... failed
|
|---|
| 25136 | checking for objdir... .libs
|
|---|
| 25137 | checking for ar... ar
|
|---|
| 25138 | checking for ranlib... ranlib
|
|---|
| 25139 | checking for strip... strip
|
|---|
| 25140 | checking for cl -EHa -GR -GF -MD option to produce PIC...
|
|---|
| 25141 | checking if cl -EHa -GR -GF -MD static flag works... yes
|
|---|
| 25142 | checking if cl -EHa -GR -GF -MD supports -c -o file.obj... no
|
|---|
| 25143 | checking if we can lock with hard links... yes
|
|---|
| 25144 | checking whether the cl -EHa -GR -GF -MD linker (/usr/bin/ld) supports shared libraries... yes
|
|---|
| 25145 | checking dynamic linker characteristics... Win32 ld.exe
|
|---|
| 25146 | checking how to hardcode library paths into programs... immediate
|
|---|
| 25147 | checking whether stripping libraries is possible... yes
|
|---|
| 25148 | checking if libtool supports shared libraries... yes
|
|---|
| 25149 | checking whether to build shared libraries... yes
|
|---|
| 25150 | checking whether to build static libraries... yes
|
|---|
| 25151 | configure: creating libtool
|
|---|
| 25152 | cygpath: can't convert empty path
|
|---|
| 25153 | appending configuration tag "CXX" to libtool
|
|---|
| 25154 | checking whether the cl -EHa -GR -GF -MD -Zc:inline,rvalueCast,strictStrings -wd4251 linker (/usr/bin/ld) supports shared libraries... yes
|
|---|
| 25155 | checking for cl -EHa -GR -GF -MD -Zc:inline,rvalueCast,strictStrings -wd4251 option to produce PIC...
|
|---|
| 25156 | checking if cl -EHa -GR -GF -MD -Zc:inline,rvalueCast,strictStrings -wd4251 static flag works... yes
|
|---|
| 25157 | checking if cl -EHa -GR -GF -MD -Zc:inline,rvalueCast,strictStrings -wd4251 supports -c -o file.obj... no
|
|---|
| 25158 | checking if we can lock with hard links... yes
|
|---|
| 25159 | checking whether the cl -EHa -GR -GF -MD -Zc:inline,rvalueCast,strictStrings -wd4251 linker (/usr/bin/ld) supports shared libraries... yes
|
|---|
| 25160 | checking dynamic linker characteristics... Win32 ld.exe
|
|---|
| 25161 | checking how to hardcode library paths into programs... immediate
|
|---|
| 25162 | appending configuration tag "F77" to libtool
|
|---|
| 25163 | checking for cl -EHa -GR -GF -MD option to enable large file support... support not detected
|
|---|
| 25164 | checking for declarations of fseeko and ftello... no
|
|---|
| 25165 | configure: Using built-in math library with intel compiler
|
|---|
| 25166 | checking for working memcmp... yes
|
|---|
| 25167 | checking return type of signal handlers... void
|
|---|
| 25168 | checking for vprintf... no
|
|---|
| 25169 | checking for _doprnt... no
|
|---|
| 25170 | checking if malloc debugging is wanted... no
|
|---|
| 25171 | checking for strcasecmp... no
|
|---|
| 25172 | checking for strdup... yes
|
|---|
| 25173 | checking for bool... no
|
|---|
| 25174 | checking for limits.h... yes
|
|---|
| 25175 | checking for unistd.h... (cached) no
|
|---|
| 25176 | checking for an ANSI C-conforming const... yes
|
|---|
| 25177 | checking for size_t... yes
|
|---|
| 25178 | checking whether struct tm is in sys/time.h or time.h... time.h
|
|---|
| 25179 | checking for uid_t... no
|
|---|
| 25180 | checking for gid_t... no
|
|---|
| 25181 | checking for inline... inline
|
|---|
| 25182 | checking whether byte ordering is bigendian... (cached) no
|
|---|
| 25183 | configure: creating ./config.status
|
|---|
| 25184 | config.status: creating Makefile
|
|---|
| 25185 | config.status: creating include/Makefile
|
|---|
| 25186 | config.status: creating src/Makefile
|
|---|
| 25187 | config.status: creating src/python/Makefile
|
|---|
| 25188 | config.status: creating config.h
|
|---|
| 25189 | config.status: executing depfiles commands
|
|---|
| 25190 |
|
|---|
| 25191 | cd xdrfile-1.1.4 ; MSYS2_ARG_CONV_EXCL=/OUT CC='cl -EHa -GR -GF -MD ' CXX='cl -EHa -GR -GF -MD -Zc:inline,rvalueCast,strictStrings -wd4251 ' LDFLAGS=" -Ox -W2" CFLAGS= make
|
|---|
| 25192 | make[8]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/md_crds/gromacs/xdrfile-1.1.4'
|
|---|
| 25193 | cd . && /bin/sh /home/goddard/ucsf/chimerax/src/bundles/md_crds/gromacs/xdrfile-1.1.4/config/missing --run aclocal-1.9
|
|---|
| 25194 | /home/goddard/ucsf/chimerax/src/bundles/md_crds/gromacs/xdrfile-1.1.4/config/missing: line 52: aclocal-1.9: command not found
|
|---|
| 25195 | WARNING: `aclocal-1.9' is missing on your system. You should only need it if
|
|---|
| 25196 | you modified `acinclude.m4' or `configure.ac'. You might want
|
|---|
| 25197 | to install the `Automake' and `Perl' packages. Grab them from
|
|---|
| 25198 | any GNU archive site.
|
|---|
| 25199 | cd . && /bin/sh /home/goddard/ucsf/chimerax/src/bundles/md_crds/gromacs/xdrfile-1.1.4/config/missing --run automake-1.9 --foreign
|
|---|
| 25200 | /home/goddard/ucsf/chimerax/src/bundles/md_crds/gromacs/xdrfile-1.1.4/config/missing: line 52: automake-1.9: command not found
|
|---|
| 25201 | WARNING: `automake-1.9' is missing on your system. You should only need it if
|
|---|
| 25202 | you modified `Makefile.am', `acinclude.m4' or `configure.ac'.
|
|---|
| 25203 | You might want to install the `Automake' and `Perl' packages.
|
|---|
| 25204 | Grab them from any GNU archive site.
|
|---|
| 25205 | cd . && /bin/sh /home/goddard/ucsf/chimerax/src/bundles/md_crds/gromacs/xdrfile-1.1.4/config/missing --run autoconf
|
|---|
| 25206 | configure.ac:11: warning: The macro 'AC_FOREACH' is obsolete.
|
|---|
| 25207 | configure.ac:11: You should run autoupdate.
|
|---|
| 25208 | /mnt/share/cygpkgs/autoconf2.7/autoconf2.7.noarch/src/autoconf-2.72/lib/autoconf/general.m4:191: AC_FOREACH is expanded from...
|
|---|
| 25209 | aclocal.m4:727: _AM_SET_OPTIONS is expanded from...
|
|---|
| 25210 | aclocal.m4:429: AM_INIT_AUTOMAKE is expanded from...
|
|---|
| 25211 | configure.ac:11: the top level
|
|---|
| 25212 | configure.ac:14: warning: The macro 'AM_CONFIG_HEADER' is obsolete.
|
|---|
| 25213 | configure.ac:14: You should run autoupdate.
|
|---|
| 25214 | aclocal.m4:402: AM_CONFIG_HEADER is expanded from...
|
|---|
| 25215 | configure.ac:14: the top level
|
|---|
| 25216 | configure.ac:21: warning: The macro 'AC_HELP_STRING' is obsolete.
|
|---|
| 25217 | configure.ac:21: You should run autoupdate.
|
|---|
| 25218 | /mnt/share/cygpkgs/autoconf2.7/autoconf2.7.noarch/src/autoconf-2.72/lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from...
|
|---|
| 25219 | /mnt/share/cygpkgs/autoconf2.7/autoconf2.7.noarch/src/autoconf-2.72/lib/autoconf/general.m4:1534: AC_ARG_ENABLE is expanded from...
|
|---|
| 25220 | acinclude.m4:2989: AC_ENABLE_SHARED is expanded from...
|
|---|
| 25221 | acinclude.m4:3018: AC_DISABLE_SHARED is expanded from...
|
|---|
| 25222 | configure.ac:21: the top level
|
|---|
| 25223 | configure.ac:98: warning: The macro 'AC_TRY_LINK' is obsolete.
|
|---|
| 25224 | configure.ac:98: You should run autoupdate.
|
|---|
| 25225 | /mnt/share/cygpkgs/autoconf2.7/autoconf2.7.noarch/src/autoconf-2.72/lib/autoconf/general.m4:2918: AC_TRY_LINK is expanded from...
|
|---|
| 25226 | configure.ac:98: the top level
|
|---|
| 25227 | configure.ac:107: warning: The macro 'AC_TRY_COMPILE' is obsolete.
|
|---|
| 25228 | configure.ac:107: You should run autoupdate.
|
|---|
| 25229 | /mnt/share/cygpkgs/autoconf2.7/autoconf2.7.noarch/src/autoconf-2.72/lib/autoconf/general.m4:2845: AC_TRY_COMPILE is expanded from...
|
|---|
| 25230 | configure.ac:107: the top level
|
|---|
| 25231 | configure.ac:161: warning: The macro 'ac_cv_prog_gcc' is obsolete.
|
|---|
| 25232 | configure.ac:161: You should run autoupdate.
|
|---|
| 25233 | /mnt/share/cygpkgs/autoconf2.7/autoconf2.7.noarch/src/autoconf-2.72/lib/autoconf/c.m4:448: ac_cv_prog_gcc is expanded from...
|
|---|
| 25234 | acinclude.m4:407: ACX_COMPILER_MAXOPT is expanded from...
|
|---|
| 25235 | configure.ac:161: the top level
|
|---|
| 25236 | configure.ac:161: warning: The macro 'ac_cv_prog_g77' is obsolete.
|
|---|
| 25237 | configure.ac:161: You should run autoupdate.
|
|---|
| 25238 | /mnt/share/cygpkgs/autoconf2.7/autoconf2.7.noarch/src/autoconf-2.72/lib/autoconf/fortran.m4:269: ac_cv_prog_g77 is expanded from...
|
|---|
| 25239 | acinclude.m4:407: ACX_COMPILER_MAXOPT is expanded from...
|
|---|
| 25240 | configure.ac:161: the top level
|
|---|
| 25241 | configure.ac:161: warning: AC_CACHE_VAL(ac_o3, ...): suspicious cache-id, must contain _cv_ to be cached
|
|---|
| 25242 | /mnt/share/cygpkgs/autoconf2.7/autoconf2.7.noarch/src/autoconf-2.72/lib/autoconf/general.m4:2249: AC_CACHE_VAL is expanded from...
|
|---|
| 25243 | /mnt/share/cygpkgs/autoconf2.7/autoconf2.7.noarch/src/autoconf-2.72/lib/autoconf/general.m4:2270: AC_CACHE_CHECK is expanded from...
|
|---|
| 25244 | acinclude.m4:255: ACX_CHECK_CC_FLAGS is expanded from...
|
|---|
| 25245 | acinclude.m4:407: ACX_COMPILER_MAXOPT is expanded from...
|
|---|
| 25246 | configure.ac:161: the top level
|
|---|
| 25247 | configure.ac:161: warning: AC_CACHE_VAL(ac_faltivec, ...): suspicious cache-id, must contain _cv_ to be cached
|
|---|
| 25248 | /mnt/share/cygpkgs/autoconf2.7/autoconf2.7.noarch/src/autoconf-2.72/lib/autoconf/general.m4:2249: AC_CACHE_VAL is expanded from...
|
|---|
| 25249 | /mnt/share/cygpkgs/autoconf2.7/autoconf2.7.noarch/src/autoconf-2.72/lib/autoconf/general.m4:2270: AC_CACHE_CHECK is expanded from...
|
|---|
| 25250 | acinclude.m4:255: ACX_CHECK_CC_FLAGS is expanded from...
|
|---|
| 25251 | acinclude.m4:407: ACX_COMPILER_MAXOPT is expanded from...
|
|---|
| 25252 | configure.ac:161: the top level
|
|---|
| 25253 | configure.ac:161: warning: AC_CACHE_VAL(ac_maltivec, ...): suspicious cache-id, must contain _cv_ to be cached
|
|---|
| 25254 | /mnt/share/cygpkgs/autoconf2.7/autoconf2.7.noarch/src/autoconf-2.72/lib/autoconf/general.m4:2249: AC_CACHE_VAL is expanded from...
|
|---|
| 25255 | /mnt/share/cygpkgs/autoconf2.7/autoconf2.7.noarch/src/autoconf-2.72/lib/autoconf/general.m4:2270: AC_CACHE_CHECK is expanded from...
|
|---|
| 25256 | acinclude.m4:255: ACX_CHECK_CC_FLAGS is expanded from...
|
|---|
| 25257 | acinclude.m4:407: ACX_COMPILER_MAXOPT is expanded from...
|
|---|
| 25258 | configure.ac:161: the top level
|
|---|
| 25259 | configure.ac:161: warning: AC_CACHE_VAL(ac_mabialtivec, ...): suspicious cache-id, must contain _cv_ to be cached
|
|---|
| 25260 | /mnt/share/cygpkgs/autoconf2.7/autoconf2.7.noarch/src/autoconf-2.72/lib/autoconf/general.m4:2249: AC_CACHE_VAL is expanded from...
|
|---|
| 25261 | /mnt/share/cygpkgs/autoconf2.7/autoconf2.7.noarch/src/autoconf-2.72/lib/autoconf/general.m4:2270: AC_CACHE_CHECK is expanded from...
|
|---|
| 25262 | acinclude.m4:255: ACX_CHECK_CC_FLAGS is expanded from...
|
|---|
| 25263 | acinclude.m4:407: ACX_COMPILER_MAXOPT is expanded from...
|
|---|
| 25264 | configure.ac:161: the top level
|
|---|
| 25265 | configure.ac:161: warning: AC_CACHE_VAL(ac_fno_schedule_insns, ...): suspicious cache-id, must contain _cv_ to be cached
|
|---|
| 25266 | /mnt/share/cygpkgs/autoconf2.7/autoconf2.7.noarch/src/autoconf-2.72/lib/autoconf/general.m4:2249: AC_CACHE_VAL is expanded from...
|
|---|
| 25267 | /mnt/share/cygpkgs/autoconf2.7/autoconf2.7.noarch/src/autoconf-2.72/lib/autoconf/general.m4:2270: AC_CACHE_CHECK is expanded from...
|
|---|
| 25268 | acinclude.m4:255: ACX_CHECK_CC_FLAGS is expanded from...
|
|---|
| 25269 | acinclude.m4:407: ACX_COMPILER_MAXOPT is expanded from...
|
|---|
| 25270 | configure.ac:161: the top level
|
|---|
| 25271 | configure.ac:161: warning: AC_CACHE_VAL(ac_m_cpu_7450, ...): suspicious cache-id, must contain _cv_ to be cached
|
|---|
| 25272 | /mnt/share/cygpkgs/autoconf2.7/autoconf2.7.noarch/src/autoconf-2.72/lib/autoconf/general.m4:2249: AC_CACHE_VAL is expanded from...
|
|---|
| 25273 | /mnt/share/cygpkgs/autoconf2.7/autoconf2.7.noarch/src/autoconf-2.72/lib/autoconf/general.m4:2270: AC_CACHE_CHECK is expanded from...
|
|---|
| 25274 | acinclude.m4:255: ACX_CHECK_CC_FLAGS is expanded from...
|
|---|
| 25275 | acinclude.m4:407: ACX_COMPILER_MAXOPT is expanded from...
|
|---|
| 25276 | configure.ac:161: the top level
|
|---|
| 25277 | configure.ac:161: warning: AC_CACHE_VAL(ac_m_tune_970, ...): suspicious cache-id, must contain _cv_ to be cached
|
|---|
| 25278 | /mnt/share/cygpkgs/autoconf2.7/autoconf2.7.noarch/src/autoconf-2.72/lib/autoconf/general.m4:2249: AC_CACHE_VAL is expanded from...
|
|---|
| 25279 | /mnt/share/cygpkgs/autoconf2.7/autoconf2.7.noarch/src/autoconf-2.72/lib/autoconf/general.m4:2270: AC_CACHE_CHECK is expanded from...
|
|---|
| 25280 | acinclude.m4:255: ACX_CHECK_CC_FLAGS is expanded from...
|
|---|
| 25281 | acinclude.m4:407: ACX_COMPILER_MAXOPT is expanded from...
|
|---|
| 25282 | configure.ac:161: the top level
|
|---|
| 25283 | configure.ac:161: warning: AC_CACHE_VAL(ac_m_cpu_powerpc, ...): suspicious cache-id, must contain _cv_ to be cached
|
|---|
| 25284 | /mnt/share/cygpkgs/autoconf2.7/autoconf2.7.noarch/src/autoconf-2.72/lib/autoconf/general.m4:2249: AC_CACHE_VAL is expanded from...
|
|---|
| 25285 | /mnt/share/cygpkgs/autoconf2.7/autoconf2.7.noarch/src/autoconf-2.72/lib/autoconf/general.m4:2270: AC_CACHE_CHECK is expanded from...
|
|---|
| 25286 | acinclude.m4:255: ACX_CHECK_CC_FLAGS is expanded from...
|
|---|
| 25287 | acinclude.m4:407: ACX_COMPILER_MAXOPT is expanded from...
|
|---|
| 25288 | configure.ac:161: the top level
|
|---|
| 25289 | configure.ac:161: warning: AC_CACHE_VAL(ac_msse2, ...): suspicious cache-id, must contain _cv_ to be cached
|
|---|
| 25290 | /mnt/share/cygpkgs/autoconf2.7/autoconf2.7.noarch/src/autoconf-2.72/lib/autoconf/general.m4:2249: AC_CACHE_VAL is expanded from...
|
|---|
| 25291 | /mnt/share/cygpkgs/autoconf2.7/autoconf2.7.noarch/src/autoconf-2.72/lib/autoconf/general.m4:2270: AC_CACHE_CHECK is expanded from...
|
|---|
| 25292 | acinclude.m4:255: ACX_CHECK_CC_FLAGS is expanded from...
|
|---|
| 25293 | acinclude.m4:407: ACX_COMPILER_MAXOPT is expanded from...
|
|---|
| 25294 | configure.ac:161: the top level
|
|---|
| 25295 | configure.ac:161: warning: AC_CACHE_VAL(ac_funroll_all_loops, ...): suspicious cache-id, must contain _cv_ to be cached
|
|---|
| 25296 | /mnt/share/cygpkgs/autoconf2.7/autoconf2.7.noarch/src/autoconf-2.72/lib/autoconf/general.m4:2249: AC_CACHE_VAL is expanded from...
|
|---|
| 25297 | /mnt/share/cygpkgs/autoconf2.7/autoconf2.7.noarch/src/autoconf-2.72/lib/autoconf/general.m4:2270: AC_CACHE_CHECK is expanded from...
|
|---|
| 25298 | acinclude.m4:255: ACX_CHECK_CC_FLAGS is expanded from...
|
|---|
| 25299 | acinclude.m4:407: ACX_COMPILER_MAXOPT is expanded from...
|
|---|
| 25300 | configure.ac:161: the top level
|
|---|
| 25301 | configure.ac:161: warning: AC_CACHE_VAL(ac_stdgnu99, ...): suspicious cache-id, must contain _cv_ to be cached
|
|---|
| 25302 | /mnt/share/cygpkgs/autoconf2.7/autoconf2.7.noarch/src/autoconf-2.72/lib/autoconf/general.m4:2249: AC_CACHE_VAL is expanded from...
|
|---|
| 25303 | /mnt/share/cygpkgs/autoconf2.7/autoconf2.7.noarch/src/autoconf-2.72/lib/autoconf/general.m4:2270: AC_CACHE_CHECK is expanded from...
|
|---|
| 25304 | acinclude.m4:255: ACX_CHECK_CC_FLAGS is expanded from...
|
|---|
| 25305 | acinclude.m4:407: ACX_COMPILER_MAXOPT is expanded from...
|
|---|
| 25306 | configure.ac:161: the top level
|
|---|
| 25307 | configure.ac:161: warning: AC_CACHE_VAL(ac_fexcess_precision_fast, ...): suspicious cache-id, must contain _cv_ to be cached
|
|---|
| 25308 | /mnt/share/cygpkgs/autoconf2.7/autoconf2.7.noarch/src/autoconf-2.72/lib/autoconf/general.m4:2249: AC_CACHE_VAL is expanded from...
|
|---|
| 25309 | /mnt/share/cygpkgs/autoconf2.7/autoconf2.7.noarch/src/autoconf-2.72/lib/autoconf/general.m4:2270: AC_CACHE_CHECK is expanded from...
|
|---|
| 25310 | acinclude.m4:255: ACX_CHECK_CC_FLAGS is expanded from...
|
|---|
| 25311 | acinclude.m4:407: ACX_COMPILER_MAXOPT is expanded from...
|
|---|
| 25312 | configure.ac:161: the top level
|
|---|
| 25313 | configure.ac:161: warning: AC_CACHE_VAL(ac_guessed_cflags, ...): suspicious cache-id, must contain _cv_ to be cached
|
|---|
| 25314 | /mnt/share/cygpkgs/autoconf2.7/autoconf2.7.noarch/src/autoconf-2.72/lib/autoconf/general.m4:2249: AC_CACHE_VAL is expanded from...
|
|---|
| 25315 | /mnt/share/cygpkgs/autoconf2.7/autoconf2.7.noarch/src/autoconf-2.72/lib/autoconf/general.m4:2270: AC_CACHE_CHECK is expanded from...
|
|---|
| 25316 | acinclude.m4:255: ACX_CHECK_CC_FLAGS is expanded from...
|
|---|
| 25317 | acinclude.m4:407: ACX_COMPILER_MAXOPT is expanded from...
|
|---|
| 25318 | configure.ac:161: the top level
|
|---|
| 25319 | configure.ac:161: warning: AC_CACHE_VAL(ac_guessed_fflags, ...): suspicious cache-id, must contain _cv_ to be cached
|
|---|
| 25320 | /mnt/share/cygpkgs/autoconf2.7/autoconf2.7.noarch/src/autoconf-2.72/lib/autoconf/general.m4:2249: AC_CACHE_VAL is expanded from...
|
|---|
| 25321 | /mnt/share/cygpkgs/autoconf2.7/autoconf2.7.noarch/src/autoconf-2.72/lib/autoconf/general.m4:2270: AC_CACHE_CHECK is expanded from...
|
|---|
| 25322 | acinclude.m4:281: ACX_CHECK_F77_FLAGS is expanded from...
|
|---|
| 25323 | acinclude.m4:407: ACX_COMPILER_MAXOPT is expanded from...
|
|---|
| 25324 | configure.ac:161: the top level
|
|---|
| 25325 | configure.ac:186: warning: The macro 'AC_TRY_COMPILE' is obsolete.
|
|---|
| 25326 | configure.ac:186: You should run autoupdate.
|
|---|
| 25327 | /mnt/share/cygpkgs/autoconf2.7/autoconf2.7.noarch/src/autoconf-2.72/lib/autoconf/general.m4:2845: AC_TRY_COMPILE is expanded from...
|
|---|
| 25328 | configure.ac:186: the top level
|
|---|
| 25329 | configure.ac:197: warning: AC_CACHE_VAL(acx_float_format, ...): suspicious cache-id, must contain _cv_ to be cached
|
|---|
| 25330 | /mnt/share/cygpkgs/autoconf2.7/autoconf2.7.noarch/src/autoconf-2.72/lib/autoconf/general.m4:2249: AC_CACHE_VAL is expanded from...
|
|---|
| 25331 | /mnt/share/cygpkgs/autoconf2.7/autoconf2.7.noarch/src/autoconf-2.72/lib/autoconf/general.m4:2270: AC_CACHE_CHECK is expanded from...
|
|---|
| 25332 | acinclude.m4:164: ACX_FLOAT_FORMAT is expanded from...
|
|---|
| 25333 | configure.ac:197: the top level
|
|---|
| 25334 | configure.ac:204: warning: The macro 'AC_HELP_STRING' is obsolete.
|
|---|
| 25335 | configure.ac:204: You should run autoupdate.
|
|---|
| 25336 | /mnt/share/cygpkgs/autoconf2.7/autoconf2.7.noarch/src/autoconf-2.72/lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from...
|
|---|
| 25337 | /mnt/share/cygpkgs/autoconf2.7/autoconf2.7.noarch/src/autoconf-2.72/lib/autoconf/general.m4:1534: AC_ARG_ENABLE is expanded from...
|
|---|
| 25338 | acinclude.m4:3028: AC_ENABLE_STATIC is expanded from...
|
|---|
| 25339 | acinclude.m4:1159: AC_LIBTOOL_SETUP is expanded from...
|
|---|
| 25340 | acinclude.m4:1139: _AC_PROG_LIBTOOL is expanded from...
|
|---|
| 25341 | acinclude.m4:1104: AC_PROG_LIBTOOL is expanded from...
|
|---|
| 25342 | configure.ac:204: the top level
|
|---|
| 25343 | configure.ac:204: warning: The macro 'AC_HELP_STRING' is obsolete.
|
|---|
| 25344 | configure.ac:204: You should run autoupdate.
|
|---|
| 25345 | /mnt/share/cygpkgs/autoconf2.7/autoconf2.7.noarch/src/autoconf-2.72/lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from...
|
|---|
| 25346 | /mnt/share/cygpkgs/autoconf2.7/autoconf2.7.noarch/src/autoconf-2.72/lib/autoconf/general.m4:1534: AC_ARG_ENABLE is expanded from...
|
|---|
| 25347 | acinclude.m4:3067: AC_ENABLE_FAST_INSTALL is expanded from...
|
|---|
| 25348 | acinclude.m4:1159: AC_LIBTOOL_SETUP is expanded from...
|
|---|
| 25349 | acinclude.m4:1139: _AC_PROG_LIBTOOL is expanded from...
|
|---|
| 25350 | acinclude.m4:1104: AC_PROG_LIBTOOL is expanded from...
|
|---|
| 25351 | configure.ac:204: the top level
|
|---|
| 25352 | configure.ac:204: warning: The macro 'AC_HELP_STRING' is obsolete.
|
|---|
| 25353 | configure.ac:204: You should run autoupdate.
|
|---|
| 25354 | /mnt/share/cygpkgs/autoconf2.7/autoconf2.7.noarch/src/autoconf-2.72/lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from...
|
|---|
| 25355 | /mnt/share/cygpkgs/autoconf2.7/autoconf2.7.noarch/src/autoconf-2.72/lib/autoconf/general.m4:1553: AC_ARG_WITH is expanded from...
|
|---|
| 25356 | acinclude.m4:3208: AC_PROG_LD is expanded from...
|
|---|
| 25357 | acinclude.m4:1159: AC_LIBTOOL_SETUP is expanded from...
|
|---|
| 25358 | acinclude.m4:1139: _AC_PROG_LIBTOOL is expanded from...
|
|---|
| 25359 | acinclude.m4:1104: AC_PROG_LIBTOOL is expanded from...
|
|---|
| 25360 | configure.ac:204: the top level
|
|---|
| 25361 | configure.ac:204: warning: The macro 'AC_HELP_STRING' is obsolete.
|
|---|
| 25362 | configure.ac:204: You should run autoupdate.
|
|---|
| 25363 | /mnt/share/cygpkgs/autoconf2.7/autoconf2.7.noarch/src/autoconf-2.72/lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from...
|
|---|
| 25364 | /mnt/share/cygpkgs/autoconf2.7/autoconf2.7.noarch/src/autoconf-2.72/lib/autoconf/general.m4:1534: AC_ARG_ENABLE is expanded from...
|
|---|
| 25365 | acinclude.m4:1159: AC_LIBTOOL_SETUP is expanded from...
|
|---|
| 25366 | acinclude.m4:1139: _AC_PROG_LIBTOOL is expanded from...
|
|---|
| 25367 | acinclude.m4:1104: AC_PROG_LIBTOOL is expanded from...
|
|---|
| 25368 | configure.ac:204: the top level
|
|---|
| 25369 | configure.ac:204: warning: The macro 'AC_HELP_STRING' is obsolete.
|
|---|
| 25370 | configure.ac:204: You should run autoupdate.
|
|---|
| 25371 | /mnt/share/cygpkgs/autoconf2.7/autoconf2.7.noarch/src/autoconf-2.72/lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from...
|
|---|
| 25372 | /mnt/share/cygpkgs/autoconf2.7/autoconf2.7.noarch/src/autoconf-2.72/lib/autoconf/general.m4:1553: AC_ARG_WITH is expanded from...
|
|---|
| 25373 | acinclude.m4:1159: AC_LIBTOOL_SETUP is expanded from...
|
|---|
| 25374 | acinclude.m4:1139: _AC_PROG_LIBTOOL is expanded from...
|
|---|
| 25375 | acinclude.m4:1104: AC_PROG_LIBTOOL is expanded from...
|
|---|
| 25376 | configure.ac:204: the top level
|
|---|
| 25377 | configure.ac:204: warning: AC_CACHE_VAL(lt_prog_compiler_pic_works, ...): suspicious cache-id, must contain _cv_ to be cached
|
|---|
| 25378 | /mnt/share/cygpkgs/autoconf2.7/autoconf2.7.noarch/src/autoconf-2.72/lib/autoconf/general.m4:2249: AC_CACHE_VAL is expanded from...
|
|---|
| 25379 | /mnt/share/cygpkgs/autoconf2.7/autoconf2.7.noarch/src/autoconf-2.72/lib/autoconf/general.m4:2270: AC_CACHE_CHECK is expanded from...
|
|---|
| 25380 | acinclude.m4:1694: AC_LIBTOOL_COMPILER_OPTION is expanded from...
|
|---|
| 25381 | acinclude.m4:5895: AC_LIBTOOL_PROG_COMPILER_PIC is expanded from...
|
|---|
| 25382 | acinclude.m4:3731: _LT_AC_LANG_C_CONFIG is expanded from...
|
|---|
| 25383 | acinclude.m4:3730: AC_LIBTOOL_LANG_C_CONFIG is expanded from...
|
|---|
| 25384 | acinclude.m4:1159: AC_LIBTOOL_SETUP is expanded from...
|
|---|
| 25385 | acinclude.m4:1139: _AC_PROG_LIBTOOL is expanded from...
|
|---|
| 25386 | acinclude.m4:1104: AC_PROG_LIBTOOL is expanded from...
|
|---|
| 25387 | configure.ac:204: the top level
|
|---|
| 25388 | configure.ac:204: warning: AC_CACHE_VAL(lt_prog_compiler_static_works, ...): suspicious cache-id, must contain _cv_ to be cached
|
|---|
| 25389 | /mnt/share/cygpkgs/autoconf2.7/autoconf2.7.noarch/src/autoconf-2.72/lib/autoconf/general.m4:2249: AC_CACHE_VAL is expanded from...
|
|---|
| 25390 | /mnt/share/cygpkgs/autoconf2.7/autoconf2.7.noarch/src/autoconf-2.72/lib/autoconf/general.m4:2270: AC_CACHE_CHECK is expanded from...
|
|---|
| 25391 | acinclude.m4:1739: AC_LIBTOOL_LINKER_OPTION is expanded from...
|
|---|
| 25392 | acinclude.m4:5895: AC_LIBTOOL_PROG_COMPILER_PIC is expanded from...
|
|---|
| 25393 | acinclude.m4:3731: _LT_AC_LANG_C_CONFIG is expanded from...
|
|---|
| 25394 | acinclude.m4:3730: AC_LIBTOOL_LANG_C_CONFIG is expanded from...
|
|---|
| 25395 | acinclude.m4:1159: AC_LIBTOOL_SETUP is expanded from...
|
|---|
| 25396 | acinclude.m4:1139: _AC_PROG_LIBTOOL is expanded from...
|
|---|
| 25397 | acinclude.m4:1104: AC_PROG_LIBTOOL is expanded from...
|
|---|
| 25398 | configure.ac:204: the top level
|
|---|
| 25399 | configure.ac:204: warning: The macro 'AC_TRY_LINK' is obsolete.
|
|---|
| 25400 | configure.ac:204: You should run autoupdate.
|
|---|
| 25401 | /mnt/share/cygpkgs/autoconf2.7/autoconf2.7.noarch/src/autoconf-2.72/lib/autoconf/general.m4:2918: AC_TRY_LINK is expanded from...
|
|---|
| 25402 | /mnt/share/cygpkgs/autoconf2.7/autoconf2.7.noarch/src/autoconf-2.72/lib/m4sugar/m4sh.m4:690: _AS_IF_ELSE is expanded from...
|
|---|
| 25403 | /mnt/share/cygpkgs/autoconf2.7/autoconf2.7.noarch/src/autoconf-2.72/lib/m4sugar/m4sh.m4:697: AS_IF is expanded from...
|
|---|
| 25404 | /mnt/share/cygpkgs/autoconf2.7/autoconf2.7.noarch/src/autoconf-2.72/lib/autoconf/general.m4:2249: AC_CACHE_VAL is expanded from...
|
|---|
| 25405 | /mnt/share/cygpkgs/autoconf2.7/autoconf2.7.noarch/src/autoconf-2.72/lib/autoconf/general.m4:2270: AC_CACHE_CHECK is expanded from...
|
|---|
| 25406 | acinclude.m4:1548: _LT_AC_LOCK is expanded from...
|
|---|
| 25407 | acinclude.m4:2153: AC_LIBTOOL_SYS_HARD_LINK_LOCKS is expanded from...
|
|---|
| 25408 | acinclude.m4:3731: _LT_AC_LANG_C_CONFIG is expanded from...
|
|---|
| 25409 | acinclude.m4:3730: AC_LIBTOOL_LANG_C_CONFIG is expanded from...
|
|---|
| 25410 | acinclude.m4:1159: AC_LIBTOOL_SETUP is expanded from...
|
|---|
| 25411 | acinclude.m4:1139: _AC_PROG_LIBTOOL is expanded from...
|
|---|
| 25412 | acinclude.m4:1104: AC_PROG_LIBTOOL is expanded from...
|
|---|
| 25413 | configure.ac:204: the top level
|
|---|
| 25414 | configure.ac:204: warning: AC_LANG_CONFTEST: no AC_LANG_SOURCE call detected in body
|
|---|
| 25415 | /mnt/share/cygpkgs/autoconf2.7/autoconf2.7.noarch/src/autoconf-2.72/lib/autoconf/lang.m4:199: AC_LANG_CONFTEST is expanded from...
|
|---|
| 25416 | /mnt/share/cygpkgs/autoconf2.7/autoconf2.7.noarch/src/autoconf-2.72/lib/autoconf/general.m4:2892: _AC_LINK_IFELSE is expanded from...
|
|---|
| 25417 | /mnt/share/cygpkgs/autoconf2.7/autoconf2.7.noarch/src/autoconf-2.72/lib/autoconf/general.m4:2909: AC_LINK_IFELSE is expanded from...
|
|---|
| 25418 | acinclude.m4:1368: _LT_AC_SYS_LIBPATH_AIX is expanded from...
|
|---|
| 25419 | acinclude.m4:6422: AC_LIBTOOL_PROG_LD_SHLIBS is expanded from...
|
|---|
| 25420 | acinclude.m4:3731: _LT_AC_LANG_C_CONFIG is expanded from...
|
|---|
| 25421 | acinclude.m4:3730: AC_LIBTOOL_LANG_C_CONFIG is expanded from...
|
|---|
| 25422 | acinclude.m4:1159: AC_LIBTOOL_SETUP is expanded from...
|
|---|
| 25423 | acinclude.m4:1139: _AC_PROG_LIBTOOL is expanded from...
|
|---|
| 25424 | acinclude.m4:1104: AC_PROG_LIBTOOL is expanded from...
|
|---|
| 25425 | configure.ac:204: the top level
|
|---|
| 25426 | configure.ac:204: warning: The macro 'AC_HELP_STRING' is obsolete.
|
|---|
| 25427 | configure.ac:204: You should run autoupdate.
|
|---|
| 25428 | /mnt/share/cygpkgs/autoconf2.7/autoconf2.7.noarch/src/autoconf-2.72/lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from...
|
|---|
| 25429 | /mnt/share/cygpkgs/autoconf2.7/autoconf2.7.noarch/src/autoconf-2.72/lib/autoconf/general.m4:1553: AC_ARG_WITH is expanded from...
|
|---|
| 25430 | acinclude.m4:2867: _LT_AC_TAGCONFIG is expanded from...
|
|---|
| 25431 | acinclude.m4:1159: AC_LIBTOOL_SETUP is expanded from...
|
|---|
| 25432 | acinclude.m4:1139: _AC_PROG_LIBTOOL is expanded from...
|
|---|
| 25433 | acinclude.m4:1104: AC_PROG_LIBTOOL is expanded from...
|
|---|
| 25434 | configure.ac:204: the top level
|
|---|
| 25435 | configure.ac:204: warning: back quotes and double quotes must not be escaped in: tag name \"$tagname\" already exists
|
|---|
| 25436 | acinclude.m4:2867: _LT_AC_TAGCONFIG is expanded from...
|
|---|
| 25437 | acinclude.m4:1159: AC_LIBTOOL_SETUP is expanded from...
|
|---|
| 25438 | acinclude.m4:1139: _AC_PROG_LIBTOOL is expanded from...
|
|---|
| 25439 | acinclude.m4:1104: AC_PROG_LIBTOOL is expanded from...
|
|---|
| 25440 | configure.ac:204: the top level
|
|---|
| 25441 | configure.ac:204: warning: AC_LANG_CONFTEST: no AC_LANG_SOURCE call detected in body
|
|---|
| 25442 | /mnt/share/cygpkgs/autoconf2.7/autoconf2.7.noarch/src/autoconf-2.72/lib/autoconf/lang.m4:199: AC_LANG_CONFTEST is expanded from...
|
|---|
| 25443 | /mnt/share/cygpkgs/autoconf2.7/autoconf2.7.noarch/src/autoconf-2.72/lib/autoconf/general.m4:2892: _AC_LINK_IFELSE is expanded from...
|
|---|
| 25444 | /mnt/share/cygpkgs/autoconf2.7/autoconf2.7.noarch/src/autoconf-2.72/lib/autoconf/general.m4:2909: AC_LINK_IFELSE is expanded from...
|
|---|
| 25445 | acinclude.m4:1368: _LT_AC_SYS_LIBPATH_AIX is expanded from...
|
|---|
| 25446 | acinclude.m4:3812: _LT_AC_LANG_CXX_CONFIG is expanded from...
|
|---|
| 25447 | acinclude.m4:3811: AC_LIBTOOL_LANG_CXX_CONFIG is expanded from...
|
|---|
| 25448 | acinclude.m4:2867: _LT_AC_TAGCONFIG is expanded from...
|
|---|
| 25449 | acinclude.m4:1159: AC_LIBTOOL_SETUP is expanded from...
|
|---|
| 25450 | acinclude.m4:1139: _AC_PROG_LIBTOOL is expanded from...
|
|---|
| 25451 | acinclude.m4:1104: AC_PROG_LIBTOOL is expanded from...
|
|---|
| 25452 | configure.ac:204: the top level
|
|---|
| 25453 | configure.ac:204: warning: AC_CACHE_VAL(lt_prog_compiler_pic_works_CXX, ...): suspicious cache-id, must contain _cv_ to be cached
|
|---|
| 25454 | /mnt/share/cygpkgs/autoconf2.7/autoconf2.7.noarch/src/autoconf-2.72/lib/autoconf/general.m4:2249: AC_CACHE_VAL is expanded from...
|
|---|
| 25455 | /mnt/share/cygpkgs/autoconf2.7/autoconf2.7.noarch/src/autoconf-2.72/lib/autoconf/general.m4:2270: AC_CACHE_CHECK is expanded from...
|
|---|
| 25456 | acinclude.m4:1694: AC_LIBTOOL_COMPILER_OPTION is expanded from...
|
|---|
| 25457 | acinclude.m4:5895: AC_LIBTOOL_PROG_COMPILER_PIC is expanded from...
|
|---|
| 25458 | acinclude.m4:3812: _LT_AC_LANG_CXX_CONFIG is expanded from...
|
|---|
| 25459 | acinclude.m4:3811: AC_LIBTOOL_LANG_CXX_CONFIG is expanded from...
|
|---|
| 25460 | acinclude.m4:2867: _LT_AC_TAGCONFIG is expanded from...
|
|---|
| 25461 | acinclude.m4:1159: AC_LIBTOOL_SETUP is expanded from...
|
|---|
| 25462 | acinclude.m4:1139: _AC_PROG_LIBTOOL is expanded from...
|
|---|
| 25463 | acinclude.m4:1104: AC_PROG_LIBTOOL is expanded from...
|
|---|
| 25464 | configure.ac:204: the top level
|
|---|
| 25465 | configure.ac:204: warning: AC_CACHE_VAL(lt_prog_compiler_static_works_CXX, ...): suspicious cache-id, must contain _cv_ to be cached
|
|---|
| 25466 | /mnt/share/cygpkgs/autoconf2.7/autoconf2.7.noarch/src/autoconf-2.72/lib/autoconf/general.m4:2249: AC_CACHE_VAL is expanded from...
|
|---|
| 25467 | /mnt/share/cygpkgs/autoconf2.7/autoconf2.7.noarch/src/autoconf-2.72/lib/autoconf/general.m4:2270: AC_CACHE_CHECK is expanded from...
|
|---|
| 25468 | acinclude.m4:1739: AC_LIBTOOL_LINKER_OPTION is expanded from...
|
|---|
| 25469 | acinclude.m4:5895: AC_LIBTOOL_PROG_COMPILER_PIC is expanded from...
|
|---|
| 25470 | acinclude.m4:3812: _LT_AC_LANG_CXX_CONFIG is expanded from...
|
|---|
| 25471 | acinclude.m4:3811: AC_LIBTOOL_LANG_CXX_CONFIG is expanded from...
|
|---|
| 25472 | acinclude.m4:2867: _LT_AC_TAGCONFIG is expanded from...
|
|---|
| 25473 | acinclude.m4:1159: AC_LIBTOOL_SETUP is expanded from...
|
|---|
| 25474 | acinclude.m4:1139: _AC_PROG_LIBTOOL is expanded from...
|
|---|
| 25475 | acinclude.m4:1104: AC_PROG_LIBTOOL is expanded from...
|
|---|
| 25476 | configure.ac:204: the top level
|
|---|
| 25477 | configure.ac:204: warning: AC_CACHE_VAL(lt_prog_compiler_pic_works_F77, ...): suspicious cache-id, must contain _cv_ to be cached
|
|---|
| 25478 | /mnt/share/cygpkgs/autoconf2.7/autoconf2.7.noarch/src/autoconf-2.72/lib/autoconf/general.m4:2249: AC_CACHE_VAL is expanded from...
|
|---|
| 25479 | /mnt/share/cygpkgs/autoconf2.7/autoconf2.7.noarch/src/autoconf-2.72/lib/autoconf/general.m4:2270: AC_CACHE_CHECK is expanded from...
|
|---|
| 25480 | acinclude.m4:1694: AC_LIBTOOL_COMPILER_OPTION is expanded from...
|
|---|
| 25481 | acinclude.m4:5895: AC_LIBTOOL_PROG_COMPILER_PIC is expanded from...
|
|---|
| 25482 | acinclude.m4:4979: _LT_AC_LANG_F77_CONFIG is expanded from...
|
|---|
| 25483 | acinclude.m4:4978: AC_LIBTOOL_LANG_F77_CONFIG is expanded from...
|
|---|
| 25484 | acinclude.m4:2867: _LT_AC_TAGCONFIG is expanded from...
|
|---|
| 25485 | acinclude.m4:1159: AC_LIBTOOL_SETUP is expanded from...
|
|---|
| 25486 | acinclude.m4:1139: _AC_PROG_LIBTOOL is expanded from...
|
|---|
| 25487 | acinclude.m4:1104: AC_PROG_LIBTOOL is expanded from...
|
|---|
| 25488 | configure.ac:204: the top level
|
|---|
| 25489 | configure.ac:204: warning: AC_CACHE_VAL(lt_prog_compiler_static_works_F77, ...): suspicious cache-id, must contain _cv_ to be cached
|
|---|
| 25490 | /mnt/share/cygpkgs/autoconf2.7/autoconf2.7.noarch/src/autoconf-2.72/lib/autoconf/general.m4:2249: AC_CACHE_VAL is expanded from...
|
|---|
| 25491 | /mnt/share/cygpkgs/autoconf2.7/autoconf2.7.noarch/src/autoconf-2.72/lib/autoconf/general.m4:2270: AC_CACHE_CHECK is expanded from...
|
|---|
| 25492 | acinclude.m4:1739: AC_LIBTOOL_LINKER_OPTION is expanded from...
|
|---|
| 25493 | acinclude.m4:5895: AC_LIBTOOL_PROG_COMPILER_PIC is expanded from...
|
|---|
| 25494 | acinclude.m4:4979: _LT_AC_LANG_F77_CONFIG is expanded from...
|
|---|
| 25495 | acinclude.m4:4978: AC_LIBTOOL_LANG_F77_CONFIG is expanded from...
|
|---|
| 25496 | acinclude.m4:2867: _LT_AC_TAGCONFIG is expanded from...
|
|---|
| 25497 | acinclude.m4:1159: AC_LIBTOOL_SETUP is expanded from...
|
|---|
| 25498 | acinclude.m4:1139: _AC_PROG_LIBTOOL is expanded from...
|
|---|
| 25499 | acinclude.m4:1104: AC_PROG_LIBTOOL is expanded from...
|
|---|
| 25500 | configure.ac:204: the top level
|
|---|
| 25501 | configure.ac:204: warning: AC_CACHE_VAL(lt_prog_compiler_pic_works_GCJ, ...): suspicious cache-id, must contain _cv_ to be cached
|
|---|
| 25502 | /mnt/share/cygpkgs/autoconf2.7/autoconf2.7.noarch/src/autoconf-2.72/lib/autoconf/general.m4:2249: AC_CACHE_VAL is expanded from...
|
|---|
| 25503 | /mnt/share/cygpkgs/autoconf2.7/autoconf2.7.noarch/src/autoconf-2.72/lib/autoconf/general.m4:2270: AC_CACHE_CHECK is expanded from...
|
|---|
| 25504 | acinclude.m4:1694: AC_LIBTOOL_COMPILER_OPTION is expanded from...
|
|---|
| 25505 | acinclude.m4:5895: AC_LIBTOOL_PROG_COMPILER_PIC is expanded from...
|
|---|
| 25506 | acinclude.m4:5081: _LT_AC_LANG_GCJ_CONFIG is expanded from...
|
|---|
| 25507 | acinclude.m4:5080: AC_LIBTOOL_LANG_GCJ_CONFIG is expanded from...
|
|---|
| 25508 | acinclude.m4:2867: _LT_AC_TAGCONFIG is expanded from...
|
|---|
| 25509 | acinclude.m4:1159: AC_LIBTOOL_SETUP is expanded from...
|
|---|
| 25510 | acinclude.m4:1139: _AC_PROG_LIBTOOL is expanded from...
|
|---|
| 25511 | acinclude.m4:1104: AC_PROG_LIBTOOL is expanded from...
|
|---|
| 25512 | configure.ac:204: the top level
|
|---|
| 25513 | configure.ac:204: warning: AC_CACHE_VAL(lt_prog_compiler_static_works_GCJ, ...): suspicious cache-id, must contain _cv_ to be cached
|
|---|
| 25514 | /mnt/share/cygpkgs/autoconf2.7/autoconf2.7.noarch/src/autoconf-2.72/lib/autoconf/general.m4:2249: AC_CACHE_VAL is expanded from...
|
|---|
| 25515 | /mnt/share/cygpkgs/autoconf2.7/autoconf2.7.noarch/src/autoconf-2.72/lib/autoconf/general.m4:2270: AC_CACHE_CHECK is expanded from...
|
|---|
| 25516 | acinclude.m4:1739: AC_LIBTOOL_LINKER_OPTION is expanded from...
|
|---|
| 25517 | acinclude.m4:5895: AC_LIBTOOL_PROG_COMPILER_PIC is expanded from...
|
|---|
| 25518 | acinclude.m4:5081: _LT_AC_LANG_GCJ_CONFIG is expanded from...
|
|---|
| 25519 | acinclude.m4:5080: AC_LIBTOOL_LANG_GCJ_CONFIG is expanded from...
|
|---|
| 25520 | acinclude.m4:2867: _LT_AC_TAGCONFIG is expanded from...
|
|---|
| 25521 | acinclude.m4:1159: AC_LIBTOOL_SETUP is expanded from...
|
|---|
| 25522 | acinclude.m4:1139: _AC_PROG_LIBTOOL is expanded from...
|
|---|
| 25523 | acinclude.m4:1104: AC_PROG_LIBTOOL is expanded from...
|
|---|
| 25524 | configure.ac:204: the top level
|
|---|
| 25525 | configure.ac:204: warning: AC_LANG_CONFTEST: no AC_LANG_SOURCE call detected in body
|
|---|
| 25526 | /mnt/share/cygpkgs/autoconf2.7/autoconf2.7.noarch/src/autoconf-2.72/lib/autoconf/lang.m4:199: AC_LANG_CONFTEST is expanded from...
|
|---|
| 25527 | /mnt/share/cygpkgs/autoconf2.7/autoconf2.7.noarch/src/autoconf-2.72/lib/autoconf/general.m4:2892: _AC_LINK_IFELSE is expanded from...
|
|---|
| 25528 | /mnt/share/cygpkgs/autoconf2.7/autoconf2.7.noarch/src/autoconf-2.72/lib/autoconf/general.m4:2909: AC_LINK_IFELSE is expanded from...
|
|---|
| 25529 | acinclude.m4:1368: _LT_AC_SYS_LIBPATH_AIX is expanded from...
|
|---|
| 25530 | acinclude.m4:6422: AC_LIBTOOL_PROG_LD_SHLIBS is expanded from...
|
|---|
| 25531 | acinclude.m4:5081: _LT_AC_LANG_GCJ_CONFIG is expanded from...
|
|---|
| 25532 | acinclude.m4:5080: AC_LIBTOOL_LANG_GCJ_CONFIG is expanded from...
|
|---|
| 25533 | acinclude.m4:2867: _LT_AC_TAGCONFIG is expanded from...
|
|---|
| 25534 | acinclude.m4:1159: AC_LIBTOOL_SETUP is expanded from...
|
|---|
| 25535 | acinclude.m4:1139: _AC_PROG_LIBTOOL is expanded from...
|
|---|
| 25536 | acinclude.m4:1104: AC_PROG_LIBTOOL is expanded from...
|
|---|
| 25537 | configure.ac:204: the top level
|
|---|
| 25538 | configure.ac:241: warning: The macro 'AC_TRY_LINK' is obsolete.
|
|---|
| 25539 | configure.ac:241: You should run autoupdate.
|
|---|
| 25540 | /mnt/share/cygpkgs/autoconf2.7/autoconf2.7.noarch/src/autoconf-2.72/lib/autoconf/general.m4:2918: AC_TRY_LINK is expanded from...
|
|---|
| 25541 | configure.ac:241: the top level
|
|---|
| 25542 | configure.ac:266: warning: The macro 'AC_TYPE_SIGNAL' is obsolete.
|
|---|
| 25543 | configure.ac:266: You should run autoupdate.
|
|---|
| 25544 | /mnt/share/cygpkgs/autoconf2.7/autoconf2.7.noarch/src/autoconf-2.72/lib/autoconf/types.m4:805: AC_TYPE_SIGNAL is expanded from...
|
|---|
| 25545 | configure.ac:266: the top level
|
|---|
| 25546 | configure.ac:337: warning: The macro 'AC_TRY_LINK' is obsolete.
|
|---|
| 25547 | configure.ac:337: You should run autoupdate.
|
|---|
| 25548 | /mnt/share/cygpkgs/autoconf2.7/autoconf2.7.noarch/src/autoconf-2.72/lib/autoconf/general.m4:2918: AC_TRY_LINK is expanded from...
|
|---|
| 25549 | configure.ac:337: the top level
|
|---|
| 25550 | configure.ac:341: warning: The macro 'AC_TRY_LINK' is obsolete.
|
|---|
| 25551 | configure.ac:341: You should run autoupdate.
|
|---|
| 25552 | /mnt/share/cygpkgs/autoconf2.7/autoconf2.7.noarch/src/autoconf-2.72/lib/autoconf/general.m4:2918: AC_TRY_LINK is expanded from...
|
|---|
| 25553 | configure.ac:341: the top level
|
|---|
| 25554 | /bin/sh ./config.status --recheck
|
|---|
| 25555 | running CONFIG_SHELL=/bin/sh /bin/sh ./configure --enable-shared --with-pic CC=cl -EHa -GR -GF -MD CFLAGS= LDFLAGS= -Ox -W2 CXX=cl -EHa -GR -GF -MD -Zc:inline,rvalueCast,strictStrings -wd4251 --no-create --no-recursion
|
|---|
| 25556 | checking build system type... x86_64-unknown-cygwin
|
|---|
| 25557 | checking host system type... x86_64-unknown-cygwin
|
|---|
| 25558 | checking for a BSD-compatible install... /usr/bin/install -c
|
|---|
| 25559 | checking whether build environment is sane... yes
|
|---|
| 25560 | checking for gawk... gawk
|
|---|
| 25561 | checking whether make sets $(MAKE)... yes
|
|---|
| 25562 | checking how to create a ustar tar archive... gnutar
|
|---|
| 25563 | checking whether the C compiler works... yes
|
|---|
| 25564 | checking for C compiler default output file name... conftest.exe
|
|---|
| 25565 | checking for suffix of executables... .exe
|
|---|
| 25566 | checking whether we are cross compiling... no
|
|---|
| 25567 | checking for suffix of object files... obj
|
|---|
| 25568 | checking whether the compiler supports GNU C... no
|
|---|
| 25569 | checking whether cl -EHa -GR -GF -MD accepts -g... yes
|
|---|
| 25570 | checking for cl -EHa -GR -GF -MD option to enable C11 features... unsupported
|
|---|
| 25571 | checking for cl -EHa -GR -GF -MD option to enable C99 features... unsupported
|
|---|
| 25572 | checking for cl -EHa -GR -GF -MD option to enable C89 features... unsupported
|
|---|
| 25573 | checking for style of include used by make... GNU
|
|---|
| 25574 | checking dependency style of cl -EHa -GR -GF -MD ... none
|
|---|
| 25575 | checking how to run the C preprocessor... cl -EHa -GR -GF -MD -E
|
|---|
| 25576 | ********************************************************************
|
|---|
| 25577 | * Note: We have not optimized the C compiler flags on your target *
|
|---|
| 25578 | * yet, but the default CFLAGS=-O3 should be OK in most cases. *
|
|---|
| 25579 | * You can override this by setting the CFLAGS environment variable.*
|
|---|
| 25580 | *******************************************************************
|
|---|
| 25581 | checking whether cl -EHa -GR -GF -MD accepts -O3... no
|
|---|
| 25582 | *******************************************************************
|
|---|
| 25583 | * Sorry, these optimization settings don't seem to work for *
|
|---|
| 25584 | * your C compiler. Use make CFLAGS=..., or edit the top Makefile. *
|
|---|
| 25585 | *******************************************************************
|
|---|
| 25586 | checking for stdio.h... yes
|
|---|
| 25587 | checking for stdlib.h... yes
|
|---|
| 25588 | checking for string.h... yes
|
|---|
| 25589 | checking for inttypes.h... yes
|
|---|
| 25590 | checking for stdint.h... yes
|
|---|
| 25591 | checking for strings.h... no
|
|---|
| 25592 | checking for sys/stat.h... yes
|
|---|
| 25593 | checking for sys/types.h... yes
|
|---|
| 25594 | checking for unistd.h... no
|
|---|
| 25595 | checking whether byte ordering is bigendian... no
|
|---|
| 25596 | checking size of int... 4
|
|---|
| 25597 | checking size of long int... 4
|
|---|
| 25598 | checking size of long long int... 8
|
|---|
| 25599 | checking that size_t can hold pointers... yes
|
|---|
| 25600 | checking floating-point format... configure: WARNING: Unknown floating-point format
|
|---|
| 25601 |
|
|---|
| 25602 | checking whether ln -s works... yes
|
|---|
| 25603 | checking whether make sets $(MAKE)... (cached) yes
|
|---|
| 25604 | checking for a sed that does not truncate output... /usr/bin/sed
|
|---|
| 25605 | checking for grep that handles long lines and -e... /usr/bin/grep
|
|---|
| 25606 | checking for egrep... /usr/bin/grep -E
|
|---|
| 25607 | checking for non-GNU ld... /usr/bin/ld
|
|---|
| 25608 | checking if the linker (/usr/bin/ld) is GNU ld... yes
|
|---|
| 25609 | checking for /usr/bin/ld option to reload object files... -r
|
|---|
| 25610 | checking for BSD-compatible nm... /usr/bin/nm -B
|
|---|
| 25611 | checking how to recognise dependent libraries... file_magic ^x86 archive import|^x86 DLL
|
|---|
| 25612 | checking for dlltool... dlltool
|
|---|
| 25613 | checking for as... as
|
|---|
| 25614 | checking for objdump... objdump
|
|---|
| 25615 | checking for dlfcn.h... no
|
|---|
| 25616 | checking whether the compiler supports GNU C++... no
|
|---|
| 25617 | checking whether cl -EHa -GR -GF -MD -Zc:inline,rvalueCast,strictStrings -wd4251 accepts -g... yes
|
|---|
| 25618 | checking for cl -EHa -GR -GF -MD -Zc:inline,rvalueCast,strictStrings -wd4251 option to enable C++11 features... unsupported
|
|---|
| 25619 | checking for cl -EHa -GR -GF -MD -Zc:inline,rvalueCast,strictStrings -wd4251 option to enable C++98 features... none needed
|
|---|
| 25620 | checking dependency style of cl -EHa -GR -GF -MD -Zc:inline,rvalueCast,strictStrings -wd4251 ... none
|
|---|
| 25621 | checking how to run the C++ preprocessor... cl -EHa -GR -GF -MD -Zc:inline,rvalueCast,strictStrings -wd4251 -E
|
|---|
| 25622 | checking the maximum length of command line arguments... 8192
|
|---|
| 25623 | checking command to parse /usr/bin/nm -B output from cl -EHa -GR -GF -MD object... failed
|
|---|
| 25624 | checking for objdir... .libs
|
|---|
| 25625 | checking for ar... ar
|
|---|
| 25626 | checking for ranlib... ranlib
|
|---|
| 25627 | checking for strip... strip
|
|---|
| 25628 | checking for cl -EHa -GR -GF -MD option to produce PIC...
|
|---|
| 25629 | checking if cl -EHa -GR -GF -MD static flag works... yes
|
|---|
| 25630 | checking if cl -EHa -GR -GF -MD supports -c -o file.obj... no
|
|---|
| 25631 | checking if we can lock with hard links... yes
|
|---|
| 25632 | checking whether the cl -EHa -GR -GF -MD linker (/usr/bin/ld) supports shared libraries... yes
|
|---|
| 25633 | checking dynamic linker characteristics... Win32 ld.exe
|
|---|
| 25634 | checking how to hardcode library paths into programs... immediate
|
|---|
| 25635 | checking whether stripping libraries is possible... yes
|
|---|
| 25636 | checking if libtool supports shared libraries... yes
|
|---|
| 25637 | checking whether to build shared libraries... yes
|
|---|
| 25638 | checking whether to build static libraries... yes
|
|---|
| 25639 | configure: creating libtool
|
|---|
| 25640 | cygpath: can't convert empty path
|
|---|
| 25641 | appending configuration tag "CXX" to libtool
|
|---|
| 25642 | checking whether the cl -EHa -GR -GF -MD -Zc:inline,rvalueCast,strictStrings -wd4251 linker (/usr/bin/ld) supports shared libraries... yes
|
|---|
| 25643 | checking for cl -EHa -GR -GF -MD -Zc:inline,rvalueCast,strictStrings -wd4251 option to produce PIC...
|
|---|
| 25644 | checking if cl -EHa -GR -GF -MD -Zc:inline,rvalueCast,strictStrings -wd4251 static flag works... yes
|
|---|
| 25645 | checking if cl -EHa -GR -GF -MD -Zc:inline,rvalueCast,strictStrings -wd4251 supports -c -o file.obj... no
|
|---|
| 25646 | checking if we can lock with hard links... yes
|
|---|
| 25647 | checking whether the cl -EHa -GR -GF -MD -Zc:inline,rvalueCast,strictStrings -wd4251 linker (/usr/bin/ld) supports shared libraries... yes
|
|---|
| 25648 | checking dynamic linker characteristics... Win32 ld.exe
|
|---|
| 25649 | checking how to hardcode library paths into programs... immediate
|
|---|
| 25650 | appending configuration tag "F77" to libtool
|
|---|
| 25651 | checking for cl -EHa -GR -GF -MD option to enable large file support... support not detected
|
|---|
| 25652 | checking for declarations of fseeko and ftello... no
|
|---|
| 25653 | configure: Using built-in math library with intel compiler
|
|---|
| 25654 | checking for working memcmp... yes
|
|---|
| 25655 | checking return type of signal handlers... void
|
|---|
| 25656 | checking for vprintf... no
|
|---|
| 25657 | checking for _doprnt... no
|
|---|
| 25658 | checking if malloc debugging is wanted... no
|
|---|
| 25659 | checking for strcasecmp... no
|
|---|
| 25660 | checking for strdup... yes
|
|---|
| 25661 | checking for bool... no
|
|---|
| 25662 | checking for limits.h... yes
|
|---|
| 25663 | checking for unistd.h... (cached) no
|
|---|
| 25664 | checking for an ANSI C-conforming const... yes
|
|---|
| 25665 | checking for size_t... yes
|
|---|
| 25666 | checking whether struct tm is in sys/time.h or time.h... time.h
|
|---|
| 25667 | checking for uid_t... no
|
|---|
| 25668 | checking for gid_t... no
|
|---|
| 25669 | checking for inline... inline
|
|---|
| 25670 | checking whether byte ordering is bigendian... (cached) no
|
|---|
| 25671 | configure: creating ./config.status
|
|---|
| 25672 |
|
|---|
| 25673 | /bin/sh ./config.status
|
|---|
| 25674 | config.status: creating Makefile
|
|---|
| 25675 | config.status: creating include/Makefile
|
|---|
| 25676 | config.status: creating src/Makefile
|
|---|
| 25677 | config.status: creating src/python/Makefile
|
|---|
| 25678 | config.status: creating config.h
|
|---|
| 25679 | config.status: executing depfiles commands
|
|---|
| 25680 | cd . && /bin/sh /home/goddard/ucsf/chimerax/src/bundles/md_crds/gromacs/xdrfile-1.1.4/config/missing --run autoheader
|
|---|
| 25681 | rm -f stamp-h1
|
|---|
| 25682 | touch config.h.in
|
|---|
| 25683 | cd . && /bin/sh ./config.status config.h
|
|---|
| 25684 | config.status: creating config.h
|
|---|
| 25685 | make all-recursive
|
|---|
| 25686 | make[9]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/md_crds/gromacs/xdrfile-1.1.4'
|
|---|
| 25687 | Making all in include
|
|---|
| 25688 | make[10]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/md_crds/gromacs/xdrfile-1.1.4/include'
|
|---|
| 25689 | make[10]: Nothing to be done for 'all'.
|
|---|
| 25690 | make[10]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/md_crds/gromacs/xdrfile-1.1.4/include'
|
|---|
| 25691 | Making all in src
|
|---|
| 25692 | make[10]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/md_crds/gromacs/xdrfile-1.1.4/src'
|
|---|
| 25693 | Making all in python
|
|---|
| 25694 | make[11]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/md_crds/gromacs/xdrfile-1.1.4/src/python'
|
|---|
| 25695 | make[11]: Nothing to be done for 'all'.
|
|---|
| 25696 | make[11]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/md_crds/gromacs/xdrfile-1.1.4/src/python'
|
|---|
| 25697 | make[11]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/md_crds/gromacs/xdrfile-1.1.4/src'
|
|---|
| 25698 | source='xdrfile.c' object='xdrfile.lo' libtool=yes \
|
|---|
| 25699 | DEPDIR=.deps depmode=none /bin/sh ../config/depcomp \
|
|---|
| 25700 | /bin/sh ../libtool --tag=CC --mode=compile cl -EHa -GR -GF -MD -DHAVE_CONFIG_H -I. -I. -I.. -I../include -D_LARGEFILE_SOURCE=1 -c -o xdrfile.lo xdrfile.c
|
|---|
| 25701 | cygpath: can't convert empty path
|
|---|
| 25702 | mkdir .libs
|
|---|
| 25703 | cl -EHa -GR -GF -MD -DHAVE_CONFIG_H -I. -I. -I.. -I../include -D_LARGEFILE_SOURCE=1 -c xdrfile.c -DPIC
|
|---|
| 25704 | Microsoft (R) C/C++ Optimizing Compiler Version 19.29.30152 for x64
|
|---|
| 25705 | Copyright (C) Microsoft Corporation. All rights reserved.
|
|---|
| 25706 |
|
|---|
| 25707 | xdrfile.c
|
|---|
| 25708 | mv -f xdrfile.obj .libs/xdrfile.obj
|
|---|
| 25709 | cl -EHa -GR -GF -MD -DHAVE_CONFIG_H -I. -I. -I.. -I../include -D_LARGEFILE_SOURCE=1 -c xdrfile.c >/dev/null 2>&1
|
|---|
| 25710 | source='xdrfile_trr.c' object='xdrfile_trr.lo' libtool=yes \
|
|---|
| 25711 | DEPDIR=.deps depmode=none /bin/sh ../config/depcomp \
|
|---|
| 25712 | /bin/sh ../libtool --tag=CC --mode=compile cl -EHa -GR -GF -MD -DHAVE_CONFIG_H -I. -I. -I.. -I../include -D_LARGEFILE_SOURCE=1 -c -o xdrfile_trr.lo xdrfile_trr.c
|
|---|
| 25713 | cygpath: can't convert empty path
|
|---|
| 25714 | cl -EHa -GR -GF -MD -DHAVE_CONFIG_H -I. -I. -I.. -I../include -D_LARGEFILE_SOURCE=1 -c xdrfile_trr.c -DPIC
|
|---|
| 25715 | Microsoft (R) C/C++ Optimizing Compiler Version 19.29.30152 for x64
|
|---|
| 25716 | Copyright (C) Microsoft Corporation. All rights reserved.
|
|---|
| 25717 |
|
|---|
| 25718 | xdrfile_trr.c
|
|---|
| 25719 | mv -f xdrfile_trr.obj .libs/xdrfile_trr.obj
|
|---|
| 25720 | cl -EHa -GR -GF -MD -DHAVE_CONFIG_H -I. -I. -I.. -I../include -D_LARGEFILE_SOURCE=1 -c xdrfile_trr.c >/dev/null 2>&1
|
|---|
| 25721 | source='xdrfile_xtc.c' object='xdrfile_xtc.lo' libtool=yes \
|
|---|
| 25722 | DEPDIR=.deps depmode=none /bin/sh ../config/depcomp \
|
|---|
| 25723 | /bin/sh ../libtool --tag=CC --mode=compile cl -EHa -GR -GF -MD -DHAVE_CONFIG_H -I. -I. -I.. -I../include -D_LARGEFILE_SOURCE=1 -c -o xdrfile_xtc.lo xdrfile_xtc.c
|
|---|
| 25724 | cygpath: can't convert empty path
|
|---|
| 25725 | cl -EHa -GR -GF -MD -DHAVE_CONFIG_H -I. -I. -I.. -I../include -D_LARGEFILE_SOURCE=1 -c xdrfile_xtc.c -DPIC
|
|---|
| 25726 | Microsoft (R) C/C++ Optimizing Compiler Version 19.29.30152 for x64
|
|---|
| 25727 | Copyright (C) Microsoft Corporation. All rights reserved.
|
|---|
| 25728 |
|
|---|
| 25729 | xdrfile_xtc.c
|
|---|
| 25730 | mv -f xdrfile_xtc.obj .libs/xdrfile_xtc.obj
|
|---|
| 25731 | cl -EHa -GR -GF -MD -DHAVE_CONFIG_H -I. -I. -I.. -I../include -D_LARGEFILE_SOURCE=1 -c xdrfile_xtc.c >/dev/null 2>&1
|
|---|
| 25732 | /bin/sh ../libtool --tag=CC --mode=link cl -EHa -GR -GF -MD -Ox -W2 -o libxdrfile.la -rpath /usr/local//lib -version-info 4:0:0 xdrfile.lo xdrfile_trr.lo xdrfile_xtc.lo
|
|---|
| 25733 | cygpath: can't convert empty path
|
|---|
| 25734 | libtool: link: warning: undefined symbols not allowed in x86_64-unknown-cygwin shared libraries
|
|---|
| 25735 | lib /OUT:.libs/libxdrfile.lib xdrfile.obj xdrfile_trr.obj xdrfile_xtc.obj
|
|---|
| 25736 | Microsoft (R) Library Manager Version 14.29.30152.0
|
|---|
| 25737 | Copyright (C) Microsoft Corporation. All rights reserved.
|
|---|
| 25738 |
|
|---|
| 25739 | creating libxdrfile.la
|
|---|
| 25740 | (cd .libs && rm -f libxdrfile.la && ln -s ../libxdrfile.la libxdrfile.la)
|
|---|
| 25741 | source='trr2xtc.c' object='trr2xtc.obj' libtool=no \
|
|---|
| 25742 | DEPDIR=.deps depmode=none /bin/sh ../config/depcomp \
|
|---|
| 25743 | cl -EHa -GR -GF -MD -DHAVE_CONFIG_H -I. -I. -I.. -I../include -D_LARGEFILE_SOURCE=1 -c `cygpath -w 'trr2xtc.c'`
|
|---|
| 25744 | Microsoft (R) C/C++ Optimizing Compiler Version 19.29.30152 for x64
|
|---|
| 25745 | Copyright (C) Microsoft Corporation. All rights reserved.
|
|---|
| 25746 |
|
|---|
| 25747 | trr2xtc.c
|
|---|
| 25748 | /bin/sh ../libtool --tag=CC --mode=link cl -EHa -GR -GF -MD -Ox -W2 -o trr2xtc.exe trr2xtc.obj libxdrfile.la
|
|---|
| 25749 | cygpath: can't convert empty path
|
|---|
| 25750 | cl -EHa -GR -GF -MD -Ox -W2 -o trr2xtc.exe trr2xtc.obj ./.libs/libxdrfile.lib
|
|---|
| 25751 | Microsoft (R) C/C++ Optimizing Compiler Version 19.29.30152 for x64
|
|---|
| 25752 | Copyright (C) Microsoft Corporation. All rights reserved.
|
|---|
| 25753 |
|
|---|
| 25754 | cl : Command line warning D9035 : option 'o' has been deprecated and will be removed in a future release
|
|---|
| 25755 | Microsoft (R) Incremental Linker Version 14.29.30152.0
|
|---|
| 25756 | Copyright (C) Microsoft Corporation. All rights reserved.
|
|---|
| 25757 |
|
|---|
| 25758 | /out:trr2xtc.exe
|
|---|
| 25759 | /out:trr2xtc.exe
|
|---|
| 25760 | trr2xtc.obj
|
|---|
| 25761 | ./.libs/libxdrfile.lib
|
|---|
| 25762 | make[11]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/md_crds/gromacs/xdrfile-1.1.4/src'
|
|---|
| 25763 | make[10]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/md_crds/gromacs/xdrfile-1.1.4/src'
|
|---|
| 25764 | make[10]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/md_crds/gromacs/xdrfile-1.1.4'
|
|---|
| 25765 | make[10]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/md_crds/gromacs/xdrfile-1.1.4'
|
|---|
| 25766 | make[9]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/md_crds/gromacs/xdrfile-1.1.4'
|
|---|
| 25767 | make[8]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/md_crds/gromacs/xdrfile-1.1.4'
|
|---|
| 25768 | make[7]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/md_crds/gromacs'
|
|---|
| 25769 | make[6]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/md_crds/gromacs'
|
|---|
| 25770 | if [ -z "../../../ChimeraX.app/bin/python.exe" ]; then \
|
|---|
| 25771 | echo "missing ChimeraX application's python"; exit 1; \
|
|---|
| 25772 | else \
|
|---|
| 25773 | PYTHONNOUSERSITE=1 ../../../ChimeraX.app/bin/python.exe -I -m chimerax.core --nogui --exit --safemode --cmd "devel build . exit true "; \
|
|---|
| 25774 | fi
|
|---|
| 25775 | INFO:
|
|---|
| 25776 | Executing: devel build . exit true
|
|---|
| 25777 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\setuptools\command\bdist_wheel.py:103: RuntimeWarning: Config variable 'Py_DEBUG' is unset, Python ABI tag may be incorrect
|
|---|
| 25778 | if get_flag("Py_DEBUG", hasattr(sys, "gettotalrefcount"), warn=(impl == "cp")):
|
|---|
| 25779 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\setuptools\config\_apply_pyprojecttoml.py:82: SetuptoolsDeprecationWarning: `project.license` as a TOML table is deprecated
|
|---|
| 25780 | !!
|
|---|
| 25781 |
|
|---|
| 25782 | ********************************************************************************
|
|---|
| 25783 | Please use a simple string containing a SPDX expression for `project.license`. You can also use `project.license-files`. (Both options available on setuptools>=77.0.0).
|
|---|
| 25784 |
|
|---|
| 25785 | By 2026-Feb-18, you need to update your project and remove deprecated calls
|
|---|
| 25786 | or your builds will no longer be supported.
|
|---|
| 25787 |
|
|---|
| 25788 | See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details.
|
|---|
| 25789 | ********************************************************************************
|
|---|
| 25790 |
|
|---|
| 25791 | !!
|
|---|
| 25792 | corresp(dist, value, root_dir)
|
|---|
| 25793 | running build
|
|---|
| 25794 | running build_py
|
|---|
| 25795 | creating build\lib.win-amd64-cpython-311\chimerax\md_crds
|
|---|
| 25796 | copying src\gui.py -> build\lib.win-amd64-cpython-311\chimerax\md_crds
|
|---|
| 25797 | copying src\manager.py -> build\lib.win-amd64-cpython-311\chimerax\md_crds
|
|---|
| 25798 | copying src\providers.py -> build\lib.win-amd64-cpython-311\chimerax\md_crds
|
|---|
| 25799 | copying src\read_coords.py -> build\lib.win-amd64-cpython-311\chimerax\md_crds
|
|---|
| 25800 | copying src\read_gro.py -> build\lib.win-amd64-cpython-311\chimerax\md_crds
|
|---|
| 25801 | copying src\read_lammps.py -> build\lib.win-amd64-cpython-311\chimerax\md_crds
|
|---|
| 25802 | copying src\read_psf.py -> build\lib.win-amd64-cpython-311\chimerax\md_crds
|
|---|
| 25803 | copying src\util.py -> build\lib.win-amd64-cpython-311\chimerax\md_crds
|
|---|
| 25804 | copying src\write_coords.py -> build\lib.win-amd64-cpython-311\chimerax\md_crds
|
|---|
| 25805 | copying src\__init__.py -> build\lib.win-amd64-cpython-311\chimerax\md_crds
|
|---|
| 25806 | creating build\lib.win-amd64-cpython-311\chimerax\md_crds\dcd
|
|---|
| 25807 | copying src\dcd\__init__.py -> build\lib.win-amd64-cpython-311\chimerax\md_crds\dcd
|
|---|
| 25808 | creating build\lib.win-amd64-cpython-311\chimerax\md_crds\dcd\MDToolsMarch97
|
|---|
| 25809 | copying src\dcd\MDToolsMarch97\md.py -> build\lib.win-amd64-cpython-311\chimerax\md_crds\dcd\MDToolsMarch97
|
|---|
| 25810 | copying src\dcd\MDToolsMarch97\md_AtomGroup.py -> build\lib.win-amd64-cpython-311\chimerax\md_crds\dcd\MDToolsMarch97
|
|---|
| 25811 | copying src\dcd\MDToolsMarch97\md_Constants.py -> build\lib.win-amd64-cpython-311\chimerax\md_crds\dcd\MDToolsMarch97
|
|---|
| 25812 | copying src\dcd\MDToolsMarch97\md_Data.py -> build\lib.win-amd64-cpython-311\chimerax\md_crds\dcd\MDToolsMarch97
|
|---|
| 25813 | copying src\dcd\MDToolsMarch97\md_DCD.py -> build\lib.win-amd64-cpython-311\chimerax\md_crds\dcd\MDToolsMarch97
|
|---|
| 25814 | copying src\dcd\MDToolsMarch97\md_HomoCoord.py -> build\lib.win-amd64-cpython-311\chimerax\md_crds\dcd\MDToolsMarch97
|
|---|
| 25815 | copying src\dcd\MDToolsMarch97\md_local.py -> build\lib.win-amd64-cpython-311\chimerax\md_crds\dcd\MDToolsMarch97
|
|---|
| 25816 | copying src\dcd\MDToolsMarch97\md_local_open.py -> build\lib.win-amd64-cpython-311\chimerax\md_crds\dcd\MDToolsMarch97
|
|---|
| 25817 | copying src\dcd\MDToolsMarch97\md_local_rasmol.py -> build\lib.win-amd64-cpython-311\chimerax\md_crds\dcd\MDToolsMarch97
|
|---|
| 25818 | copying src\dcd\MDToolsMarch97\md_local_xmgr.py -> build\lib.win-amd64-cpython-311\chimerax\md_crds\dcd\MDToolsMarch97
|
|---|
| 25819 | copying src\dcd\MDToolsMarch97\md_tests.py -> build\lib.win-amd64-cpython-311\chimerax\md_crds\dcd\MDToolsMarch97
|
|---|
| 25820 | copying src\dcd\MDToolsMarch97\md_Trans.py -> build\lib.win-amd64-cpython-311\chimerax\md_crds\dcd\MDToolsMarch97
|
|---|
| 25821 | copying src\dcd\MDToolsMarch97\__init__.py -> build\lib.win-amd64-cpython-311\chimerax\md_crds\dcd\MDToolsMarch97
|
|---|
| 25822 | creating build\lib.win-amd64-cpython-311\chimerax\md_crds\dcd\MDToolsMarch97\data
|
|---|
| 25823 | copying src\dcd\MDToolsMarch97\data\alanin.dcd -> build\lib.win-amd64-cpython-311\chimerax\md_crds\dcd\MDToolsMarch97\data
|
|---|
| 25824 | copying src\dcd\MDToolsMarch97\data\alanin.pdb -> build\lib.win-amd64-cpython-311\chimerax\md_crds\dcd\MDToolsMarch97\data
|
|---|
| 25825 | copying src\dcd\MDToolsMarch97\data\alanin.psf -> build\lib.win-amd64-cpython-311\chimerax\md_crds\dcd\MDToolsMarch97\data
|
|---|
| 25826 | running build_ext
|
|---|
| 25827 | building 'chimerax.md_crds._gromacs' extension
|
|---|
| 25828 | creating build\temp.win-amd64-cpython-311\Release\gromacs
|
|---|
| 25829 | "C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\bin\HostX64\x64\cl.exe" /c /nologo /O2 /W3 /GL /DNDEBUG /MD -DMAJOR_VERSION=1 -DMINOR_VERSION=0 -IC:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\include -IC:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\core\include -IC:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\numpy\core\include -Igromacs/xdrfile-1.1.4/include -Isrc/include -IC:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\include -IC:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Include "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\ucrt" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\shared" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\um" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\winrt" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\cppwinrt" "-Ic:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include" "-Ic:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\atlmfc\include" "-Ic:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\ucrt" "-Ic:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\shared" "-Ic:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\um" "-Ic:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\winrt" "-Ic:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\cppwinrt" /EHsc /Tpgromacs/gromacs.cpp /Fobuild\temp.win-amd64-cpython-311\Release\gromacs\gromacs.obj /std:c++11
|
|---|
| 25830 | cl : Command line warning D9002 : ignoring unknown option '/std:c++11'
|
|---|
| 25831 | gromacs.cpp
|
|---|
| 25832 | "C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\bin\HostX64\x64\link.exe" /nologo /INCREMENTAL:NO /LTCG /DLL /MANIFEST:EMBED,ID=2 /MANIFESTUAC:NO /LIBPATH:C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\lib /LIBPATH:C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\core\lib /LIBPATH:src/lib /LIBPATH:gromacs/xdrfile-1.1.4/src/.libs/ /LIBPATH:C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\libs /LIBPATH:C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin /LIBPATH:C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\PCbuild\amd64 "/LIBPATH:C:\Program Files (x86)\Windows Kits\10\lib\10.0.19041.0\ucrt\x64" "/LIBPATH:C:\Program Files (x86)\Windows Kits\10\lib\10.0.19041.0\um\x64" "/LIBPATH:c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\lib\\x64" "/LIBPATH:c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\atlmfc\lib\\x64" "/LIBPATH:c:\Program Files (x86)\Windows Kits\10\lib\10.0.19041.0\ucrt\x64" "/LIBPATH:c:\Program Files (x86)\Windows Kits\10\lib\10.0.19041.0\um\x64" libxdrfile.lib /EXPORT:PyInit__gromacs build\temp.win-amd64-cpython-311\Release\gromacs\gromacs.obj /OUT:build\lib.win-amd64-cpython-311\chimerax\md_crds\_gromacs.cp311-win_amd64.pyd /IMPLIB:build\temp.win-amd64-cpython-311\Release\gromacs\_gromacs.cp311-win_amd64.lib
|
|---|
| 25833 | Creating library build\temp.win-amd64-cpython-311\Release\gromacs\_gromacs.cp311-win_amd64.lib and object build\temp.win-amd64-cpython-311\Release\gromacs\_gromacs.cp311-win_amd64.exp
|
|---|
| 25834 | Generating code
|
|---|
| 25835 | Finished generating code
|
|---|
| 25836 | running bdist_wheel
|
|---|
| 25837 | installing to build\bdist.win-amd64\wheel
|
|---|
| 25838 | running install
|
|---|
| 25839 | running install_lib
|
|---|
| 25840 | running build_ext
|
|---|
| 25841 | creating build\bdist.win-amd64\wheel
|
|---|
| 25842 | creating build\bdist.win-amd64\wheel\chimerax
|
|---|
| 25843 | creating build\bdist.win-amd64\wheel\chimerax\md_crds
|
|---|
| 25844 | creating build\bdist.win-amd64\wheel\chimerax\md_crds\dcd
|
|---|
| 25845 | creating build\bdist.win-amd64\wheel\chimerax\md_crds\dcd\MDToolsMarch97
|
|---|
| 25846 | creating build\bdist.win-amd64\wheel\chimerax\md_crds\dcd\MDToolsMarch97\data
|
|---|
| 25847 | copying build\lib.win-amd64-cpython-311\chimerax\md_crds\dcd\MDToolsMarch97\data\alanin.dcd -> build\bdist.win-amd64\wheel\.\chimerax\md_crds\dcd\MDToolsMarch97\data
|
|---|
| 25848 | copying build\lib.win-amd64-cpython-311\chimerax\md_crds\dcd\MDToolsMarch97\data\alanin.pdb -> build\bdist.win-amd64\wheel\.\chimerax\md_crds\dcd\MDToolsMarch97\data
|
|---|
| 25849 | copying build\lib.win-amd64-cpython-311\chimerax\md_crds\dcd\MDToolsMarch97\data\alanin.psf -> build\bdist.win-amd64\wheel\.\chimerax\md_crds\dcd\MDToolsMarch97\data
|
|---|
| 25850 | copying build\lib.win-amd64-cpython-311\chimerax\md_crds\dcd\MDToolsMarch97\md.py -> build\bdist.win-amd64\wheel\.\chimerax\md_crds\dcd\MDToolsMarch97
|
|---|
| 25851 | copying build\lib.win-amd64-cpython-311\chimerax\md_crds\dcd\MDToolsMarch97\md_AtomGroup.py -> build\bdist.win-amd64\wheel\.\chimerax\md_crds\dcd\MDToolsMarch97
|
|---|
| 25852 | copying build\lib.win-amd64-cpython-311\chimerax\md_crds\dcd\MDToolsMarch97\md_Constants.py -> build\bdist.win-amd64\wheel\.\chimerax\md_crds\dcd\MDToolsMarch97
|
|---|
| 25853 | copying build\lib.win-amd64-cpython-311\chimerax\md_crds\dcd\MDToolsMarch97\md_Data.py -> build\bdist.win-amd64\wheel\.\chimerax\md_crds\dcd\MDToolsMarch97
|
|---|
| 25854 | copying build\lib.win-amd64-cpython-311\chimerax\md_crds\dcd\MDToolsMarch97\md_DCD.py -> build\bdist.win-amd64\wheel\.\chimerax\md_crds\dcd\MDToolsMarch97
|
|---|
| 25855 | copying build\lib.win-amd64-cpython-311\chimerax\md_crds\dcd\MDToolsMarch97\md_HomoCoord.py -> build\bdist.win-amd64\wheel\.\chimerax\md_crds\dcd\MDToolsMarch97
|
|---|
| 25856 | copying build\lib.win-amd64-cpython-311\chimerax\md_crds\dcd\MDToolsMarch97\md_local.py -> build\bdist.win-amd64\wheel\.\chimerax\md_crds\dcd\MDToolsMarch97
|
|---|
| 25857 | copying build\lib.win-amd64-cpython-311\chimerax\md_crds\dcd\MDToolsMarch97\md_local_open.py -> build\bdist.win-amd64\wheel\.\chimerax\md_crds\dcd\MDToolsMarch97
|
|---|
| 25858 | copying build\lib.win-amd64-cpython-311\chimerax\md_crds\dcd\MDToolsMarch97\md_local_rasmol.py -> build\bdist.win-amd64\wheel\.\chimerax\md_crds\dcd\MDToolsMarch97
|
|---|
| 25859 | copying build\lib.win-amd64-cpython-311\chimerax\md_crds\dcd\MDToolsMarch97\md_local_xmgr.py -> build\bdist.win-amd64\wheel\.\chimerax\md_crds\dcd\MDToolsMarch97
|
|---|
| 25860 | copying build\lib.win-amd64-cpython-311\chimerax\md_crds\dcd\MDToolsMarch97\md_tests.py -> build\bdist.win-amd64\wheel\.\chimerax\md_crds\dcd\MDToolsMarch97
|
|---|
| 25861 | copying build\lib.win-amd64-cpython-311\chimerax\md_crds\dcd\MDToolsMarch97\md_Trans.py -> build\bdist.win-amd64\wheel\.\chimerax\md_crds\dcd\MDToolsMarch97
|
|---|
| 25862 | copying build\lib.win-amd64-cpython-311\chimerax\md_crds\dcd\MDToolsMarch97\__init__.py -> build\bdist.win-amd64\wheel\.\chimerax\md_crds\dcd\MDToolsMarch97
|
|---|
| 25863 | copying build\lib.win-amd64-cpython-311\chimerax\md_crds\dcd\__init__.py -> build\bdist.win-amd64\wheel\.\chimerax\md_crds\dcd
|
|---|
| 25864 | copying build\lib.win-amd64-cpython-311\chimerax\md_crds\gui.py -> build\bdist.win-amd64\wheel\.\chimerax\md_crds
|
|---|
| 25865 | copying build\lib.win-amd64-cpython-311\chimerax\md_crds\manager.py -> build\bdist.win-amd64\wheel\.\chimerax\md_crds
|
|---|
| 25866 | copying build\lib.win-amd64-cpython-311\chimerax\md_crds\providers.py -> build\bdist.win-amd64\wheel\.\chimerax\md_crds
|
|---|
| 25867 | copying build\lib.win-amd64-cpython-311\chimerax\md_crds\read_coords.py -> build\bdist.win-amd64\wheel\.\chimerax\md_crds
|
|---|
| 25868 | copying build\lib.win-amd64-cpython-311\chimerax\md_crds\read_gro.py -> build\bdist.win-amd64\wheel\.\chimerax\md_crds
|
|---|
| 25869 | copying build\lib.win-amd64-cpython-311\chimerax\md_crds\read_lammps.py -> build\bdist.win-amd64\wheel\.\chimerax\md_crds
|
|---|
| 25870 | copying build\lib.win-amd64-cpython-311\chimerax\md_crds\read_psf.py -> build\bdist.win-amd64\wheel\.\chimerax\md_crds
|
|---|
| 25871 | copying build\lib.win-amd64-cpython-311\chimerax\md_crds\util.py -> build\bdist.win-amd64\wheel\.\chimerax\md_crds
|
|---|
| 25872 | copying build\lib.win-amd64-cpython-311\chimerax\md_crds\write_coords.py -> build\bdist.win-amd64\wheel\.\chimerax\md_crds
|
|---|
| 25873 | copying build\lib.win-amd64-cpython-311\chimerax\md_crds\_gromacs.cp311-win_amd64.pyd -> build\bdist.win-amd64\wheel\.\chimerax\md_crds
|
|---|
| 25874 | copying build\lib.win-amd64-cpython-311\chimerax\md_crds\__init__.py -> build\bdist.win-amd64\wheel\.\chimerax\md_crds
|
|---|
| 25875 | running install_egg_info
|
|---|
| 25876 | running egg_info
|
|---|
| 25877 | creating ChimeraX_MDcrds.egg-info
|
|---|
| 25878 | writing ChimeraX_MDcrds.egg-info\PKG-INFO
|
|---|
| 25879 | writing dependency_links to ChimeraX_MDcrds.egg-info\dependency_links.txt
|
|---|
| 25880 | writing requirements to ChimeraX_MDcrds.egg-info\requires.txt
|
|---|
| 25881 | writing top-level names to ChimeraX_MDcrds.egg-info\top_level.txt
|
|---|
| 25882 | writing manifest file 'ChimeraX_MDcrds.egg-info\SOURCES.txt'
|
|---|
| 25883 | reading manifest file 'ChimeraX_MDcrds.egg-info\SOURCES.txt'
|
|---|
| 25884 | writing manifest file 'ChimeraX_MDcrds.egg-info\SOURCES.txt'
|
|---|
| 25885 | Copying ChimeraX_MDcrds.egg-info to build\bdist.win-amd64\wheel\.\ChimeraX_MDcrds-2.17.1-py3.11.egg-info
|
|---|
| 25886 | running install_scripts
|
|---|
| 25887 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\setuptools\command\bdist_wheel.py:103: RuntimeWarning: Config variable 'Py_DEBUG' is unset, Python ABI tag may be incorrect
|
|---|
| 25888 | if get_flag("Py_DEBUG", hasattr(sys, "gettotalrefcount"), warn=(impl == "cp")):
|
|---|
| 25889 | creating build\bdist.win-amd64\wheel\chimerax_mdcrds-2.17.1.dist-info\WHEEL
|
|---|
| 25890 | creating 'dist\chimerax_mdcrds-2.17.1-cp311-cp311-win_amd64.whl' and adding 'build\bdist.win-amd64\wheel' to it
|
|---|
| 25891 | adding 'chimerax/md_crds/__init__.py'
|
|---|
| 25892 | adding 'chimerax/md_crds/_gromacs.cp311-win_amd64.pyd'
|
|---|
| 25893 | adding 'chimerax/md_crds/gui.py'
|
|---|
| 25894 | adding 'chimerax/md_crds/manager.py'
|
|---|
| 25895 | adding 'chimerax/md_crds/providers.py'
|
|---|
| 25896 | adding 'chimerax/md_crds/read_coords.py'
|
|---|
| 25897 | adding 'chimerax/md_crds/read_gro.py'
|
|---|
| 25898 | adding 'chimerax/md_crds/read_lammps.py'
|
|---|
| 25899 | adding 'chimerax/md_crds/read_psf.py'
|
|---|
| 25900 | adding 'chimerax/md_crds/util.py'
|
|---|
| 25901 | adding 'chimerax/md_crds/write_coords.py'
|
|---|
| 25902 | adding 'chimerax/md_crds/dcd/__init__.py'
|
|---|
| 25903 | adding 'chimerax/md_crds/dcd/MDToolsMarch97/__init__.py'
|
|---|
| 25904 | adding 'chimerax/md_crds/dcd/MDToolsMarch97/md.py'
|
|---|
| 25905 | adding 'chimerax/md_crds/dcd/MDToolsMarch97/md_AtomGroup.py'
|
|---|
| 25906 | adding 'chimerax/md_crds/dcd/MDToolsMarch97/md_Constants.py'
|
|---|
| 25907 | adding 'chimerax/md_crds/dcd/MDToolsMarch97/md_DCD.py'
|
|---|
| 25908 | adding 'chimerax/md_crds/dcd/MDToolsMarch97/md_Data.py'
|
|---|
| 25909 | adding 'chimerax/md_crds/dcd/MDToolsMarch97/md_HomoCoord.py'
|
|---|
| 25910 | adding 'chimerax/md_crds/dcd/MDToolsMarch97/md_Trans.py'
|
|---|
| 25911 | adding 'chimerax/md_crds/dcd/MDToolsMarch97/md_local.py'
|
|---|
| 25912 | adding 'chimerax/md_crds/dcd/MDToolsMarch97/md_local_open.py'
|
|---|
| 25913 | adding 'chimerax/md_crds/dcd/MDToolsMarch97/md_local_rasmol.py'
|
|---|
| 25914 | adding 'chimerax/md_crds/dcd/MDToolsMarch97/md_local_xmgr.py'
|
|---|
| 25915 | adding 'chimerax/md_crds/dcd/MDToolsMarch97/md_tests.py'
|
|---|
| 25916 | adding 'chimerax/md_crds/dcd/MDToolsMarch97/data/alanin.dcd'
|
|---|
| 25917 | adding 'chimerax/md_crds/dcd/MDToolsMarch97/data/alanin.pdb'
|
|---|
| 25918 | adding 'chimerax/md_crds/dcd/MDToolsMarch97/data/alanin.psf'
|
|---|
| 25919 | adding 'chimerax_mdcrds-2.17.1.dist-info/METADATA'
|
|---|
| 25920 | adding 'chimerax_mdcrds-2.17.1.dist-info/WHEEL'
|
|---|
| 25921 | adding 'chimerax_mdcrds-2.17.1.dist-info/top_level.txt'
|
|---|
| 25922 | adding 'chimerax_mdcrds-2.17.1.dist-info/RECORD'
|
|---|
| 25923 | removing build\bdist.win-amd64\wheel
|
|---|
| 25924 | Distribution is in C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\md_crds\dist\chimerax_mdcrds-2.17.1-cp311-cp311-win_amd64.whl
|
|---|
| 25925 | INFO:
|
|---|
| 25926 |
|
|---|
| 25927 | make sync
|
|---|
| 25928 | make[6]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/md_crds'
|
|---|
| 25929 | cp -av dist/*.whl ../../../build/sync
|
|---|
| 25930 | 'dist/chimerax_mdcrds-2.17.1-cp311-cp311-win_amd64.whl' -> '../../../build/sync/chimerax_mdcrds-2.17.1-cp311-cp311-win_amd64.whl'
|
|---|
| 25931 | make[6]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/md_crds'
|
|---|
| 25932 | make[5]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/md_crds'
|
|---|
| 25933 | make -C medical_toolbar build
|
|---|
| 25934 | make[5]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/medical_toolbar'
|
|---|
| 25935 | if [ -z "../../../ChimeraX.app/bin/python.exe" ]; then \
|
|---|
| 25936 | echo "missing ChimeraX application's python"; exit 1; \
|
|---|
| 25937 | else \
|
|---|
| 25938 | PYTHONNOUSERSITE=1 ../../../ChimeraX.app/bin/python.exe -I -m chimerax.core --nogui --exit --safemode --cmd "devel build . exit true "; \
|
|---|
| 25939 | fi
|
|---|
| 25940 | INFO:
|
|---|
| 25941 | Executing: devel build . exit true
|
|---|
| 25942 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\setuptools\config\_apply_pyprojecttoml.py:82: SetuptoolsDeprecationWarning: `project.license` as a TOML table is deprecated
|
|---|
| 25943 | !!
|
|---|
| 25944 |
|
|---|
| 25945 | ********************************************************************************
|
|---|
| 25946 | Please use a simple string containing a SPDX expression for `project.license`. You can also use `project.license-files`. (Both options available on setuptools>=77.0.0).
|
|---|
| 25947 |
|
|---|
| 25948 | By 2026-Feb-18, you need to update your project and remove deprecated calls
|
|---|
| 25949 | or your builds will no longer be supported.
|
|---|
| 25950 |
|
|---|
| 25951 | See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details.
|
|---|
| 25952 | ********************************************************************************
|
|---|
| 25953 |
|
|---|
| 25954 | !!
|
|---|
| 25955 | corresp(dist, value, root_dir)
|
|---|
| 25956 | running build
|
|---|
| 25957 | running build_py
|
|---|
| 25958 | creating build\lib\chimerax\medical_toolbar
|
|---|
| 25959 | copying src\actions.py -> build\lib\chimerax\medical_toolbar
|
|---|
| 25960 | copying src\__init__.py -> build\lib\chimerax\medical_toolbar
|
|---|
| 25961 | creating build\lib\chimerax\medical_toolbar\icons
|
|---|
| 25962 | copying src\icons\opendicom.png -> build\lib\chimerax\medical_toolbar\icons
|
|---|
| 25963 | running bdist_wheel
|
|---|
| 25964 | installing to build\bdist.win-amd64\wheel
|
|---|
| 25965 | running install
|
|---|
| 25966 | running install_lib
|
|---|
| 25967 | creating build\bdist.win-amd64\wheel
|
|---|
| 25968 | creating build\bdist.win-amd64\wheel\chimerax
|
|---|
| 25969 | creating build\bdist.win-amd64\wheel\chimerax\medical_toolbar
|
|---|
| 25970 | copying build\lib\chimerax\medical_toolbar\actions.py -> build\bdist.win-amd64\wheel\.\chimerax\medical_toolbar
|
|---|
| 25971 | creating build\bdist.win-amd64\wheel\chimerax\medical_toolbar\icons
|
|---|
| 25972 | copying build\lib\chimerax\medical_toolbar\icons\opendicom.png -> build\bdist.win-amd64\wheel\.\chimerax\medical_toolbar\icons
|
|---|
| 25973 | copying build\lib\chimerax\medical_toolbar\__init__.py -> build\bdist.win-amd64\wheel\.\chimerax\medical_toolbar
|
|---|
| 25974 | running install_egg_info
|
|---|
| 25975 | running egg_info
|
|---|
| 25976 | creating ChimeraX_MedicalToolbar.egg-info
|
|---|
| 25977 | writing ChimeraX_MedicalToolbar.egg-info\PKG-INFO
|
|---|
| 25978 | writing dependency_links to ChimeraX_MedicalToolbar.egg-info\dependency_links.txt
|
|---|
| 25979 | writing requirements to ChimeraX_MedicalToolbar.egg-info\requires.txt
|
|---|
| 25980 | writing top-level names to ChimeraX_MedicalToolbar.egg-info\top_level.txt
|
|---|
| 25981 | writing manifest file 'ChimeraX_MedicalToolbar.egg-info\SOURCES.txt'
|
|---|
| 25982 | reading manifest file 'ChimeraX_MedicalToolbar.egg-info\SOURCES.txt'
|
|---|
| 25983 | writing manifest file 'ChimeraX_MedicalToolbar.egg-info\SOURCES.txt'
|
|---|
| 25984 | Copying ChimeraX_MedicalToolbar.egg-info to build\bdist.win-amd64\wheel\.\ChimeraX_MedicalToolbar-1.1-py3.11.egg-info
|
|---|
| 25985 | running install_scripts
|
|---|
| 25986 | creating build\bdist.win-amd64\wheel\chimerax_medicaltoolbar-1.1.dist-info\WHEEL
|
|---|
| 25987 | creating 'dist\chimerax_medicaltoolbar-1.1-py3-none-any.whl' and adding 'build\bdist.win-amd64\wheel' to it
|
|---|
| 25988 | adding 'chimerax/medical_toolbar/__init__.py'
|
|---|
| 25989 | adding 'chimerax/medical_toolbar/actions.py'
|
|---|
| 25990 | adding 'chimerax/medical_toolbar/icons/opendicom.png'
|
|---|
| 25991 | adding 'chimerax_medicaltoolbar-1.1.dist-info/METADATA'
|
|---|
| 25992 | adding 'chimerax_medicaltoolbar-1.1.dist-info/WHEEL'
|
|---|
| 25993 | adding 'chimerax_medicaltoolbar-1.1.dist-info/top_level.txt'
|
|---|
| 25994 | adding 'chimerax_medicaltoolbar-1.1.dist-info/RECORD'
|
|---|
| 25995 | removing build\bdist.win-amd64\wheel
|
|---|
| 25996 | Distribution is in C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\medical_toolbar\dist\chimerax_medicaltoolbar-1.1-py3-none-any.whl
|
|---|
| 25997 | INFO:
|
|---|
| 25998 |
|
|---|
| 25999 | make sync
|
|---|
| 26000 | make[6]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/medical_toolbar'
|
|---|
| 26001 | cp -av dist/*.whl ../../../build/sync
|
|---|
| 26002 | 'dist/chimerax_medicaltoolbar-1.1-py3-none-any.whl' -> '../../../build/sync/chimerax_medicaltoolbar-1.1-py3-none-any.whl'
|
|---|
| 26003 | make[6]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/medical_toolbar'
|
|---|
| 26004 | make[5]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/medical_toolbar'
|
|---|
| 26005 | make -C meeting build
|
|---|
| 26006 | make[5]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/meeting'
|
|---|
| 26007 | if [ -z "../../../ChimeraX.app/bin/python.exe" ]; then \
|
|---|
| 26008 | echo "missing ChimeraX application's python"; exit 1; \
|
|---|
| 26009 | else \
|
|---|
| 26010 | PYTHONNOUSERSITE=1 ../../../ChimeraX.app/bin/python.exe -I -m chimerax.core --nogui --exit --safemode --cmd "devel build . exit true "; \
|
|---|
| 26011 | fi
|
|---|
| 26012 | INFO:
|
|---|
| 26013 | Executing: devel build . exit true
|
|---|
| 26014 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\setuptools\dist.py:759: SetuptoolsDeprecationWarning: License classifiers are deprecated.
|
|---|
| 26015 | !!
|
|---|
| 26016 |
|
|---|
| 26017 | ********************************************************************************
|
|---|
| 26018 | Please consider removing the following classifiers in favor of a SPDX license expression:
|
|---|
| 26019 |
|
|---|
| 26020 | License :: Free for non-commercial use
|
|---|
| 26021 |
|
|---|
| 26022 | See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details.
|
|---|
| 26023 | ********************************************************************************
|
|---|
| 26024 |
|
|---|
| 26025 | !!
|
|---|
| 26026 | self._finalize_license_expression()
|
|---|
| 26027 | running build
|
|---|
| 26028 | running build_py
|
|---|
| 26029 | creating build\lib\chimerax\meeting
|
|---|
| 26030 | copying src\gui.py -> build\lib\chimerax\meeting
|
|---|
| 26031 | copying src\meeting.py -> build\lib\chimerax\meeting
|
|---|
| 26032 | copying src\nameserver.py -> build\lib\chimerax\meeting
|
|---|
| 26033 | copying src\sshtunnel.py -> build\lib\chimerax\meeting
|
|---|
| 26034 | copying src\__init__.py -> build\lib\chimerax\meeting
|
|---|
| 26035 | copying src\face.png -> build\lib\chimerax\meeting
|
|---|
| 26036 | running bdist_wheel
|
|---|
| 26037 | installing to build\bdist.win-amd64\wheel
|
|---|
| 26038 | running install
|
|---|
| 26039 | running install_lib
|
|---|
| 26040 | creating build\bdist.win-amd64\wheel
|
|---|
| 26041 | creating build\bdist.win-amd64\wheel\chimerax
|
|---|
| 26042 | creating build\bdist.win-amd64\wheel\chimerax\meeting
|
|---|
| 26043 | copying build\lib\chimerax\meeting\face.png -> build\bdist.win-amd64\wheel\.\chimerax\meeting
|
|---|
| 26044 | copying build\lib\chimerax\meeting\gui.py -> build\bdist.win-amd64\wheel\.\chimerax\meeting
|
|---|
| 26045 | copying build\lib\chimerax\meeting\meeting.py -> build\bdist.win-amd64\wheel\.\chimerax\meeting
|
|---|
| 26046 | copying build\lib\chimerax\meeting\nameserver.py -> build\bdist.win-amd64\wheel\.\chimerax\meeting
|
|---|
| 26047 | copying build\lib\chimerax\meeting\sshtunnel.py -> build\bdist.win-amd64\wheel\.\chimerax\meeting
|
|---|
| 26048 | copying build\lib\chimerax\meeting\__init__.py -> build\bdist.win-amd64\wheel\.\chimerax\meeting
|
|---|
| 26049 | running install_egg_info
|
|---|
| 26050 | running egg_info
|
|---|
| 26051 | creating ChimeraX_Meeting.egg-info
|
|---|
| 26052 | writing ChimeraX_Meeting.egg-info\PKG-INFO
|
|---|
| 26053 | writing dependency_links to ChimeraX_Meeting.egg-info\dependency_links.txt
|
|---|
| 26054 | writing requirements to ChimeraX_Meeting.egg-info\requires.txt
|
|---|
| 26055 | writing top-level names to ChimeraX_Meeting.egg-info\top_level.txt
|
|---|
| 26056 | writing manifest file 'ChimeraX_Meeting.egg-info\SOURCES.txt'
|
|---|
| 26057 | reading manifest file 'ChimeraX_Meeting.egg-info\SOURCES.txt'
|
|---|
| 26058 | writing manifest file 'ChimeraX_Meeting.egg-info\SOURCES.txt'
|
|---|
| 26059 | Copying ChimeraX_Meeting.egg-info to build\bdist.win-amd64\wheel\.\ChimeraX_Meeting-1.0.1-py3.11.egg-info
|
|---|
| 26060 | running install_scripts
|
|---|
| 26061 | creating build\bdist.win-amd64\wheel\chimerax_meeting-1.0.1.dist-info\WHEEL
|
|---|
| 26062 | creating 'dist\chimerax_meeting-1.0.1-py3-none-any.whl' and adding 'build\bdist.win-amd64\wheel' to it
|
|---|
| 26063 | adding 'chimerax/meeting/__init__.py'
|
|---|
| 26064 | adding 'chimerax/meeting/face.png'
|
|---|
| 26065 | adding 'chimerax/meeting/gui.py'
|
|---|
| 26066 | adding 'chimerax/meeting/meeting.py'
|
|---|
| 26067 | adding 'chimerax/meeting/nameserver.py'
|
|---|
| 26068 | adding 'chimerax/meeting/sshtunnel.py'
|
|---|
| 26069 | adding 'chimerax_meeting-1.0.1.dist-info/METADATA'
|
|---|
| 26070 | adding 'chimerax_meeting-1.0.1.dist-info/WHEEL'
|
|---|
| 26071 | adding 'chimerax_meeting-1.0.1.dist-info/top_level.txt'
|
|---|
| 26072 | adding 'chimerax_meeting-1.0.1.dist-info/RECORD'
|
|---|
| 26073 | removing build\bdist.win-amd64\wheel
|
|---|
| 26074 | Distribution is in .\dist\ChimeraX_Meeting-1.0.1-py3-none-any.whl
|
|---|
| 26075 | INFO:
|
|---|
| 26076 |
|
|---|
| 26077 | make sync
|
|---|
| 26078 | make[6]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/meeting'
|
|---|
| 26079 | cp -av dist/*.whl ../../../build/sync
|
|---|
| 26080 | 'dist/chimerax_meeting-1.0.1-py3-none-any.whl' -> '../../../build/sync/chimerax_meeting-1.0.1-py3-none-any.whl'
|
|---|
| 26081 | make[6]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/meeting'
|
|---|
| 26082 | make[5]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/meeting'
|
|---|
| 26083 | make -C minimize build
|
|---|
| 26084 | make[5]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/minimize'
|
|---|
| 26085 | if [ -z "../../../ChimeraX.app/bin/python.exe" ]; then \
|
|---|
| 26086 | echo "missing ChimeraX application's python"; exit 1; \
|
|---|
| 26087 | else \
|
|---|
| 26088 | PYTHONNOUSERSITE=1 ../../../ChimeraX.app/bin/python.exe -I -m chimerax.core --nogui --exit --safemode --cmd "devel build . exit true "; \
|
|---|
| 26089 | fi
|
|---|
| 26090 | INFO:
|
|---|
| 26091 | Executing: devel build . exit true
|
|---|
| 26092 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\setuptools\dist.py:759: SetuptoolsDeprecationWarning: License classifiers are deprecated.
|
|---|
| 26093 | !!
|
|---|
| 26094 |
|
|---|
| 26095 | ********************************************************************************
|
|---|
| 26096 | Please consider removing the following classifiers in favor of a SPDX license expression:
|
|---|
| 26097 |
|
|---|
| 26098 | License :: Free for non-commercial use
|
|---|
| 26099 |
|
|---|
| 26100 | See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details.
|
|---|
| 26101 | ********************************************************************************
|
|---|
| 26102 |
|
|---|
| 26103 | !!
|
|---|
| 26104 | self._finalize_license_expression()
|
|---|
| 26105 | running build
|
|---|
| 26106 | running build_py
|
|---|
| 26107 | creating build\lib\chimerax\minimize
|
|---|
| 26108 | copying src\cmd.py -> build\lib\chimerax\minimize
|
|---|
| 26109 | copying src\__init__.py -> build\lib\chimerax\minimize
|
|---|
| 26110 | copying src\gaff-2.2.20.xml -> build\lib\chimerax\minimize
|
|---|
| 26111 | running bdist_wheel
|
|---|
| 26112 | installing to build\bdist.win-amd64\wheel
|
|---|
| 26113 | running install
|
|---|
| 26114 | running install_lib
|
|---|
| 26115 | creating build\bdist.win-amd64\wheel
|
|---|
| 26116 | creating build\bdist.win-amd64\wheel\chimerax
|
|---|
| 26117 | creating build\bdist.win-amd64\wheel\chimerax\minimize
|
|---|
| 26118 | copying build\lib\chimerax\minimize\cmd.py -> build\bdist.win-amd64\wheel\.\chimerax\minimize
|
|---|
| 26119 | copying build\lib\chimerax\minimize\gaff-2.2.20.xml -> build\bdist.win-amd64\wheel\.\chimerax\minimize
|
|---|
| 26120 | copying build\lib\chimerax\minimize\__init__.py -> build\bdist.win-amd64\wheel\.\chimerax\minimize
|
|---|
| 26121 | running install_egg_info
|
|---|
| 26122 | running egg_info
|
|---|
| 26123 | creating ChimeraX_Minimize.egg-info
|
|---|
| 26124 | writing ChimeraX_Minimize.egg-info\PKG-INFO
|
|---|
| 26125 | writing dependency_links to ChimeraX_Minimize.egg-info\dependency_links.txt
|
|---|
| 26126 | writing requirements to ChimeraX_Minimize.egg-info\requires.txt
|
|---|
| 26127 | writing top-level names to ChimeraX_Minimize.egg-info\top_level.txt
|
|---|
| 26128 | writing manifest file 'ChimeraX_Minimize.egg-info\SOURCES.txt'
|
|---|
| 26129 | reading manifest file 'ChimeraX_Minimize.egg-info\SOURCES.txt'
|
|---|
| 26130 | writing manifest file 'ChimeraX_Minimize.egg-info\SOURCES.txt'
|
|---|
| 26131 | Copying ChimeraX_Minimize.egg-info to build\bdist.win-amd64\wheel\.\ChimeraX_Minimize-1.2-py3.11.egg-info
|
|---|
| 26132 | running install_scripts
|
|---|
| 26133 | creating build\bdist.win-amd64\wheel\chimerax_minimize-1.2.dist-info\WHEEL
|
|---|
| 26134 | creating 'dist\chimerax_minimize-1.2-py3-none-any.whl' and adding 'build\bdist.win-amd64\wheel' to it
|
|---|
| 26135 | adding 'chimerax/minimize/__init__.py'
|
|---|
| 26136 | adding 'chimerax/minimize/cmd.py'
|
|---|
| 26137 | adding 'chimerax/minimize/gaff-2.2.20.xml'
|
|---|
| 26138 | adding 'chimerax_minimize-1.2.dist-info/METADATA'
|
|---|
| 26139 | adding 'chimerax_minimize-1.2.dist-info/WHEEL'
|
|---|
| 26140 | adding 'chimerax_minimize-1.2.dist-info/top_level.txt'
|
|---|
| 26141 | adding 'chimerax_minimize-1.2.dist-info/RECORD'
|
|---|
| 26142 | removing build\bdist.win-amd64\wheel
|
|---|
| 26143 | Distribution is in .\dist\ChimeraX_Minimize-1.2-py3-none-any.whl
|
|---|
| 26144 | INFO:
|
|---|
| 26145 |
|
|---|
| 26146 | make sync
|
|---|
| 26147 | make[6]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/minimize'
|
|---|
| 26148 | cp -av dist/*.whl ../../../build/sync
|
|---|
| 26149 | 'dist/chimerax_minimize-1.2-py3-none-any.whl' -> '../../../build/sync/chimerax_minimize-1.2-py3-none-any.whl'
|
|---|
| 26150 | make[6]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/minimize'
|
|---|
| 26151 | make[5]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/minimize'
|
|---|
| 26152 | make -C mlp build
|
|---|
| 26153 | make[5]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/mlp'
|
|---|
| 26154 | if [ -z "../../../ChimeraX.app/bin/python.exe" ]; then \
|
|---|
| 26155 | echo "missing ChimeraX application's python"; exit 1; \
|
|---|
| 26156 | else \
|
|---|
| 26157 | PYTHONNOUSERSITE=1 ../../../ChimeraX.app/bin/python.exe -I -m chimerax.core --nogui --exit --safemode --cmd "devel build . exit true "; \
|
|---|
| 26158 | fi
|
|---|
| 26159 | INFO:
|
|---|
| 26160 | Executing: devel build . exit true
|
|---|
| 26161 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\setuptools\dist.py:759: SetuptoolsDeprecationWarning: License classifiers are deprecated.
|
|---|
| 26162 | !!
|
|---|
| 26163 |
|
|---|
| 26164 | ********************************************************************************
|
|---|
| 26165 | Please consider removing the following classifiers in favor of a SPDX license expression:
|
|---|
| 26166 |
|
|---|
| 26167 | License :: Free for non-commercial use
|
|---|
| 26168 |
|
|---|
| 26169 | See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details.
|
|---|
| 26170 | ********************************************************************************
|
|---|
| 26171 |
|
|---|
| 26172 | !!
|
|---|
| 26173 | self._finalize_license_expression()
|
|---|
| 26174 | running build
|
|---|
| 26175 | running build_py
|
|---|
| 26176 | creating build\lib.win-amd64-cpython-311\chimerax\mlp
|
|---|
| 26177 | copying src\mlp.py -> build\lib.win-amd64-cpython-311\chimerax\mlp
|
|---|
| 26178 | copying src\pyMLP.py -> build\lib.win-amd64-cpython-311\chimerax\mlp
|
|---|
| 26179 | copying src\__init__.py -> build\lib.win-amd64-cpython-311\chimerax\mlp
|
|---|
| 26180 | running build_ext
|
|---|
| 26181 | building 'chimerax.mlp._mlp' extension
|
|---|
| 26182 | creating build\temp.win-amd64-cpython-311\Release\_mlp
|
|---|
| 26183 | "C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\bin\HostX64\x64\cl.exe" /c /nologo /O2 /W3 /GL /DNDEBUG /MD -DMAJOR_VERSION=0 -DMINOR_VERSION=1 -IC:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\include -IC:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\arrays\include -IC:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\core\include -IC:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\include -IC:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Include "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\ucrt" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\shared" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\um" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\winrt" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\cppwinrt" "-Ic:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include" "-Ic:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\atlmfc\include" "-Ic:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\ucrt" "-Ic:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\shared" "-Ic:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\um" "-Ic:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\winrt" "-Ic:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\cppwinrt" /EHsc /Tp_mlp/mlp.cpp /Fobuild\temp.win-amd64-cpython-311\Release\_mlp\mlp.obj
|
|---|
| 26184 | mlp.cpp
|
|---|
| 26185 | _mlp/mlp.cpp(51): warning C4244: 'initializing': conversion from 'int64_t' to 'int', possible loss of data
|
|---|
| 26186 | _mlp/mlp.cpp(52): warning C4244: 'initializing': conversion from 'int64_t' to 'long', possible loss of data
|
|---|
| 26187 | _mlp/mlp.cpp(52): warning C4244: 'initializing': conversion from 'int64_t' to 'long', possible loss of data
|
|---|
| 26188 | _mlp/mlp.cpp(54): warning C4244: 'initializing': conversion from 'int64_t' to 'int', possible loss of data
|
|---|
| 26189 | _mlp/mlp.cpp(54): warning C4244: 'initializing': conversion from 'int64_t' to 'int', possible loss of data
|
|---|
| 26190 | _mlp/mlp.cpp(54): warning C4244: 'initializing': conversion from 'int64_t' to 'int', possible loss of data
|
|---|
| 26191 | _mlp/mlp.cpp(55): warning C4244: 'initializing': conversion from 'int64_t' to 'long', possible loss of data
|
|---|
| 26192 | _mlp/mlp.cpp(55): warning C4244: 'initializing': conversion from 'int64_t' to 'long', possible loss of data
|
|---|
| 26193 | _mlp/mlp.cpp(55): warning C4244: 'initializing': conversion from 'int64_t' to 'long', possible loss of data
|
|---|
| 26194 | _mlp/mlp.cpp(57): warning C4244: 'initializing': conversion from 'int64_t' to 'long', possible loss of data
|
|---|
| 26195 | _mlp/mlp.cpp(92): warning C4244: 'argument': conversion from 'double' to 'float', possible loss of data
|
|---|
| 26196 | _mlp/mlp.cpp(94): warning C4244: '=': conversion from 'double' to 'float', possible loss of data
|
|---|
| 26197 | _mlp/mlp.cpp(96): warning C4244: '=': conversion from 'double' to 'float', possible loss of data
|
|---|
| 26198 | "C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\bin\HostX64\x64\link.exe" /nologo /INCREMENTAL:NO /LTCG /DLL /MANIFEST:EMBED,ID=2 /MANIFESTUAC:NO /LIBPATH:C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\lib /LIBPATH:C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\arrays\lib /LIBPATH:C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\core\lib /LIBPATH:C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\libs /LIBPATH:C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin /LIBPATH:C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\PCbuild\amd64 "/LIBPATH:C:\Program Files (x86)\Windows Kits\10\lib\10.0.19041.0\ucrt\x64" "/LIBPATH:C:\Program Files (x86)\Windows Kits\10\lib\10.0.19041.0\um\x64" "/LIBPATH:c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\lib\\x64" "/LIBPATH:c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\atlmfc\lib\\x64" "/LIBPATH:c:\Program Files (x86)\Windows Kits\10\lib\10.0.19041.0\ucrt\x64" "/LIBPATH:c:\Program Files (x86)\Windows Kits\10\lib\10.0.19041.0\um\x64" libarrays.lib /EXPORT:PyInit__mlp build\temp.win-amd64-cpython-311\Release\_mlp\mlp.obj /OUT:build\lib.win-amd64-cpython-311\chimerax\mlp\_mlp.cp311-win_amd64.pyd /IMPLIB:build\temp.win-amd64-cpython-311\Release\_mlp\_mlp.cp311-win_amd64.lib
|
|---|
| 26199 | Creating library build\temp.win-amd64-cpython-311\Release\_mlp\_mlp.cp311-win_amd64.lib and object build\temp.win-amd64-cpython-311\Release\_mlp\_mlp.cp311-win_amd64.exp
|
|---|
| 26200 | Generating code
|
|---|
| 26201 | Finished generating code
|
|---|
| 26202 | running bdist_wheel
|
|---|
| 26203 | installing to build\bdist.win-amd64\wheel
|
|---|
| 26204 | running install
|
|---|
| 26205 | running install_lib
|
|---|
| 26206 | running build_ext
|
|---|
| 26207 | creating build\bdist.win-amd64\wheel
|
|---|
| 26208 | creating build\bdist.win-amd64\wheel\chimerax
|
|---|
| 26209 | creating build\bdist.win-amd64\wheel\chimerax\mlp
|
|---|
| 26210 | copying build\lib.win-amd64-cpython-311\chimerax\mlp\mlp.py -> build\bdist.win-amd64\wheel\.\chimerax\mlp
|
|---|
| 26211 | copying build\lib.win-amd64-cpython-311\chimerax\mlp\pyMLP.py -> build\bdist.win-amd64\wheel\.\chimerax\mlp
|
|---|
| 26212 | copying build\lib.win-amd64-cpython-311\chimerax\mlp\_mlp.cp311-win_amd64.pyd -> build\bdist.win-amd64\wheel\.\chimerax\mlp
|
|---|
| 26213 | copying build\lib.win-amd64-cpython-311\chimerax\mlp\__init__.py -> build\bdist.win-amd64\wheel\.\chimerax\mlp
|
|---|
| 26214 | running install_egg_info
|
|---|
| 26215 | running egg_info
|
|---|
| 26216 | creating ChimeraX_MLP.egg-info
|
|---|
| 26217 | writing ChimeraX_MLP.egg-info\PKG-INFO
|
|---|
| 26218 | writing dependency_links to ChimeraX_MLP.egg-info\dependency_links.txt
|
|---|
| 26219 | writing requirements to ChimeraX_MLP.egg-info\requires.txt
|
|---|
| 26220 | writing top-level names to ChimeraX_MLP.egg-info\top_level.txt
|
|---|
| 26221 | writing manifest file 'ChimeraX_MLP.egg-info\SOURCES.txt'
|
|---|
| 26222 | reading manifest file 'ChimeraX_MLP.egg-info\SOURCES.txt'
|
|---|
| 26223 | writing manifest file 'ChimeraX_MLP.egg-info\SOURCES.txt'
|
|---|
| 26224 | Copying ChimeraX_MLP.egg-info to build\bdist.win-amd64\wheel\.\ChimeraX_MLP-1.1.1-py3.11.egg-info
|
|---|
| 26225 | running install_scripts
|
|---|
| 26226 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\setuptools\command\bdist_wheel.py:103: RuntimeWarning: Config variable 'Py_DEBUG' is unset, Python ABI tag may be incorrect
|
|---|
| 26227 | if get_flag("Py_DEBUG", hasattr(sys, "gettotalrefcount"), warn=(impl == "cp")):
|
|---|
| 26228 | creating build\bdist.win-amd64\wheel\chimerax_mlp-1.1.1.dist-info\WHEEL
|
|---|
| 26229 | creating 'dist\chimerax_mlp-1.1.1-cp311-cp311-win_amd64.whl' and adding 'build\bdist.win-amd64\wheel' to it
|
|---|
| 26230 | adding 'chimerax/mlp/__init__.py'
|
|---|
| 26231 | adding 'chimerax/mlp/_mlp.cp311-win_amd64.pyd'
|
|---|
| 26232 | adding 'chimerax/mlp/mlp.py'
|
|---|
| 26233 | adding 'chimerax/mlp/pyMLP.py'
|
|---|
| 26234 | adding 'chimerax_mlp-1.1.1.dist-info/METADATA'
|
|---|
| 26235 | adding 'chimerax_mlp-1.1.1.dist-info/WHEEL'
|
|---|
| 26236 | adding 'chimerax_mlp-1.1.1.dist-info/top_level.txt'
|
|---|
| 26237 | adding 'chimerax_mlp-1.1.1.dist-info/RECORD'
|
|---|
| 26238 | removing build\bdist.win-amd64\wheel
|
|---|
| 26239 | Distribution is in .\dist\ChimeraX_MLP-1.1.1-cp311-cp311-win_amd64.whl
|
|---|
| 26240 | INFO:
|
|---|
| 26241 |
|
|---|
| 26242 | make sync
|
|---|
| 26243 | make[6]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/mlp'
|
|---|
| 26244 | cp -av dist/*.whl ../../../build/sync
|
|---|
| 26245 | 'dist/chimerax_mlp-1.1.1-cp311-cp311-win_amd64.whl' -> '../../../build/sync/chimerax_mlp-1.1.1-cp311-cp311-win_amd64.whl'
|
|---|
| 26246 | make[6]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/mlp'
|
|---|
| 26247 | make[5]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/mlp'
|
|---|
| 26248 | make -C model_series build
|
|---|
| 26249 | make[5]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/model_series'
|
|---|
| 26250 | if [ -z "../../../ChimeraX.app/bin/python.exe" ]; then \
|
|---|
| 26251 | echo "missing ChimeraX application's python"; exit 1; \
|
|---|
| 26252 | else \
|
|---|
| 26253 | PYTHONNOUSERSITE=1 ../../../ChimeraX.app/bin/python.exe -I -m chimerax.core --nogui --exit --safemode --cmd "devel build . exit true "; \
|
|---|
| 26254 | fi
|
|---|
| 26255 | INFO:
|
|---|
| 26256 | Executing: devel build . exit true
|
|---|
| 26257 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\setuptools\dist.py:759: SetuptoolsDeprecationWarning: License classifiers are deprecated.
|
|---|
| 26258 | !!
|
|---|
| 26259 |
|
|---|
| 26260 | ********************************************************************************
|
|---|
| 26261 | Please consider removing the following classifiers in favor of a SPDX license expression:
|
|---|
| 26262 |
|
|---|
| 26263 | License :: Free for non-commercial use
|
|---|
| 26264 |
|
|---|
| 26265 | See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details.
|
|---|
| 26266 | ********************************************************************************
|
|---|
| 26267 |
|
|---|
| 26268 | !!
|
|---|
| 26269 | self._finalize_license_expression()
|
|---|
| 26270 | running build
|
|---|
| 26271 | running build_py
|
|---|
| 26272 | creating build\lib\chimerax\model_series
|
|---|
| 26273 | copying src\mseries.py -> build\lib\chimerax\model_series
|
|---|
| 26274 | copying src\__init__.py -> build\lib\chimerax\model_series
|
|---|
| 26275 | running bdist_wheel
|
|---|
| 26276 | installing to build\bdist.win-amd64\wheel
|
|---|
| 26277 | running install
|
|---|
| 26278 | running install_lib
|
|---|
| 26279 | creating build\bdist.win-amd64\wheel
|
|---|
| 26280 | creating build\bdist.win-amd64\wheel\chimerax
|
|---|
| 26281 | creating build\bdist.win-amd64\wheel\chimerax\model_series
|
|---|
| 26282 | copying build\lib\chimerax\model_series\mseries.py -> build\bdist.win-amd64\wheel\.\chimerax\model_series
|
|---|
| 26283 | copying build\lib\chimerax\model_series\__init__.py -> build\bdist.win-amd64\wheel\.\chimerax\model_series
|
|---|
| 26284 | running install_egg_info
|
|---|
| 26285 | running egg_info
|
|---|
| 26286 | creating ChimeraX_ModelSeries.egg-info
|
|---|
| 26287 | writing ChimeraX_ModelSeries.egg-info\PKG-INFO
|
|---|
| 26288 | writing dependency_links to ChimeraX_ModelSeries.egg-info\dependency_links.txt
|
|---|
| 26289 | writing requirements to ChimeraX_ModelSeries.egg-info\requires.txt
|
|---|
| 26290 | writing top-level names to ChimeraX_ModelSeries.egg-info\top_level.txt
|
|---|
| 26291 | writing manifest file 'ChimeraX_ModelSeries.egg-info\SOURCES.txt'
|
|---|
| 26292 | reading manifest file 'ChimeraX_ModelSeries.egg-info\SOURCES.txt'
|
|---|
| 26293 | writing manifest file 'ChimeraX_ModelSeries.egg-info\SOURCES.txt'
|
|---|
| 26294 | Copying ChimeraX_ModelSeries.egg-info to build\bdist.win-amd64\wheel\.\ChimeraX_ModelSeries-1.0.1-py3.11.egg-info
|
|---|
| 26295 | running install_scripts
|
|---|
| 26296 | creating build\bdist.win-amd64\wheel\chimerax_modelseries-1.0.1.dist-info\WHEEL
|
|---|
| 26297 | creating 'dist\chimerax_modelseries-1.0.1-py3-none-any.whl' and adding 'build\bdist.win-amd64\wheel' to it
|
|---|
| 26298 | adding 'chimerax/model_series/__init__.py'
|
|---|
| 26299 | adding 'chimerax/model_series/mseries.py'
|
|---|
| 26300 | adding 'chimerax_modelseries-1.0.1.dist-info/METADATA'
|
|---|
| 26301 | adding 'chimerax_modelseries-1.0.1.dist-info/WHEEL'
|
|---|
| 26302 | adding 'chimerax_modelseries-1.0.1.dist-info/top_level.txt'
|
|---|
| 26303 | adding 'chimerax_modelseries-1.0.1.dist-info/RECORD'
|
|---|
| 26304 | removing build\bdist.win-amd64\wheel
|
|---|
| 26305 | Distribution is in .\dist\ChimeraX_ModelSeries-1.0.1-py3-none-any.whl
|
|---|
| 26306 | INFO:
|
|---|
| 26307 |
|
|---|
| 26308 | make sync
|
|---|
| 26309 | make[6]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/model_series'
|
|---|
| 26310 | cp -av dist/*.whl ../../../build/sync
|
|---|
| 26311 | 'dist/chimerax_modelseries-1.0.1-py3-none-any.whl' -> '../../../build/sync/chimerax_modelseries-1.0.1-py3-none-any.whl'
|
|---|
| 26312 | make[6]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/model_series'
|
|---|
| 26313 | make[5]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/model_series'
|
|---|
| 26314 | make -C mmcif build
|
|---|
| 26315 | make[5]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/mmcif'
|
|---|
| 26316 | make -C mmcif_cpp source
|
|---|
| 26317 | make[6]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/mmcif/mmcif_cpp'
|
|---|
| 26318 | mkdir lib
|
|---|
| 26319 | mkdir include
|
|---|
| 26320 | cd readcif_cpp; make install
|
|---|
| 26321 | make[7]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/mmcif/mmcif_cpp/readcif_cpp'
|
|---|
| 26322 | cl -nologo -EHa -GR -GF -MD -Zc:inline,rvalueCast,strictStrings -wd4251 -Ox -W2 -I'C:/cygwin64/home/goddard/ucsf/chimerax/build/include' -c readcif.cpp
|
|---|
| 26323 | readcif.cpp
|
|---|
| 26324 | lib -OUT:libreadcif.lib readcif.obj
|
|---|
| 26325 | Microsoft (R) Library Manager Version 14.29.30152.0
|
|---|
| 26326 | Copyright (C) Microsoft Corporation. All rights reserved.
|
|---|
| 26327 |
|
|---|
| 26328 | /home/goddard/ucsf/chimerax/prereqs/win32/rsync.convert -rlptWv readcif.h ../include
|
|---|
| 26329 | sending incremental file list
|
|---|
| 26330 | readcif.h
|
|---|
| 26331 |
|
|---|
| 26332 | sent 14,241 bytes received 35 bytes 28,552.00 bytes/sec
|
|---|
| 26333 | total size is 14,147 speedup is 0.99
|
|---|
| 26334 | /home/goddard/ucsf/chimerax/prereqs/win32/rsync.convert -rlptWv libreadcif.lib ../lib
|
|---|
| 26335 | sending incremental file list
|
|---|
| 26336 | libreadcif.lib
|
|---|
| 26337 |
|
|---|
| 26338 | sent 721,567 bytes received 35 bytes 1,443,204.00 bytes/sec
|
|---|
| 26339 | total size is 721,296 speedup is 1.00
|
|---|
| 26340 | #cp libreadcif.dll /home/goddard/ucsf/chimerax/build/bin
|
|---|
| 26341 | #if [ -d "/home/goddard/ucsf/chimerax/ChimeraX.app/include" ]; then \
|
|---|
| 26342 | # /home/goddard/ucsf/chimerax/prereqs/win32/rsync.convert -rlptWv readcif.h /home/goddard/ucsf/chimerax/ChimeraX.app/include; \
|
|---|
| 26343 | #fi
|
|---|
| 26344 | #if [ -d "/home/goddard/ucsf/chimerax/ChimeraX.app/lib" ]; then \
|
|---|
| 26345 | # /home/goddard/ucsf/chimerax/prereqs/win32/rsync.convert -rlptWv libreadcif.lib /home/goddard/ucsf/chimerax/ChimeraX.app/lib; \
|
|---|
| 26346 | #fi
|
|---|
| 26347 | #if [ -d "/home/goddard/ucsf/chimerax/ChimeraX.app/bin" ]; then /home/goddard/ucsf/chimerax/prereqs/win32/rsync.convert -rlptWv libreadcif.dll /home/goddard/ucsf/chimerax/ChimeraX.app/bin; fi
|
|---|
| 26348 | make[7]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/mmcif/mmcif_cpp/readcif_cpp'
|
|---|
| 26349 | make[6]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/mmcif/mmcif_cpp'
|
|---|
| 26350 | if [ -z "../../../ChimeraX.app/bin/python.exe" ]; then \
|
|---|
| 26351 | echo "missing ChimeraX application's python"; exit 1; \
|
|---|
| 26352 | else \
|
|---|
| 26353 | PYTHONNOUSERSITE=1 ../../../ChimeraX.app/bin/python.exe -I -m chimerax.core --nogui --exit --safemode --cmd "devel build . exit true "; \
|
|---|
| 26354 | fi
|
|---|
| 26355 | INFO:
|
|---|
| 26356 | Executing: devel build . exit true
|
|---|
| 26357 | Compiling src/mmcif.pyx because it changed.
|
|---|
| 26358 | Compiling src/mmcif_write.pyx because it changed.
|
|---|
| 26359 | [1/2] Cythonizing src/mmcif.pyx
|
|---|
| 26360 | [2/2] Cythonizing src/mmcif_write.pyx
|
|---|
| 26361 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\setuptools\dist.py:759: SetuptoolsDeprecationWarning: License classifiers are deprecated.
|
|---|
| 26362 | !!
|
|---|
| 26363 |
|
|---|
| 26364 | ********************************************************************************
|
|---|
| 26365 | Please consider removing the following classifiers in favor of a SPDX license expression:
|
|---|
| 26366 |
|
|---|
| 26367 | License :: Free for non-commercial use
|
|---|
| 26368 |
|
|---|
| 26369 | See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details.
|
|---|
| 26370 | ********************************************************************************
|
|---|
| 26371 |
|
|---|
| 26372 | !!
|
|---|
| 26373 | self._finalize_license_expression()
|
|---|
| 26374 | running build
|
|---|
| 26375 | running build_py
|
|---|
| 26376 | creating build\lib.win-amd64-cpython-311\chimerax\mmcif
|
|---|
| 26377 | copying src\build_ui.py -> build\lib.win-amd64-cpython-311\chimerax\mmcif
|
|---|
| 26378 | copying src\corecif.py -> build\lib.win-amd64-cpython-311\chimerax\mmcif
|
|---|
| 26379 | copying src\gui.py -> build\lib.win-amd64-cpython-311\chimerax\mmcif
|
|---|
| 26380 | copying src\uniprot_id.py -> build\lib.win-amd64-cpython-311\chimerax\mmcif
|
|---|
| 26381 | copying src\__init__.py -> build\lib.win-amd64-cpython-311\chimerax\mmcif
|
|---|
| 26382 | copying src\stdresidues.cif -> build\lib.win-amd64-cpython-311\chimerax\mmcif
|
|---|
| 26383 | running build_ext
|
|---|
| 26384 | building 'chimerax.mmcif._mmcif' extension
|
|---|
| 26385 | building 'chimerax.mmcif.mmcif' extension
|
|---|
| 26386 | building 'chimerax.mmcif.mmcif_write' extension
|
|---|
| 26387 | creating build\temp.win-amd64-cpython-311\Release\src
|
|---|
| 26388 | "C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\bin\HostX64\x64\cl.exe" /c /nologo /O2 /W3 /GL /DNDEBUG /MD -DMAJOR_VERSION=0 -DMINOR_VERSION=1 -IC:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\include -IC:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\core\include -IC:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\arrays\include -IC:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include -IC:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\pdb_lib\include -IC:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\include -IC:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Include "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\ucrt" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\shared" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\um" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\winrt" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\cppwinrt" "-Ic:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include" "-Ic:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\atlmfc\include" "-Ic:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\ucrt" "-Ic:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\shared" "-Ic:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\um" "-Ic:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\winrt" "-Ic:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\cppwinrt" /EHsc /Tpsrc/mmcif.cpp /Fobuild\temp.win-amd64-cpython-311\Release\src\mmcif.obj
|
|---|
| 26389 | mmcif.cpp
|
|---|
| 26390 | creating build\temp.win-amd64-cpython-311\Release\mmcif_cpp
|
|---|
| 26391 | "C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\bin\HostX64\x64\cl.exe" /c /nologo /O2 /W3 /GL /DNDEBUG /MD -DMAJOR_VERSION=0 -DMINOR_VERSION=1 -IC:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\include -IC:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\numpy\core\include -Immcif_cpp/include -IC:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\core\include -IC:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\arrays\include -IC:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include -IC:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\pdb_lib\include -IC:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\include -IC:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Include "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\ucrt" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\shared" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\um" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\winrt" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\cppwinrt" "-Ic:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include" "-Ic:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\atlmfc\include" "-Ic:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\ucrt" "-Ic:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\shared" "-Ic:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\um" "-Ic:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\winrt" "-Ic:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\cppwinrt" /EHsc /Tpmmcif_cpp/_mmcif.cpp /Fobuild\temp.win-amd64-cpython-311\Release\mmcif_cpp\_mmcif.obj
|
|---|
| 26392 | _mmcif.cpp
|
|---|
| 26393 | "C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\bin\HostX64\x64\cl.exe" /c /nologo /O2 /W3 /GL /DNDEBUG /MD -DMAJOR_VERSION=0 -DMINOR_VERSION=1 -IC:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\include -IC:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\core\include -IC:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\arrays\include -IC:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include -IC:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\pdb_lib\include -IC:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\include -IC:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Include "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\ucrt" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\shared" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\um" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\winrt" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\cppwinrt" "-Ic:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include" "-Ic:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\atlmfc\include" "-Ic:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\ucrt" "-Ic:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\shared" "-Ic:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\um" "-Ic:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\winrt" "-Ic:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\cppwinrt" /EHsc /Tpsrc/mmcif_write.cpp /Fobuild\temp.win-amd64-cpython-311\Release\src\mmcif_write.obj
|
|---|
| 26394 | mmcif_write.cpp
|
|---|
| 26395 | src/mmcif.cpp(29152): warning C4244: '=': conversion from 'Py_ssize_t' to 'int', possible loss of data
|
|---|
| 26396 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\pyinstance/PythonInstance.declare.h(78): 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>'
|
|---|
| 26397 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'s
|
|---|
| 26398 | rc/mmcif.cpp(31886): warning C4244: '=': conversion from 'Py_ssize_t' to 'int', possible loss of dataC:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\pyinstance/PythonInstance.declare.h(104): note: see reference to class template instantiation 'pyinstance::PythonInstance<C>' being compiled
|
|---|
| 26399 |
|
|---|
| 26400 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\destruct.h(53): warning C4251: 'atomstruct::DestructionCoordinator::_observers': class 'std::set<atomstruct::DestructionObserver *,std::less<atomstruct::DestructionObserver *>,std::allocator<atomstruct::DestructionObserver *>>' needs to have dll-interface to be used by clients of class 'atomstruct::DestructionCoordinator'
|
|---|
| 26401 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\destruct.h(53): note: see declaration of 'std::set<atomstruct::DestructionObserver *,std::less<atomstruct::DestructionObserver *>,std::allocator<atomstruct::DestructionObserver *>>'
|
|---|
| 26402 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\destruct.h(54): warning C4251: 'atomstruct::DestructionCoordinator::_destroyed': class 'std::set<void *,std::less<void *>,std::allocator<void *>>' needs to have dll-interface to be used by clients of class 'atomstruct::DestructionCoordinator'
|
|---|
| 26403 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\destruct.h(42): note: see declaration of 'std::set<void *,std::less<void *>,std::allocator<void *>>'
|
|---|
| 26404 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(59): warning C4251: 'atomstruct::Changes::created': class 'std::set<const void *,std::less<const void *>,std::allocator<const void *>>' needs to have dll-interface to be used by clients of class 'atomstruct::Changes'
|
|---|
| 26405 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(59): note: see declaration of 'std::set<const void *,std::less<const void *>,std::allocator<const void *>>'
|
|---|
| 26406 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(60): warning C4251: 'atomstruct::Changes::modified': class 'std::set<const void *,std::less<const void *>,std::allocator<const void *>>' needs to have dll-interface to be used by clients of class 'atomstruct::Changes'
|
|---|
| 26407 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(59): note: see declaration of 'std::set<const void *,std::less<const void *>,std::allocator<const void *>>'
|
|---|
| 26408 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(61): warning C4251: 'atomstruct::Changes::reasons': class 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>' needs to have dll-interface to be used by clients of class 'atomstruct::Changes'
|
|---|
| 26409 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(61): note: see declaration of 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>'
|
|---|
| 26410 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\pyinstance/PythonInstance.declare.h(78): 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>'
|
|---|
| 26411 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 26412 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(68): note: see reference to class template instantiation 'pyinstance::PythonInstance<atomstruct::ChangeTracker>' being compiled
|
|---|
| 26413 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(82): warning C4251: 'atomstruct::ChangeTracker::_structure_type_changes': class 'std::map<atomstruct::Structure *,atomstruct::ChangeTracker::ChangesArray,std::less<atomstruct::Structure *>,std::allocator<std::pair<atomstruct::Structure *const ,atomstruct::ChangeTracker::ChangesArray>>>' needs to have dll-interface to be used by clients of class 'atomstruct::ChangeTracker'
|
|---|
| 26414 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(82): note: see declaration of 'std::map<atomstruct::Structure *,atomstruct::ChangeTracker::ChangesArray,std::less<atomstruct::Structure *>,std::allocator<std::pair<atomstruct::Structure *const ,atomstruct::ChangeTracker::ChangesArray>>>'
|
|---|
| 26415 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(83): warning C4251: 'atomstruct::ChangeTracker::_dead_structures': class 'std::set<atomstruct::Structure *,std::less<atomstruct::Structure *>,std::allocator<atomstruct::Structure *>>' needs to have dll-interface to be used by clients of class 'atomstruct::ChangeTracker'
|
|---|
| 26416 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(83): note: see declaration of 'std::set<atomstruct::Structure *,std::less<atomstruct::Structure *>,std::allocator<atomstruct::Structure *>>'
|
|---|
| 26417 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(92): 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'
|
|---|
| 26418 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 26419 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(93): 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'
|
|---|
| 26420 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 26421 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(94): warning C4251: 'atomstruct::ChangeTracker::REASON_ALT_LOCS': 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'
|
|---|
| 26422 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 26423 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(95): 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'
|
|---|
| 26424 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 26425 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(96): 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'
|
|---|
| 26426 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 26427 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(97): 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'
|
|---|
| 26428 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 26429 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(98): warning C4251: 'atomstruct::ChangeTracker::REASON_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::ChangeTracker'
|
|---|
| 26430 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 26431 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(99): 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'
|
|---|
| 26432 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 26433 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(100): 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'
|
|---|
| 26434 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 26435 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(101): 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'
|
|---|
| 26436 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 26437 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(102): 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'
|
|---|
| 26438 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 26439 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(103): 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'
|
|---|
| 26440 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 26441 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(104): warning C4251: 'atomstruct::ChangeTracker::REASON_ELEMENT': 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'
|
|---|
| 26442 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 26443 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(105): 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'
|
|---|
| 26444 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 26445 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(106): 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'
|
|---|
| 26446 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 26447 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(107): 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'
|
|---|
| 26448 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 26449 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(108): warning C4251: 'atomstruct::ChangeTracker::REASON_INSERTION_CODE': 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'
|
|---|
| 26450 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 26451 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(109): 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'
|
|---|
| 26452 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 26453 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(110): warning C4251: 'atomstruct::ChangeTracker::REASON_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'
|
|---|
| 26454 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 26455 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(111): 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'
|
|---|
| 26456 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 26457 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(112): 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'
|
|---|
| 26458 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 26459 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(113): 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'
|
|---|
| 26460 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 26461 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(114): 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'
|
|---|
| 26462 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 26463 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(115): 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'
|
|---|
| 26464 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 26465 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(116): 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'
|
|---|
| 26466 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 26467 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(117): 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'
|
|---|
| 26468 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 26469 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(118): 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'
|
|---|
| 26470 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 26471 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(119): 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'
|
|---|
| 26472 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 26473 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(120): 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'
|
|---|
| 26474 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 26475 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(121): 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'
|
|---|
| 26476 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 26477 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(122): 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'
|
|---|
| 26478 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 26479 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(123): 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'
|
|---|
| 26480 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 26481 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(124): 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'
|
|---|
| 26482 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 26483 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(125): 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'
|
|---|
| 26484 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 26485 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(126): 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'
|
|---|
| 26486 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 26487 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(127): 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'
|
|---|
| 26488 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 26489 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(128): 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'
|
|---|
| 26490 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 26491 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(129): 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'
|
|---|
| 26492 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 26493 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(130): 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'
|
|---|
| 26494 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 26495 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(131): warning C4251: 'atomstruct::ChangeTracker::REASON_WORM_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'
|
|---|
| 26496 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 26497 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(132): warning C4251: 'atomstruct::ChangeTracker::REASON_WORM_RIBBON': 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'
|
|---|
| 26498 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 26499 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(306): 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'
|
|---|
| 26500 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 26501 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\pyinstance/PythonInstance.declare.h(78): 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>'
|
|---|
| 26502 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 26503 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\element/Element.h(49): note: see reference to class template instantiation 'pyinstance::PythonInstance<element::Element>' being compiled
|
|---|
| 26504 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\element/Element.h(76): warning C4251: 'element::Element::_alkali_metals': class 'std::set<int,std::less<int>,std::allocator<int>>' needs to have dll-interface to be used by clients of class 'element::Element'
|
|---|
| 26505 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\element/Element.h(76): note: see declaration of 'std::set<int,std::less<int>,std::allocator<int>>'
|
|---|
| 26506 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\element/Element.h(77): warning C4251: 'element::Element::_elements': class 'std::map<int,const element::Element *,std::less<int>,std::allocator<std::pair<const int,const element::Element *>>>' needs to have dll-interface to be used by clients of class 'element::Element'
|
|---|
| 26507 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\element/Element.h(77): note: see declaration of 'std::map<int,const element::Element *,std::less<int>,std::allocator<std::pair<const int,const element::Element *>>>'
|
|---|
| 26508 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\element/Element.h(78): warning C4251: 'element::Element::_halogens': class 'std::set<int,std::less<int>,std::allocator<int>>' needs to have dll-interface to be used by clients of class 'element::Element'
|
|---|
| 26509 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\element/Element.h(76): note: see declaration of 'std::set<int,std::less<int>,std::allocator<int>>'
|
|---|
| 26510 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\element/Element.h(79): warning C4251: 'element::Element::_names': class 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>' needs to have dll-interface to be used by clients of class 'element::Element'
|
|---|
| 26511 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(61): note: see declaration of 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>'
|
|---|
| 26512 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\element/Element.h(80): warning C4251: 'element::Element::_noble_gases': class 'std::set<int,std::less<int>,std::allocator<int>>' needs to have dll-interface to be used by clients of class 'element::Element'
|
|---|
| 26513 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\element/Element.h(76): note: see declaration of 'std::set<int,std::less<int>,std::allocator<int>>'
|
|---|
| 26514 | src/mmcif.cpp(42611): warning C4551: function call missing argument list
|
|---|
| 26515 | src/mmcif.cpp(42612): warning C4551: function call missing argument list
|
|---|
| 26516 | src/mmcif.cpp(42613): warning C4551: function call missing argument list
|
|---|
| 26517 | src/mmcif.cpp(43300): warning C4551: function call missing argument list
|
|---|
| 26518 | src/mmcif.cpp(43307): warning C4551: function call missing argument list
|
|---|
| 26519 | src/mmcif.cpp(44891): warning C4551: function call missing argument list
|
|---|
| 26520 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\pyinstance/PythonInstance.declare.h(78): 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>'
|
|---|
| 26521 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 26522 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Sequence.h(57): note: see reference to class template instantiation 'pyinstance::PythonInstance<atomstruct::Sequence>' being compiled
|
|---|
| 26523 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Sequence.h(63): warning C4251: 'atomstruct::Sequence::_nucleic3to1': class 'std::map<atomstruct::ResName,char,std::less<std::string>,std::allocator<std::pair<const atomstruct::ResName,char>>>' needs to have dll-interface to be used by clients of class 'atomstruct::Sequence'
|
|---|
| 26524 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Sequence.h(61): note: see declaration of 'std::map<atomstruct::ResName,char,std::less<std::string>,std::allocator<std::pair<const atomstruct::ResName,char>>>'
|
|---|
| 26525 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Sequence.h(64): warning C4251: 'atomstruct::Sequence::_protein3to1': class 'std::map<atomstruct::ResName,char,std::less<std::string>,std::allocator<std::pair<const atomstruct::ResName,char>>>' needs to have dll-interface to be used by clients of class 'atomstruct::Sequence'
|
|---|
| 26526 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Sequence.h(61): note: see declaration of 'std::map<atomstruct::ResName,char,std::less<std::string>,std::allocator<std::pair<const atomstruct::ResName,char>>>'
|
|---|
| 26527 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Sequence.h(65): warning C4251: 'atomstruct::Sequence::_rname3to1': class 'std::map<atomstruct::ResName,char,std::less<std::string>,std::allocator<std::pair<const atomstruct::ResName,char>>>' needs to have dll-interface to be used by clients of class 'atomstruct::Sequence'
|
|---|
| 26528 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Sequence.h(61): note: see declaration of 'std::map<atomstruct::ResName,char,std::less<std::string>,std::allocator<std::pair<const atomstruct::ResName,char>>>'
|
|---|
| 26529 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Sequence.h(67): warning C4251: 'atomstruct::Sequence::_cache_g2ug': class 'std::map<unsigned int,unsigned int,std::less<unsigned int>,std::allocator<std::pair<const unsigned int,unsigned int>>>' needs to have dll-interface to be used by clients of class 'atomstruct::Sequence'
|
|---|
| 26530 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Sequence.h(67): note: see declaration of 'std::map<unsigned int,unsigned int,std::less<unsigned int>,std::allocator<std::pair<const unsigned int,unsigned int>>>'
|
|---|
| 26531 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Sequence.h(68): warning C4251: 'atomstruct::Sequence::_cache_ug2g': class 'std::map<unsigned int,unsigned int,std::less<unsigned int>,std::allocator<std::pair<const unsigned int,unsigned int>>>' needs to have dll-interface to be used by clients of class 'atomstruct::Sequence'
|
|---|
| 26532 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Sequence.h(67): note: see declaration of 'std::map<unsigned int,unsigned int,std::less<unsigned int>,std::allocator<std::pair<const unsigned int,unsigned int>>>'
|
|---|
| 26533 | src/mmcif.cpp(46205): warning C4551: function call missing argument list
|
|---|
| 26534 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Sequence.h(69): 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'src/mmcif.cpp(46223): warning C4551: function call missing argument list
|
|---|
| 26535 |
|
|---|
| 26536 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Sequence.h(59): note: see declaration of 'std::vector<char,std::allocator<char>>'
|
|---|
| 26537 | src/mmcif.cpp(46224): warning C4551: function call missing argument list
|
|---|
| 26538 | src/mmcif.cpp(46225): warning C4551: function call missing argument list
|
|---|
| 26539 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Sequence.h(74): 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'
|
|---|
| 26540 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Sequence.h(59): note: see declaration of 'std::vector<char,std::allocator<char>>'
|
|---|
| 26541 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Sequence.h(75): 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'
|
|---|
| 26542 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 26543 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Sequence.h(140): warning C4267: 'return': conversion from 'size_t' to 'int', possible loss of data
|
|---|
| 26544 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\StructureSeq.h(61): 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'
|
|---|
| 26545 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 26546 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\StructureSeq.h(62): warning C4251: 'atomstruct::StructureSeq::_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 'atomstruct::StructureSeq'
|
|---|
| 26547 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 26548 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\StructureSeq.h(66): warning C4251: 'atomstruct::StructureSeq::_res_map': class 'std::map<atomstruct::Residue *,atomstruct::StructureSeq::SeqPos,std::less<atomstruct::Residue *>,std::allocator<std::pair<atomstruct::Residue *const ,atomstruct::StructureSeq::SeqPos>>>' needs to have dll-interface to be used by clients of class 'atomstruct::StructureSeq'
|
|---|
| 26549 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\StructureSeq.h(51): note: see declaration of 'std::map<atomstruct::Residue *,atomstruct::StructureSeq::SeqPos,std::less<atomstruct::Residue *>,std::allocator<std::pair<atomstruct::Residue *const ,atomstruct::StructureSeq::SeqPos>>>'
|
|---|
| 26550 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\StructureSeq.h(67): warning C4251: 'atomstruct::StructureSeq::_residues': class 'std::vector<atomstruct::Residue *,std::allocator<atomstruct::Residue *>>' needs to have dll-interface to be used by clients of class 'atomstruct::StructureSeq'
|
|---|
| 26551 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\StructureSeq.h(50): note: see declaration of 'std::vector<atomstruct::Residue *,std::allocator<atomstruct::Residue *>>'
|
|---|
| 26552 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\StructureSeq.h(122): warning C4267: 'return': conversion from 'size_t' to 'int', possible loss of data
|
|---|
| 26553 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\CompSS.h(42): warning C4251: 'atomstruct::CompSSInfo::strands': class 'std::vector<std::pair<atomstruct::Residue *,atomstruct::Residue *>,std::allocator<std::pair<atomstruct::Residue *,atomstruct::Residue *>>>' needs to have dll-interface to be used by clients of class 'atomstruct::CompSSInfo'
|
|---|
| 26554 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\CompSS.h(42): note: see declaration of 'std::vector<std::pair<atomstruct::Residue *,atomstruct::Residue *>,std::allocator<std::pair<atomstruct::Residue *,atomstruct::Residue *>>>'
|
|---|
| 26555 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\CompSS.h(43): warning C4251: 'atomstruct::CompSSInfo::sheets': class 'std::vector<std::set<int,std::less<int>,std::allocator<int>>,std::allocator<std::set<int,std::less<int>,std::allocator<int>>>>' needs to have dll-interface to be used by clients of class 'atomstruct::CompSSInfo'
|
|---|
| 26556 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\CompSS.h(43): note: see declaration of 'std::vector<std::set<int,std::less<int>,std::allocator<int>>,std::allocator<std::set<int,std::less<int>,std::allocator<int>>>>'
|
|---|
| 26557 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\CompSS.h(44): warning C4251: 'atomstruct::CompSSInfo::strands_parallel': class 'std::map<std::pair<int,int>,bool,std::less<std::pair<int,int>>,std::allocator<std::pair<const std::pair<int,int>,bool>>>' needs to have dll-interface to be used by clients of class 'atomstruct::CompSSInfo'
|
|---|
| 26558 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\CompSS.h(44): note: see declaration of 'std::map<std::pair<int,int>,bool,std::less<std::pair<int,int>>,std::allocator<std::pair<const std::pair<int,int>,bool>>>'
|
|---|
| 26559 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\CompSS.h(45): warning C4251: 'atomstruct::CompSSInfo::helix_info': class 'std::vector<std::pair<std::pair<atomstruct::Residue *,atomstruct::Residue *>,char>,std::allocator<std::pair<std::pair<atomstruct::Residue *,atomstruct::Residue *>,char>>>' needs to have dll-interface to be used by clients of class 'atomstruct::CompSSInfo'
|
|---|
| 26560 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\CompSS.h(45): note: see declaration of 'std::vector<std::pair<std::pair<atomstruct::Residue *,atomstruct::Residue *>,char>,std::allocator<std::pair<std::pair<atomstruct::Residue *,atomstruct::Residue *>,char>>>'
|
|---|
| 26561 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\pyinstance/PythonInstance.declare.h(78): 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>'
|
|---|
| 26562 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 26563 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\PBManager.h(53): note: see reference to class template instantiation 'pyinstance::PythonInstance<atomstruct::BaseManager>' being compiled
|
|---|
| 26564 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\PBManager.h(63): warning C4251: 'atomstruct::BaseManager::_groups': class 'std::map<std::string,atomstruct::Proxy_PBGroup *,std::less<std::string>,std::allocator<std::pair<const std::string,atomstruct::Proxy_PBGroup *>>>' needs to have dll-interface to be used by clients of class 'atomstruct::BaseManager'
|
|---|
| 26565 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\PBManager.h(58): note: see declaration of 'std::map<std::string,atomstruct::Proxy_PBGroup *,std::less<std::string>,std::allocator<std::pair<const std::string,atomstruct::Proxy_PBGroup *>>>'
|
|---|
| 26566 | "C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\bin\HostX64\x64\link.exe" /nologo /INCREMENTAL:NO /LTCG /DLL /MANIFEST:EMBED,ID=2 /MANIFESTUAC:NO /LIBPATH:C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\lib /LIBPATH:C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\core\lib /LIBPATH:C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\arrays\lib /LIBPATH:C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\lib /LIBPATH:C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\pdb_lib\lib /LIBPATH:C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\libs /LIBPATH:C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin /LIBPATH:C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\PCbuild\amd64 "/LIBPATH:C:\Program Files (x86)\Windows Kits\10\lib\10.0.19041.0\ucrt\x64" "/LIBPATH:C:\Program Files (x86)\Windows Kits\10\lib\10.0.19041.0\um\x64" "/LIBPATH:c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\lib\\x64" "/LIBPATH:c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\atlmfc\lib\\x64" "/LIBPATH:c:\Program Files (x86)\Windows Kits\10\lib\10.0.19041.0\ucrt\x64" "/LIBPATH:c:\Program Files (x86)\Windows Kits\10\lib\10.0.19041.0\um\x64" /EXPORT:PyInit_mmcif build\temp.win-amd64-cpython-311\Release\src\mmcif.obj /OUT:build\lib.win-amd64-cpython-311\chimerax\mmcif\mmcif.cp311-win_amd64.pyd /IMPLIB:build\temp.win-amd64-cpython-311\Release\src\mmcif.cp311-win_amd64.lib
|
|---|
| 26567 | src/mmcif_write.cpp(32493): warning C4551: function call missing argument list
|
|---|
| 26568 | src/mmcif_write.cpp(32500): warning C4551: function call missing argument list
|
|---|
| 26569 | src/mmcif_write.cpp(32844): warning C4551: function call missing argument list
|
|---|
| 26570 | src/mmcif_write.cpp(32845): warning C4551: function call missing argument list
|
|---|
| 26571 | src/mmcif_write.cpp(32846): warning C4551: function call missing argument list
|
|---|
| 26572 | src/mmcif_write.cpp(32916): warning C4551: function call missing argument list
|
|---|
| 26573 | src/mmcif_write.cpp(32917): warning C4551: function call missing argument list
|
|---|
| 26574 | src/mmcif_write.cpp(32918): warning C4551: function call missing argument list
|
|---|
| 26575 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\pyinstance/PythonInstance.declare.h(78): 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>'
|
|---|
| 26576 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 26577 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Ring.h(38): note: see reference to class template instantiation 'pyinstance::PythonInstance<atomstruct::Ring>' being compiled
|
|---|
| 26578 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Ring.h(43): warning C4251: 'atomstruct::Ring::_bonds': class 'std::set<atomstruct::Bond *,std::less<atomstruct::Bond *>,std::allocator<atomstruct::Bond *>>' needs to have dll-interface to be used by clients of class 'atomstruct::Ring'
|
|---|
| 26579 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Ring.h(41): note: see declaration of 'std::set<atomstruct::Bond *,std::less<atomstruct::Bond *>,std::allocator<atomstruct::Bond *>>'
|
|---|
| 26580 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Ring.h(44): warning C4251: 'atomstruct::Ring::_atoms': class 'std::set<atomstruct::Atom *,std::less<atomstruct::Atom *>,std::allocator<atomstruct::Atom *>>' needs to have dll-interface to be used by clients of class 'atomstruct::Ring'
|
|---|
| 26581 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Ring.h(40): note: see declaration of 'std::set<atomstruct::Atom *,std::less<atomstruct::Atom *>,std::allocator<atomstruct::Atom *>>'
|
|---|
| 26582 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\pyinstance/PythonInstance.declare.h(78): 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>'
|
|---|
| 26583 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 26584 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Structure.h(110): note: see reference to class template instantiation 'pyinstance::PythonInstance<atomstruct::Structure>' being compiled
|
|---|
| 26585 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Structure.h(145): warning C4251: 'atomstruct::Structure::_atoms': class 'std::vector<atomstruct::Atom *,std::allocator<atomstruct::Atom *>>' needs to have dll-interface to be used by clients of class 'atomstruct::Structure'
|
|---|
| 26586 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Ring.h(64): note: see declaration of 'std::vector<atomstruct::Atom *,std::allocator<atomstruct::Atom *>>'
|
|---|
| 26587 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Structure.h(147): warning C4251: 'atomstruct::Structure::_bonds': class 'std::vector<atomstruct::Bond *,std::allocator<atomstruct::Bond *>>' needs to have dll-interface to be used by clients of class 'atomstruct::Structure'
|
|---|
| 26588 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Ring.h(63): note: see declaration of 'std::vector<atomstruct::Bond *,std::allocator<atomstruct::Bond *>>'
|
|---|
| 26589 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Structure.h(151): warning C4251: 'atomstruct::Structure::_coord_sets': class 'std::vector<atomstruct::CoordSet *,std::allocator<atomstruct::CoordSet *>>' needs to have dll-interface to be used by clients of class 'atomstruct::Structure' Creating library build\temp.win-amd64-cpython-311\Release\src\mmcif.cp311-win_amd64.lib and object build\temp.win-amd64-cpython-311\Release\src\mmcif.cp311-win_amd64.exp
|
|---|
| 26590 | s
|
|---|
| 26591 | rc/mmcif_write.cpp(36303): warning C4551: function call missing argument listC:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Structure.h(120): note: see declaration of 'std::vector<atomstruct::CoordSet *,std::allocator<atomstruct::CoordSet *>>'
|
|---|
| 26592 |
|
|---|
| 26593 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Structure.h(156): warning C4251: 'atomstruct::Structure::_input_seq_info': class 'std::map<atomstruct::ChainID,std::vector<atomstruct::ResName,std::allocator<std::string>>,std::less<std::string>,std::allocator<std::pair<const atomstruct::ChainID,std::vector<atomstruct::ResName,std::allocator<std::string>>>>>' needs to have dll-interface to be used by clients of class 'atomstruct::Structure'
|
|---|
| 26594 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Structure.h(121): note: see declaration of 'std::map<atomstruct::ChainID,std::vector<atomstruct::ResName,std::allocator<std::string>>,std::less<std::string>,std::allocator<std::pair<const atomstruct::ChainID,std::vector<atomstruct::ResName,std::allocator<std::string>>>>>'
|
|---|
| 26595 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Structure.h(163): warning C4251: 'atomstruct::Structure::_residues': class 'std::vector<atomstruct::Residue *,std::allocator<atomstruct::Residue *>>' needs to have dll-interface to be used by clients of class 'atomstruct::Structure'
|
|---|
| 26596 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\StructureSeq.h(50): note: see declaration of 'std::vector<atomstruct::Residue *,std::allocator<atomstruct::Residue *>>'
|
|---|
| 26597 | Generating code
|
|---|
| 26598 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Structure.h(165): warning C4251: 'atomstruct::Structure::_res_numbering_valid': class 'std::vector<bool,std::allocator<bool>>' needs to have dll-interface to be used by clients of class 'atomstruct::Structure'
|
|---|
| 26599 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Structure.h(165): note: see declaration of 'std::vector<bool,std::allocator<bool>>'
|
|---|
| 26600 | src/mmcif_write.cpp(37409): warning C4551: function call missing argument list
|
|---|
| 26601 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Structure.h(176): warning C4251: 'atomstruct::Structure::_rings': class 'std::set<atomstruct::Ring,std::less<atomstruct::Ring>,std::allocator<atomstruct::Ring>>' needs to have dll-interface to be used by clients of class 'atomstruct::Structure'
|
|---|
| 26602 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Structure.h(128): note: see declaration of 'std::set<atomstruct::Ring,std::less<atomstruct::Ring>,std::allocator<atomstruct::Ring>>'
|
|---|
| 26603 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Structure.h(283): 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'
|
|---|
| 26604 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 26605 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Structure.h(287): warning C4251: 'atomstruct::Structure::metadata': class 'std::map<atomstruct::ChainID,std::vector<atomstruct::ResName,std::allocator<std::string>>,std::less<std::string>,std::allocator<std::pair<const atomstruct::ChainID,std::vector<atomstruct::ResName,std::allocator<std::string>>>>>' needs to have dll-interface to be used by clients of class 'atomstruct::Structure'
|
|---|
| 26606 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Structure.h(121): note: see declaration of 'std::map<atomstruct::ChainID,std::vector<atomstruct::ResName,std::allocator<std::string>>,std::less<std::string>,std::allocator<std::pair<const atomstruct::ChainID,std::vector<atomstruct::ResName,std::allocator<std::string>>>>>'
|
|---|
| 26607 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\pyinstance/PythonInstance.declare.h(78): 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>'
|
|---|
| 26608 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 26609 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\CoordSet.h(41): note: see reference to class template instantiation 'pyinstance::PythonInstance<atomstruct::CoordSet>' being compiled
|
|---|
| 26610 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\CoordSet.h(49): warning C4251: 'atomstruct::CoordSet::_coords': class 'std::vector<atomstruct::Coord,std::allocator<atomstruct::Coord>>' needs to have dll-interface to be used by clients of class 'atomstruct::CoordSet'
|
|---|
| 26611 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\CoordSet.h(46): note: see declaration of 'std::vector<atomstruct::Coord,std::allocator<atomstruct::Coord>>'
|
|---|
| 26612 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\CoordSet.h(51): warning C4251: 'atomstruct::CoordSet::_bfactor_map': class 'std::unordered_map<const atomstruct::Atom *,float,std::hash<const atomstruct::Atom *>,std::equal_to<const atomstruct::Atom *>,std::allocator<std::pair<const atomstruct::Atom *const ,float>>>' needs to have dll-interface to be used by clients of class 'atomstruct::CoordSet'
|
|---|
| 26613 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\CoordSet.h(51): note: see declaration of 'std::unordered_map<const atomstruct::Atom *,float,std::hash<const atomstruct::Atom *>,std::equal_to<const atomstruct::Atom *>,std::allocator<std::pair<const atomstruct::Atom *const ,float>>>'
|
|---|
| 26614 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\CoordSet.h(52): warning C4251: 'atomstruct::CoordSet::_occupancy_map': class 'std::unordered_map<const atomstruct::Atom *,float,std::hash<const atomstruct::Atom *>,std::equal_to<const atomstruct::Atom *>,std::allocator<std::pair<const atomstruct::Atom *const ,float>>>' needs to have dll-interface to be used by clients of class 'atomstruct::CoordSet'
|
|---|
| 26615 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\CoordSet.h(51): note: see declaration of 'std::unordered_map<const atomstruct::Atom *,float,std::hash<const atomstruct::Atom *>,std::equal_to<const atomstruct::Atom *>,std::allocator<std::pair<const atomstruct::Atom *const ,float>>>'
|
|---|
| 26616 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\CoordSet.h(77): warning C4267: 'return': conversion from 'size_t' to 'int', possible loss of data
|
|---|
| 26617 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\CoordSet.h(80): warning C4267: 'return': conversion from 'size_t' to 'int', possible loss of data
|
|---|
| 26618 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\pyinstance/PythonInstance.declare.h(78): 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>'
|
|---|
| 26619 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 26620 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Atom.h(68): note: see reference to class template instantiation 'pyinstance::PythonInstance<atomstruct::Atom>' being compiled
|
|---|
| 26621 | "C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\bin\HostX64\x64\link.exe" /nologo /INCREMENTAL:NO /LTCG /DLL /MANIFEST:EMBED,ID=2 /MANIFESTUAC:NO /LIBPATH:C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\lib /LIBPATH:C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\core\lib /LIBPATH:C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\arrays\lib /LIBPATH:C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\lib /LIBPATH:C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\pdb_lib\lib /LIBPATH:C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\libs /LIBPATH:C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin /LIBPATH:C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\PCbuild\amd64 "/LIBPATH:C:\Program Files (x86)\Windows Kits\10\lib\10.0.19041.0\ucrt\x64" "/LIBPATH:C:\Program Files (x86)\Windows Kits\10\lib\10.0.19041.0\um\x64" "/LIBPATH:c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\lib\\x64" "/LIBPATH:c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\atlmfc\lib\\x64" "/LIBPATH:c:\Program Files (x86)\Windows Kits\10\lib\10.0.19041.0\ucrt\x64" "/LIBPATH:c:\Program Files (x86)\Windows Kits\10\lib\10.0.19041.0\um\x64" /EXPORT:PyInit_mmcif_write build\temp.win-amd64-cpython-311\Release\src\mmcif_write.obj /OUT:build\lib.win-amd64-cpython-311\chimerax\mmcif\mmcif_write.cp311-win_amd64.pyd /IMPLIB:build\temp.win-amd64-cpython-311\Release\src\mmcif_write.cp311-win_amd64.lib
|
|---|
| 26622 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Atom.h(124): warning C4251: 'atomstruct::Atom::_alt_loc_map': class 'std::map<unsigned char,atomstruct::Atom::_Alt_loc_info,std::less<unsigned char>,std::allocator<std::pair<const unsigned char,atomstruct::Atom::_Alt_loc_info>>>' needs to have dll-interface to be used by clients of class 'atomstruct::Atom'
|
|---|
| 26623 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Atom.h(123): note: see declaration of 'std::map<unsigned char,atomstruct::Atom::_Alt_loc_info,std::less<unsigned char>,std::allocator<std::pair<const unsigned char,atomstruct::Atom::_Alt_loc_info>>>'
|
|---|
| 26624 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Atom.h(126): warning C4251: 'atomstruct::Atom::_bonds': class 'std::vector<atomstruct::Bond *,std::allocator<atomstruct::Bond *>>' needs to have dll-interface to be used by clients of class 'atomstruct::Atom'
|
|---|
| 26625 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Ring.h(63): note: see declaration of 'std::vector<atomstruct::Bond *,std::allocator<atomstruct::Bond *>>'
|
|---|
| 26626 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Atom.h(127): 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'
|
|---|
| 26627 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct/string_types.h(44): note: see declaration of 'chutil::CString<5,65,116,111,109,32,84,121,112,101>'
|
|---|
| 26628 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Atom.h(134): 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'
|
|---|
| 26629 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct/string_types.h(44): note: see declaration of 'chutil::CString<5,65,116,111,109,32,84,121,112,101>'
|
|---|
| 26630 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Atom.h(136): warning C4251: 'atomstruct::Atom::_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::Atom'
|
|---|
| 26631 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 26632 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Atom.h(137): warning C4251: 'atomstruct::Atom::_neighbors': class 'std::vector<atomstruct::Atom *,std::allocator<atomstruct::Atom *>>' needs to have dll-interface to be used by clients of class 'atomstruct::Atom'
|
|---|
| 26633 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Ring.h(64): note: see declaration of 'std::vector<atomstruct::Atom *,std::allocator<atomstruct::Atom *>>'
|
|---|
| 26634 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Atom.h(143): warning C4251: 'atomstruct::Atom::_rings': class 'std::vector<const atomstruct::Ring *,std::allocator<const atomstruct::Ring *>>' needs to have dll-interface to be used by clients of class 'atomstruct::Atom'
|
|---|
| 26635 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Atom.h(91): note: see declaration of 'std::vector<const atomstruct::Ring *,std::allocator<const atomstruct::Ring *>>'
|
|---|
| 26636 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Atom.h(201): warning C4244: '=': conversion from 'double' to 'float', possible loss of data
|
|---|
| 26637 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Atom.h(205): warning C4244: 'return': conversion from 'double' to 'float', possible loss of data
|
|---|
| 26638 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Atom.h(223): warning C4267: 'return': conversion from 'size_t' to 'int', possible loss of data
|
|---|
| 26639 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\pyinstance/PythonInstance.declare.h(78): 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>'
|
|---|
| 26640 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 26641 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct/Bond.h(47): note: see reference to class template instantiation 'pyinstance::PythonInstance<atomstruct::Bond>' being compiled
|
|---|
| 26642 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct/Bond.h(59): warning C4251: 'atomstruct::Bond::_rings': class 'std::vector<const atomstruct::Ring *,std::allocator<const atomstruct::Ring *>>' needs to have dll-interface to be used by clients of class 'atomstruct::Bond'
|
|---|
| 26643 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Atom.h(91): note: see declaration of 'std::vector<const atomstruct::Ring *,std::allocator<const atomstruct::Ring *>>'
|
|---|
| 26644 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct/Bond.h(128): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data
|
|---|
| 26645 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\pyinstance/PythonInstance.declare.h(78): 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>'
|
|---|
| 26646 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 26647 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\tmpl\CoordSet.h(39): note: see reference to class template instantiation 'pyinstance::PythonInstance<tmpl::CoordSet>' being compiled
|
|---|
| 26648 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\tmpl\CoordSet.h(44): warning C4251: 'tmpl::CoordSet::_coords': class 'std::vector<atomstruct::Coord,std::allocator<atomstruct::Coord>>' needs to have dll-interface to be used by clients of class 'tmpl::CoordSet'
|
|---|
| 26649 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\CoordSet.h(46): note: see declaration of 'std::vector<atomstruct::Coord,std::allocator<atomstruct::Coord>>'
|
|---|
| 26650 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\pyinstance/PythonInstance.declare.h(78): 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>'
|
|---|
| 26651 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 26652 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\tmpl\Atom.h(48): note: see reference to class template instantiation 'pyinstance::PythonInstance<tmpl::Atom>' being compiled
|
|---|
| 26653 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\tmpl\Atom.h(58): warning C4251: 'tmpl::Atom::_bonds': class 'std::vector<tmpl::Bond *,std::allocator<tmpl::Bond *>>' needs to have dll-interface to be used by clients of class 'tmpl::Atom'
|
|---|
| 26654 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\tmpl\Atom.h(50): note: see declaration of 'std::vector<tmpl::Bond *,std::allocator<tmpl::Bond *>>'
|
|---|
| 26655 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\tmpl\Atom.h(61): 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'
|
|---|
| 26656 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct/string_types.h(44): note: see declaration of 'chutil::CString<5,65,116,111,109,32,84,121,112,101>'
|
|---|
| 26657 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\tmpl\Atom.h(64): warning C4251: 'tmpl::Atom::_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::Atom'
|
|---|
| 26658 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 26659 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\tmpl\Atom.h(65): warning C4251: 'tmpl::Atom::_neighbors': class 'std::vector<tmpl::Atom *,std::allocator<tmpl::Atom *>>' needs to have dll-interface to be used by clients of class 'tmpl::Atom'
|
|---|
| 26660 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\tmpl\Atom.h(51): note: see declaration of 'std::vector<tmpl::Atom *,std::allocator<tmpl::Atom *>>'
|
|---|
| 26661 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\pyinstance/PythonInstance.declare.h(78): 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>'
|
|---|
| 26662 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 26663 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\tmpl\Bond.h(39): note: see reference to class template instantiation 'pyinstance::PythonInstance<tmpl::Bond>' being compiled
|
|---|
| 26664 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\tmpl\TAexcept.h(36): warning C4275: non dll-interface class 'std::runtime_error' used as base for dll-interface class 'tmpl::TA_exception'
|
|---|
| 26665 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\stdexcept(101): note: see declaration of 'std::runtime_error' Creating library build\temp.win-amd64-cpython-311\Release\src\mmcif_write.cp311-win_amd64.lib and object build\temp.win-amd64-cpython-311\Release\src\mmcif_write.cp311-win_amd64.exp
|
|---|
| 26666 |
|
|---|
| 26667 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\tmpl\TAexcept.h(36): note: see declaration of 'tmpl::TA_exception'
|
|---|
| 26668 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\pyinstance/PythonInstance.declare.h(78): 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>'
|
|---|
| 26669 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 26670 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\tmpl\Residue.h(47): note: see reference to class template instantiation 'pyinstance::PythonInstance<tmpl::Residue>' being compiled
|
|---|
| 26671 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\tmpl\Residue.h(85): warning C4251: 'tmpl::Residue::metadata': class 'std::map<atomstruct::ChainID,std::vector<atomstruct::ResName,std::allocator<std::string>>,std::less<std::string>,std::allocator<std::pair<const atomstruct::ChainID,std::vector<atomstruct::ResName,std::allocator<std::string>>>>>' needs to have dll-interface to be used by clients of class 'tmpl::Residue'
|
|---|
| 26672 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Structure.h(121): note: see declaration of 'std::map<atomstruct::ChainID,std::vector<atomstruct::ResName,std::allocator<std::string>>,std::less<std::string>,std::allocator<std::pair<const atomstruct::ChainID,std::vector<atomstruct::ResName,std::allocator<std::string>>>>>'
|
|---|
| 26673 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\tmpl\Residue.h(88): 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'
|
|---|
| 26674 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 26675 | Generating code
|
|---|
| 26676 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\tmpl\Residue.h(89): warning C4251: 'tmpl::Residue::_atoms': class 'std::map<atomstruct::AtomName,tmpl::Atom *,std::less<std::string>,std::allocator<std::pair<const atomstruct::AtomName,tmpl::Atom *>>>' needs to have dll-interface to be used by clients of class 'tmpl::Residue'
|
|---|
| 26677 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\tmpl\Residue.h(80): note: see declaration of 'std::map<atomstruct::AtomName,tmpl::Atom *,std::less<std::string>,std::allocator<std::pair<const atomstruct::AtomName,tmpl::Atom *>>>'
|
|---|
| 26678 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\tmpl\Residue.h(91): 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'
|
|---|
| 26679 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 26680 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\tmpl\Residue.h(92): warning C4251: 'tmpl::Residue::_link_atoms': class 'std::vector<tmpl::Atom *,std::allocator<tmpl::Atom *>>' needs to have dll-interface to be used by clients of class 'tmpl::Residue'
|
|---|
| 26681 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\tmpl\Atom.h(51): note: see declaration of 'std::vector<tmpl::Atom *,std::allocator<tmpl::Atom *>>'
|
|---|
| 26682 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\pyinstance/PythonInstance.declare.h(78): 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>'
|
|---|
| 26683 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 26684 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\tmpl\Molecule.h(48): note: see reference to class template instantiation 'pyinstance::PythonInstance<tmpl::Molecule>' being compiled
|
|---|
| 26685 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\tmpl\Molecule.h(57): warning C4251: 'tmpl::Molecule::_atoms': class 'std::set<tmpl::Atom *,std::less<tmpl::Atom *>,std::allocator<tmpl::Atom *>>' needs to have dll-interface to be used by clients of class 'tmpl::Molecule'
|
|---|
| 26686 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\tmpl\Molecule.h(52): note: see declaration of 'std::set<tmpl::Atom *,std::less<tmpl::Atom *>,std::allocator<tmpl::Atom *>>'
|
|---|
| 26687 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\tmpl\Molecule.h(58): warning C4251: 'tmpl::Molecule::_bonds': class 'std::set<tmpl::Bond *,std::less<tmpl::Bond *>,std::allocator<tmpl::Bond *>>' needs to have dll-interface to be used by clients of class 'tmpl::Molecule'
|
|---|
| 26688 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\tmpl\Molecule.h(53): note: see declaration of 'std::set<tmpl::Bond *,std::less<tmpl::Bond *>,std::allocator<tmpl::Bond *>>'
|
|---|
| 26689 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\tmpl\Molecule.h(59): warning C4251: 'tmpl::Molecule::_coord_sets': class 'std::vector<tmpl::CoordSet *,std::allocator<tmpl::CoordSet *>>' needs to have dll-interface to be used by clients of class 'tmpl::Molecule'
|
|---|
| 26690 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\tmpl\Molecule.h(54): note: see declaration of 'std::vector<tmpl::CoordSet *,std::allocator<tmpl::CoordSet *>>'
|
|---|
| 26691 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\tmpl\Molecule.h(60): warning C4251: 'tmpl::Molecule::_residues': class 'std::map<atomstruct::ResName,tmpl::Residue *,std::less<std::string>,std::allocator<std::pair<const atomstruct::ResName,tmpl::Residue *>>>' needs to have dll-interface to be used by clients of class 'tmpl::Molecule'
|
|---|
| 26692 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\tmpl\Molecule.h(55): note: see declaration of 'std::map<atomstruct::ResName,tmpl::Residue *,std::less<std::string>,std::allocator<std::pair<const atomstruct::ResName,tmpl::Residue *>>>'
|
|---|
| 26693 | "C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\bin\HostX64\x64\cl.exe" /c /nologo /O2 /W3 /GL /DNDEBUG /MD -DMAJOR_VERSION=0 -DMINOR_VERSION=1 -IC:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\include -IC:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\numpy\core\include -Immcif_cpp/include -IC:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\core\include -IC:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\arrays\include -IC:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include -IC:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\pdb_lib\include -IC:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\include -IC:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Include "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\ucrt" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\shared" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\um" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\winrt" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\cppwinrt" "-Ic:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include" "-Ic:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\atlmfc\include" "-Ic:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\ucrt" "-Ic:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\shared" "-Ic:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\um" "-Ic:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\winrt" "-Ic:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\cppwinrt" /EHsc /Tpmmcif_cpp/corecif.cpp /Fobuild\temp.win-amd64-cpython-311\Release\mmcif_cpp\corecif.obj
|
|---|
| 26694 | corecif.cpp
|
|---|
| 26695 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\pyinstance/PythonInstance.declare.h(78): 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>'
|
|---|
| 26696 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 26697 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\pyinstance/PythonInstance.declare.h(104): note: see reference to class template instantiation 'pyinstance::PythonInstance<C>' being compiled
|
|---|
| 26698 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\pyinstance/PythonInstance.declare.h(78): 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>'
|
|---|
| 26699 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 26700 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\element/Element.h(49): note: see reference to class template instantiation 'pyinstance::PythonInstance<element::Element>' being compiled
|
|---|
| 26701 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\element/Element.h(76): warning C4251: 'element::Element::_alkali_metals': class 'std::set<int,std::less<int>,std::allocator<int>>' needs to have dll-interface to be used by clients of class 'element::Element'
|
|---|
| 26702 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\element/Element.h(76): note: see declaration of 'std::set<int,std::less<int>,std::allocator<int>>'
|
|---|
| 26703 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\element/Element.h(77): warning C4251: 'element::Element::_elements': class 'std::map<int,const element::Element *,std::less<int>,std::allocator<std::pair<const int,const element::Element *>>>' needs to have dll-interface to be used by clients of class 'element::Element'
|
|---|
| 26704 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\element/Element.h(77): note: see declaration of 'std::map<int,const element::Element *,std::less<int>,std::allocator<std::pair<const int,const element::Element *>>>'
|
|---|
| 26705 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\element/Element.h(78): warning C4251: 'element::Element::_halogens': class 'std::set<int,std::less<int>,std::allocator<int>>' needs to have dll-interface to be used by clients of class 'element::Element'
|
|---|
| 26706 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\element/Element.h(76): note: see declaration of 'std::set<int,std::less<int>,std::allocator<int>>'
|
|---|
| 26707 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\element/Element.h(79): warning C4251: 'element::Element::_names': class 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>' needs to have dll-interface to be used by clients of class 'element::Element'
|
|---|
| 26708 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\element/Element.h(79): note: see declaration of 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>'
|
|---|
| 26709 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\element/Element.h(80): warning C4251: 'element::Element::_noble_gases': class 'std::set<int,std::less<int>,std::allocator<int>>' needs to have dll-interface to be used by clients of class 'element::Element'
|
|---|
| 26710 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\element/Element.h(76): note: see declaration of 'std::set<int,std::less<int>,std::allocator<int>>'
|
|---|
| 26711 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\destruct.h(53): warning C4251: 'atomstruct::DestructionCoordinator::_observers': class 'std::set<atomstruct::DestructionObserver *,std::less<atomstruct::DestructionObserver *>,std::allocator<atomstruct::DestructionObserver *>>' needs to have dll-interface to be used by clients of class 'atomstruct::DestructionCoordinator'
|
|---|
| 26712 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\destruct.h(53): note: see declaration of 'std::set<atomstruct::DestructionObserver *,std::less<atomstruct::DestructionObserver *>,std::allocator<atomstruct::DestructionObserver *>>'
|
|---|
| 26713 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\destruct.h(54): warning C4251: 'atomstruct::DestructionCoordinator::_destroyed': class 'std::set<void *,std::less<void *>,std::allocator<void *>>' needs to have dll-interface to be used by clients of class 'atomstruct::DestructionCoordinator'
|
|---|
| 26714 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\destruct.h(42): note: see declaration of 'std::set<void *,std::less<void *>,std::allocator<void *>>'
|
|---|
| 26715 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\pyinstance/PythonInstance.declare.h(78): 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>'
|
|---|
| 26716 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 26717 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Sequence.h(57): note: see reference to class template instantiation 'pyinstance::PythonInstance<atomstruct::Sequence>' being compiled
|
|---|
| 26718 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Sequence.h(63): warning C4251: 'atomstruct::Sequence::_nucleic3to1': class 'std::map<atomstruct::ResName,char,std::less<std::string>,std::allocator<std::pair<const atomstruct::ResName,char>>>' needs to have dll-interface to be used by clients of class 'atomstruct::Sequence'
|
|---|
| 26719 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Sequence.h(61): note: see declaration of 'std::map<atomstruct::ResName,char,std::less<std::string>,std::allocator<std::pair<const atomstruct::ResName,char>>>'
|
|---|
| 26720 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Sequence.h(64): warning C4251: 'atomstruct::Sequence::_protein3to1': class 'std::map<atomstruct::ResName,char,std::less<std::string>,std::allocator<std::pair<const atomstruct::ResName,char>>>' needs to have dll-interface to be used by clients of class 'atomstruct::Sequence'
|
|---|
| 26721 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Sequence.h(61): note: see declaration of 'std::map<atomstruct::ResName,char,std::less<std::string>,std::allocator<std::pair<const atomstruct::ResName,char>>>'
|
|---|
| 26722 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Sequence.h(65): warning C4251: 'atomstruct::Sequence::_rname3to1': class 'std::map<atomstruct::ResName,char,std::less<std::string>,std::allocator<std::pair<const atomstruct::ResName,char>>>' needs to have dll-interface to be used by clients of class 'atomstruct::Sequence'
|
|---|
| 26723 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Sequence.h(61): note: see declaration of 'std::map<atomstruct::ResName,char,std::less<std::string>,std::allocator<std::pair<const atomstruct::ResName,char>>>'
|
|---|
| 26724 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Sequence.h(67): warning C4251: 'atomstruct::Sequence::_cache_g2ug': class 'std::map<unsigned int,unsigned int,std::less<unsigned int>,std::allocator<std::pair<const unsigned int,unsigned int>>>' needs to have dll-interface to be used by clients of class 'atomstruct::Sequence'
|
|---|
| 26725 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Sequence.h(67): note: see declaration of 'std::map<unsigned int,unsigned int,std::less<unsigned int>,std::allocator<std::pair<const unsigned int,unsigned int>>>'
|
|---|
| 26726 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Sequence.h(68): warning C4251: 'atomstruct::Sequence::_cache_ug2g': class 'std::map<unsigned int,unsigned int,std::less<unsigned int>,std::allocator<std::pair<const unsigned int,unsigned int>>>' needs to have dll-interface to be used by clients of class 'atomstruct::Sequence'
|
|---|
| 26727 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Sequence.h(67): note: see declaration of 'std::map<unsigned int,unsigned int,std::less<unsigned int>,std::allocator<std::pair<const unsigned int,unsigned int>>>'
|
|---|
| 26728 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Sequence.h(69): 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'
|
|---|
| 26729 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Sequence.h(59): note: see declaration of 'std::vector<char,std::allocator<char>>'
|
|---|
| 26730 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Sequence.h(74): 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'
|
|---|
| 26731 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Sequence.h(59): note: see declaration of 'std::vector<char,std::allocator<char>>'
|
|---|
| 26732 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Sequence.h(75): 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'
|
|---|
| 26733 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 26734 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Sequence.h(140): warning C4267: 'return': conversion from 'size_t' to 'int', possible loss of data
|
|---|
| 26735 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\StructureSeq.h(61): 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'
|
|---|
| 26736 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 26737 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\StructureSeq.h(62): warning C4251: 'atomstruct::StructureSeq::_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 'atomstruct::StructureSeq'
|
|---|
| 26738 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 26739 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\StructureSeq.h(66): warning C4251: 'atomstruct::StructureSeq::_res_map': class 'std::map<atomstruct::Residue *,atomstruct::StructureSeq::SeqPos,std::less<atomstruct::Residue *>,std::allocator<std::pair<atomstruct::Residue *const ,atomstruct::StructureSeq::SeqPos>>>' needs to have dll-interface to be used by clients of class 'atomstruct::StructureSeq'
|
|---|
| 26740 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\StructureSeq.h(51): note: see declaration of 'std::map<atomstruct::Residue *,atomstruct::StructureSeq::SeqPos,std::less<atomstruct::Residue *>,std::allocator<std::pair<atomstruct::Residue *const ,atomstruct::StructureSeq::SeqPos>>>'
|
|---|
| 26741 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\StructureSeq.h(67): warning C4251: 'atomstruct::StructureSeq::_residues': class 'std::vector<atomstruct::Residue *,std::allocator<atomstruct::Residue *>>' needs to have dll-interface to be used by clients of class 'atomstruct::StructureSeq'
|
|---|
| 26742 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\StructureSeq.h(50): note: see declaration of 'std::vector<atomstruct::Residue *,std::allocator<atomstruct::Residue *>>'
|
|---|
| 26743 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\StructureSeq.h(122): warning C4267: 'return': conversion from 'size_t' to 'int', possible loss of data
|
|---|
| 26744 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(59): warning C4251: 'atomstruct::Changes::created': class 'std::set<const void *,std::less<const void *>,std::allocator<const void *>>' needs to have dll-interface to be used by clients of class 'atomstruct::Changes'
|
|---|
| 26745 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(59): note: see declaration of 'std::set<const void *,std::less<const void *>,std::allocator<const void *>>'
|
|---|
| 26746 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(60): warning C4251: 'atomstruct::Changes::modified': class 'std::set<const void *,std::less<const void *>,std::allocator<const void *>>' needs to have dll-interface to be used by clients of class 'atomstruct::Changes'
|
|---|
| 26747 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(59): note: see declaration of 'std::set<const void *,std::less<const void *>,std::allocator<const void *>>'
|
|---|
| 26748 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(61): warning C4251: 'atomstruct::Changes::reasons': class 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>' needs to have dll-interface to be used by clients of class 'atomstruct::Changes'
|
|---|
| 26749 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\element/Element.h(79): note: see declaration of 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>'
|
|---|
| 26750 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\pyinstance/PythonInstance.declare.h(78): 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>'
|
|---|
| 26751 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 26752 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(68): note: see reference to class template instantiation 'pyinstance::PythonInstance<atomstruct::ChangeTracker>' being compiled
|
|---|
| 26753 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(82): warning C4251: 'atomstruct::ChangeTracker::_structure_type_changes': class 'std::map<atomstruct::Structure *,atomstruct::ChangeTracker::ChangesArray,std::less<atomstruct::Structure *>,std::allocator<std::pair<atomstruct::Structure *const ,atomstruct::ChangeTracker::ChangesArray>>>' needs to have dll-interface to be used by clients of class 'atomstruct::ChangeTracker'
|
|---|
| 26754 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(82): note: see declaration of 'std::map<atomstruct::Structure *,atomstruct::ChangeTracker::ChangesArray,std::less<atomstruct::Structure *>,std::allocator<std::pair<atomstruct::Structure *const ,atomstruct::ChangeTracker::ChangesArray>>>'
|
|---|
| 26755 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(83): warning C4251: 'atomstruct::ChangeTracker::_dead_structures': class 'std::set<atomstruct::Structure *,std::less<atomstruct::Structure *>,std::allocator<atomstruct::Structure *>>' needs to have dll-interface to be used by clients of class 'atomstruct::ChangeTracker'
|
|---|
| 26756 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(83): note: see declaration of 'std::set<atomstruct::Structure *,std::less<atomstruct::Structure *>,std::allocator<atomstruct::Structure *>>'
|
|---|
| 26757 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(92): 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'
|
|---|
| 26758 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 26759 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(93): 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'
|
|---|
| 26760 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 26761 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(94): warning C4251: 'atomstruct::ChangeTracker::REASON_ALT_LOCS': 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'
|
|---|
| 26762 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 26763 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(95): 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'
|
|---|
| 26764 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 26765 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(96): 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'
|
|---|
| 26766 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 26767 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(97): 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'
|
|---|
| 26768 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 26769 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(98): warning C4251: 'atomstruct::ChangeTracker::REASON_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::ChangeTracker'
|
|---|
| 26770 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 26771 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(99): 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'
|
|---|
| 26772 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 26773 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(100): 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'
|
|---|
| 26774 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 26775 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(101): 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'
|
|---|
| 26776 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 26777 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(102): 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'
|
|---|
| 26778 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 26779 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(103): 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'
|
|---|
| 26780 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 26781 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(104): warning C4251: 'atomstruct::ChangeTracker::REASON_ELEMENT': 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'
|
|---|
| 26782 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 26783 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(105): 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'
|
|---|
| 26784 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 26785 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(106): 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'
|
|---|
| 26786 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 26787 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(107): 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'
|
|---|
| 26788 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 26789 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(108): warning C4251: 'atomstruct::ChangeTracker::REASON_INSERTION_CODE': 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'
|
|---|
| 26790 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 26791 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(109): 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'
|
|---|
| 26792 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 26793 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(110): warning C4251: 'atomstruct::ChangeTracker::REASON_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'
|
|---|
| 26794 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 26795 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(111): 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'
|
|---|
| 26796 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 26797 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(112): 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'
|
|---|
| 26798 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 26799 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(113): 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'
|
|---|
| 26800 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 26801 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(114): 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'
|
|---|
| 26802 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 26803 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(115): 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'
|
|---|
| 26804 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 26805 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(116): 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'
|
|---|
| 26806 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 26807 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(117): 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'
|
|---|
| 26808 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 26809 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(118): 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'
|
|---|
| 26810 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 26811 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(119): 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'
|
|---|
| 26812 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 26813 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(120): 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'
|
|---|
| 26814 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 26815 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(121): 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'
|
|---|
| 26816 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 26817 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(122): 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'
|
|---|
| 26818 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 26819 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(123): 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'
|
|---|
| 26820 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 26821 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(124): 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'
|
|---|
| 26822 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 26823 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(125): 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'
|
|---|
| 26824 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 26825 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(126): 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'
|
|---|
| 26826 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 26827 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(127): 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'
|
|---|
| 26828 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 26829 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(128): 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'
|
|---|
| 26830 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 26831 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(129): 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'
|
|---|
| 26832 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 26833 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(130): 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'
|
|---|
| 26834 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 26835 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(131): warning C4251: 'atomstruct::ChangeTracker::REASON_WORM_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'
|
|---|
| 26836 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 26837 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(132): warning C4251: 'atomstruct::ChangeTracker::REASON_WORM_RIBBON': 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'
|
|---|
| 26838 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 26839 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(306): 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'
|
|---|
| 26840 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 26841 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\CompSS.h(42): warning C4251: 'atomstruct::CompSSInfo::strands': class 'std::vector<std::pair<atomstruct::Residue *,atomstruct::Residue *>,std::allocator<std::pair<atomstruct::Residue *,atomstruct::Residue *>>>' needs to have dll-interface to be used by clients of class 'atomstruct::CompSSInfo'
|
|---|
| 26842 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\CompSS.h(42): note: see declaration of 'std::vector<std::pair<atomstruct::Residue *,atomstruct::Residue *>,std::allocator<std::pair<atomstruct::Residue *,atomstruct::Residue *>>>'
|
|---|
| 26843 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\CompSS.h(43): warning C4251: 'atomstruct::CompSSInfo::sheets': class 'std::vector<std::set<int,std::less<int>,std::allocator<int>>,std::allocator<std::set<int,std::less<int>,std::allocator<int>>>>' needs to have dll-interface to be used by clients of class 'atomstruct::CompSSInfo'
|
|---|
| 26844 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\CompSS.h(43): note: see declaration of 'std::vector<std::set<int,std::less<int>,std::allocator<int>>,std::allocator<std::set<int,std::less<int>,std::allocator<int>>>>'
|
|---|
| 26845 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\CompSS.h(44): warning C4251: 'atomstruct::CompSSInfo::strands_parallel': class 'std::map<std::pair<int,int>,bool,std::less<std::pair<int,int>>,std::allocator<std::pair<const std::pair<int,int>,bool>>>' needs to have dll-interface to be used by clients of class 'atomstruct::CompSSInfo'
|
|---|
| 26846 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\CompSS.h(44): note: see declaration of 'std::map<std::pair<int,int>,bool,std::less<std::pair<int,int>>,std::allocator<std::pair<const std::pair<int,int>,bool>>>'
|
|---|
| 26847 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\CompSS.h(45): warning C4251: 'atomstruct::CompSSInfo::helix_info': class 'std::vector<std::pair<std::pair<atomstruct::Residue *,atomstruct::Residue *>,char>,std::allocator<std::pair<std::pair<atomstruct::Residue *,atomstruct::Residue *>,char>>>' needs to have dll-interface to be used by clients of class 'atomstruct::CompSSInfo'
|
|---|
| 26848 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\CompSS.h(45): note: see declaration of 'std::vector<std::pair<std::pair<atomstruct::Residue *,atomstruct::Residue *>,char>,std::allocator<std::pair<std::pair<atomstruct::Residue *,atomstruct::Residue *>,char>>>'
|
|---|
| 26849 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\pyinstance/PythonInstance.declare.h(78): 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>'
|
|---|
| 26850 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 26851 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\PBManager.h(53): note: see reference to class template instantiation 'pyinstance::PythonInstance<atomstruct::BaseManager>' being compiled
|
|---|
| 26852 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\PBManager.h(63): warning C4251: 'atomstruct::BaseManager::_groups': class 'std::map<std::string,atomstruct::Proxy_PBGroup *,std::less<std::string>,std::allocator<std::pair<const std::string,atomstruct::Proxy_PBGroup *>>>' needs to have dll-interface to be used by clients of class 'atomstruct::BaseManager'
|
|---|
| 26853 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\PBManager.h(58): note: see declaration of 'std::map<std::string,atomstruct::Proxy_PBGroup *,std::less<std::string>,std::allocator<std::pair<const std::string,atomstruct::Proxy_PBGroup *>>>'
|
|---|
| 26854 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\pyinstance/PythonInstance.declare.h(78): 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>'
|
|---|
| 26855 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 26856 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Ring.h(38): note: see reference to class template instantiation 'pyinstance::PythonInstance<atomstruct::Ring>' being compiled
|
|---|
| 26857 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Ring.h(43): warning C4251: 'atomstruct::Ring::_bonds': class 'std::set<atomstruct::Bond *,std::less<atomstruct::Bond *>,std::allocator<atomstruct::Bond *>>' needs to have dll-interface to be used by clients of class 'atomstruct::Ring'
|
|---|
| 26858 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Ring.h(41): note: see declaration of 'std::set<atomstruct::Bond *,std::less<atomstruct::Bond *>,std::allocator<atomstruct::Bond *>>'
|
|---|
| 26859 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Ring.h(44): warning C4251: 'atomstruct::Ring::_atoms': class 'std::set<atomstruct::Atom *,std::less<atomstruct::Atom *>,std::allocator<atomstruct::Atom *>>' needs to have dll-interface to be used by clients of class 'atomstruct::Ring'
|
|---|
| 26860 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Ring.h(40): note: see declaration of 'std::set<atomstruct::Atom *,std::less<atomstruct::Atom *>,std::allocator<atomstruct::Atom *>>'
|
|---|
| 26861 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\pyinstance/PythonInstance.declare.h(78): 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>'
|
|---|
| 26862 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 26863 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Structure.h(110): note: see reference to class template instantiation 'pyinstance::PythonInstance<atomstruct::Structure>' being compiled
|
|---|
| 26864 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Structure.h(145): warning C4251: 'atomstruct::Structure::_atoms': class 'std::vector<atomstruct::Atom *,std::allocator<atomstruct::Atom *>>' needs to have dll-interface to be used by clients of class 'atomstruct::Structure'
|
|---|
| 26865 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Ring.h(64): note: see declaration of 'std::vector<atomstruct::Atom *,std::allocator<atomstruct::Atom *>>'
|
|---|
| 26866 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Structure.h(147): warning C4251: 'atomstruct::Structure::_bonds': class 'std::vector<atomstruct::Bond *,std::allocator<atomstruct::Bond *>>' needs to have dll-interface to be used by clients of class 'atomstruct::Structure'
|
|---|
| 26867 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Ring.h(63): note: see declaration of 'std::vector<atomstruct::Bond *,std::allocator<atomstruct::Bond *>>'
|
|---|
| 26868 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Structure.h(151): warning C4251: 'atomstruct::Structure::_coord_sets': class 'std::vector<atomstruct::CoordSet *,std::allocator<atomstruct::CoordSet *>>' needs to have dll-interface to be used by clients of class 'atomstruct::Structure'
|
|---|
| 26869 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Structure.h(120): note: see declaration of 'std::vector<atomstruct::CoordSet *,std::allocator<atomstruct::CoordSet *>>'
|
|---|
| 26870 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Structure.h(156): warning C4251: 'atomstruct::Structure::_input_seq_info': class 'std::map<atomstruct::ChainID,std::vector<std::string,std::allocator<std::string>>,std::less<std::string>,std::allocator<std::pair<const atomstruct::ChainID,std::vector<std::string,std::allocator<std::string>>>>>' needs to have dll-interface to be used by clients of class 'atomstruct::Structure'
|
|---|
| 26871 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Structure.h(121): note: see declaration of 'std::map<atomstruct::ChainID,std::vector<std::string,std::allocator<std::string>>,std::less<std::string>,std::allocator<std::pair<const atomstruct::ChainID,std::vector<std::string,std::allocator<std::string>>>>>'
|
|---|
| 26872 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Structure.h(163): warning C4251: 'atomstruct::Structure::_residues': class 'std::vector<atomstruct::Residue *,std::allocator<atomstruct::Residue *>>' needs to have dll-interface to be used by clients of class 'atomstruct::Structure'
|
|---|
| 26873 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\StructureSeq.h(50): note: see declaration of 'std::vector<atomstruct::Residue *,std::allocator<atomstruct::Residue *>>'
|
|---|
| 26874 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Structure.h(165): warning C4251: 'atomstruct::Structure::_res_numbering_valid': class 'std::vector<bool,std::allocator<bool>>' needs to have dll-interface to be used by clients of class 'atomstruct::Structure'
|
|---|
| 26875 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Structure.h(165): note: see declaration of 'std::vector<bool,std::allocator<bool>>'
|
|---|
| 26876 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Structure.h(176): warning C4251: 'atomstruct::Structure::_rings': class 'std::set<atomstruct::Ring,std::less<atomstruct::Ring>,std::allocator<atomstruct::Ring>>' needs to have dll-interface to be used by clients of class 'atomstruct::Structure'
|
|---|
| 26877 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Structure.h(128): note: see declaration of 'std::set<atomstruct::Ring,std::less<atomstruct::Ring>,std::allocator<atomstruct::Ring>>'
|
|---|
| 26878 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Structure.h(283): 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'
|
|---|
| 26879 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 26880 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Structure.h(287): warning C4251: 'atomstruct::Structure::metadata': class 'std::map<atomstruct::ChainID,std::vector<std::string,std::allocator<std::string>>,std::less<std::string>,std::allocator<std::pair<const atomstruct::ChainID,std::vector<std::string,std::allocator<std::string>>>>>' needs to have dll-interface to be used by clients of class 'atomstruct::Structure'
|
|---|
| 26881 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Structure.h(121): note: see declaration of 'std::map<atomstruct::ChainID,std::vector<std::string,std::allocator<std::string>>,std::less<std::string>,std::allocator<std::pair<const atomstruct::ChainID,std::vector<std::string,std::allocator<std::string>>>>>'
|
|---|
| 26882 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\pyinstance/PythonInstance.declare.h(78): 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>'
|
|---|
| 26883 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 26884 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\CoordSet.h(41): note: see reference to class template instantiation 'pyinstance::PythonInstance<atomstruct::CoordSet>' being compiled
|
|---|
| 26885 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\CoordSet.h(49): warning C4251: 'atomstruct::CoordSet::_coords': class 'std::vector<atomstruct::Coord,std::allocator<atomstruct::Coord>>' needs to have dll-interface to be used by clients of class 'atomstruct::CoordSet'
|
|---|
| 26886 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\CoordSet.h(46): note: see declaration of 'std::vector<atomstruct::Coord,std::allocator<atomstruct::Coord>>'
|
|---|
| 26887 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\CoordSet.h(51): warning C4251: 'atomstruct::CoordSet::_bfactor_map': class 'std::unordered_map<const atomstruct::Atom *,float,std::hash<const atomstruct::Atom *>,std::equal_to<const atomstruct::Atom *>,std::allocator<std::pair<const atomstruct::Atom *const ,float>>>' needs to have dll-interface to be used by clients of class 'atomstruct::CoordSet'
|
|---|
| 26888 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\CoordSet.h(51): note: see declaration of 'std::unordered_map<const atomstruct::Atom *,float,std::hash<const atomstruct::Atom *>,std::equal_to<const atomstruct::Atom *>,std::allocator<std::pair<const atomstruct::Atom *const ,float>>>'
|
|---|
| 26889 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\CoordSet.h(52): warning C4251: 'atomstruct::CoordSet::_occupancy_map': class 'std::unordered_map<const atomstruct::Atom *,float,std::hash<const atomstruct::Atom *>,std::equal_to<const atomstruct::Atom *>,std::allocator<std::pair<const atomstruct::Atom *const ,float>>>' needs to have dll-interface to be used by clients of class 'atomstruct::CoordSet'
|
|---|
| 26890 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\CoordSet.h(51): note: see declaration of 'std::unordered_map<const atomstruct::Atom *,float,std::hash<const atomstruct::Atom *>,std::equal_to<const atomstruct::Atom *>,std::allocator<std::pair<const atomstruct::Atom *const ,float>>>'
|
|---|
| 26891 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\CoordSet.h(77): warning C4267: 'return': conversion from 'size_t' to 'int', possible loss of data
|
|---|
| 26892 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\CoordSet.h(80): warning C4267: 'return': conversion from 'size_t' to 'int', possible loss of data
|
|---|
| 26893 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\pyinstance/PythonInstance.declare.h(78): 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>'
|
|---|
| 26894 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 26895 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct/Residue.h(53): note: see reference to class template instantiation 'pyinstance::PythonInstance<atomstruct::Residue>' being compiled
|
|---|
| 26896 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct/Residue.h(81): warning C4251: 'atomstruct::Residue::_atoms': class 'std::vector<atomstruct::Atom *,std::allocator<atomstruct::Atom *>>' needs to have dll-interface to be used by clients of class 'atomstruct::Residue'
|
|---|
| 26897 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Ring.h(64): note: see declaration of 'std::vector<atomstruct::Atom *,std::allocator<atomstruct::Atom *>>'
|
|---|
| 26898 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct/Residue.h(83): 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'
|
|---|
| 26899 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 26900 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct/Residue.h(85): 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'
|
|---|
| 26901 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 26902 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct/Residue.h(86): 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'
|
|---|
| 26903 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 26904 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct/Residue.h(162): warning C4251: 'atomstruct::Residue::aa_min_backbone_names': class 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>' needs to have dll-interface to be used by clients of class 'atomstruct::Residue'
|
|---|
| 26905 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\element/Element.h(79): note: see declaration of 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>'
|
|---|
| 26906 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct/Residue.h(163): warning C4251: 'atomstruct::Residue::aa_min_ordered_backbone_names': class 'std::vector<std::string,std::allocator<std::string>>' needs to have dll-interface to be used by clients of class 'atomstruct::Residue'
|
|---|
| 26907 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\mmcif\mmcif_cpp\corecif.h(34): note: see declaration of 'std::vector<std::string,std::allocator<std::string>>'
|
|---|
| 26908 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct/Residue.h(164): warning C4251: 'atomstruct::Residue::aa_max_backbone_names': class 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>' needs to have dll-interface to be used by clients of class 'atomstruct::Residue'
|
|---|
| 26909 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\element/Element.h(79): note: see declaration of 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>'
|
|---|
| 26910 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct/Residue.h(165): warning C4251: 'atomstruct::Residue::aa_ribbon_backbone_names': class 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>' needs to have dll-interface to be used by clients of class 'atomstruct::Residue'
|
|---|
| 26911 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\element/Element.h(79): note: see declaration of 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>'
|
|---|
| 26912 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct/Residue.h(166): warning C4251: 'atomstruct::Residue::aa_side_connector_names': class 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>' needs to have dll-interface to be used by clients of class 'atomstruct::Residue'
|
|---|
| 26913 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\element/Element.h(79): note: see declaration of 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>'
|
|---|
| 26914 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct/Residue.h(167): warning C4251: 'atomstruct::Residue::na_min_backbone_names': class 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>' needs to have dll-interface to be used by clients of class 'atomstruct::Residue'
|
|---|
| 26915 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\element/Element.h(79): note: see declaration of 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>'
|
|---|
| 26916 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct/Residue.h(168): warning C4251: 'atomstruct::Residue::na_min_ordered_backbone_names': class 'std::vector<std::string,std::allocator<std::string>>' needs to have dll-interface to be used by clients of class 'atomstruct::Residue'
|
|---|
| 26917 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\mmcif\mmcif_cpp\corecif.h(34): note: see declaration of 'std::vector<std::string,std::allocator<std::string>>'
|
|---|
| 26918 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct/Residue.h(169): warning C4251: 'atomstruct::Residue::na_max_backbone_names': class 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>' needs to have dll-interface to be used by clients of class 'atomstruct::Residue'
|
|---|
| 26919 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\element/Element.h(79): note: see declaration of 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>'
|
|---|
| 26920 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct/Residue.h(170): warning C4251: 'atomstruct::Residue::na_ribbon_backbone_names': class 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>' needs to have dll-interface to be used by clients of class 'atomstruct::Residue'
|
|---|
| 26921 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\element/Element.h(79): note: see declaration of 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>'
|
|---|
| 26922 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct/Residue.h(171): warning C4251: 'atomstruct::Residue::na_side_connector_names': class 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>' needs to have dll-interface to be used by clients of class 'atomstruct::Residue'
|
|---|
| 26923 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\element/Element.h(79): note: see declaration of 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>'
|
|---|
| 26924 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct/Residue.h(172): warning C4251: 'atomstruct::Residue::ribose_names': class 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>' needs to have dll-interface to be used by clients of class 'atomstruct::Residue'
|
|---|
| 26925 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\element/Element.h(79): note: see declaration of 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>'
|
|---|
| 26926 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct/Residue.h(173): warning C4251: 'atomstruct::Residue::std_solvent_names': class 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>' needs to have dll-interface to be used by clients of class 'atomstruct::Residue'
|
|---|
| 26927 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\element/Element.h(79): note: see declaration of 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>'
|
|---|
| 26928 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct/Residue.h(174): warning C4251: 'atomstruct::Residue::std_water_names': class 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>' needs to have dll-interface to be used by clients of class 'atomstruct::Residue'
|
|---|
| 26929 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\element/Element.h(79): note: see declaration of 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>'
|
|---|
| 26930 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct/Residue.h(175): warning C4251: 'atomstruct::Residue::ideal_chirality': class 'std::map<atomstruct::ResName,std::map<atomstruct::ResName,char,std::less<std::string>,std::allocator<std::pair<const atomstruct::ResName,char>>>,std::less<std::string>,std::allocator<std::pair<const atomstruct::ResName,std::map<atomstruct::ResName,char,std::less<std::string>,std::allocator<std::pair<const atomstruct::ResName,char>>>>>>' needs to have dll-interface to be used by clients of class 'atomstruct::Residue'
|
|---|
| 26931 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct/Residue.h(175): note: see declaration of 'std::map<atomstruct::ResName,std::map<atomstruct::ResName,char,std::less<std::string>,std::allocator<std::pair<const atomstruct::ResName,char>>>,std::less<std::string>,std::allocator<std::pair<const atomstruct::ResName,std::map<atomstruct::ResName,char,std::less<std::string>,std::allocator<std::pair<const atomstruct::ResName,char>>>>>>'
|
|---|
| 26932 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct/Residue.h(126): warning C4267: 'return': conversion from 'size_t' to 'int', possible loss of data
|
|---|
| 26933 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\pyinstance/PythonInstance.declare.h(78): 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>'
|
|---|
| 26934 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 26935 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Atom.h(68): note: see reference to class template instantiation 'pyinstance::PythonInstance<atomstruct::Atom>' being compiled
|
|---|
| 26936 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Atom.h(124): warning C4251: 'atomstruct::Atom::_alt_loc_map': class 'std::map<unsigned char,atomstruct::Atom::_Alt_loc_info,std::less<unsigned char>,std::allocator<std::pair<const unsigned char,atomstruct::Atom::_Alt_loc_info>>>' needs to have dll-interface to be used by clients of class 'atomstruct::Atom'
|
|---|
| 26937 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Atom.h(123): note: see declaration of 'std::map<unsigned char,atomstruct::Atom::_Alt_loc_info,std::less<unsigned char>,std::allocator<std::pair<const unsigned char,atomstruct::Atom::_Alt_loc_info>>>'
|
|---|
| 26938 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Atom.h(126): warning C4251: 'atomstruct::Atom::_bonds': class 'std::vector<atomstruct::Bond *,std::allocator<atomstruct::Bond *>>' needs to have dll-interface to be used by clients of class 'atomstruct::Atom'
|
|---|
| 26939 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Ring.h(63): note: see declaration of 'std::vector<atomstruct::Bond *,std::allocator<atomstruct::Bond *>>'
|
|---|
| 26940 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Atom.h(127): 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'
|
|---|
| 26941 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\string_types.h(44): note: see declaration of 'chutil::CString<5,65,116,111,109,32,84,121,112,101>'
|
|---|
| 26942 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Atom.h(134): 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'
|
|---|
| 26943 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\string_types.h(44): note: see declaration of 'chutil::CString<5,65,116,111,109,32,84,121,112,101>'
|
|---|
| 26944 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Atom.h(136): warning C4251: 'atomstruct::Atom::_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::Atom'
|
|---|
| 26945 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 26946 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Atom.h(137): warning C4251: 'atomstruct::Atom::_neighbors': class 'std::vector<atomstruct::Atom *,std::allocator<atomstruct::Atom *>>' needs to have dll-interface to be used by clients of class 'atomstruct::Atom'
|
|---|
| 26947 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Ring.h(64): note: see declaration of 'std::vector<atomstruct::Atom *,std::allocator<atomstruct::Atom *>>'
|
|---|
| 26948 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Atom.h(143): warning C4251: 'atomstruct::Atom::_rings': class 'std::vector<const atomstruct::Ring *,std::allocator<const atomstruct::Ring *>>' needs to have dll-interface to be used by clients of class 'atomstruct::Atom'
|
|---|
| 26949 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Atom.h(91): note: see declaration of 'std::vector<const atomstruct::Ring *,std::allocator<const atomstruct::Ring *>>'
|
|---|
| 26950 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Atom.h(201): warning C4244: '=': conversion from 'double' to 'float', possible loss of data
|
|---|
| 26951 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Atom.h(205): warning C4244: 'return': conversion from 'double' to 'float', possible loss of data
|
|---|
| 26952 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Atom.h(223): warning C4267: 'return': conversion from 'size_t' to 'int', possible loss of data
|
|---|
| 26953 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\pyinstance/PythonInstance.declare.h(78): 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>'
|
|---|
| 26954 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 26955 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Bond.h(47): note: see reference to class template instantiation 'pyinstance::PythonInstance<atomstruct::Bond>' being compiled
|
|---|
| 26956 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Bond.h(59): warning C4251: 'atomstruct::Bond::_rings': class 'std::vector<const atomstruct::Ring *,std::allocator<const atomstruct::Ring *>>' needs to have dll-interface to be used by clients of class 'atomstruct::Bond'
|
|---|
| 26957 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Atom.h(91): note: see declaration of 'std::vector<const atomstruct::Ring *,std::allocator<const atomstruct::Ring *>>'
|
|---|
| 26958 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Bond.h(128): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data
|
|---|
| 26959 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\pyinstance/PythonInstance.declare.h(78): warning C4251: 'pyinstance::PythonInstance<atomstruct::Pseudobond>::_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::Pseudobond>'
|
|---|
| 26960 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 26961 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct/Pseudobond.h(52): note: see reference to class template instantiation 'pyinstance::PythonInstance<atomstruct::Pseudobond>' being compiled
|
|---|
| 26962 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\pyinstance/PythonInstance.declare.h(78): warning C4251: 'pyinstance::PythonInstance<atomstruct::PBGroup>::_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::PBGroup>'
|
|---|
| 26963 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 26964 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\PBGroup.h(61): note: see reference to class template instantiation 'pyinstance::PythonInstance<atomstruct::PBGroup>' being compiled
|
|---|
| 26965 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\PBGroup.h(70): warning C4251: 'atomstruct::PBGroup::_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::PBGroup'
|
|---|
| 26966 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 26967 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\PBGroup.h(169): warning C4251: 'atomstruct::StructurePBGroup::_pbonds': class 'std::set<atomstruct::Pseudobond *,std::less<atomstruct::Pseudobond *>,std::allocator<atomstruct::Pseudobond *>>' needs to have dll-interface to be used by clients of class 'atomstruct::StructurePBGroup'
|
|---|
| 26968 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\PBGroup.h(63): note: see declaration of 'std::set<atomstruct::Pseudobond *,std::less<atomstruct::Pseudobond *>,std::allocator<atomstruct::Pseudobond *>>'
|
|---|
| 26969 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\PBGroup.h(199): warning C4251: 'atomstruct::CS_PBGroup::_pbonds': class 'std::unordered_map<const atomstruct::CoordSet *,atomstruct::PBGroup::Pseudobonds,std::hash<const atomstruct::CoordSet *>,std::equal_to<const atomstruct::CoordSet *>,std::allocator<std::pair<const atomstruct::CoordSet *const ,atomstruct::PBGroup::Pseudobonds>>>' needs to have dll-interface to be used by clients of class 'atomstruct::CS_PBGroup'
|
|---|
| 26970 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\PBGroup.h(199): note: see declaration of 'std::unordered_map<const atomstruct::CoordSet *,atomstruct::PBGroup::Pseudobonds,std::hash<const atomstruct::CoordSet *>,std::equal_to<const atomstruct::CoordSet *>,std::allocator<std::pair<const atomstruct::CoordSet *const ,atomstruct::PBGroup::Pseudobonds>>>'
|
|---|
| 26971 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct/MolResId.h(43): warning C4251: 'atomstruct::MolResId::chain': 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::MolResId'
|
|---|
| 26972 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 26973 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\pyinstance/PythonInstance.declare.h(78): 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>'
|
|---|
| 26974 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 26975 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct/tmpl/Residue.h(47): note: see reference to class template instantiation 'pyinstance::PythonInstance<tmpl::Residue>' being compiled
|
|---|
| 26976 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct/tmpl/Residue.h(85): warning C4251: 'tmpl::Residue::metadata': class 'std::map<atomstruct::ChainID,std::vector<std::string,std::allocator<std::string>>,std::less<std::string>,std::allocator<std::pair<const atomstruct::ChainID,std::vector<std::string,std::allocator<std::string>>>>>' needs to have dll-interface to be used by clients of class 'tmpl::Residue'
|
|---|
| 26977 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Structure.h(121): note: see declaration of 'std::map<atomstruct::ChainID,std::vector<std::string,std::allocator<std::string>>,std::less<std::string>,std::allocator<std::pair<const atomstruct::ChainID,std::vector<std::string,std::allocator<std::string>>>>>'
|
|---|
| 26978 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct/tmpl/Residue.h(88): 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'
|
|---|
| 26979 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 26980 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct/tmpl/Residue.h(89): warning C4251: 'tmpl::Residue::_atoms': class 'std::map<atomstruct::AtomName,tmpl::Atom *,std::less<std::string>,std::allocator<std::pair<const atomstruct::AtomName,tmpl::Atom *>>>' needs to have dll-interface to be used by clients of class 'tmpl::Residue'
|
|---|
| 26981 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct/tmpl/Residue.h(80): note: see declaration of 'std::map<atomstruct::AtomName,tmpl::Atom *,std::less<std::string>,std::allocator<std::pair<const atomstruct::AtomName,tmpl::Atom *>>>'
|
|---|
| 26982 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct/tmpl/Residue.h(91): 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'
|
|---|
| 26983 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 26984 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct/tmpl/Residue.h(92): warning C4251: 'tmpl::Residue::_link_atoms': class 'std::vector<tmpl::Atom *,std::allocator<tmpl::Atom *>>' needs to have dll-interface to be used by clients of class 'tmpl::Residue'
|
|---|
| 26985 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct/tmpl/Residue.h(53): note: see declaration of 'std::vector<tmpl::Atom *,std::allocator<tmpl::Atom *>>'
|
|---|
| 26986 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\pyinstance/PythonInstance.declare.h(78): 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>'
|
|---|
| 26987 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 26988 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\tmpl\CoordSet.h(39): note: see reference to class template instantiation 'pyinstance::PythonInstance<tmpl::CoordSet>' being compiled
|
|---|
| 26989 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\tmpl\CoordSet.h(44): warning C4251: 'tmpl::CoordSet::_coords': class 'std::vector<atomstruct::Coord,std::allocator<atomstruct::Coord>>' needs to have dll-interface to be used by clients of class 'tmpl::CoordSet'
|
|---|
| 26990 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\CoordSet.h(46): note: see declaration of 'std::vector<atomstruct::Coord,std::allocator<atomstruct::Coord>>'
|
|---|
| 26991 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\pyinstance/PythonInstance.declare.h(78): 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>'
|
|---|
| 26992 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 26993 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\tmpl\Atom.h(48): note: see reference to class template instantiation 'pyinstance::PythonInstance<tmpl::Atom>' being compiled
|
|---|
| 26994 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\tmpl\Atom.h(58): warning C4251: 'tmpl::Atom::_bonds': class 'std::vector<tmpl::Bond *,std::allocator<tmpl::Bond *>>' needs to have dll-interface to be used by clients of class 'tmpl::Atom'
|
|---|
| 26995 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\tmpl\Atom.h(50): note: see declaration of 'std::vector<tmpl::Bond *,std::allocator<tmpl::Bond *>>'
|
|---|
| 26996 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\tmpl\Atom.h(61): 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'
|
|---|
| 26997 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\string_types.h(44): note: see declaration of 'chutil::CString<5,65,116,111,109,32,84,121,112,101>'
|
|---|
| 26998 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\tmpl\Atom.h(64): warning C4251: 'tmpl::Atom::_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::Atom'
|
|---|
| 26999 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 27000 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\tmpl\Atom.h(65): warning C4251: 'tmpl::Atom::_neighbors': class 'std::vector<tmpl::Atom *,std::allocator<tmpl::Atom *>>' needs to have dll-interface to be used by clients of class 'tmpl::Atom'
|
|---|
| 27001 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct/tmpl/Residue.h(53): note: see declaration of 'std::vector<tmpl::Atom *,std::allocator<tmpl::Atom *>>'
|
|---|
| 27002 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\pyinstance/PythonInstance.declare.h(78): 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>'
|
|---|
| 27003 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 27004 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\tmpl\Bond.h(39): note: see reference to class template instantiation 'pyinstance::PythonInstance<tmpl::Bond>' being compiled
|
|---|
| 27005 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\tmpl\TAexcept.h(36): warning C4275: non dll-interface class 'std::runtime_error' used as base for dll-interface class 'tmpl::TA_exception'
|
|---|
| 27006 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\stdexcept(101): note: see declaration of 'std::runtime_error'
|
|---|
| 27007 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\tmpl\TAexcept.h(36): note: see declaration of 'tmpl::TA_exception'
|
|---|
| 27008 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\pyinstance/PythonInstance.declare.h(78): 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>'
|
|---|
| 27009 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 27010 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\tmpl\Molecule.h(48): note: see reference to class template instantiation 'pyinstance::PythonInstance<tmpl::Molecule>' being compiled
|
|---|
| 27011 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\tmpl\Molecule.h(57): warning C4251: 'tmpl::Molecule::_atoms': class 'std::set<tmpl::Atom *,std::less<tmpl::Atom *>,std::allocator<tmpl::Atom *>>' needs to have dll-interface to be used by clients of class 'tmpl::Molecule'
|
|---|
| 27012 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\tmpl\Molecule.h(52): note: see declaration of 'std::set<tmpl::Atom *,std::less<tmpl::Atom *>,std::allocator<tmpl::Atom *>>'
|
|---|
| 27013 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\tmpl\Molecule.h(58): warning C4251: 'tmpl::Molecule::_bonds': class 'std::set<tmpl::Bond *,std::less<tmpl::Bond *>,std::allocator<tmpl::Bond *>>' needs to have dll-interface to be used by clients of class 'tmpl::Molecule'
|
|---|
| 27014 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\tmpl\Molecule.h(53): note: see declaration of 'std::set<tmpl::Bond *,std::less<tmpl::Bond *>,std::allocator<tmpl::Bond *>>'
|
|---|
| 27015 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\tmpl\Molecule.h(59): warning C4251: 'tmpl::Molecule::_coord_sets': class 'std::vector<tmpl::CoordSet *,std::allocator<tmpl::CoordSet *>>' needs to have dll-interface to be used by clients of class 'tmpl::Molecule'
|
|---|
| 27016 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\tmpl\Molecule.h(54): note: see declaration of 'std::vector<tmpl::CoordSet *,std::allocator<tmpl::CoordSet *>>'
|
|---|
| 27017 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\tmpl\Molecule.h(60): warning C4251: 'tmpl::Molecule::_residues': class 'std::map<atomstruct::ResName,tmpl::Residue *,std::less<std::string>,std::allocator<std::pair<const atomstruct::ResName,tmpl::Residue *>>>' needs to have dll-interface to be used by clients of class 'tmpl::Molecule'
|
|---|
| 27018 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\tmpl\Molecule.h(55): note: see declaration of 'std::map<atomstruct::ResName,tmpl::Residue *,std::less<std::string>,std::allocator<std::pair<const atomstruct::ResName,tmpl::Residue *>>>'
|
|---|
| 27019 | mmcif_cpp/corecif.cpp(393): warning C4244: 'argument': conversion from 'double' to 'float', possible loss of data
|
|---|
| 27020 | mmcif_cpp/corecif.cpp(447): warning C4244: 'argument': conversion from 'double' to 'float', possible loss of data
|
|---|
| 27021 | mmcif_cpp/corecif.cpp(447): warning C4244: 'argument': conversion from 'double' to 'float', possible loss of data
|
|---|
| 27022 | mmcif_cpp/corecif.cpp(447): warning C4244: 'argument': conversion from 'double' to 'float', possible loss of data
|
|---|
| 27023 | mmcif_cpp/corecif.cpp(447): warning C4244: 'argument': conversion from 'double' to 'float', possible loss of data
|
|---|
| 27024 | mmcif_cpp/corecif.cpp(447): warning C4244: 'argument': conversion from 'double' to 'float', possible loss of data
|
|---|
| 27025 | mmcif_cpp/corecif.cpp(447): warning C4244: 'argument': conversion from 'double' to 'float', possible loss of data
|
|---|
| 27026 | Finished generating code
|
|---|
| 27027 | "C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\bin\HostX64\x64\cl.exe" /c /nologo /O2 /W3 /GL /DNDEBUG /MD -DMAJOR_VERSION=0 -DMINOR_VERSION=1 -IC:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\include -IC:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\numpy\core\include -Immcif_cpp/include -IC:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\core\include -IC:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\arrays\include -IC:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include -IC:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\pdb_lib\include -IC:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\include -IC:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Include "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\ucrt" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\shared" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\um" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\winrt" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\cppwinrt" "-Ic:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include" "-Ic:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\atlmfc\include" "-Ic:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\ucrt" "-Ic:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\shared" "-Ic:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\um" "-Ic:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\winrt" "-Ic:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\cppwinrt" /EHsc /Tpmmcif_cpp/mmcif.cpp /Fobuild\temp.win-amd64-cpython-311\Release\mmcif_cpp\mmcif.obj
|
|---|
| 27028 | mmcif.cpp
|
|---|
| 27029 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\mmcif\mmcif_cpp\_mmcif.h(8): warning C4005: 'PY_SSIZE_T_CLEAN': macro redefinition
|
|---|
| 27030 | mmcif_cpp/mmcif.cpp(26): note: see previous definition of 'PY_SSIZE_T_CLEAN'
|
|---|
| 27031 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\pyinstance/PythonInstance.declare.h(78): 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>'
|
|---|
| 27032 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 27033 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\pyinstance/PythonInstance.declare.h(104): note: see reference to class template instantiation 'pyinstance::PythonInstance<C>' being compiled
|
|---|
| 27034 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\destruct.h(53): warning C4251: 'atomstruct::DestructionCoordinator::_observers': class 'std::set<atomstruct::DestructionObserver *,std::less<atomstruct::DestructionObserver *>,std::allocator<atomstruct::DestructionObserver *>>' needs to have dll-interface to be used by clients of class 'atomstruct::DestructionCoordinator'
|
|---|
| 27035 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\destruct.h(53): note: see declaration of 'std::set<atomstruct::DestructionObserver *,std::less<atomstruct::DestructionObserver *>,std::allocator<atomstruct::DestructionObserver *>>'
|
|---|
| 27036 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\destruct.h(54): warning C4251: 'atomstruct::DestructionCoordinator::_destroyed': class 'std::set<void *,std::less<void *>,std::allocator<void *>>' needs to have dll-interface to be used by clients of class 'atomstruct::DestructionCoordinator'
|
|---|
| 27037 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\destruct.h(42): note: see declaration of 'std::set<void *,std::less<void *>,std::allocator<void *>>'
|
|---|
| 27038 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(59): warning C4251: 'atomstruct::Changes::created': class 'std::set<const void *,std::less<const void *>,std::allocator<const void *>>' needs to have dll-interface to be used by clients of class 'atomstruct::Changes'
|
|---|
| 27039 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(59): note: see declaration of 'std::set<const void *,std::less<const void *>,std::allocator<const void *>>'
|
|---|
| 27040 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(60): warning C4251: 'atomstruct::Changes::modified': class 'std::set<const void *,std::less<const void *>,std::allocator<const void *>>' needs to have dll-interface to be used by clients of class 'atomstruct::Changes'
|
|---|
| 27041 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(59): note: see declaration of 'std::set<const void *,std::less<const void *>,std::allocator<const void *>>'
|
|---|
| 27042 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(61): warning C4251: 'atomstruct::Changes::reasons': class 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>' needs to have dll-interface to be used by clients of class 'atomstruct::Changes'
|
|---|
| 27043 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(61): note: see declaration of 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>'
|
|---|
| 27044 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\pyinstance/PythonInstance.declare.h(78): 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>'
|
|---|
| 27045 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 27046 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(68): note: see reference to class template instantiation 'pyinstance::PythonInstance<atomstruct::ChangeTracker>' being compiled
|
|---|
| 27047 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(82): warning C4251: 'atomstruct::ChangeTracker::_structure_type_changes': class 'std::map<atomstruct::Structure *,atomstruct::ChangeTracker::ChangesArray,std::less<atomstruct::Structure *>,std::allocator<std::pair<atomstruct::Structure *const ,atomstruct::ChangeTracker::ChangesArray>>>' needs to have dll-interface to be used by clients of class 'atomstruct::ChangeTracker'
|
|---|
| 27048 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(82): note: see declaration of 'std::map<atomstruct::Structure *,atomstruct::ChangeTracker::ChangesArray,std::less<atomstruct::Structure *>,std::allocator<std::pair<atomstruct::Structure *const ,atomstruct::ChangeTracker::ChangesArray>>>'
|
|---|
| 27049 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(83): warning C4251: 'atomstruct::ChangeTracker::_dead_structures': class 'std::set<atomstruct::Structure *,std::less<atomstruct::Structure *>,std::allocator<atomstruct::Structure *>>' needs to have dll-interface to be used by clients of class 'atomstruct::ChangeTracker'
|
|---|
| 27050 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(83): note: see declaration of 'std::set<atomstruct::Structure *,std::less<atomstruct::Structure *>,std::allocator<atomstruct::Structure *>>'
|
|---|
| 27051 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(92): 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'
|
|---|
| 27052 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 27053 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(93): 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'
|
|---|
| 27054 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 27055 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(94): warning C4251: 'atomstruct::ChangeTracker::REASON_ALT_LOCS': 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'
|
|---|
| 27056 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 27057 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(95): 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'
|
|---|
| 27058 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 27059 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(96): 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'
|
|---|
| 27060 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 27061 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(97): 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'
|
|---|
| 27062 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 27063 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(98): warning C4251: 'atomstruct::ChangeTracker::REASON_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::ChangeTracker'
|
|---|
| 27064 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 27065 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(99): 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'
|
|---|
| 27066 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 27067 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(100): 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'
|
|---|
| 27068 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 27069 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(101): 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'
|
|---|
| 27070 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 27071 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(102): 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'
|
|---|
| 27072 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 27073 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(103): 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'
|
|---|
| 27074 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 27075 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(104): warning C4251: 'atomstruct::ChangeTracker::REASON_ELEMENT': 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'
|
|---|
| 27076 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 27077 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(105): 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'
|
|---|
| 27078 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 27079 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(106): 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'
|
|---|
| 27080 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 27081 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(107): 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'
|
|---|
| 27082 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 27083 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(108): warning C4251: 'atomstruct::ChangeTracker::REASON_INSERTION_CODE': 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'
|
|---|
| 27084 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 27085 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(109): 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'
|
|---|
| 27086 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 27087 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(110): warning C4251: 'atomstruct::ChangeTracker::REASON_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'
|
|---|
| 27088 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 27089 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(111): 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'
|
|---|
| 27090 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 27091 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(112): 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'
|
|---|
| 27092 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 27093 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(113): 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'
|
|---|
| 27094 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 27095 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(114): 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'
|
|---|
| 27096 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 27097 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(115): 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'
|
|---|
| 27098 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 27099 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(116): 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'
|
|---|
| 27100 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 27101 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(117): 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'
|
|---|
| 27102 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 27103 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(118): 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'
|
|---|
| 27104 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 27105 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(119): 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'
|
|---|
| 27106 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 27107 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(120): 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'
|
|---|
| 27108 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 27109 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(121): 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'
|
|---|
| 27110 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 27111 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(122): 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'
|
|---|
| 27112 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 27113 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(123): 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'
|
|---|
| 27114 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 27115 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(124): 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'
|
|---|
| 27116 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 27117 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(125): 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'
|
|---|
| 27118 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 27119 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(126): 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'
|
|---|
| 27120 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 27121 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(127): 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'
|
|---|
| 27122 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 27123 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(128): 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'
|
|---|
| 27124 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 27125 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(129): 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'
|
|---|
| 27126 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 27127 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(130): 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'
|
|---|
| 27128 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 27129 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(131): warning C4251: 'atomstruct::ChangeTracker::REASON_WORM_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'
|
|---|
| 27130 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 27131 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(132): warning C4251: 'atomstruct::ChangeTracker::REASON_WORM_RIBBON': 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'
|
|---|
| 27132 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 27133 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(306): 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'
|
|---|
| 27134 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 27135 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\pyinstance/PythonInstance.declare.h(78): 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>'
|
|---|
| 27136 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 27137 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\element/Element.h(49): note: see reference to class template instantiation 'pyinstance::PythonInstance<element::Element>' being compiled
|
|---|
| 27138 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\element/Element.h(76): warning C4251: 'element::Element::_alkali_metals': class 'std::set<int,std::less<int>,std::allocator<int>>' needs to have dll-interface to be used by clients of class 'element::Element'
|
|---|
| 27139 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\element/Element.h(76): note: see declaration of 'std::set<int,std::less<int>,std::allocator<int>>'
|
|---|
| 27140 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\element/Element.h(77): warning C4251: 'element::Element::_elements': class 'std::map<int,const element::Element *,std::less<int>,std::allocator<std::pair<const int,const element::Element *>>>' needs to have dll-interface to be used by clients of class 'element::Element'
|
|---|
| 27141 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\element/Element.h(77): note: see declaration of 'std::map<int,const element::Element *,std::less<int>,std::allocator<std::pair<const int,const element::Element *>>>'
|
|---|
| 27142 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\element/Element.h(78): warning C4251: 'element::Element::_halogens': class 'std::set<int,std::less<int>,std::allocator<int>>' needs to have dll-interface to be used by clients of class 'element::Element'
|
|---|
| 27143 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\element/Element.h(76): note: see declaration of 'std::set<int,std::less<int>,std::allocator<int>>'
|
|---|
| 27144 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\element/Element.h(79): warning C4251: 'element::Element::_names': class 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>' needs to have dll-interface to be used by clients of class 'element::Element'
|
|---|
| 27145 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(61): note: see declaration of 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>'
|
|---|
| 27146 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\element/Element.h(80): warning C4251: 'element::Element::_noble_gases': class 'std::set<int,std::less<int>,std::allocator<int>>' needs to have dll-interface to be used by clients of class 'element::Element'
|
|---|
| 27147 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\element/Element.h(76): note: see declaration of 'std::set<int,std::less<int>,std::allocator<int>>'
|
|---|
| 27148 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\pyinstance/PythonInstance.declare.h(78): 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>'
|
|---|
| 27149 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 27150 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Sequence.h(57): note: see reference to class template instantiation 'pyinstance::PythonInstance<atomstruct::Sequence>' being compiled
|
|---|
| 27151 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Sequence.h(63): warning C4251: 'atomstruct::Sequence::_nucleic3to1': class 'std::map<atomstruct::ResName,char,std::less<std::string>,std::allocator<std::pair<const atomstruct::ResName,char>>>' needs to have dll-interface to be used by clients of class 'atomstruct::Sequence'
|
|---|
| 27152 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Sequence.h(61): note: see declaration of 'std::map<atomstruct::ResName,char,std::less<std::string>,std::allocator<std::pair<const atomstruct::ResName,char>>>'
|
|---|
| 27153 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Sequence.h(64): warning C4251: 'atomstruct::Sequence::_protein3to1': class 'std::map<atomstruct::ResName,char,std::less<std::string>,std::allocator<std::pair<const atomstruct::ResName,char>>>' needs to have dll-interface to be used by clients of class 'atomstruct::Sequence'
|
|---|
| 27154 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Sequence.h(61): note: see declaration of 'std::map<atomstruct::ResName,char,std::less<std::string>,std::allocator<std::pair<const atomstruct::ResName,char>>>'
|
|---|
| 27155 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Sequence.h(65): warning C4251: 'atomstruct::Sequence::_rname3to1': class 'std::map<atomstruct::ResName,char,std::less<std::string>,std::allocator<std::pair<const atomstruct::ResName,char>>>' needs to have dll-interface to be used by clients of class 'atomstruct::Sequence'
|
|---|
| 27156 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Sequence.h(61): note: see declaration of 'std::map<atomstruct::ResName,char,std::less<std::string>,std::allocator<std::pair<const atomstruct::ResName,char>>>'
|
|---|
| 27157 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Sequence.h(67): warning C4251: 'atomstruct::Sequence::_cache_g2ug': class 'std::map<unsigned int,unsigned int,std::less<unsigned int>,std::allocator<std::pair<const unsigned int,unsigned int>>>' needs to have dll-interface to be used by clients of class 'atomstruct::Sequence'
|
|---|
| 27158 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Sequence.h(67): note: see declaration of 'std::map<unsigned int,unsigned int,std::less<unsigned int>,std::allocator<std::pair<const unsigned int,unsigned int>>>'
|
|---|
| 27159 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Sequence.h(68): warning C4251: 'atomstruct::Sequence::_cache_ug2g': class 'std::map<unsigned int,unsigned int,std::less<unsigned int>,std::allocator<std::pair<const unsigned int,unsigned int>>>' needs to have dll-interface to be used by clients of class 'atomstruct::Sequence'
|
|---|
| 27160 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Sequence.h(67): note: see declaration of 'std::map<unsigned int,unsigned int,std::less<unsigned int>,std::allocator<std::pair<const unsigned int,unsigned int>>>'
|
|---|
| 27161 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Sequence.h(69): 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'
|
|---|
| 27162 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Sequence.h(59): note: see declaration of 'std::vector<char,std::allocator<char>>'
|
|---|
| 27163 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Sequence.h(74): 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'
|
|---|
| 27164 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Sequence.h(59): note: see declaration of 'std::vector<char,std::allocator<char>>'
|
|---|
| 27165 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Sequence.h(75): 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'
|
|---|
| 27166 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 27167 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Sequence.h(140): warning C4267: 'return': conversion from 'size_t' to 'int', possible loss of data
|
|---|
| 27168 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\StructureSeq.h(61): 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'
|
|---|
| 27169 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 27170 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\StructureSeq.h(62): warning C4251: 'atomstruct::StructureSeq::_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 'atomstruct::StructureSeq'
|
|---|
| 27171 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 27172 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\StructureSeq.h(66): warning C4251: 'atomstruct::StructureSeq::_res_map': class 'std::map<atomstruct::Residue *,atomstruct::StructureSeq::SeqPos,std::less<atomstruct::Residue *>,std::allocator<std::pair<atomstruct::Residue *const ,atomstruct::StructureSeq::SeqPos>>>' needs to have dll-interface to be used by clients of class 'atomstruct::StructureSeq'
|
|---|
| 27173 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\StructureSeq.h(51): note: see declaration of 'std::map<atomstruct::Residue *,atomstruct::StructureSeq::SeqPos,std::less<atomstruct::Residue *>,std::allocator<std::pair<atomstruct::Residue *const ,atomstruct::StructureSeq::SeqPos>>>'
|
|---|
| 27174 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\StructureSeq.h(67): warning C4251: 'atomstruct::StructureSeq::_residues': class 'std::vector<atomstruct::Residue *,std::allocator<atomstruct::Residue *>>' needs to have dll-interface to be used by clients of class 'atomstruct::StructureSeq'
|
|---|
| 27175 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\StructureSeq.h(50): note: see declaration of 'std::vector<atomstruct::Residue *,std::allocator<atomstruct::Residue *>>'
|
|---|
| 27176 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\StructureSeq.h(122): warning C4267: 'return': conversion from 'size_t' to 'int', possible loss of data
|
|---|
| 27177 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\CompSS.h(42): warning C4251: 'atomstruct::CompSSInfo::strands': class 'std::vector<std::pair<atomstruct::Residue *,atomstruct::Residue *>,std::allocator<std::pair<atomstruct::Residue *,atomstruct::Residue *>>>' needs to have dll-interface to be used by clients of class 'atomstruct::CompSSInfo'
|
|---|
| 27178 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\CompSS.h(42): note: see declaration of 'std::vector<std::pair<atomstruct::Residue *,atomstruct::Residue *>,std::allocator<std::pair<atomstruct::Residue *,atomstruct::Residue *>>>'
|
|---|
| 27179 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\CompSS.h(43): warning C4251: 'atomstruct::CompSSInfo::sheets': class 'std::vector<std::set<int,std::less<int>,std::allocator<int>>,std::allocator<std::set<int,std::less<int>,std::allocator<int>>>>' needs to have dll-interface to be used by clients of class 'atomstruct::CompSSInfo'
|
|---|
| 27180 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\CompSS.h(43): note: see declaration of 'std::vector<std::set<int,std::less<int>,std::allocator<int>>,std::allocator<std::set<int,std::less<int>,std::allocator<int>>>>'
|
|---|
| 27181 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\CompSS.h(44): warning C4251: 'atomstruct::CompSSInfo::strands_parallel': class 'std::map<std::pair<int,int>,bool,std::less<std::pair<int,int>>,std::allocator<std::pair<const std::pair<int,int>,bool>>>' needs to have dll-interface to be used by clients of class 'atomstruct::CompSSInfo'
|
|---|
| 27182 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\CompSS.h(44): note: see declaration of 'std::map<std::pair<int,int>,bool,std::less<std::pair<int,int>>,std::allocator<std::pair<const std::pair<int,int>,bool>>>'
|
|---|
| 27183 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\CompSS.h(45): warning C4251: 'atomstruct::CompSSInfo::helix_info': class 'std::vector<std::pair<std::pair<atomstruct::Residue *,atomstruct::Residue *>,char>,std::allocator<std::pair<std::pair<atomstruct::Residue *,atomstruct::Residue *>,char>>>' needs to have dll-interface to be used by clients of class 'atomstruct::CompSSInfo'
|
|---|
| 27184 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\CompSS.h(45): note: see declaration of 'std::vector<std::pair<std::pair<atomstruct::Residue *,atomstruct::Residue *>,char>,std::allocator<std::pair<std::pair<atomstruct::Residue *,atomstruct::Residue *>,char>>>'
|
|---|
| 27185 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\pyinstance/PythonInstance.declare.h(78): 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>'
|
|---|
| 27186 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 27187 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\PBManager.h(53): note: see reference to class template instantiation 'pyinstance::PythonInstance<atomstruct::BaseManager>' being compiled
|
|---|
| 27188 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\PBManager.h(63): warning C4251: 'atomstruct::BaseManager::_groups': class 'std::map<std::string,atomstruct::Proxy_PBGroup *,std::less<std::string>,std::allocator<std::pair<const std::string,atomstruct::Proxy_PBGroup *>>>' needs to have dll-interface to be used by clients of class 'atomstruct::BaseManager'
|
|---|
| 27189 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\PBManager.h(58): note: see declaration of 'std::map<std::string,atomstruct::Proxy_PBGroup *,std::less<std::string>,std::allocator<std::pair<const std::string,atomstruct::Proxy_PBGroup *>>>'
|
|---|
| 27190 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\pyinstance/PythonInstance.declare.h(78): 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>'
|
|---|
| 27191 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 27192 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Ring.h(38): note: see reference to class template instantiation 'pyinstance::PythonInstance<atomstruct::Ring>' being compiled
|
|---|
| 27193 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Ring.h(43): warning C4251: 'atomstruct::Ring::_bonds': class 'std::set<atomstruct::Bond *,std::less<atomstruct::Bond *>,std::allocator<atomstruct::Bond *>>' needs to have dll-interface to be used by clients of class 'atomstruct::Ring'
|
|---|
| 27194 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Ring.h(41): note: see declaration of 'std::set<atomstruct::Bond *,std::less<atomstruct::Bond *>,std::allocator<atomstruct::Bond *>>'
|
|---|
| 27195 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Ring.h(44): warning C4251: 'atomstruct::Ring::_atoms': class 'std::set<atomstruct::Atom *,std::less<atomstruct::Atom *>,std::allocator<atomstruct::Atom *>>' needs to have dll-interface to be used by clients of class 'atomstruct::Ring'
|
|---|
| 27196 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Ring.h(40): note: see declaration of 'std::set<atomstruct::Atom *,std::less<atomstruct::Atom *>,std::allocator<atomstruct::Atom *>>'
|
|---|
| 27197 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\pyinstance/PythonInstance.declare.h(78): 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>'
|
|---|
| 27198 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 27199 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Structure.h(110): note: see reference to class template instantiation 'pyinstance::PythonInstance<atomstruct::Structure>' being compiled
|
|---|
| 27200 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Structure.h(145): warning C4251: 'atomstruct::Structure::_atoms': class 'std::vector<atomstruct::Atom *,std::allocator<atomstruct::Atom *>>' needs to have dll-interface to be used by clients of class 'atomstruct::Structure'
|
|---|
| 27201 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Ring.h(64): note: see declaration of 'std::vector<atomstruct::Atom *,std::allocator<atomstruct::Atom *>>'
|
|---|
| 27202 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Structure.h(147): warning C4251: 'atomstruct::Structure::_bonds': class 'std::vector<atomstruct::Bond *,std::allocator<atomstruct::Bond *>>' needs to have dll-interface to be used by clients of class 'atomstruct::Structure'
|
|---|
| 27203 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Ring.h(63): note: see declaration of 'std::vector<atomstruct::Bond *,std::allocator<atomstruct::Bond *>>'
|
|---|
| 27204 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Structure.h(151): warning C4251: 'atomstruct::Structure::_coord_sets': class 'std::vector<atomstruct::CoordSet *,std::allocator<atomstruct::CoordSet *>>' needs to have dll-interface to be used by clients of class 'atomstruct::Structure'
|
|---|
| 27205 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Structure.h(120): note: see declaration of 'std::vector<atomstruct::CoordSet *,std::allocator<atomstruct::CoordSet *>>'
|
|---|
| 27206 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Structure.h(156): warning C4251: 'atomstruct::Structure::_input_seq_info': class 'std::map<atomstruct::ChainID,std::vector<atomstruct::ResName,std::allocator<std::string>>,std::less<std::string>,std::allocator<std::pair<const atomstruct::ChainID,std::vector<atomstruct::ResName,std::allocator<std::string>>>>>' needs to have dll-interface to be used by clients of class 'atomstruct::Structure'
|
|---|
| 27207 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Structure.h(121): note: see declaration of 'std::map<atomstruct::ChainID,std::vector<atomstruct::ResName,std::allocator<std::string>>,std::less<std::string>,std::allocator<std::pair<const atomstruct::ChainID,std::vector<atomstruct::ResName,std::allocator<std::string>>>>>'
|
|---|
| 27208 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Structure.h(163): warning C4251: 'atomstruct::Structure::_residues': class 'std::vector<atomstruct::Residue *,std::allocator<atomstruct::Residue *>>' needs to have dll-interface to be used by clients of class 'atomstruct::Structure'
|
|---|
| 27209 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\StructureSeq.h(50): note: see declaration of 'std::vector<atomstruct::Residue *,std::allocator<atomstruct::Residue *>>'
|
|---|
| 27210 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Structure.h(165): warning C4251: 'atomstruct::Structure::_res_numbering_valid': class 'std::vector<bool,std::allocator<bool>>' needs to have dll-interface to be used by clients of class 'atomstruct::Structure'
|
|---|
| 27211 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Structure.h(165): note: see declaration of 'std::vector<bool,std::allocator<bool>>'
|
|---|
| 27212 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Structure.h(176): warning C4251: 'atomstruct::Structure::_rings': class 'std::set<atomstruct::Ring,std::less<atomstruct::Ring>,std::allocator<atomstruct::Ring>>' needs to have dll-interface to be used by clients of class 'atomstruct::Structure'
|
|---|
| 27213 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Structure.h(128): note: see declaration of 'std::set<atomstruct::Ring,std::less<atomstruct::Ring>,std::allocator<atomstruct::Ring>>'
|
|---|
| 27214 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Structure.h(283): 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'
|
|---|
| 27215 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 27216 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Structure.h(287): warning C4251: 'atomstruct::Structure::metadata': class 'std::map<atomstruct::ChainID,std::vector<atomstruct::ResName,std::allocator<std::string>>,std::less<std::string>,std::allocator<std::pair<const atomstruct::ChainID,std::vector<atomstruct::ResName,std::allocator<std::string>>>>>' needs to have dll-interface to be used by clients of class 'atomstruct::Structure'
|
|---|
| 27217 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Structure.h(121): note: see declaration of 'std::map<atomstruct::ChainID,std::vector<atomstruct::ResName,std::allocator<std::string>>,std::less<std::string>,std::allocator<std::pair<const atomstruct::ChainID,std::vector<atomstruct::ResName,std::allocator<std::string>>>>>'
|
|---|
| 27218 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\pyinstance/PythonInstance.declare.h(78): 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>'
|
|---|
| 27219 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 27220 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\CoordSet.h(41): note: see reference to class template instantiation 'pyinstance::PythonInstance<atomstruct::CoordSet>' being compiled
|
|---|
| 27221 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\CoordSet.h(49): warning C4251: 'atomstruct::CoordSet::_coords': class 'std::vector<atomstruct::Coord,std::allocator<atomstruct::Coord>>' needs to have dll-interface to be used by clients of class 'atomstruct::CoordSet'
|
|---|
| 27222 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\CoordSet.h(46): note: see declaration of 'std::vector<atomstruct::Coord,std::allocator<atomstruct::Coord>>'
|
|---|
| 27223 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\CoordSet.h(51): warning C4251: 'atomstruct::CoordSet::_bfactor_map': class 'std::unordered_map<const atomstruct::Atom *,float,std::hash<const atomstruct::Atom *>,std::equal_to<const atomstruct::Atom *>,std::allocator<std::pair<const atomstruct::Atom *const ,float>>>' needs to have dll-interface to be used by clients of class 'atomstruct::CoordSet'
|
|---|
| 27224 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\CoordSet.h(51): note: see declaration of 'std::unordered_map<const atomstruct::Atom *,float,std::hash<const atomstruct::Atom *>,std::equal_to<const atomstruct::Atom *>,std::allocator<std::pair<const atomstruct::Atom *const ,float>>>'
|
|---|
| 27225 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\CoordSet.h(52): warning C4251: 'atomstruct::CoordSet::_occupancy_map': class 'std::unordered_map<const atomstruct::Atom *,float,std::hash<const atomstruct::Atom *>,std::equal_to<const atomstruct::Atom *>,std::allocator<std::pair<const atomstruct::Atom *const ,float>>>' needs to have dll-interface to be used by clients of class 'atomstruct::CoordSet'
|
|---|
| 27226 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\CoordSet.h(51): note: see declaration of 'std::unordered_map<const atomstruct::Atom *,float,std::hash<const atomstruct::Atom *>,std::equal_to<const atomstruct::Atom *>,std::allocator<std::pair<const atomstruct::Atom *const ,float>>>'
|
|---|
| 27227 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\CoordSet.h(77): warning C4267: 'return': conversion from 'size_t' to 'int', possible loss of data
|
|---|
| 27228 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\CoordSet.h(80): warning C4267: 'return': conversion from 'size_t' to 'int', possible loss of data
|
|---|
| 27229 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\pyinstance/PythonInstance.declare.h(78): 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>'
|
|---|
| 27230 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 27231 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Atom.h(68): note: see reference to class template instantiation 'pyinstance::PythonInstance<atomstruct::Atom>' being compiled
|
|---|
| 27232 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Atom.h(124): warning C4251: 'atomstruct::Atom::_alt_loc_map': class 'std::map<unsigned char,atomstruct::Atom::_Alt_loc_info,std::less<unsigned char>,std::allocator<std::pair<const unsigned char,atomstruct::Atom::_Alt_loc_info>>>' needs to have dll-interface to be used by clients of class 'atomstruct::Atom'
|
|---|
| 27233 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Atom.h(123): note: see declaration of 'std::map<unsigned char,atomstruct::Atom::_Alt_loc_info,std::less<unsigned char>,std::allocator<std::pair<const unsigned char,atomstruct::Atom::_Alt_loc_info>>>'
|
|---|
| 27234 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Atom.h(126): warning C4251: 'atomstruct::Atom::_bonds': class 'std::vector<atomstruct::Bond *,std::allocator<atomstruct::Bond *>>' needs to have dll-interface to be used by clients of class 'atomstruct::Atom'
|
|---|
| 27235 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Ring.h(63): note: see declaration of 'std::vector<atomstruct::Bond *,std::allocator<atomstruct::Bond *>>'
|
|---|
| 27236 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Atom.h(127): 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'
|
|---|
| 27237 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct/string_types.h(44): note: see declaration of 'chutil::CString<5,65,116,111,109,32,84,121,112,101>'
|
|---|
| 27238 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Atom.h(134): 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'
|
|---|
| 27239 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct/string_types.h(44): note: see declaration of 'chutil::CString<5,65,116,111,109,32,84,121,112,101>'
|
|---|
| 27240 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Atom.h(136): warning C4251: 'atomstruct::Atom::_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::Atom'
|
|---|
| 27241 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 27242 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Atom.h(137): warning C4251: 'atomstruct::Atom::_neighbors': class 'std::vector<atomstruct::Atom *,std::allocator<atomstruct::Atom *>>' needs to have dll-interface to be used by clients of class 'atomstruct::Atom'
|
|---|
| 27243 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Ring.h(64): note: see declaration of 'std::vector<atomstruct::Atom *,std::allocator<atomstruct::Atom *>>'
|
|---|
| 27244 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Atom.h(143): warning C4251: 'atomstruct::Atom::_rings': class 'std::vector<const atomstruct::Ring *,std::allocator<const atomstruct::Ring *>>' needs to have dll-interface to be used by clients of class 'atomstruct::Atom'
|
|---|
| 27245 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Atom.h(91): note: see declaration of 'std::vector<const atomstruct::Ring *,std::allocator<const atomstruct::Ring *>>'
|
|---|
| 27246 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Atom.h(201): warning C4244: '=': conversion from 'double' to 'float', possible loss of data
|
|---|
| 27247 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Atom.h(205): warning C4244: 'return': conversion from 'double' to 'float', possible loss of data
|
|---|
| 27248 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Atom.h(223): warning C4267: 'return': conversion from 'size_t' to 'int', possible loss of data
|
|---|
| 27249 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\pyinstance/PythonInstance.declare.h(78): 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>'
|
|---|
| 27250 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 27251 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct/Bond.h(47): note: see reference to class template instantiation 'pyinstance::PythonInstance<atomstruct::Bond>' being compiled
|
|---|
| 27252 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct/Bond.h(59): warning C4251: 'atomstruct::Bond::_rings': class 'std::vector<const atomstruct::Ring *,std::allocator<const atomstruct::Ring *>>' needs to have dll-interface to be used by clients of class 'atomstruct::Bond'
|
|---|
| 27253 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Atom.h(91): note: see declaration of 'std::vector<const atomstruct::Ring *,std::allocator<const atomstruct::Ring *>>'
|
|---|
| 27254 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct/Bond.h(128): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data
|
|---|
| 27255 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\pyinstance/PythonInstance.declare.h(78): 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>'
|
|---|
| 27256 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 27257 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct/Residue.h(53): note: see reference to class template instantiation 'pyinstance::PythonInstance<atomstruct::Residue>' being compiled
|
|---|
| 27258 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct/Residue.h(81): warning C4251: 'atomstruct::Residue::_atoms': class 'std::vector<atomstruct::Atom *,std::allocator<atomstruct::Atom *>>' needs to have dll-interface to be used by clients of class 'atomstruct::Residue'
|
|---|
| 27259 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Ring.h(64): note: see declaration of 'std::vector<atomstruct::Atom *,std::allocator<atomstruct::Atom *>>'
|
|---|
| 27260 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct/Residue.h(83): 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'
|
|---|
| 27261 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 27262 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct/Residue.h(85): 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'
|
|---|
| 27263 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 27264 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct/Residue.h(86): 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'
|
|---|
| 27265 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 27266 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct/Residue.h(162): warning C4251: 'atomstruct::Residue::aa_min_backbone_names': class 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>' needs to have dll-interface to be used by clients of class 'atomstruct::Residue'
|
|---|
| 27267 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(61): note: see declaration of 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>'
|
|---|
| 27268 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct/Residue.h(163): warning C4251: 'atomstruct::Residue::aa_min_ordered_backbone_names': class 'std::vector<atomstruct::ResName,std::allocator<std::string>>' needs to have dll-interface to be used by clients of class 'atomstruct::Residue'
|
|---|
| 27269 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Sequence.h(99): note: see declaration of 'std::vector<atomstruct::ResName,std::allocator<std::string>>'
|
|---|
| 27270 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct/Residue.h(164): warning C4251: 'atomstruct::Residue::aa_max_backbone_names': class 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>' needs to have dll-interface to be used by clients of class 'atomstruct::Residue'
|
|---|
| 27271 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(61): note: see declaration of 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>'
|
|---|
| 27272 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct/Residue.h(165): warning C4251: 'atomstruct::Residue::aa_ribbon_backbone_names': class 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>' needs to have dll-interface to be used by clients of class 'atomstruct::Residue'
|
|---|
| 27273 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(61): note: see declaration of 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>'
|
|---|
| 27274 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct/Residue.h(166): warning C4251: 'atomstruct::Residue::aa_side_connector_names': class 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>' needs to have dll-interface to be used by clients of class 'atomstruct::Residue'
|
|---|
| 27275 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(61): note: see declaration of 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>'
|
|---|
| 27276 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct/Residue.h(167): warning C4251: 'atomstruct::Residue::na_min_backbone_names': class 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>' needs to have dll-interface to be used by clients of class 'atomstruct::Residue'
|
|---|
| 27277 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(61): note: see declaration of 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>'
|
|---|
| 27278 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct/Residue.h(168): warning C4251: 'atomstruct::Residue::na_min_ordered_backbone_names': class 'std::vector<atomstruct::ResName,std::allocator<std::string>>' needs to have dll-interface to be used by clients of class 'atomstruct::Residue'
|
|---|
| 27279 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Sequence.h(99): note: see declaration of 'std::vector<atomstruct::ResName,std::allocator<std::string>>'
|
|---|
| 27280 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct/Residue.h(169): warning C4251: 'atomstruct::Residue::na_max_backbone_names': class 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>' needs to have dll-interface to be used by clients of class 'atomstruct::Residue'
|
|---|
| 27281 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(61): note: see declaration of 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>'
|
|---|
| 27282 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct/Residue.h(170): warning C4251: 'atomstruct::Residue::na_ribbon_backbone_names': class 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>' needs to have dll-interface to be used by clients of class 'atomstruct::Residue'
|
|---|
| 27283 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(61): note: see declaration of 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>'
|
|---|
| 27284 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct/Residue.h(171): warning C4251: 'atomstruct::Residue::na_side_connector_names': class 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>' needs to have dll-interface to be used by clients of class 'atomstruct::Residue'
|
|---|
| 27285 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(61): note: see declaration of 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>'
|
|---|
| 27286 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct/Residue.h(172): warning C4251: 'atomstruct::Residue::ribose_names': class 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>' needs to have dll-interface to be used by clients of class 'atomstruct::Residue'
|
|---|
| 27287 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(61): note: see declaration of 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>'
|
|---|
| 27288 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct/Residue.h(173): warning C4251: 'atomstruct::Residue::std_solvent_names': class 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>' needs to have dll-interface to be used by clients of class 'atomstruct::Residue'
|
|---|
| 27289 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(61): note: see declaration of 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>'
|
|---|
| 27290 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct/Residue.h(174): warning C4251: 'atomstruct::Residue::std_water_names': class 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>' needs to have dll-interface to be used by clients of class 'atomstruct::Residue'
|
|---|
| 27291 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(61): note: see declaration of 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>'
|
|---|
| 27292 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct/Residue.h(175): warning C4251: 'atomstruct::Residue::ideal_chirality': class 'std::map<atomstruct::ResName,std::map<atomstruct::ResName,char,std::less<std::string>,std::allocator<std::pair<const atomstruct::ResName,char>>>,std::less<std::string>,std::allocator<std::pair<const atomstruct::ResName,std::map<atomstruct::ResName,char,std::less<std::string>,std::allocator<std::pair<const atomstruct::ResName,char>>>>>>' needs to have dll-interface to be used by clients of class 'atomstruct::Residue'
|
|---|
| 27293 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct/Residue.h(175): note: see declaration of 'std::map<atomstruct::ResName,std::map<atomstruct::ResName,char,std::less<std::string>,std::allocator<std::pair<const atomstruct::ResName,char>>>,std::less<std::string>,std::allocator<std::pair<const atomstruct::ResName,std::map<atomstruct::ResName,char,std::less<std::string>,std::allocator<std::pair<const atomstruct::ResName,char>>>>>>'
|
|---|
| 27294 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct/Residue.h(126): warning C4267: 'return': conversion from 'size_t' to 'int', possible loss of data
|
|---|
| 27295 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\pyinstance/PythonInstance.declare.h(78): warning C4251: 'pyinstance::PythonInstance<atomstruct::Pseudobond>::_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::Pseudobond>'
|
|---|
| 27296 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 27297 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct/Pseudobond.h(52): note: see reference to class template instantiation 'pyinstance::PythonInstance<atomstruct::Pseudobond>' being compiled
|
|---|
| 27298 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\pyinstance/PythonInstance.declare.h(78): warning C4251: 'pyinstance::PythonInstance<atomstruct::PBGroup>::_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::PBGroup>'
|
|---|
| 27299 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 27300 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\PBGroup.h(61): note: see reference to class template instantiation 'pyinstance::PythonInstance<atomstruct::PBGroup>' being compiled
|
|---|
| 27301 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\PBGroup.h(70): warning C4251: 'atomstruct::PBGroup::_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::PBGroup'
|
|---|
| 27302 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 27303 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\PBGroup.h(169): warning C4251: 'atomstruct::StructurePBGroup::_pbonds': class 'std::set<atomstruct::Pseudobond *,std::less<atomstruct::Pseudobond *>,std::allocator<atomstruct::Pseudobond *>>' needs to have dll-interface to be used by clients of class 'atomstruct::StructurePBGroup'
|
|---|
| 27304 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\PBGroup.h(63): note: see declaration of 'std::set<atomstruct::Pseudobond *,std::less<atomstruct::Pseudobond *>,std::allocator<atomstruct::Pseudobond *>>'
|
|---|
| 27305 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\PBGroup.h(199): warning C4251: 'atomstruct::CS_PBGroup::_pbonds': class 'std::unordered_map<const atomstruct::CoordSet *,atomstruct::PBGroup::Pseudobonds,std::hash<const atomstruct::CoordSet *>,std::equal_to<const atomstruct::CoordSet *>,std::allocator<std::pair<const atomstruct::CoordSet *const ,atomstruct::PBGroup::Pseudobonds>>>' needs to have dll-interface to be used by clients of class 'atomstruct::CS_PBGroup'
|
|---|
| 27306 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\PBGroup.h(199): note: see declaration of 'std::unordered_map<const atomstruct::CoordSet *,atomstruct::PBGroup::Pseudobonds,std::hash<const atomstruct::CoordSet *>,std::equal_to<const atomstruct::CoordSet *>,std::allocator<std::pair<const atomstruct::CoordSet *const ,atomstruct::PBGroup::Pseudobonds>>>'
|
|---|
| 27307 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct/MolResId.h(43): warning C4251: 'atomstruct::MolResId::chain': 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::MolResId'
|
|---|
| 27308 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 27309 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\pyinstance/PythonInstance.declare.h(78): 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>'
|
|---|
| 27310 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 27311 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct/tmpl/Residue.h(47): note: see reference to class template instantiation 'pyinstance::PythonInstance<tmpl::Residue>' being compiled
|
|---|
| 27312 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct/tmpl/Residue.h(85): warning C4251: 'tmpl::Residue::metadata': class 'std::map<atomstruct::ChainID,std::vector<atomstruct::ResName,std::allocator<std::string>>,std::less<std::string>,std::allocator<std::pair<const atomstruct::ChainID,std::vector<atomstruct::ResName,std::allocator<std::string>>>>>' needs to have dll-interface to be used by clients of class 'tmpl::Residue'
|
|---|
| 27313 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Structure.h(121): note: see declaration of 'std::map<atomstruct::ChainID,std::vector<atomstruct::ResName,std::allocator<std::string>>,std::less<std::string>,std::allocator<std::pair<const atomstruct::ChainID,std::vector<atomstruct::ResName,std::allocator<std::string>>>>>'
|
|---|
| 27314 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct/tmpl/Residue.h(88): 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'
|
|---|
| 27315 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 27316 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct/tmpl/Residue.h(89): warning C4251: 'tmpl::Residue::_atoms': class 'std::map<atomstruct::AtomName,tmpl::Atom *,std::less<std::string>,std::allocator<std::pair<const atomstruct::AtomName,tmpl::Atom *>>>' needs to have dll-interface to be used by clients of class 'tmpl::Residue'
|
|---|
| 27317 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct/tmpl/Residue.h(80): note: see declaration of 'std::map<atomstruct::AtomName,tmpl::Atom *,std::less<std::string>,std::allocator<std::pair<const atomstruct::AtomName,tmpl::Atom *>>>'
|
|---|
| 27318 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct/tmpl/Residue.h(91): 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'
|
|---|
| 27319 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 27320 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct/tmpl/Residue.h(92): warning C4251: 'tmpl::Residue::_link_atoms': class 'std::vector<tmpl::Atom *,std::allocator<tmpl::Atom *>>' needs to have dll-interface to be used by clients of class 'tmpl::Residue'
|
|---|
| 27321 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct/tmpl/Residue.h(53): note: see declaration of 'std::vector<tmpl::Atom *,std::allocator<tmpl::Atom *>>'
|
|---|
| 27322 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\pyinstance/PythonInstance.declare.h(78): 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>'
|
|---|
| 27323 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 27324 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\tmpl\CoordSet.h(39): note: see reference to class template instantiation 'pyinstance::PythonInstance<tmpl::CoordSet>' being compiled
|
|---|
| 27325 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\tmpl\CoordSet.h(44): warning C4251: 'tmpl::CoordSet::_coords': class 'std::vector<atomstruct::Coord,std::allocator<atomstruct::Coord>>' needs to have dll-interface to be used by clients of class 'tmpl::CoordSet'
|
|---|
| 27326 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\CoordSet.h(46): note: see declaration of 'std::vector<atomstruct::Coord,std::allocator<atomstruct::Coord>>'
|
|---|
| 27327 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\pyinstance/PythonInstance.declare.h(78): 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>'
|
|---|
| 27328 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 27329 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\tmpl\Atom.h(48): note: see reference to class template instantiation 'pyinstance::PythonInstance<tmpl::Atom>' being compiled
|
|---|
| 27330 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\tmpl\Atom.h(58): warning C4251: 'tmpl::Atom::_bonds': class 'std::vector<tmpl::Bond *,std::allocator<tmpl::Bond *>>' needs to have dll-interface to be used by clients of class 'tmpl::Atom'
|
|---|
| 27331 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\tmpl\Atom.h(50): note: see declaration of 'std::vector<tmpl::Bond *,std::allocator<tmpl::Bond *>>'
|
|---|
| 27332 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\tmpl\Atom.h(61): 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'
|
|---|
| 27333 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct/string_types.h(44): note: see declaration of 'chutil::CString<5,65,116,111,109,32,84,121,112,101>'
|
|---|
| 27334 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\tmpl\Atom.h(64): warning C4251: 'tmpl::Atom::_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::Atom'
|
|---|
| 27335 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 27336 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\tmpl\Atom.h(65): warning C4251: 'tmpl::Atom::_neighbors': class 'std::vector<tmpl::Atom *,std::allocator<tmpl::Atom *>>' needs to have dll-interface to be used by clients of class 'tmpl::Atom'
|
|---|
| 27337 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct/tmpl/Residue.h(53): note: see declaration of 'std::vector<tmpl::Atom *,std::allocator<tmpl::Atom *>>'
|
|---|
| 27338 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\pyinstance/PythonInstance.declare.h(78): 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>'
|
|---|
| 27339 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 27340 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\tmpl\Bond.h(39): note: see reference to class template instantiation 'pyinstance::PythonInstance<tmpl::Bond>' being compiled
|
|---|
| 27341 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\tmpl\TAexcept.h(36): warning C4275: non dll-interface class 'std::runtime_error' used as base for dll-interface class 'tmpl::TA_exception'
|
|---|
| 27342 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\stdexcept(101): note: see declaration of 'std::runtime_error'
|
|---|
| 27343 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\tmpl\TAexcept.h(36): note: see declaration of 'tmpl::TA_exception'
|
|---|
| 27344 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\pyinstance/PythonInstance.declare.h(78): 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>'
|
|---|
| 27345 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 27346 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\tmpl\Molecule.h(48): note: see reference to class template instantiation 'pyinstance::PythonInstance<tmpl::Molecule>' being compiled
|
|---|
| 27347 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\tmpl\Molecule.h(57): warning C4251: 'tmpl::Molecule::_atoms': class 'std::set<tmpl::Atom *,std::less<tmpl::Atom *>,std::allocator<tmpl::Atom *>>' needs to have dll-interface to be used by clients of class 'tmpl::Molecule'
|
|---|
| 27348 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\tmpl\Molecule.h(52): note: see declaration of 'std::set<tmpl::Atom *,std::less<tmpl::Atom *>,std::allocator<tmpl::Atom *>>'
|
|---|
| 27349 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\tmpl\Molecule.h(58): warning C4251: 'tmpl::Molecule::_bonds': class 'std::set<tmpl::Bond *,std::less<tmpl::Bond *>,std::allocator<tmpl::Bond *>>' needs to have dll-interface to be used by clients of class 'tmpl::Molecule'
|
|---|
| 27350 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\tmpl\Molecule.h(53): note: see declaration of 'std::set<tmpl::Bond *,std::less<tmpl::Bond *>,std::allocator<tmpl::Bond *>>'
|
|---|
| 27351 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\tmpl\Molecule.h(59): warning C4251: 'tmpl::Molecule::_coord_sets': class 'std::vector<tmpl::CoordSet *,std::allocator<tmpl::CoordSet *>>' needs to have dll-interface to be used by clients of class 'tmpl::Molecule'
|
|---|
| 27352 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\tmpl\Molecule.h(54): note: see declaration of 'std::vector<tmpl::CoordSet *,std::allocator<tmpl::CoordSet *>>'
|
|---|
| 27353 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\tmpl\Molecule.h(60): warning C4251: 'tmpl::Molecule::_residues': class 'std::map<atomstruct::ResName,tmpl::Residue *,std::less<std::string>,std::allocator<std::pair<const atomstruct::ResName,tmpl::Residue *>>>' needs to have dll-interface to be used by clients of class 'tmpl::Molecule'
|
|---|
| 27354 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\tmpl\Molecule.h(55): note: see declaration of 'std::map<atomstruct::ResName,tmpl::Residue *,std::less<std::string>,std::allocator<std::pair<const atomstruct::ResName,tmpl::Residue *>>>'
|
|---|
| 27355 | mmcif_cpp/mmcif.cpp(1460): warning C4267: 'argument': conversion from 'size_t' to 'int', possible loss of data
|
|---|
| 27356 | mmcif_cpp/mmcif.cpp(1464): warning C4267: 'argument': conversion from 'size_t' to 'int', possible loss of data
|
|---|
| 27357 | mmcif_cpp/mmcif.cpp(1634): warning C4244: 'argument': conversion from 'double' to 'float', possible loss of data
|
|---|
| 27358 | mmcif_cpp/mmcif.cpp(1636): warning C4244: 'argument': conversion from 'double' to 'float', possible loss of data
|
|---|
| 27359 | mmcif_cpp/mmcif.cpp(1270): warning C4101: 'e': unreferenced local variable
|
|---|
| 27360 | mmcif_cpp/mmcif.cpp(1696): warning C4244: 'argument': conversion from 'double' to 'float', possible loss of data
|
|---|
| 27361 | mmcif_cpp/mmcif.cpp(1696): warning C4244: 'argument': conversion from 'double' to 'float', possible loss of data
|
|---|
| 27362 | mmcif_cpp/mmcif.cpp(1696): warning C4244: 'argument': conversion from 'double' to 'float', possible loss of data
|
|---|
| 27363 | mmcif_cpp/mmcif.cpp(1696): warning C4244: 'argument': conversion from 'double' to 'float', possible loss of data
|
|---|
| 27364 | mmcif_cpp/mmcif.cpp(1696): warning C4244: 'argument': conversion from 'double' to 'float', possible loss of data
|
|---|
| 27365 | mmcif_cpp/mmcif.cpp(1696): warning C4244: 'argument': conversion from 'double' to 'float', possible loss of data
|
|---|
| 27366 | mmcif_cpp/mmcif.cpp(1831): warning C4244: '=': conversion from 'double' to 'float', possible loss of data
|
|---|
| 27367 | "C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\bin\HostX64\x64\cl.exe" /c /nologo /O2 /W3 /GL /DNDEBUG /MD -DMAJOR_VERSION=0 -DMINOR_VERSION=1 -IC:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\include -IC:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\numpy\core\include -Immcif_cpp/include -IC:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\core\include -IC:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\arrays\include -IC:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include -IC:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\pdb_lib\include -IC:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\include -IC:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Include "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\ucrt" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\shared" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\um" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\winrt" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\cppwinrt" "-Ic:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include" "-Ic:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\atlmfc\include" "-Ic:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\ucrt" "-Ic:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\shared" "-Ic:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\um" "-Ic:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\winrt" "-Ic:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\cppwinrt" /EHsc /Tpmmcif_cpp/template.cpp /Fobuild\temp.win-amd64-cpython-311\Release\mmcif_cpp\template.obj
|
|---|
| 27368 | template.cpp
|
|---|
| 27369 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\pyinstance/PythonInstance.declare.h(78): 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>'
|
|---|
| 27370 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 27371 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\pyinstance/PythonInstance.declare.h(104): note: see reference to class template instantiation 'pyinstance::PythonInstance<C>' being compiled
|
|---|
| 27372 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\destruct.h(53): warning C4251: 'atomstruct::DestructionCoordinator::_observers': class 'std::set<atomstruct::DestructionObserver *,std::less<atomstruct::DestructionObserver *>,std::allocator<atomstruct::DestructionObserver *>>' needs to have dll-interface to be used by clients of class 'atomstruct::DestructionCoordinator'
|
|---|
| 27373 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\destruct.h(53): note: see declaration of 'std::set<atomstruct::DestructionObserver *,std::less<atomstruct::DestructionObserver *>,std::allocator<atomstruct::DestructionObserver *>>'
|
|---|
| 27374 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\destruct.h(54): warning C4251: 'atomstruct::DestructionCoordinator::_destroyed': class 'std::set<void *,std::less<void *>,std::allocator<void *>>' needs to have dll-interface to be used by clients of class 'atomstruct::DestructionCoordinator'
|
|---|
| 27375 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\destruct.h(42): note: see declaration of 'std::set<void *,std::less<void *>,std::allocator<void *>>'
|
|---|
| 27376 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(59): warning C4251: 'atomstruct::Changes::created': class 'std::set<const void *,std::less<const void *>,std::allocator<const void *>>' needs to have dll-interface to be used by clients of class 'atomstruct::Changes'
|
|---|
| 27377 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(59): note: see declaration of 'std::set<const void *,std::less<const void *>,std::allocator<const void *>>'
|
|---|
| 27378 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(60): warning C4251: 'atomstruct::Changes::modified': class 'std::set<const void *,std::less<const void *>,std::allocator<const void *>>' needs to have dll-interface to be used by clients of class 'atomstruct::Changes'
|
|---|
| 27379 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(59): note: see declaration of 'std::set<const void *,std::less<const void *>,std::allocator<const void *>>'
|
|---|
| 27380 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(61): warning C4251: 'atomstruct::Changes::reasons': class 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>' needs to have dll-interface to be used by clients of class 'atomstruct::Changes'
|
|---|
| 27381 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(61): note: see declaration of 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>'
|
|---|
| 27382 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\pyinstance/PythonInstance.declare.h(78): 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>'
|
|---|
| 27383 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 27384 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(68): note: see reference to class template instantiation 'pyinstance::PythonInstance<atomstruct::ChangeTracker>' being compiled
|
|---|
| 27385 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(82): warning C4251: 'atomstruct::ChangeTracker::_structure_type_changes': class 'std::map<atomstruct::Structure *,atomstruct::ChangeTracker::ChangesArray,std::less<atomstruct::Structure *>,std::allocator<std::pair<atomstruct::Structure *const ,atomstruct::ChangeTracker::ChangesArray>>>' needs to have dll-interface to be used by clients of class 'atomstruct::ChangeTracker'
|
|---|
| 27386 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(82): note: see declaration of 'std::map<atomstruct::Structure *,atomstruct::ChangeTracker::ChangesArray,std::less<atomstruct::Structure *>,std::allocator<std::pair<atomstruct::Structure *const ,atomstruct::ChangeTracker::ChangesArray>>>'
|
|---|
| 27387 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(83): warning C4251: 'atomstruct::ChangeTracker::_dead_structures': class 'std::set<atomstruct::Structure *,std::less<atomstruct::Structure *>,std::allocator<atomstruct::Structure *>>' needs to have dll-interface to be used by clients of class 'atomstruct::ChangeTracker'
|
|---|
| 27388 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(83): note: see declaration of 'std::set<atomstruct::Structure *,std::less<atomstruct::Structure *>,std::allocator<atomstruct::Structure *>>'
|
|---|
| 27389 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(92): 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'
|
|---|
| 27390 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 27391 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(93): 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'
|
|---|
| 27392 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 27393 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(94): warning C4251: 'atomstruct::ChangeTracker::REASON_ALT_LOCS': 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'
|
|---|
| 27394 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 27395 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(95): 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'
|
|---|
| 27396 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 27397 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(96): 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'
|
|---|
| 27398 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 27399 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(97): 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'
|
|---|
| 27400 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 27401 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(98): warning C4251: 'atomstruct::ChangeTracker::REASON_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::ChangeTracker'
|
|---|
| 27402 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 27403 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(99): 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'
|
|---|
| 27404 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 27405 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(100): 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'
|
|---|
| 27406 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 27407 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(101): 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'
|
|---|
| 27408 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 27409 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(102): 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'
|
|---|
| 27410 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 27411 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(103): 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'
|
|---|
| 27412 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 27413 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(104): warning C4251: 'atomstruct::ChangeTracker::REASON_ELEMENT': 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'
|
|---|
| 27414 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 27415 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(105): 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'
|
|---|
| 27416 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 27417 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(106): 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'
|
|---|
| 27418 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 27419 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(107): 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'
|
|---|
| 27420 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 27421 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(108): warning C4251: 'atomstruct::ChangeTracker::REASON_INSERTION_CODE': 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'
|
|---|
| 27422 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 27423 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(109): 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'
|
|---|
| 27424 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 27425 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(110): warning C4251: 'atomstruct::ChangeTracker::REASON_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'
|
|---|
| 27426 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 27427 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(111): 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'
|
|---|
| 27428 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 27429 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(112): 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'
|
|---|
| 27430 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 27431 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(113): 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'
|
|---|
| 27432 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 27433 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(114): 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'
|
|---|
| 27434 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 27435 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(115): 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'
|
|---|
| 27436 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 27437 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(116): 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'
|
|---|
| 27438 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 27439 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(117): 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'
|
|---|
| 27440 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 27441 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(118): 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'
|
|---|
| 27442 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 27443 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(119): 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'
|
|---|
| 27444 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 27445 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(120): 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'
|
|---|
| 27446 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 27447 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(121): 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'
|
|---|
| 27448 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 27449 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(122): 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'
|
|---|
| 27450 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 27451 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(123): 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'
|
|---|
| 27452 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 27453 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(124): 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'
|
|---|
| 27454 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 27455 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(125): 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'
|
|---|
| 27456 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 27457 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(126): 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'
|
|---|
| 27458 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 27459 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(127): 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'
|
|---|
| 27460 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 27461 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(128): 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'
|
|---|
| 27462 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 27463 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(129): 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'
|
|---|
| 27464 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 27465 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(130): 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'
|
|---|
| 27466 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 27467 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(131): warning C4251: 'atomstruct::ChangeTracker::REASON_WORM_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'
|
|---|
| 27468 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 27469 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(132): warning C4251: 'atomstruct::ChangeTracker::REASON_WORM_RIBBON': 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'
|
|---|
| 27470 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 27471 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(306): 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'
|
|---|
| 27472 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 27473 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\pyinstance/PythonInstance.declare.h(78): 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>'
|
|---|
| 27474 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 27475 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\element/Element.h(49): note: see reference to class template instantiation 'pyinstance::PythonInstance<element::Element>' being compiled
|
|---|
| 27476 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\element/Element.h(76): warning C4251: 'element::Element::_alkali_metals': class 'std::set<int,std::less<int>,std::allocator<int>>' needs to have dll-interface to be used by clients of class 'element::Element'
|
|---|
| 27477 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\element/Element.h(76): note: see declaration of 'std::set<int,std::less<int>,std::allocator<int>>'
|
|---|
| 27478 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\element/Element.h(77): warning C4251: 'element::Element::_elements': class 'std::map<int,const element::Element *,std::less<int>,std::allocator<std::pair<const int,const element::Element *>>>' needs to have dll-interface to be used by clients of class 'element::Element'
|
|---|
| 27479 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\element/Element.h(77): note: see declaration of 'std::map<int,const element::Element *,std::less<int>,std::allocator<std::pair<const int,const element::Element *>>>'
|
|---|
| 27480 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\element/Element.h(78): warning C4251: 'element::Element::_halogens': class 'std::set<int,std::less<int>,std::allocator<int>>' needs to have dll-interface to be used by clients of class 'element::Element'
|
|---|
| 27481 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\element/Element.h(76): note: see declaration of 'std::set<int,std::less<int>,std::allocator<int>>'
|
|---|
| 27482 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\element/Element.h(79): warning C4251: 'element::Element::_names': class 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>' needs to have dll-interface to be used by clients of class 'element::Element'
|
|---|
| 27483 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(61): note: see declaration of 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>'
|
|---|
| 27484 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\element/Element.h(80): warning C4251: 'element::Element::_noble_gases': class 'std::set<int,std::less<int>,std::allocator<int>>' needs to have dll-interface to be used by clients of class 'element::Element'
|
|---|
| 27485 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\element/Element.h(76): note: see declaration of 'std::set<int,std::less<int>,std::allocator<int>>'
|
|---|
| 27486 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\pyinstance/PythonInstance.declare.h(78): 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>'
|
|---|
| 27487 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 27488 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Sequence.h(57): note: see reference to class template instantiation 'pyinstance::PythonInstance<atomstruct::Sequence>' being compiled
|
|---|
| 27489 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Sequence.h(63): warning C4251: 'atomstruct::Sequence::_nucleic3to1': class 'std::map<atomstruct::ResName,char,std::less<std::string>,std::allocator<std::pair<const atomstruct::ResName,char>>>' needs to have dll-interface to be used by clients of class 'atomstruct::Sequence'
|
|---|
| 27490 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Sequence.h(61): note: see declaration of 'std::map<atomstruct::ResName,char,std::less<std::string>,std::allocator<std::pair<const atomstruct::ResName,char>>>'
|
|---|
| 27491 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Sequence.h(64): warning C4251: 'atomstruct::Sequence::_protein3to1': class 'std::map<atomstruct::ResName,char,std::less<std::string>,std::allocator<std::pair<const atomstruct::ResName,char>>>' needs to have dll-interface to be used by clients of class 'atomstruct::Sequence'
|
|---|
| 27492 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Sequence.h(61): note: see declaration of 'std::map<atomstruct::ResName,char,std::less<std::string>,std::allocator<std::pair<const atomstruct::ResName,char>>>'
|
|---|
| 27493 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Sequence.h(65): warning C4251: 'atomstruct::Sequence::_rname3to1': class 'std::map<atomstruct::ResName,char,std::less<std::string>,std::allocator<std::pair<const atomstruct::ResName,char>>>' needs to have dll-interface to be used by clients of class 'atomstruct::Sequence'
|
|---|
| 27494 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Sequence.h(61): note: see declaration of 'std::map<atomstruct::ResName,char,std::less<std::string>,std::allocator<std::pair<const atomstruct::ResName,char>>>'
|
|---|
| 27495 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Sequence.h(67): warning C4251: 'atomstruct::Sequence::_cache_g2ug': class 'std::map<unsigned int,unsigned int,std::less<unsigned int>,std::allocator<std::pair<const unsigned int,unsigned int>>>' needs to have dll-interface to be used by clients of class 'atomstruct::Sequence'
|
|---|
| 27496 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Sequence.h(67): note: see declaration of 'std::map<unsigned int,unsigned int,std::less<unsigned int>,std::allocator<std::pair<const unsigned int,unsigned int>>>'
|
|---|
| 27497 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Sequence.h(68): warning C4251: 'atomstruct::Sequence::_cache_ug2g': class 'std::map<unsigned int,unsigned int,std::less<unsigned int>,std::allocator<std::pair<const unsigned int,unsigned int>>>' needs to have dll-interface to be used by clients of class 'atomstruct::Sequence'
|
|---|
| 27498 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Sequence.h(67): note: see declaration of 'std::map<unsigned int,unsigned int,std::less<unsigned int>,std::allocator<std::pair<const unsigned int,unsigned int>>>'
|
|---|
| 27499 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Sequence.h(69): 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'
|
|---|
| 27500 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Sequence.h(59): note: see declaration of 'std::vector<char,std::allocator<char>>'
|
|---|
| 27501 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Sequence.h(74): 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'
|
|---|
| 27502 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Sequence.h(59): note: see declaration of 'std::vector<char,std::allocator<char>>'
|
|---|
| 27503 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Sequence.h(75): 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'
|
|---|
| 27504 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 27505 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Sequence.h(140): warning C4267: 'return': conversion from 'size_t' to 'int', possible loss of data
|
|---|
| 27506 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\StructureSeq.h(61): 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'
|
|---|
| 27507 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 27508 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\StructureSeq.h(62): warning C4251: 'atomstruct::StructureSeq::_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 'atomstruct::StructureSeq'
|
|---|
| 27509 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 27510 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\StructureSeq.h(66): warning C4251: 'atomstruct::StructureSeq::_res_map': class 'std::map<atomstruct::Residue *,atomstruct::StructureSeq::SeqPos,std::less<atomstruct::Residue *>,std::allocator<std::pair<atomstruct::Residue *const ,atomstruct::StructureSeq::SeqPos>>>' needs to have dll-interface to be used by clients of class 'atomstruct::StructureSeq'
|
|---|
| 27511 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\StructureSeq.h(51): note: see declaration of 'std::map<atomstruct::Residue *,atomstruct::StructureSeq::SeqPos,std::less<atomstruct::Residue *>,std::allocator<std::pair<atomstruct::Residue *const ,atomstruct::StructureSeq::SeqPos>>>'
|
|---|
| 27512 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\StructureSeq.h(67): warning C4251: 'atomstruct::StructureSeq::_residues': class 'std::vector<atomstruct::Residue *,std::allocator<atomstruct::Residue *>>' needs to have dll-interface to be used by clients of class 'atomstruct::StructureSeq'
|
|---|
| 27513 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\StructureSeq.h(50): note: see declaration of 'std::vector<atomstruct::Residue *,std::allocator<atomstruct::Residue *>>'
|
|---|
| 27514 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\StructureSeq.h(122): warning C4267: 'return': conversion from 'size_t' to 'int', possible loss of data
|
|---|
| 27515 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\CompSS.h(42): warning C4251: 'atomstruct::CompSSInfo::strands': class 'std::vector<std::pair<atomstruct::Residue *,atomstruct::Residue *>,std::allocator<std::pair<atomstruct::Residue *,atomstruct::Residue *>>>' needs to have dll-interface to be used by clients of class 'atomstruct::CompSSInfo'
|
|---|
| 27516 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\CompSS.h(42): note: see declaration of 'std::vector<std::pair<atomstruct::Residue *,atomstruct::Residue *>,std::allocator<std::pair<atomstruct::Residue *,atomstruct::Residue *>>>'
|
|---|
| 27517 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\CompSS.h(43): warning C4251: 'atomstruct::CompSSInfo::sheets': class 'std::vector<std::set<int,std::less<int>,std::allocator<int>>,std::allocator<std::set<int,std::less<int>,std::allocator<int>>>>' needs to have dll-interface to be used by clients of class 'atomstruct::CompSSInfo'
|
|---|
| 27518 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\CompSS.h(43): note: see declaration of 'std::vector<std::set<int,std::less<int>,std::allocator<int>>,std::allocator<std::set<int,std::less<int>,std::allocator<int>>>>'
|
|---|
| 27519 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\CompSS.h(44): warning C4251: 'atomstruct::CompSSInfo::strands_parallel': class 'std::map<std::pair<int,int>,bool,std::less<std::pair<int,int>>,std::allocator<std::pair<const std::pair<int,int>,bool>>>' needs to have dll-interface to be used by clients of class 'atomstruct::CompSSInfo'
|
|---|
| 27520 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\CompSS.h(44): note: see declaration of 'std::map<std::pair<int,int>,bool,std::less<std::pair<int,int>>,std::allocator<std::pair<const std::pair<int,int>,bool>>>'
|
|---|
| 27521 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\CompSS.h(45): warning C4251: 'atomstruct::CompSSInfo::helix_info': class 'std::vector<std::pair<std::pair<atomstruct::Residue *,atomstruct::Residue *>,char>,std::allocator<std::pair<std::pair<atomstruct::Residue *,atomstruct::Residue *>,char>>>' needs to have dll-interface to be used by clients of class 'atomstruct::CompSSInfo'
|
|---|
| 27522 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\CompSS.h(45): note: see declaration of 'std::vector<std::pair<std::pair<atomstruct::Residue *,atomstruct::Residue *>,char>,std::allocator<std::pair<std::pair<atomstruct::Residue *,atomstruct::Residue *>,char>>>'
|
|---|
| 27523 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\pyinstance/PythonInstance.declare.h(78): 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>'
|
|---|
| 27524 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 27525 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\PBManager.h(53): note: see reference to class template instantiation 'pyinstance::PythonInstance<atomstruct::BaseManager>' being compiled
|
|---|
| 27526 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\PBManager.h(63): warning C4251: 'atomstruct::BaseManager::_groups': class 'std::map<std::string,atomstruct::Proxy_PBGroup *,std::less<std::string>,std::allocator<std::pair<const std::string,atomstruct::Proxy_PBGroup *>>>' needs to have dll-interface to be used by clients of class 'atomstruct::BaseManager'
|
|---|
| 27527 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\PBManager.h(58): note: see declaration of 'std::map<std::string,atomstruct::Proxy_PBGroup *,std::less<std::string>,std::allocator<std::pair<const std::string,atomstruct::Proxy_PBGroup *>>>'
|
|---|
| 27528 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\pyinstance/PythonInstance.declare.h(78): 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>'
|
|---|
| 27529 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 27530 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Ring.h(38): note: see reference to class template instantiation 'pyinstance::PythonInstance<atomstruct::Ring>' being compiled
|
|---|
| 27531 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Ring.h(43): warning C4251: 'atomstruct::Ring::_bonds': class 'std::set<atomstruct::Bond *,std::less<atomstruct::Bond *>,std::allocator<atomstruct::Bond *>>' needs to have dll-interface to be used by clients of class 'atomstruct::Ring'
|
|---|
| 27532 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Ring.h(41): note: see declaration of 'std::set<atomstruct::Bond *,std::less<atomstruct::Bond *>,std::allocator<atomstruct::Bond *>>'
|
|---|
| 27533 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Ring.h(44): warning C4251: 'atomstruct::Ring::_atoms': class 'std::set<atomstruct::Atom *,std::less<atomstruct::Atom *>,std::allocator<atomstruct::Atom *>>' needs to have dll-interface to be used by clients of class 'atomstruct::Ring'
|
|---|
| 27534 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Ring.h(40): note: see declaration of 'std::set<atomstruct::Atom *,std::less<atomstruct::Atom *>,std::allocator<atomstruct::Atom *>>'
|
|---|
| 27535 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\pyinstance/PythonInstance.declare.h(78): 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>'
|
|---|
| 27536 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 27537 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Structure.h(110): note: see reference to class template instantiation 'pyinstance::PythonInstance<atomstruct::Structure>' being compiled
|
|---|
| 27538 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Structure.h(145): warning C4251: 'atomstruct::Structure::_atoms': class 'std::vector<atomstruct::Atom *,std::allocator<atomstruct::Atom *>>' needs to have dll-interface to be used by clients of class 'atomstruct::Structure'
|
|---|
| 27539 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Ring.h(64): note: see declaration of 'std::vector<atomstruct::Atom *,std::allocator<atomstruct::Atom *>>'
|
|---|
| 27540 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Structure.h(147): warning C4251: 'atomstruct::Structure::_bonds': class 'std::vector<atomstruct::Bond *,std::allocator<atomstruct::Bond *>>' needs to have dll-interface to be used by clients of class 'atomstruct::Structure'
|
|---|
| 27541 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Ring.h(63): note: see declaration of 'std::vector<atomstruct::Bond *,std::allocator<atomstruct::Bond *>>'
|
|---|
| 27542 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Structure.h(151): warning C4251: 'atomstruct::Structure::_coord_sets': class 'std::vector<atomstruct::CoordSet *,std::allocator<atomstruct::CoordSet *>>' needs to have dll-interface to be used by clients of class 'atomstruct::Structure'
|
|---|
| 27543 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Structure.h(120): note: see declaration of 'std::vector<atomstruct::CoordSet *,std::allocator<atomstruct::CoordSet *>>'
|
|---|
| 27544 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Structure.h(156): warning C4251: 'atomstruct::Structure::_input_seq_info': class 'std::map<atomstruct::ChainID,std::vector<atomstruct::ResName,std::allocator<std::string>>,std::less<std::string>,std::allocator<std::pair<const atomstruct::ChainID,std::vector<atomstruct::ResName,std::allocator<std::string>>>>>' needs to have dll-interface to be used by clients of class 'atomstruct::Structure'
|
|---|
| 27545 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Structure.h(121): note: see declaration of 'std::map<atomstruct::ChainID,std::vector<atomstruct::ResName,std::allocator<std::string>>,std::less<std::string>,std::allocator<std::pair<const atomstruct::ChainID,std::vector<atomstruct::ResName,std::allocator<std::string>>>>>'
|
|---|
| 27546 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Structure.h(163): warning C4251: 'atomstruct::Structure::_residues': class 'std::vector<atomstruct::Residue *,std::allocator<atomstruct::Residue *>>' needs to have dll-interface to be used by clients of class 'atomstruct::Structure'
|
|---|
| 27547 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\StructureSeq.h(50): note: see declaration of 'std::vector<atomstruct::Residue *,std::allocator<atomstruct::Residue *>>'
|
|---|
| 27548 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Structure.h(165): warning C4251: 'atomstruct::Structure::_res_numbering_valid': class 'std::vector<bool,std::allocator<bool>>' needs to have dll-interface to be used by clients of class 'atomstruct::Structure'
|
|---|
| 27549 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Structure.h(165): note: see declaration of 'std::vector<bool,std::allocator<bool>>'
|
|---|
| 27550 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Structure.h(176): warning C4251: 'atomstruct::Structure::_rings': class 'std::set<atomstruct::Ring,std::less<atomstruct::Ring>,std::allocator<atomstruct::Ring>>' needs to have dll-interface to be used by clients of class 'atomstruct::Structure'
|
|---|
| 27551 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Structure.h(128): note: see declaration of 'std::set<atomstruct::Ring,std::less<atomstruct::Ring>,std::allocator<atomstruct::Ring>>'
|
|---|
| 27552 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Structure.h(283): 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'
|
|---|
| 27553 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 27554 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Structure.h(287): warning C4251: 'atomstruct::Structure::metadata': class 'std::map<atomstruct::ChainID,std::vector<atomstruct::ResName,std::allocator<std::string>>,std::less<std::string>,std::allocator<std::pair<const atomstruct::ChainID,std::vector<atomstruct::ResName,std::allocator<std::string>>>>>' needs to have dll-interface to be used by clients of class 'atomstruct::Structure'
|
|---|
| 27555 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Structure.h(121): note: see declaration of 'std::map<atomstruct::ChainID,std::vector<atomstruct::ResName,std::allocator<std::string>>,std::less<std::string>,std::allocator<std::pair<const atomstruct::ChainID,std::vector<atomstruct::ResName,std::allocator<std::string>>>>>'
|
|---|
| 27556 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\pyinstance/PythonInstance.declare.h(78): 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>'
|
|---|
| 27557 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 27558 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\CoordSet.h(41): note: see reference to class template instantiation 'pyinstance::PythonInstance<atomstruct::CoordSet>' being compiled
|
|---|
| 27559 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\CoordSet.h(49): warning C4251: 'atomstruct::CoordSet::_coords': class 'std::vector<atomstruct::Coord,std::allocator<atomstruct::Coord>>' needs to have dll-interface to be used by clients of class 'atomstruct::CoordSet'
|
|---|
| 27560 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\CoordSet.h(46): note: see declaration of 'std::vector<atomstruct::Coord,std::allocator<atomstruct::Coord>>'
|
|---|
| 27561 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\CoordSet.h(51): warning C4251: 'atomstruct::CoordSet::_bfactor_map': class 'std::unordered_map<const atomstruct::Atom *,float,std::hash<const atomstruct::Atom *>,std::equal_to<const atomstruct::Atom *>,std::allocator<std::pair<const atomstruct::Atom *const ,float>>>' needs to have dll-interface to be used by clients of class 'atomstruct::CoordSet'
|
|---|
| 27562 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\CoordSet.h(51): note: see declaration of 'std::unordered_map<const atomstruct::Atom *,float,std::hash<const atomstruct::Atom *>,std::equal_to<const atomstruct::Atom *>,std::allocator<std::pair<const atomstruct::Atom *const ,float>>>'
|
|---|
| 27563 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\CoordSet.h(52): warning C4251: 'atomstruct::CoordSet::_occupancy_map': class 'std::unordered_map<const atomstruct::Atom *,float,std::hash<const atomstruct::Atom *>,std::equal_to<const atomstruct::Atom *>,std::allocator<std::pair<const atomstruct::Atom *const ,float>>>' needs to have dll-interface to be used by clients of class 'atomstruct::CoordSet'
|
|---|
| 27564 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\CoordSet.h(51): note: see declaration of 'std::unordered_map<const atomstruct::Atom *,float,std::hash<const atomstruct::Atom *>,std::equal_to<const atomstruct::Atom *>,std::allocator<std::pair<const atomstruct::Atom *const ,float>>>'
|
|---|
| 27565 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\CoordSet.h(77): warning C4267: 'return': conversion from 'size_t' to 'int', possible loss of data
|
|---|
| 27566 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\CoordSet.h(80): warning C4267: 'return': conversion from 'size_t' to 'int', possible loss of data
|
|---|
| 27567 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\pyinstance/PythonInstance.declare.h(78): 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>'
|
|---|
| 27568 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 27569 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Atom.h(68): note: see reference to class template instantiation 'pyinstance::PythonInstance<atomstruct::Atom>' being compiled
|
|---|
| 27570 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Atom.h(124): warning C4251: 'atomstruct::Atom::_alt_loc_map': class 'std::map<unsigned char,atomstruct::Atom::_Alt_loc_info,std::less<unsigned char>,std::allocator<std::pair<const unsigned char,atomstruct::Atom::_Alt_loc_info>>>' needs to have dll-interface to be used by clients of class 'atomstruct::Atom'
|
|---|
| 27571 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Atom.h(123): note: see declaration of 'std::map<unsigned char,atomstruct::Atom::_Alt_loc_info,std::less<unsigned char>,std::allocator<std::pair<const unsigned char,atomstruct::Atom::_Alt_loc_info>>>'
|
|---|
| 27572 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Atom.h(126): warning C4251: 'atomstruct::Atom::_bonds': class 'std::vector<atomstruct::Bond *,std::allocator<atomstruct::Bond *>>' needs to have dll-interface to be used by clients of class 'atomstruct::Atom'
|
|---|
| 27573 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Ring.h(63): note: see declaration of 'std::vector<atomstruct::Bond *,std::allocator<atomstruct::Bond *>>'
|
|---|
| 27574 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Atom.h(127): 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'
|
|---|
| 27575 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct/string_types.h(44): note: see declaration of 'chutil::CString<5,65,116,111,109,32,84,121,112,101>'
|
|---|
| 27576 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Atom.h(134): 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'
|
|---|
| 27577 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct/string_types.h(44): note: see declaration of 'chutil::CString<5,65,116,111,109,32,84,121,112,101>'
|
|---|
| 27578 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Atom.h(136): warning C4251: 'atomstruct::Atom::_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::Atom'
|
|---|
| 27579 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 27580 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Atom.h(137): warning C4251: 'atomstruct::Atom::_neighbors': class 'std::vector<atomstruct::Atom *,std::allocator<atomstruct::Atom *>>' needs to have dll-interface to be used by clients of class 'atomstruct::Atom'
|
|---|
| 27581 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Ring.h(64): note: see declaration of 'std::vector<atomstruct::Atom *,std::allocator<atomstruct::Atom *>>'
|
|---|
| 27582 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Atom.h(143): warning C4251: 'atomstruct::Atom::_rings': class 'std::vector<const atomstruct::Ring *,std::allocator<const atomstruct::Ring *>>' needs to have dll-interface to be used by clients of class 'atomstruct::Atom'
|
|---|
| 27583 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Atom.h(91): note: see declaration of 'std::vector<const atomstruct::Ring *,std::allocator<const atomstruct::Ring *>>'
|
|---|
| 27584 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Atom.h(201): warning C4244: '=': conversion from 'double' to 'float', possible loss of data
|
|---|
| 27585 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Atom.h(205): warning C4244: 'return': conversion from 'double' to 'float', possible loss of data
|
|---|
| 27586 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Atom.h(223): warning C4267: 'return': conversion from 'size_t' to 'int', possible loss of data
|
|---|
| 27587 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\pyinstance/PythonInstance.declare.h(78): 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>'
|
|---|
| 27588 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 27589 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct/Bond.h(47): note: see reference to class template instantiation 'pyinstance::PythonInstance<atomstruct::Bond>' being compiled
|
|---|
| 27590 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct/Bond.h(59): warning C4251: 'atomstruct::Bond::_rings': class 'std::vector<const atomstruct::Ring *,std::allocator<const atomstruct::Ring *>>' needs to have dll-interface to be used by clients of class 'atomstruct::Bond'
|
|---|
| 27591 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Atom.h(91): note: see declaration of 'std::vector<const atomstruct::Ring *,std::allocator<const atomstruct::Ring *>>'
|
|---|
| 27592 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct/Bond.h(128): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data
|
|---|
| 27593 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\pyinstance/PythonInstance.declare.h(78): 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>'
|
|---|
| 27594 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 27595 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct/Residue.h(53): note: see reference to class template instantiation 'pyinstance::PythonInstance<atomstruct::Residue>' being compiled
|
|---|
| 27596 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct/Residue.h(81): warning C4251: 'atomstruct::Residue::_atoms': class 'std::vector<atomstruct::Atom *,std::allocator<atomstruct::Atom *>>' needs to have dll-interface to be used by clients of class 'atomstruct::Residue'
|
|---|
| 27597 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Ring.h(64): note: see declaration of 'std::vector<atomstruct::Atom *,std::allocator<atomstruct::Atom *>>'
|
|---|
| 27598 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct/Residue.h(83): 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'
|
|---|
| 27599 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 27600 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct/Residue.h(85): 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'
|
|---|
| 27601 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 27602 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct/Residue.h(86): 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'
|
|---|
| 27603 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 27604 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct/Residue.h(162): warning C4251: 'atomstruct::Residue::aa_min_backbone_names': class 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>' needs to have dll-interface to be used by clients of class 'atomstruct::Residue'
|
|---|
| 27605 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(61): note: see declaration of 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>'
|
|---|
| 27606 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct/Residue.h(163): warning C4251: 'atomstruct::Residue::aa_min_ordered_backbone_names': class 'std::vector<atomstruct::ResName,std::allocator<std::string>>' needs to have dll-interface to be used by clients of class 'atomstruct::Residue'
|
|---|
| 27607 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Sequence.h(99): note: see declaration of 'std::vector<atomstruct::ResName,std::allocator<std::string>>'
|
|---|
| 27608 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct/Residue.h(164): warning C4251: 'atomstruct::Residue::aa_max_backbone_names': class 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>' needs to have dll-interface to be used by clients of class 'atomstruct::Residue'
|
|---|
| 27609 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(61): note: see declaration of 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>'
|
|---|
| 27610 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct/Residue.h(165): warning C4251: 'atomstruct::Residue::aa_ribbon_backbone_names': class 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>' needs to have dll-interface to be used by clients of class 'atomstruct::Residue'
|
|---|
| 27611 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(61): note: see declaration of 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>'
|
|---|
| 27612 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct/Residue.h(166): warning C4251: 'atomstruct::Residue::aa_side_connector_names': class 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>' needs to have dll-interface to be used by clients of class 'atomstruct::Residue'
|
|---|
| 27613 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(61): note: see declaration of 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>'
|
|---|
| 27614 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct/Residue.h(167): warning C4251: 'atomstruct::Residue::na_min_backbone_names': class 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>' needs to have dll-interface to be used by clients of class 'atomstruct::Residue'
|
|---|
| 27615 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(61): note: see declaration of 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>'
|
|---|
| 27616 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct/Residue.h(168): warning C4251: 'atomstruct::Residue::na_min_ordered_backbone_names': class 'std::vector<atomstruct::ResName,std::allocator<std::string>>' needs to have dll-interface to be used by clients of class 'atomstruct::Residue'
|
|---|
| 27617 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Sequence.h(99): note: see declaration of 'std::vector<atomstruct::ResName,std::allocator<std::string>>'
|
|---|
| 27618 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct/Residue.h(169): warning C4251: 'atomstruct::Residue::na_max_backbone_names': class 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>' needs to have dll-interface to be used by clients of class 'atomstruct::Residue'
|
|---|
| 27619 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(61): note: see declaration of 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>'
|
|---|
| 27620 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct/Residue.h(170): warning C4251: 'atomstruct::Residue::na_ribbon_backbone_names': class 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>' needs to have dll-interface to be used by clients of class 'atomstruct::Residue'
|
|---|
| 27621 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(61): note: see declaration of 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>'
|
|---|
| 27622 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct/Residue.h(171): warning C4251: 'atomstruct::Residue::na_side_connector_names': class 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>' needs to have dll-interface to be used by clients of class 'atomstruct::Residue'
|
|---|
| 27623 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(61): note: see declaration of 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>'
|
|---|
| 27624 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct/Residue.h(172): warning C4251: 'atomstruct::Residue::ribose_names': class 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>' needs to have dll-interface to be used by clients of class 'atomstruct::Residue'
|
|---|
| 27625 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(61): note: see declaration of 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>'
|
|---|
| 27626 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct/Residue.h(173): warning C4251: 'atomstruct::Residue::std_solvent_names': class 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>' needs to have dll-interface to be used by clients of class 'atomstruct::Residue'
|
|---|
| 27627 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(61): note: see declaration of 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>'
|
|---|
| 27628 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct/Residue.h(174): warning C4251: 'atomstruct::Residue::std_water_names': class 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>' needs to have dll-interface to be used by clients of class 'atomstruct::Residue'
|
|---|
| 27629 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(61): note: see declaration of 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>'
|
|---|
| 27630 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct/Residue.h(175): warning C4251: 'atomstruct::Residue::ideal_chirality': class 'std::map<atomstruct::ResName,std::map<atomstruct::ResName,char,std::less<std::string>,std::allocator<std::pair<const atomstruct::ResName,char>>>,std::less<std::string>,std::allocator<std::pair<const atomstruct::ResName,std::map<atomstruct::ResName,char,std::less<std::string>,std::allocator<std::pair<const atomstruct::ResName,char>>>>>>' needs to have dll-interface to be used by clients of class 'atomstruct::Residue'
|
|---|
| 27631 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct/Residue.h(175): note: see declaration of 'std::map<atomstruct::ResName,std::map<atomstruct::ResName,char,std::less<std::string>,std::allocator<std::pair<const atomstruct::ResName,char>>>,std::less<std::string>,std::allocator<std::pair<const atomstruct::ResName,std::map<atomstruct::ResName,char,std::less<std::string>,std::allocator<std::pair<const atomstruct::ResName,char>>>>>>'
|
|---|
| 27632 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct/Residue.h(126): warning C4267: 'return': conversion from 'size_t' to 'int', possible loss of data
|
|---|
| 27633 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct/MolResId.h(43): warning C4251: 'atomstruct::MolResId::chain': 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::MolResId'
|
|---|
| 27634 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 27635 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\pyinstance/PythonInstance.declare.h(78): 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>'
|
|---|
| 27636 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 27637 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\tmpl\CoordSet.h(39): note: see reference to class template instantiation 'pyinstance::PythonInstance<tmpl::CoordSet>' being compiled
|
|---|
| 27638 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\tmpl\CoordSet.h(44): warning C4251: 'tmpl::CoordSet::_coords': class 'std::vector<atomstruct::Coord,std::allocator<atomstruct::Coord>>' needs to have dll-interface to be used by clients of class 'tmpl::CoordSet'
|
|---|
| 27639 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\CoordSet.h(46): note: see declaration of 'std::vector<atomstruct::Coord,std::allocator<atomstruct::Coord>>'
|
|---|
| 27640 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\pyinstance/PythonInstance.declare.h(78): 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>'
|
|---|
| 27641 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 27642 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\tmpl\Atom.h(48): note: see reference to class template instantiation 'pyinstance::PythonInstance<tmpl::Atom>' being compiled
|
|---|
| 27643 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\tmpl\Atom.h(58): warning C4251: 'tmpl::Atom::_bonds': class 'std::vector<tmpl::Bond *,std::allocator<tmpl::Bond *>>' needs to have dll-interface to be used by clients of class 'tmpl::Atom'
|
|---|
| 27644 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\tmpl\Atom.h(50): note: see declaration of 'std::vector<tmpl::Bond *,std::allocator<tmpl::Bond *>>'
|
|---|
| 27645 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\tmpl\Atom.h(61): 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'
|
|---|
| 27646 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct/string_types.h(44): note: see declaration of 'chutil::CString<5,65,116,111,109,32,84,121,112,101>'
|
|---|
| 27647 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\tmpl\Atom.h(64): warning C4251: 'tmpl::Atom::_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::Atom'
|
|---|
| 27648 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 27649 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\tmpl\Atom.h(65): warning C4251: 'tmpl::Atom::_neighbors': class 'std::vector<tmpl::Atom *,std::allocator<tmpl::Atom *>>' needs to have dll-interface to be used by clients of class 'tmpl::Atom'
|
|---|
| 27650 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\tmpl\Atom.h(51): note: see declaration of 'std::vector<tmpl::Atom *,std::allocator<tmpl::Atom *>>'
|
|---|
| 27651 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\pyinstance/PythonInstance.declare.h(78): 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>'
|
|---|
| 27652 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 27653 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\tmpl\Bond.h(39): note: see reference to class template instantiation 'pyinstance::PythonInstance<tmpl::Bond>' being compiled
|
|---|
| 27654 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\tmpl\TAexcept.h(36): warning C4275: non dll-interface class 'std::runtime_error' used as base for dll-interface class 'tmpl::TA_exception'
|
|---|
| 27655 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\stdexcept(101): note: see declaration of 'std::runtime_error'
|
|---|
| 27656 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\tmpl\TAexcept.h(36): note: see declaration of 'tmpl::TA_exception'
|
|---|
| 27657 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\pyinstance/PythonInstance.declare.h(78): 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>'
|
|---|
| 27658 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 27659 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\tmpl\Residue.h(47): note: see reference to class template instantiation 'pyinstance::PythonInstance<tmpl::Residue>' being compiled
|
|---|
| 27660 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\tmpl\Residue.h(85): warning C4251: 'tmpl::Residue::metadata': class 'std::map<atomstruct::ChainID,std::vector<atomstruct::ResName,std::allocator<std::string>>,std::less<std::string>,std::allocator<std::pair<const atomstruct::ChainID,std::vector<atomstruct::ResName,std::allocator<std::string>>>>>' needs to have dll-interface to be used by clients of class 'tmpl::Residue'
|
|---|
| 27661 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Structure.h(121): note: see declaration of 'std::map<atomstruct::ChainID,std::vector<atomstruct::ResName,std::allocator<std::string>>,std::less<std::string>,std::allocator<std::pair<const atomstruct::ChainID,std::vector<atomstruct::ResName,std::allocator<std::string>>>>>'
|
|---|
| 27662 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\tmpl\Residue.h(88): 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'
|
|---|
| 27663 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 27664 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\tmpl\Residue.h(89): warning C4251: 'tmpl::Residue::_atoms': class 'std::map<atomstruct::AtomName,tmpl::Atom *,std::less<std::string>,std::allocator<std::pair<const atomstruct::AtomName,tmpl::Atom *>>>' needs to have dll-interface to be used by clients of class 'tmpl::Residue'
|
|---|
| 27665 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\tmpl\Residue.h(80): note: see declaration of 'std::map<atomstruct::AtomName,tmpl::Atom *,std::less<std::string>,std::allocator<std::pair<const atomstruct::AtomName,tmpl::Atom *>>>'
|
|---|
| 27666 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\tmpl\Residue.h(91): 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'
|
|---|
| 27667 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 27668 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\tmpl\Residue.h(92): warning C4251: 'tmpl::Residue::_link_atoms': class 'std::vector<tmpl::Atom *,std::allocator<tmpl::Atom *>>' needs to have dll-interface to be used by clients of class 'tmpl::Residue'
|
|---|
| 27669 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\tmpl\Atom.h(51): note: see declaration of 'std::vector<tmpl::Atom *,std::allocator<tmpl::Atom *>>'
|
|---|
| 27670 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\pyinstance/PythonInstance.declare.h(78): 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>'
|
|---|
| 27671 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 27672 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\tmpl\Molecule.h(48): note: see reference to class template instantiation 'pyinstance::PythonInstance<tmpl::Molecule>' being compiled
|
|---|
| 27673 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\tmpl\Molecule.h(57): warning C4251: 'tmpl::Molecule::_atoms': class 'std::set<tmpl::Atom *,std::less<tmpl::Atom *>,std::allocator<tmpl::Atom *>>' needs to have dll-interface to be used by clients of class 'tmpl::Molecule'
|
|---|
| 27674 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\tmpl\Molecule.h(52): note: see declaration of 'std::set<tmpl::Atom *,std::less<tmpl::Atom *>,std::allocator<tmpl::Atom *>>'
|
|---|
| 27675 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\tmpl\Molecule.h(58): warning C4251: 'tmpl::Molecule::_bonds': class 'std::set<tmpl::Bond *,std::less<tmpl::Bond *>,std::allocator<tmpl::Bond *>>' needs to have dll-interface to be used by clients of class 'tmpl::Molecule'
|
|---|
| 27676 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\tmpl\Molecule.h(53): note: see declaration of 'std::set<tmpl::Bond *,std::less<tmpl::Bond *>,std::allocator<tmpl::Bond *>>'
|
|---|
| 27677 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\tmpl\Molecule.h(59): warning C4251: 'tmpl::Molecule::_coord_sets': class 'std::vector<tmpl::CoordSet *,std::allocator<tmpl::CoordSet *>>' needs to have dll-interface to be used by clients of class 'tmpl::Molecule'
|
|---|
| 27678 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\tmpl\Molecule.h(54): note: see declaration of 'std::vector<tmpl::CoordSet *,std::allocator<tmpl::CoordSet *>>'
|
|---|
| 27679 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\tmpl\Molecule.h(60): warning C4251: 'tmpl::Molecule::_residues': class 'std::map<atomstruct::ResName,tmpl::Residue *,std::less<std::string>,std::allocator<std::pair<const atomstruct::ResName,tmpl::Residue *>>>' needs to have dll-interface to be used by clients of class 'tmpl::Molecule'
|
|---|
| 27680 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\tmpl\Molecule.h(55): note: see declaration of 'std::map<atomstruct::ResName,tmpl::Residue *,std::less<std::string>,std::allocator<std::pair<const atomstruct::ResName,tmpl::Residue *>>>'
|
|---|
| 27681 | mmcif_cpp/template.cpp(390): warning C4244: '=': conversion from 'double' to 'float', possible loss of data
|
|---|
| 27682 | mmcif_cpp/template.cpp(394): warning C4244: '=': conversion from 'double' to 'float', possible loss of data
|
|---|
| 27683 | mmcif_cpp/template.cpp(398): warning C4244: '=': conversion from 'double' to 'float', possible loss of data
|
|---|
| 27684 | mmcif_cpp/template.cpp(402): warning C4244: '=': conversion from 'double' to 'float', possible loss of data
|
|---|
| 27685 | mmcif_cpp/template.cpp(406): warning C4244: '=': conversion from 'double' to 'float', possible loss of data
|
|---|
| 27686 | mmcif_cpp/template.cpp(410): warning C4244: '=': conversion from 'double' to 'float', possible loss of data
|
|---|
| 27687 | "C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\bin\HostX64\x64\link.exe" /nologo /INCREMENTAL:NO /LTCG /DLL /MANIFEST:EMBED,ID=2 /MANIFESTUAC:NO /LIBPATH:C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\lib /LIBPATH:mmcif_cpp/lib /LIBPATH:C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\core\lib /LIBPATH:C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\arrays\lib /LIBPATH:C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\lib /LIBPATH:C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\pdb_lib\lib /LIBPATH:C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\libs /LIBPATH:C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin /LIBPATH:C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\PCbuild\amd64 "/LIBPATH:C:\Program Files (x86)\Windows Kits\10\lib\10.0.19041.0\ucrt\x64" "/LIBPATH:C:\Program Files (x86)\Windows Kits\10\lib\10.0.19041.0\um\x64" "/LIBPATH:c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\lib\\x64" "/LIBPATH:c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\atlmfc\lib\\x64" "/LIBPATH:c:\Program Files (x86)\Windows Kits\10\lib\10.0.19041.0\ucrt\x64" "/LIBPATH:c:\Program Files (x86)\Windows Kits\10\lib\10.0.19041.0\um\x64" libatomstruct.lib libelement.lib libpyinstance.lib libpdbconnect.lib libreadcif.lib liblogger.lib libarrays.lib /EXPORT:PyInit__mmcif build\temp.win-amd64-cpython-311\Release\mmcif_cpp\_mmcif.obj build\temp.win-amd64-cpython-311\Release\mmcif_cpp\corecif.obj build\temp.win-amd64-cpython-311\Release\mmcif_cpp\mmcif.obj build\temp.win-amd64-cpython-311\Release\mmcif_cpp\template.obj /OUT:build\lib.win-amd64-cpython-311\chimerax\mmcif\_mmcif.cp311-win_amd64.pyd /IMPLIB:build\temp.win-amd64-cpython-311\Release\mmcif_cpp\_mmcif.cp311-win_amd64.lib
|
|---|
| 27688 | Creating library build\temp.win-amd64-cpython-311\Release\mmcif_cpp\_mmcif.cp311-win_amd64.lib and object build\temp.win-amd64-cpython-311\Release\mmcif_cpp\_mmcif.cp311-win_amd64.exp
|
|---|
| 27689 | Generating code
|
|---|
| 27690 | Finished generating code
|
|---|
| 27691 | Finished generating code
|
|---|
| 27692 | running bdist_wheel
|
|---|
| 27693 | installing to build\bdist.win-amd64\wheel
|
|---|
| 27694 | running install
|
|---|
| 27695 | running install_lib
|
|---|
| 27696 | running build_ext
|
|---|
| 27697 | creating build\bdist.win-amd64\wheel
|
|---|
| 27698 | creating build\bdist.win-amd64\wheel\chimerax
|
|---|
| 27699 | creating build\bdist.win-amd64\wheel\chimerax\mmcif
|
|---|
| 27700 | copying build\lib.win-amd64-cpython-311\chimerax\mmcif\build_ui.py -> build\bdist.win-amd64\wheel\.\chimerax\mmcif
|
|---|
| 27701 | copying build\lib.win-amd64-cpython-311\chimerax\mmcif\corecif.py -> build\bdist.win-amd64\wheel\.\chimerax\mmcif
|
|---|
| 27702 | copying build\lib.win-amd64-cpython-311\chimerax\mmcif\gui.py -> build\bdist.win-amd64\wheel\.\chimerax\mmcif
|
|---|
| 27703 | copying build\lib.win-amd64-cpython-311\chimerax\mmcif\mmcif.cp311-win_amd64.pyd -> build\bdist.win-amd64\wheel\.\chimerax\mmcif
|
|---|
| 27704 | copying build\lib.win-amd64-cpython-311\chimerax\mmcif\mmcif_write.cp311-win_amd64.pyd -> build\bdist.win-amd64\wheel\.\chimerax\mmcif
|
|---|
| 27705 | copying build\lib.win-amd64-cpython-311\chimerax\mmcif\stdresidues.cif -> build\bdist.win-amd64\wheel\.\chimerax\mmcif
|
|---|
| 27706 | copying build\lib.win-amd64-cpython-311\chimerax\mmcif\uniprot_id.py -> build\bdist.win-amd64\wheel\.\chimerax\mmcif
|
|---|
| 27707 | copying build\lib.win-amd64-cpython-311\chimerax\mmcif\_mmcif.cp311-win_amd64.pyd -> build\bdist.win-amd64\wheel\.\chimerax\mmcif
|
|---|
| 27708 | copying build\lib.win-amd64-cpython-311\chimerax\mmcif\__init__.py -> build\bdist.win-amd64\wheel\.\chimerax\mmcif
|
|---|
| 27709 | running install_egg_info
|
|---|
| 27710 | running egg_info
|
|---|
| 27711 | creating ChimeraX_mmCIF.egg-info
|
|---|
| 27712 | writing ChimeraX_mmCIF.egg-info\PKG-INFO
|
|---|
| 27713 | writing dependency_links to ChimeraX_mmCIF.egg-info\dependency_links.txt
|
|---|
| 27714 | writing requirements to ChimeraX_mmCIF.egg-info\requires.txt
|
|---|
| 27715 | writing top-level names to ChimeraX_mmCIF.egg-info\top_level.txt
|
|---|
| 27716 | writing manifest file 'ChimeraX_mmCIF.egg-info\SOURCES.txt'
|
|---|
| 27717 | reading manifest file 'ChimeraX_mmCIF.egg-info\SOURCES.txt'
|
|---|
| 27718 | writing manifest file 'ChimeraX_mmCIF.egg-info\SOURCES.txt'
|
|---|
| 27719 | Copying ChimeraX_mmCIF.egg-info to build\bdist.win-amd64\wheel\.\ChimeraX_mmCIF-2.16-py3.11.egg-info
|
|---|
| 27720 | running install_scripts
|
|---|
| 27721 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\setuptools\command\bdist_wheel.py:103: RuntimeWarning: Config variable 'Py_DEBUG' is unset, Python ABI tag may be incorrect
|
|---|
| 27722 | if get_flag("Py_DEBUG", hasattr(sys, "gettotalrefcount"), warn=(impl == "cp")):
|
|---|
| 27723 | creating build\bdist.win-amd64\wheel\chimerax_mmcif-2.16.dist-info\WHEEL
|
|---|
| 27724 | creating 'dist\chimerax_mmcif-2.16-cp311-cp311-win_amd64.whl' and adding 'build\bdist.win-amd64\wheel' to it
|
|---|
| 27725 | adding 'chimerax/mmcif/__init__.py'
|
|---|
| 27726 | adding 'chimerax/mmcif/_mmcif.cp311-win_amd64.pyd'
|
|---|
| 27727 | adding 'chimerax/mmcif/build_ui.py'
|
|---|
| 27728 | adding 'chimerax/mmcif/corecif.py'
|
|---|
| 27729 | adding 'chimerax/mmcif/gui.py'
|
|---|
| 27730 | adding 'chimerax/mmcif/mmcif.cp311-win_amd64.pyd'
|
|---|
| 27731 | adding 'chimerax/mmcif/mmcif_write.cp311-win_amd64.pyd'
|
|---|
| 27732 | adding 'chimerax/mmcif/stdresidues.cif'
|
|---|
| 27733 | adding 'chimerax/mmcif/uniprot_id.py'
|
|---|
| 27734 | adding 'chimerax_mmcif-2.16.dist-info/METADATA'
|
|---|
| 27735 | adding 'chimerax_mmcif-2.16.dist-info/WHEEL'
|
|---|
| 27736 | adding 'chimerax_mmcif-2.16.dist-info/top_level.txt'
|
|---|
| 27737 | adding 'chimerax_mmcif-2.16.dist-info/RECORD'
|
|---|
| 27738 | removing build\bdist.win-amd64\wheel
|
|---|
| 27739 | Distribution is in .\dist\ChimeraX_mmCIF-2.16-cp311-cp311-win_amd64.whl
|
|---|
| 27740 | INFO:
|
|---|
| 27741 |
|
|---|
| 27742 | make sync
|
|---|
| 27743 | make[6]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/mmcif'
|
|---|
| 27744 | cp -av dist/*.whl ../../../build/sync
|
|---|
| 27745 | 'dist/chimerax_mmcif-2.16-cp311-cp311-win_amd64.whl' -> '../../../build/sync/chimerax_mmcif-2.16-cp311-cp311-win_amd64.whl'
|
|---|
| 27746 | make[6]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/mmcif'
|
|---|
| 27747 | make[5]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/mmcif'
|
|---|
| 27748 | make -C mmtf build
|
|---|
| 27749 | make[5]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/mmtf'
|
|---|
| 27750 | # only need the include files
|
|---|
| 27751 | unzip -u mmtf-cpp-1.1.0.zip 'mmtf-cpp-1.1.0/include/**'
|
|---|
| 27752 | Archive: mmtf-cpp-1.1.0.zip
|
|---|
| 27753 | 390147898c7b118a22011ba50089b8859b6d612e
|
|---|
| 27754 | inflating: mmtf-cpp-1.1.0/include/mmtf.hpp
|
|---|
| 27755 | creating: mmtf-cpp-1.1.0/include/mmtf/
|
|---|
| 27756 | inflating: mmtf-cpp-1.1.0/include/mmtf/binary_decoder.hpp
|
|---|
| 27757 | inflating: mmtf-cpp-1.1.0/include/mmtf/binary_encoder.hpp
|
|---|
| 27758 | inflating: mmtf-cpp-1.1.0/include/mmtf/decoder.hpp
|
|---|
| 27759 | inflating: mmtf-cpp-1.1.0/include/mmtf/encoder.hpp
|
|---|
| 27760 | inflating: mmtf-cpp-1.1.0/include/mmtf/errors.hpp
|
|---|
| 27761 | inflating: mmtf-cpp-1.1.0/include/mmtf/export_helpers.hpp
|
|---|
| 27762 | inflating: mmtf-cpp-1.1.0/include/mmtf/map_decoder.hpp
|
|---|
| 27763 | inflating: mmtf-cpp-1.1.0/include/mmtf/msgpack_decoders.hpp
|
|---|
| 27764 | inflating: mmtf-cpp-1.1.0/include/mmtf/msgpack_encoders.hpp
|
|---|
| 27765 | inflating: mmtf-cpp-1.1.0/include/mmtf/structure_data.hpp
|
|---|
| 27766 | # only need the include files
|
|---|
| 27767 | unzip -u msgpack-c-cpp-4.1.2.zip 'msgpack-c-cpp-4.1.2/include/**'
|
|---|
| 27768 | Archive: msgpack-c-cpp-4.1.2.zip
|
|---|
| 27769 | fb64ea0b68cda185f1e45b87713ba9cd7be3e394
|
|---|
| 27770 | inflating: msgpack-c-cpp-4.1.2/include/msgpack.hpp
|
|---|
| 27771 | creating: msgpack-c-cpp-4.1.2/include/msgpack/
|
|---|
| 27772 | creating: msgpack-c-cpp-4.1.2/include/msgpack/adaptor/
|
|---|
| 27773 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/adaptor/adaptor_base.hpp
|
|---|
| 27774 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/adaptor/adaptor_base_decl.hpp
|
|---|
| 27775 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/adaptor/array_ref.hpp
|
|---|
| 27776 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/adaptor/array_ref_decl.hpp
|
|---|
| 27777 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/adaptor/bool.hpp
|
|---|
| 27778 | creating: msgpack-c-cpp-4.1.2/include/msgpack/adaptor/boost/
|
|---|
| 27779 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/adaptor/boost/fusion.hpp
|
|---|
| 27780 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/adaptor/boost/msgpack_variant.hpp
|
|---|
| 27781 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/adaptor/boost/msgpack_variant_decl.hpp
|
|---|
| 27782 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/adaptor/boost/optional.hpp
|
|---|
| 27783 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/adaptor/boost/string_ref.hpp
|
|---|
| 27784 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/adaptor/boost/string_view.hpp
|
|---|
| 27785 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/adaptor/carray.hpp
|
|---|
| 27786 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/adaptor/char_ptr.hpp
|
|---|
| 27787 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/adaptor/check_container_size.hpp
|
|---|
| 27788 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/adaptor/check_container_size_decl.hpp
|
|---|
| 27789 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/adaptor/complex.hpp
|
|---|
| 27790 | creating: msgpack-c-cpp-4.1.2/include/msgpack/adaptor/cpp11/
|
|---|
| 27791 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/adaptor/cpp11/array.hpp
|
|---|
| 27792 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/adaptor/cpp11/array_char.hpp
|
|---|
| 27793 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/adaptor/cpp11/array_unsigned_char.hpp
|
|---|
| 27794 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/adaptor/cpp11/chrono.hpp
|
|---|
| 27795 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/adaptor/cpp11/forward_list.hpp
|
|---|
| 27796 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/adaptor/cpp11/reference_wrapper.hpp
|
|---|
| 27797 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/adaptor/cpp11/shared_ptr.hpp
|
|---|
| 27798 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/adaptor/cpp11/timespec.hpp
|
|---|
| 27799 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/adaptor/cpp11/tuple.hpp
|
|---|
| 27800 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/adaptor/cpp11/unique_ptr.hpp
|
|---|
| 27801 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/adaptor/cpp11/unordered_map.hpp
|
|---|
| 27802 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/adaptor/cpp11/unordered_set.hpp
|
|---|
| 27803 | creating: msgpack-c-cpp-4.1.2/include/msgpack/adaptor/cpp17/
|
|---|
| 27804 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/adaptor/cpp17/array_byte.hpp
|
|---|
| 27805 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/adaptor/cpp17/byte.hpp
|
|---|
| 27806 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/adaptor/cpp17/carray_byte.hpp
|
|---|
| 27807 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/adaptor/cpp17/optional.hpp
|
|---|
| 27808 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/adaptor/cpp17/string_view.hpp
|
|---|
| 27809 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/adaptor/cpp17/vector_byte.hpp
|
|---|
| 27810 | creating: msgpack-c-cpp-4.1.2/include/msgpack/adaptor/cpp20/
|
|---|
| 27811 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/adaptor/cpp20/span.hpp
|
|---|
| 27812 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/adaptor/define.hpp
|
|---|
| 27813 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/adaptor/define_decl.hpp
|
|---|
| 27814 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/adaptor/deque.hpp
|
|---|
| 27815 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/adaptor/ext.hpp
|
|---|
| 27816 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/adaptor/ext_decl.hpp
|
|---|
| 27817 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/adaptor/fixint.hpp
|
|---|
| 27818 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/adaptor/fixint_decl.hpp
|
|---|
| 27819 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/adaptor/float.hpp
|
|---|
| 27820 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/adaptor/int.hpp
|
|---|
| 27821 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/adaptor/int_decl.hpp
|
|---|
| 27822 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/adaptor/list.hpp
|
|---|
| 27823 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/adaptor/map.hpp
|
|---|
| 27824 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/adaptor/map_decl.hpp
|
|---|
| 27825 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/adaptor/msgpack_tuple.hpp
|
|---|
| 27826 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/adaptor/msgpack_tuple_decl.hpp
|
|---|
| 27827 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/adaptor/nil.hpp
|
|---|
| 27828 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/adaptor/nil_decl.hpp
|
|---|
| 27829 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/adaptor/pair.hpp
|
|---|
| 27830 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/adaptor/raw.hpp
|
|---|
| 27831 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/adaptor/raw_decl.hpp
|
|---|
| 27832 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/adaptor/set.hpp
|
|---|
| 27833 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/adaptor/size_equal_only.hpp
|
|---|
| 27834 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/adaptor/size_equal_only_decl.hpp
|
|---|
| 27835 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/adaptor/string.hpp
|
|---|
| 27836 | creating: msgpack-c-cpp-4.1.2/include/msgpack/adaptor/tr1/
|
|---|
| 27837 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/adaptor/tr1/unordered_map.hpp
|
|---|
| 27838 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/adaptor/tr1/unordered_set.hpp
|
|---|
| 27839 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/adaptor/v4raw.hpp
|
|---|
| 27840 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/adaptor/v4raw_decl.hpp
|
|---|
| 27841 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/adaptor/vector.hpp
|
|---|
| 27842 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/adaptor/vector_bool.hpp
|
|---|
| 27843 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/adaptor/vector_char.hpp
|
|---|
| 27844 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/adaptor/vector_unsigned_char.hpp
|
|---|
| 27845 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/adaptor/wstring.hpp
|
|---|
| 27846 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/assert.hpp
|
|---|
| 27847 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/cpp_config.hpp
|
|---|
| 27848 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/cpp_config_decl.hpp
|
|---|
| 27849 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/cpp_version.hpp
|
|---|
| 27850 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/create_object_visitor.hpp
|
|---|
| 27851 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/create_object_visitor_decl.hpp
|
|---|
| 27852 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/fbuffer.hpp
|
|---|
| 27853 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/fbuffer_decl.hpp
|
|---|
| 27854 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/gcc_atomic.hpp
|
|---|
| 27855 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/iterator.hpp
|
|---|
| 27856 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/iterator_decl.hpp
|
|---|
| 27857 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/meta.hpp
|
|---|
| 27858 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/meta_decl.hpp
|
|---|
| 27859 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/null_visitor.hpp
|
|---|
| 27860 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/null_visitor_decl.hpp
|
|---|
| 27861 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/object.hpp
|
|---|
| 27862 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/object_decl.hpp
|
|---|
| 27863 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/object_fwd.hpp
|
|---|
| 27864 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/object_fwd_decl.hpp
|
|---|
| 27865 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/pack.hpp
|
|---|
| 27866 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/pack_decl.hpp
|
|---|
| 27867 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/parse.hpp
|
|---|
| 27868 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/parse_decl.hpp
|
|---|
| 27869 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/parse_return.hpp
|
|---|
| 27870 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/predef.h
|
|---|
| 27871 | creating: msgpack-c-cpp-4.1.2/include/msgpack/predef/
|
|---|
| 27872 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/predef/architecture.h
|
|---|
| 27873 | creating: msgpack-c-cpp-4.1.2/include/msgpack/predef/architecture/
|
|---|
| 27874 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/predef/architecture/alpha.h
|
|---|
| 27875 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/predef/architecture/arm.h
|
|---|
| 27876 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/predef/architecture/blackfin.h
|
|---|
| 27877 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/predef/architecture/convex.h
|
|---|
| 27878 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/predef/architecture/ia64.h
|
|---|
| 27879 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/predef/architecture/m68k.h
|
|---|
| 27880 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/predef/architecture/mips.h
|
|---|
| 27881 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/predef/architecture/parisc.h
|
|---|
| 27882 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/predef/architecture/ppc.h
|
|---|
| 27883 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/predef/architecture/ptx.h
|
|---|
| 27884 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/predef/architecture/pyramid.h
|
|---|
| 27885 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/predef/architecture/rs6k.h
|
|---|
| 27886 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/predef/architecture/sparc.h
|
|---|
| 27887 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/predef/architecture/superh.h
|
|---|
| 27888 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/predef/architecture/sys370.h
|
|---|
| 27889 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/predef/architecture/sys390.h
|
|---|
| 27890 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/predef/architecture/x86.h
|
|---|
| 27891 | creating: msgpack-c-cpp-4.1.2/include/msgpack/predef/architecture/x86/
|
|---|
| 27892 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/predef/architecture/x86/32.h
|
|---|
| 27893 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/predef/architecture/x86/64.h
|
|---|
| 27894 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/predef/architecture/z.h
|
|---|
| 27895 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/predef/compiler.h
|
|---|
| 27896 | creating: msgpack-c-cpp-4.1.2/include/msgpack/predef/compiler/
|
|---|
| 27897 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/predef/compiler/borland.h
|
|---|
| 27898 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/predef/compiler/clang.h
|
|---|
| 27899 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/predef/compiler/comeau.h
|
|---|
| 27900 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/predef/compiler/compaq.h
|
|---|
| 27901 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/predef/compiler/diab.h
|
|---|
| 27902 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/predef/compiler/digitalmars.h
|
|---|
| 27903 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/predef/compiler/dignus.h
|
|---|
| 27904 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/predef/compiler/edg.h
|
|---|
| 27905 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/predef/compiler/ekopath.h
|
|---|
| 27906 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/predef/compiler/gcc.h
|
|---|
| 27907 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/predef/compiler/gcc_xml.h
|
|---|
| 27908 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/predef/compiler/greenhills.h
|
|---|
| 27909 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/predef/compiler/hp_acc.h
|
|---|
| 27910 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/predef/compiler/iar.h
|
|---|
| 27911 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/predef/compiler/ibm.h
|
|---|
| 27912 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/predef/compiler/intel.h
|
|---|
| 27913 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/predef/compiler/kai.h
|
|---|
| 27914 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/predef/compiler/llvm.h
|
|---|
| 27915 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/predef/compiler/metaware.h
|
|---|
| 27916 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/predef/compiler/metrowerks.h
|
|---|
| 27917 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/predef/compiler/microtec.h
|
|---|
| 27918 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/predef/compiler/mpw.h
|
|---|
| 27919 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/predef/compiler/nvcc.h
|
|---|
| 27920 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/predef/compiler/palm.h
|
|---|
| 27921 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/predef/compiler/pgi.h
|
|---|
| 27922 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/predef/compiler/sgi_mipspro.h
|
|---|
| 27923 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/predef/compiler/sunpro.h
|
|---|
| 27924 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/predef/compiler/tendra.h
|
|---|
| 27925 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/predef/compiler/visualc.h
|
|---|
| 27926 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/predef/compiler/watcom.h
|
|---|
| 27927 | creating: msgpack-c-cpp-4.1.2/include/msgpack/predef/detail/
|
|---|
| 27928 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/predef/detail/_cassert.h
|
|---|
| 27929 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/predef/detail/_exception.h
|
|---|
| 27930 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/predef/detail/comp_detected.h
|
|---|
| 27931 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/predef/detail/endian_compat.h
|
|---|
| 27932 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/predef/detail/os_detected.h
|
|---|
| 27933 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/predef/detail/platform_detected.h
|
|---|
| 27934 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/predef/detail/test.h
|
|---|
| 27935 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/predef/detail/test_def.h
|
|---|
| 27936 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/predef/hardware.h
|
|---|
| 27937 | creating: msgpack-c-cpp-4.1.2/include/msgpack/predef/hardware/
|
|---|
| 27938 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/predef/hardware/simd.h
|
|---|
| 27939 | creating: msgpack-c-cpp-4.1.2/include/msgpack/predef/hardware/simd/
|
|---|
| 27940 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/predef/hardware/simd/arm.h
|
|---|
| 27941 | creating: msgpack-c-cpp-4.1.2/include/msgpack/predef/hardware/simd/arm/
|
|---|
| 27942 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/predef/hardware/simd/arm/versions.h
|
|---|
| 27943 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/predef/hardware/simd/ppc.h
|
|---|
| 27944 | creating: msgpack-c-cpp-4.1.2/include/msgpack/predef/hardware/simd/ppc/
|
|---|
| 27945 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/predef/hardware/simd/ppc/versions.h
|
|---|
| 27946 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/predef/hardware/simd/x86.h
|
|---|
| 27947 | creating: msgpack-c-cpp-4.1.2/include/msgpack/predef/hardware/simd/x86/
|
|---|
| 27948 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/predef/hardware/simd/x86/versions.h
|
|---|
| 27949 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/predef/hardware/simd/x86_amd.h
|
|---|
| 27950 | creating: msgpack-c-cpp-4.1.2/include/msgpack/predef/hardware/simd/x86_amd/
|
|---|
| 27951 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/predef/hardware/simd/x86_amd/versions.h
|
|---|
| 27952 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/predef/language.h
|
|---|
| 27953 | creating: msgpack-c-cpp-4.1.2/include/msgpack/predef/language/
|
|---|
| 27954 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/predef/language/cuda.h
|
|---|
| 27955 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/predef/language/objc.h
|
|---|
| 27956 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/predef/language/stdc.h
|
|---|
| 27957 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/predef/language/stdcpp.h
|
|---|
| 27958 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/predef/library.h
|
|---|
| 27959 | creating: msgpack-c-cpp-4.1.2/include/msgpack/predef/library/
|
|---|
| 27960 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/predef/library/c.h
|
|---|
| 27961 | creating: msgpack-c-cpp-4.1.2/include/msgpack/predef/library/c/
|
|---|
| 27962 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/predef/library/c/_prefix.h
|
|---|
| 27963 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/predef/library/c/cloudabi.h
|
|---|
| 27964 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/predef/library/c/gnu.h
|
|---|
| 27965 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/predef/library/c/uc.h
|
|---|
| 27966 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/predef/library/c/vms.h
|
|---|
| 27967 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/predef/library/c/zos.h
|
|---|
| 27968 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/predef/library/std.h
|
|---|
| 27969 | creating: msgpack-c-cpp-4.1.2/include/msgpack/predef/library/std/
|
|---|
| 27970 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/predef/library/std/_prefix.h
|
|---|
| 27971 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/predef/library/std/cxx.h
|
|---|
| 27972 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/predef/library/std/dinkumware.h
|
|---|
| 27973 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/predef/library/std/libcomo.h
|
|---|
| 27974 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/predef/library/std/modena.h
|
|---|
| 27975 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/predef/library/std/msl.h
|
|---|
| 27976 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/predef/library/std/roguewave.h
|
|---|
| 27977 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/predef/library/std/sgi.h
|
|---|
| 27978 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/predef/library/std/stdcpp3.h
|
|---|
| 27979 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/predef/library/std/stlport.h
|
|---|
| 27980 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/predef/library/std/vacpp.h
|
|---|
| 27981 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/predef/make.h
|
|---|
| 27982 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/predef/os.h
|
|---|
| 27983 | creating: msgpack-c-cpp-4.1.2/include/msgpack/predef/os/
|
|---|
| 27984 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/predef/os/aix.h
|
|---|
| 27985 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/predef/os/amigaos.h
|
|---|
| 27986 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/predef/os/android.h
|
|---|
| 27987 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/predef/os/beos.h
|
|---|
| 27988 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/predef/os/bsd.h
|
|---|
| 27989 | creating: msgpack-c-cpp-4.1.2/include/msgpack/predef/os/bsd/
|
|---|
| 27990 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/predef/os/bsd/bsdi.h
|
|---|
| 27991 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/predef/os/bsd/dragonfly.h
|
|---|
| 27992 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/predef/os/bsd/free.h
|
|---|
| 27993 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/predef/os/bsd/net.h
|
|---|
| 27994 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/predef/os/bsd/open.h
|
|---|
| 27995 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/predef/os/cygwin.h
|
|---|
| 27996 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/predef/os/haiku.h
|
|---|
| 27997 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/predef/os/hpux.h
|
|---|
| 27998 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/predef/os/ios.h
|
|---|
| 27999 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/predef/os/irix.h
|
|---|
| 28000 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/predef/os/linux.h
|
|---|
| 28001 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/predef/os/macos.h
|
|---|
| 28002 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/predef/os/os400.h
|
|---|
| 28003 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/predef/os/qnxnto.h
|
|---|
| 28004 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/predef/os/solaris.h
|
|---|
| 28005 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/predef/os/unix.h
|
|---|
| 28006 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/predef/os/vms.h
|
|---|
| 28007 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/predef/os/windows.h
|
|---|
| 28008 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/predef/other.h
|
|---|
| 28009 | creating: msgpack-c-cpp-4.1.2/include/msgpack/predef/other/
|
|---|
| 28010 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/predef/other/endian.h
|
|---|
| 28011 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/predef/other/workaround.h
|
|---|
| 28012 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/predef/platform.h
|
|---|
| 28013 | creating: msgpack-c-cpp-4.1.2/include/msgpack/predef/platform/
|
|---|
| 28014 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/predef/platform/cloudabi.h
|
|---|
| 28015 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/predef/platform/ios.h
|
|---|
| 28016 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/predef/platform/mingw.h
|
|---|
| 28017 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/predef/platform/mingw32.h
|
|---|
| 28018 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/predef/platform/mingw64.h
|
|---|
| 28019 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/predef/platform/windows_desktop.h
|
|---|
| 28020 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/predef/platform/windows_phone.h
|
|---|
| 28021 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/predef/platform/windows_runtime.h
|
|---|
| 28022 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/predef/platform/windows_server.h
|
|---|
| 28023 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/predef/platform/windows_store.h
|
|---|
| 28024 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/predef/platform/windows_system.h
|
|---|
| 28025 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/predef/platform/windows_uwp.h
|
|---|
| 28026 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/predef/version.h
|
|---|
| 28027 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/predef/version_number.h
|
|---|
| 28028 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/preprocessor.hpp
|
|---|
| 28029 | creating: msgpack-c-cpp-4.1.2/include/msgpack/preprocessor/
|
|---|
| 28030 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/preprocessor/arithmetic.hpp
|
|---|
| 28031 | creating: msgpack-c-cpp-4.1.2/include/msgpack/preprocessor/arithmetic/
|
|---|
| 28032 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/preprocessor/arithmetic/add.hpp
|
|---|
| 28033 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/preprocessor/arithmetic/dec.hpp
|
|---|
| 28034 | creating: msgpack-c-cpp-4.1.2/include/msgpack/preprocessor/arithmetic/detail/
|
|---|
| 28035 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/preprocessor/arithmetic/detail/div_base.hpp
|
|---|
| 28036 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/preprocessor/arithmetic/div.hpp
|
|---|
| 28037 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/preprocessor/arithmetic/inc.hpp
|
|---|
| 28038 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/preprocessor/arithmetic/mod.hpp
|
|---|
| 28039 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/preprocessor/arithmetic/mul.hpp
|
|---|
| 28040 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/preprocessor/arithmetic/sub.hpp
|
|---|
| 28041 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/preprocessor/array.hpp
|
|---|
| 28042 | creating: msgpack-c-cpp-4.1.2/include/msgpack/preprocessor/array/
|
|---|
| 28043 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/preprocessor/array/data.hpp
|
|---|
| 28044 | creating: msgpack-c-cpp-4.1.2/include/msgpack/preprocessor/array/detail/
|
|---|
| 28045 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/preprocessor/array/detail/get_data.hpp
|
|---|
| 28046 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/preprocessor/array/elem.hpp
|
|---|
| 28047 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/preprocessor/array/enum.hpp
|
|---|
| 28048 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/preprocessor/array/insert.hpp
|
|---|
| 28049 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/preprocessor/array/pop_back.hpp
|
|---|
| 28050 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/preprocessor/array/pop_front.hpp
|
|---|
| 28051 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/preprocessor/array/push_back.hpp
|
|---|
| 28052 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/preprocessor/array/push_front.hpp
|
|---|
| 28053 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/preprocessor/array/remove.hpp
|
|---|
| 28054 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/preprocessor/array/replace.hpp
|
|---|
| 28055 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/preprocessor/array/reverse.hpp
|
|---|
| 28056 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/preprocessor/array/size.hpp
|
|---|
| 28057 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/preprocessor/array/to_list.hpp
|
|---|
| 28058 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/preprocessor/array/to_seq.hpp
|
|---|
| 28059 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/preprocessor/array/to_tuple.hpp
|
|---|
| 28060 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/preprocessor/assert_msg.hpp
|
|---|
| 28061 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/preprocessor/cat.hpp
|
|---|
| 28062 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/preprocessor/comma.hpp
|
|---|
| 28063 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/preprocessor/comma_if.hpp
|
|---|
| 28064 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/preprocessor/comparison.hpp
|
|---|
| 28065 | creating: msgpack-c-cpp-4.1.2/include/msgpack/preprocessor/comparison/
|
|---|
| 28066 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/preprocessor/comparison/equal.hpp
|
|---|
| 28067 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/preprocessor/comparison/greater.hpp
|
|---|
| 28068 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/preprocessor/comparison/greater_equal.hpp
|
|---|
| 28069 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/preprocessor/comparison/less.hpp
|
|---|
| 28070 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/preprocessor/comparison/less_equal.hpp
|
|---|
| 28071 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/preprocessor/comparison/not_equal.hpp
|
|---|
| 28072 | creating: msgpack-c-cpp-4.1.2/include/msgpack/preprocessor/config/
|
|---|
| 28073 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/preprocessor/config/config.hpp
|
|---|
| 28074 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/preprocessor/config/limits.hpp
|
|---|
| 28075 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/preprocessor/control.hpp
|
|---|
| 28076 | creating: msgpack-c-cpp-4.1.2/include/msgpack/preprocessor/control/
|
|---|
| 28077 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/preprocessor/control/deduce_d.hpp
|
|---|
| 28078 | creating: msgpack-c-cpp-4.1.2/include/msgpack/preprocessor/control/detail/
|
|---|
| 28079 | creating: msgpack-c-cpp-4.1.2/include/msgpack/preprocessor/control/detail/dmc/
|
|---|
| 28080 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/preprocessor/control/detail/dmc/while.hpp
|
|---|
| 28081 | creating: msgpack-c-cpp-4.1.2/include/msgpack/preprocessor/control/detail/edg/
|
|---|
| 28082 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/preprocessor/control/detail/edg/while.hpp
|
|---|
| 28083 | creating: msgpack-c-cpp-4.1.2/include/msgpack/preprocessor/control/detail/msvc/
|
|---|
| 28084 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/preprocessor/control/detail/msvc/while.hpp
|
|---|
| 28085 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/preprocessor/control/detail/while.hpp
|
|---|
| 28086 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/preprocessor/control/expr_if.hpp
|
|---|
| 28087 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/preprocessor/control/expr_iif.hpp
|
|---|
| 28088 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/preprocessor/control/if.hpp
|
|---|
| 28089 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/preprocessor/control/iif.hpp
|
|---|
| 28090 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/preprocessor/control/while.hpp
|
|---|
| 28091 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/preprocessor/debug.hpp
|
|---|
| 28092 | creating: msgpack-c-cpp-4.1.2/include/msgpack/preprocessor/debug/
|
|---|
| 28093 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/preprocessor/debug/assert.hpp
|
|---|
| 28094 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/preprocessor/debug/error.hpp
|
|---|
| 28095 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/preprocessor/debug/line.hpp
|
|---|
| 28096 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/preprocessor/dec.hpp
|
|---|
| 28097 | creating: msgpack-c-cpp-4.1.2/include/msgpack/preprocessor/detail/
|
|---|
| 28098 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/preprocessor/detail/auto_rec.hpp
|
|---|
| 28099 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/preprocessor/detail/check.hpp
|
|---|
| 28100 | creating: msgpack-c-cpp-4.1.2/include/msgpack/preprocessor/detail/dmc/
|
|---|
| 28101 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/preprocessor/detail/dmc/auto_rec.hpp
|
|---|
| 28102 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/preprocessor/detail/is_binary.hpp
|
|---|
| 28103 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/preprocessor/detail/is_nullary.hpp
|
|---|
| 28104 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/preprocessor/detail/is_unary.hpp
|
|---|
| 28105 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/preprocessor/detail/null.hpp
|
|---|
| 28106 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/preprocessor/detail/split.hpp
|
|---|
| 28107 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/preprocessor/empty.hpp
|
|---|
| 28108 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/preprocessor/enum.hpp
|
|---|
| 28109 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/preprocessor/enum_params.hpp
|
|---|
| 28110 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/preprocessor/enum_params_with_a_default.hpp
|
|---|
| 28111 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/preprocessor/enum_params_with_defaults.hpp
|
|---|
| 28112 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/preprocessor/enum_shifted.hpp
|
|---|
| 28113 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/preprocessor/enum_shifted_params.hpp
|
|---|
| 28114 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/preprocessor/expand.hpp
|
|---|
| 28115 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/preprocessor/expr_if.hpp
|
|---|
| 28116 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/preprocessor/facilities.hpp
|
|---|
| 28117 | creating: msgpack-c-cpp-4.1.2/include/msgpack/preprocessor/facilities/
|
|---|
| 28118 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/preprocessor/facilities/apply.hpp
|
|---|
| 28119 | creating: msgpack-c-cpp-4.1.2/include/msgpack/preprocessor/facilities/detail/
|
|---|
| 28120 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/preprocessor/facilities/detail/is_empty.hpp
|
|---|
| 28121 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/preprocessor/facilities/empty.hpp
|
|---|
| 28122 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/preprocessor/facilities/expand.hpp
|
|---|
| 28123 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/preprocessor/facilities/identity.hpp
|
|---|
| 28124 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/preprocessor/facilities/intercept.hpp
|
|---|
| 28125 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/preprocessor/facilities/is_1.hpp
|
|---|
| 28126 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/preprocessor/facilities/is_empty.hpp
|
|---|
| 28127 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/preprocessor/facilities/is_empty_or_1.hpp
|
|---|
| 28128 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/preprocessor/facilities/is_empty_variadic.hpp
|
|---|
| 28129 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/preprocessor/facilities/overload.hpp
|
|---|
| 28130 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/preprocessor/for.hpp
|
|---|
| 28131 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/preprocessor/identity.hpp
|
|---|
| 28132 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/preprocessor/if.hpp
|
|---|
| 28133 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/preprocessor/inc.hpp
|
|---|
| 28134 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/preprocessor/iterate.hpp
|
|---|
| 28135 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/preprocessor/iteration.hpp
|
|---|
| 28136 | creating: msgpack-c-cpp-4.1.2/include/msgpack/preprocessor/iteration/
|
|---|
| 28137 | creating: msgpack-c-cpp-4.1.2/include/msgpack/preprocessor/iteration/detail/
|
|---|
| 28138 | creating: msgpack-c-cpp-4.1.2/include/msgpack/preprocessor/iteration/detail/bounds/
|
|---|
| 28139 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/preprocessor/iteration/detail/bounds/lower1.hpp
|
|---|
| 28140 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/preprocessor/iteration/detail/bounds/lower2.hpp
|
|---|
| 28141 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/preprocessor/iteration/detail/bounds/lower3.hpp
|
|---|
| 28142 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/preprocessor/iteration/detail/bounds/lower4.hpp
|
|---|
| 28143 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/preprocessor/iteration/detail/bounds/lower5.hpp
|
|---|
| 28144 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/preprocessor/iteration/detail/bounds/upper1.hpp
|
|---|
| 28145 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/preprocessor/iteration/detail/bounds/upper2.hpp
|
|---|
| 28146 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/preprocessor/iteration/detail/bounds/upper3.hpp
|
|---|
| 28147 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/preprocessor/iteration/detail/bounds/upper4.hpp
|
|---|
| 28148 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/preprocessor/iteration/detail/bounds/upper5.hpp
|
|---|
| 28149 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/preprocessor/iteration/detail/finish.hpp
|
|---|
| 28150 | creating: msgpack-c-cpp-4.1.2/include/msgpack/preprocessor/iteration/detail/iter/
|
|---|
| 28151 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/preprocessor/iteration/detail/iter/forward1.hpp
|
|---|
| 28152 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/preprocessor/iteration/detail/iter/forward2.hpp
|
|---|
| 28153 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/preprocessor/iteration/detail/iter/forward3.hpp
|
|---|
| 28154 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/preprocessor/iteration/detail/iter/forward4.hpp
|
|---|
| 28155 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/preprocessor/iteration/detail/iter/forward5.hpp
|
|---|
| 28156 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/preprocessor/iteration/detail/iter/reverse1.hpp
|
|---|
| 28157 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/preprocessor/iteration/detail/iter/reverse2.hpp
|
|---|
| 28158 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/preprocessor/iteration/detail/iter/reverse3.hpp
|
|---|
| 28159 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/preprocessor/iteration/detail/iter/reverse4.hpp
|
|---|
| 28160 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/preprocessor/iteration/detail/iter/reverse5.hpp
|
|---|
| 28161 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/preprocessor/iteration/detail/local.hpp
|
|---|
| 28162 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/preprocessor/iteration/detail/rlocal.hpp
|
|---|
| 28163 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/preprocessor/iteration/detail/self.hpp
|
|---|
| 28164 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/preprocessor/iteration/detail/start.hpp
|
|---|
| 28165 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/preprocessor/iteration/iterate.hpp
|
|---|
| 28166 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/preprocessor/iteration/local.hpp
|
|---|
| 28167 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/preprocessor/iteration/self.hpp
|
|---|
| 28168 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/preprocessor/library.hpp
|
|---|
| 28169 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/preprocessor/limits.hpp
|
|---|
| 28170 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/preprocessor/list.hpp
|
|---|
| 28171 | creating: msgpack-c-cpp-4.1.2/include/msgpack/preprocessor/list/
|
|---|
| 28172 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/preprocessor/list/adt.hpp
|
|---|
| 28173 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/preprocessor/list/append.hpp
|
|---|
| 28174 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/preprocessor/list/at.hpp
|
|---|
| 28175 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/preprocessor/list/cat.hpp
|
|---|
| 28176 | creating: msgpack-c-cpp-4.1.2/include/msgpack/preprocessor/list/detail/
|
|---|
| 28177 | creating: msgpack-c-cpp-4.1.2/include/msgpack/preprocessor/list/detail/dmc/
|
|---|
| 28178 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/preprocessor/list/detail/dmc/fold_left.hpp
|
|---|
| 28179 | creating: msgpack-c-cpp-4.1.2/include/msgpack/preprocessor/list/detail/edg/
|
|---|
| 28180 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/preprocessor/list/detail/edg/fold_left.hpp
|
|---|
| 28181 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/preprocessor/list/detail/edg/fold_right.hpp
|
|---|
| 28182 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/preprocessor/list/detail/fold_left.hpp
|
|---|
| 28183 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/preprocessor/list/detail/fold_right.hpp
|
|---|
| 28184 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/preprocessor/list/enum.hpp
|
|---|
| 28185 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/preprocessor/list/filter.hpp
|
|---|
| 28186 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/preprocessor/list/first_n.hpp
|
|---|
| 28187 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/preprocessor/list/fold_left.hpp
|
|---|
| 28188 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/preprocessor/list/fold_right.hpp
|
|---|
| 28189 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/preprocessor/list/for_each.hpp
|
|---|
| 28190 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/preprocessor/list/for_each_i.hpp
|
|---|
| 28191 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/preprocessor/list/for_each_product.hpp
|
|---|
| 28192 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/preprocessor/list/rest_n.hpp
|
|---|
| 28193 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/preprocessor/list/reverse.hpp
|
|---|
| 28194 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/preprocessor/list/size.hpp
|
|---|
| 28195 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/preprocessor/list/to_array.hpp
|
|---|
| 28196 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/preprocessor/list/to_seq.hpp
|
|---|
| 28197 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/preprocessor/list/to_tuple.hpp
|
|---|
| 28198 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/preprocessor/list/transform.hpp
|
|---|
| 28199 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/preprocessor/logical.hpp
|
|---|
| 28200 | creating: msgpack-c-cpp-4.1.2/include/msgpack/preprocessor/logical/
|
|---|
| 28201 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/preprocessor/logical/and.hpp
|
|---|
| 28202 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/preprocessor/logical/bitand.hpp
|
|---|
| 28203 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/preprocessor/logical/bitnor.hpp
|
|---|
| 28204 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/preprocessor/logical/bitor.hpp
|
|---|
| 28205 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/preprocessor/logical/bitxor.hpp
|
|---|
| 28206 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/preprocessor/logical/bool.hpp
|
|---|
| 28207 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/preprocessor/logical/compl.hpp
|
|---|
| 28208 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/preprocessor/logical/nor.hpp
|
|---|
| 28209 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/preprocessor/logical/not.hpp
|
|---|
| 28210 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/preprocessor/logical/or.hpp
|
|---|
| 28211 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/preprocessor/logical/xor.hpp
|
|---|
| 28212 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/preprocessor/max.hpp
|
|---|
| 28213 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/preprocessor/min.hpp
|
|---|
| 28214 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/preprocessor/punctuation.hpp
|
|---|
| 28215 | creating: msgpack-c-cpp-4.1.2/include/msgpack/preprocessor/punctuation/
|
|---|
| 28216 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/preprocessor/punctuation/comma.hpp
|
|---|
| 28217 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/preprocessor/punctuation/comma_if.hpp
|
|---|
| 28218 | creating: msgpack-c-cpp-4.1.2/include/msgpack/preprocessor/punctuation/detail/
|
|---|
| 28219 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/preprocessor/punctuation/detail/is_begin_parens.hpp
|
|---|
| 28220 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/preprocessor/punctuation/is_begin_parens.hpp
|
|---|
| 28221 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/preprocessor/punctuation/paren.hpp
|
|---|
| 28222 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/preprocessor/punctuation/paren_if.hpp
|
|---|
| 28223 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/preprocessor/punctuation/remove_parens.hpp
|
|---|
| 28224 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/preprocessor/repeat.hpp
|
|---|
| 28225 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/preprocessor/repeat_2nd.hpp
|
|---|
| 28226 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/preprocessor/repeat_3rd.hpp
|
|---|
| 28227 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/preprocessor/repeat_from_to.hpp
|
|---|
| 28228 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/preprocessor/repeat_from_to_2nd.hpp
|
|---|
| 28229 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/preprocessor/repeat_from_to_3rd.hpp
|
|---|
| 28230 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/preprocessor/repetition.hpp
|
|---|
| 28231 | creating: msgpack-c-cpp-4.1.2/include/msgpack/preprocessor/repetition/
|
|---|
| 28232 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/preprocessor/repetition/deduce_r.hpp
|
|---|
| 28233 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/preprocessor/repetition/deduce_z.hpp
|
|---|
| 28234 | creating: msgpack-c-cpp-4.1.2/include/msgpack/preprocessor/repetition/detail/
|
|---|
| 28235 | creating: msgpack-c-cpp-4.1.2/include/msgpack/preprocessor/repetition/detail/dmc/
|
|---|
| 28236 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/preprocessor/repetition/detail/dmc/for.hpp
|
|---|
| 28237 | creating: msgpack-c-cpp-4.1.2/include/msgpack/preprocessor/repetition/detail/edg/
|
|---|
| 28238 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/preprocessor/repetition/detail/edg/for.hpp
|
|---|
| 28239 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/preprocessor/repetition/detail/for.hpp
|
|---|
| 28240 | creating: msgpack-c-cpp-4.1.2/include/msgpack/preprocessor/repetition/detail/msvc/
|
|---|
| 28241 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/preprocessor/repetition/detail/msvc/for.hpp
|
|---|
| 28242 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/preprocessor/repetition/enum.hpp
|
|---|
| 28243 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/preprocessor/repetition/enum_binary_params.hpp
|
|---|
| 28244 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/preprocessor/repetition/enum_params.hpp
|
|---|
| 28245 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/preprocessor/repetition/enum_params_with_a_default.hpp
|
|---|
| 28246 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/preprocessor/repetition/enum_params_with_defaults.hpp
|
|---|
| 28247 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/preprocessor/repetition/enum_shifted.hpp
|
|---|
| 28248 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/preprocessor/repetition/enum_shifted_binary_params.hpp
|
|---|
| 28249 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/preprocessor/repetition/enum_shifted_params.hpp
|
|---|
| 28250 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/preprocessor/repetition/enum_trailing.hpp
|
|---|
| 28251 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/preprocessor/repetition/enum_trailing_binary_params.hpp
|
|---|
| 28252 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/preprocessor/repetition/enum_trailing_params.hpp
|
|---|
| 28253 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/preprocessor/repetition/for.hpp
|
|---|
| 28254 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/preprocessor/repetition/repeat.hpp
|
|---|
| 28255 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/preprocessor/repetition/repeat_from_to.hpp
|
|---|
| 28256 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/preprocessor/selection.hpp
|
|---|
| 28257 | creating: msgpack-c-cpp-4.1.2/include/msgpack/preprocessor/selection/
|
|---|
| 28258 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/preprocessor/selection/max.hpp
|
|---|
| 28259 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/preprocessor/selection/min.hpp
|
|---|
| 28260 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/preprocessor/seq.hpp
|
|---|
| 28261 | creating: msgpack-c-cpp-4.1.2/include/msgpack/preprocessor/seq/
|
|---|
| 28262 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/preprocessor/seq/cat.hpp
|
|---|
| 28263 | creating: msgpack-c-cpp-4.1.2/include/msgpack/preprocessor/seq/detail/
|
|---|
| 28264 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/preprocessor/seq/detail/binary_transform.hpp
|
|---|
| 28265 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/preprocessor/seq/detail/is_empty.hpp
|
|---|
| 28266 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/preprocessor/seq/detail/split.hpp
|
|---|
| 28267 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/preprocessor/seq/detail/to_list_msvc.hpp
|
|---|
| 28268 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/preprocessor/seq/elem.hpp
|
|---|
| 28269 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/preprocessor/seq/enum.hpp
|
|---|
| 28270 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/preprocessor/seq/filter.hpp
|
|---|
| 28271 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/preprocessor/seq/first_n.hpp
|
|---|
| 28272 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/preprocessor/seq/fold_left.hpp
|
|---|
| 28273 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/preprocessor/seq/fold_right.hpp
|
|---|
| 28274 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/preprocessor/seq/for_each.hpp
|
|---|
| 28275 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/preprocessor/seq/for_each_i.hpp
|
|---|
| 28276 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/preprocessor/seq/for_each_product.hpp
|
|---|
| 28277 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/preprocessor/seq/insert.hpp
|
|---|
| 28278 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/preprocessor/seq/pop_back.hpp
|
|---|
| 28279 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/preprocessor/seq/pop_front.hpp
|
|---|
| 28280 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/preprocessor/seq/push_back.hpp
|
|---|
| 28281 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/preprocessor/seq/push_front.hpp
|
|---|
| 28282 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/preprocessor/seq/remove.hpp
|
|---|
| 28283 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/preprocessor/seq/replace.hpp
|
|---|
| 28284 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/preprocessor/seq/rest_n.hpp
|
|---|
| 28285 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/preprocessor/seq/reverse.hpp
|
|---|
| 28286 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/preprocessor/seq/seq.hpp
|
|---|
| 28287 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/preprocessor/seq/size.hpp
|
|---|
| 28288 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/preprocessor/seq/subseq.hpp
|
|---|
| 28289 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/preprocessor/seq/to_array.hpp
|
|---|
| 28290 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/preprocessor/seq/to_list.hpp
|
|---|
| 28291 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/preprocessor/seq/to_tuple.hpp
|
|---|
| 28292 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/preprocessor/seq/transform.hpp
|
|---|
| 28293 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/preprocessor/seq/variadic_seq_to_seq.hpp
|
|---|
| 28294 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/preprocessor/slot.hpp
|
|---|
| 28295 | creating: msgpack-c-cpp-4.1.2/include/msgpack/preprocessor/slot/
|
|---|
| 28296 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/preprocessor/slot/counter.hpp
|
|---|
| 28297 | creating: msgpack-c-cpp-4.1.2/include/msgpack/preprocessor/slot/detail/
|
|---|
| 28298 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/preprocessor/slot/detail/counter.hpp
|
|---|
| 28299 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/preprocessor/slot/detail/def.hpp
|
|---|
| 28300 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/preprocessor/slot/detail/shared.hpp
|
|---|
| 28301 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/preprocessor/slot/detail/slot1.hpp
|
|---|
| 28302 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/preprocessor/slot/detail/slot2.hpp
|
|---|
| 28303 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/preprocessor/slot/detail/slot3.hpp
|
|---|
| 28304 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/preprocessor/slot/detail/slot4.hpp
|
|---|
| 28305 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/preprocessor/slot/detail/slot5.hpp
|
|---|
| 28306 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/preprocessor/slot/slot.hpp
|
|---|
| 28307 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/preprocessor/stringize.hpp
|
|---|
| 28308 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/preprocessor/tuple.hpp
|
|---|
| 28309 | creating: msgpack-c-cpp-4.1.2/include/msgpack/preprocessor/tuple/
|
|---|
| 28310 | creating: msgpack-c-cpp-4.1.2/include/msgpack/preprocessor/tuple/detail/
|
|---|
| 28311 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/preprocessor/tuple/detail/is_single_return.hpp
|
|---|
| 28312 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/preprocessor/tuple/eat.hpp
|
|---|
| 28313 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/preprocessor/tuple/elem.hpp
|
|---|
| 28314 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/preprocessor/tuple/enum.hpp
|
|---|
| 28315 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/preprocessor/tuple/insert.hpp
|
|---|
| 28316 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/preprocessor/tuple/pop_back.hpp
|
|---|
| 28317 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/preprocessor/tuple/pop_front.hpp
|
|---|
| 28318 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/preprocessor/tuple/push_back.hpp
|
|---|
| 28319 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/preprocessor/tuple/push_front.hpp
|
|---|
| 28320 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/preprocessor/tuple/rem.hpp
|
|---|
| 28321 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/preprocessor/tuple/remove.hpp
|
|---|
| 28322 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/preprocessor/tuple/replace.hpp
|
|---|
| 28323 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/preprocessor/tuple/reverse.hpp
|
|---|
| 28324 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/preprocessor/tuple/size.hpp
|
|---|
| 28325 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/preprocessor/tuple/to_array.hpp
|
|---|
| 28326 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/preprocessor/tuple/to_list.hpp
|
|---|
| 28327 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/preprocessor/tuple/to_seq.hpp
|
|---|
| 28328 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/preprocessor/variadic.hpp
|
|---|
| 28329 | creating: msgpack-c-cpp-4.1.2/include/msgpack/preprocessor/variadic/
|
|---|
| 28330 | creating: msgpack-c-cpp-4.1.2/include/msgpack/preprocessor/variadic/detail/
|
|---|
| 28331 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/preprocessor/variadic/detail/is_single_return.hpp
|
|---|
| 28332 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/preprocessor/variadic/elem.hpp
|
|---|
| 28333 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/preprocessor/variadic/size.hpp
|
|---|
| 28334 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/preprocessor/variadic/to_array.hpp
|
|---|
| 28335 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/preprocessor/variadic/to_list.hpp
|
|---|
| 28336 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/preprocessor/variadic/to_seq.hpp
|
|---|
| 28337 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/preprocessor/variadic/to_tuple.hpp
|
|---|
| 28338 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/preprocessor/while.hpp
|
|---|
| 28339 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/preprocessor/wstringize.hpp
|
|---|
| 28340 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/sbuffer.hpp
|
|---|
| 28341 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/sbuffer_decl.hpp
|
|---|
| 28342 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/sysdep.hpp
|
|---|
| 28343 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/type.hpp
|
|---|
| 28344 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/unpack.hpp
|
|---|
| 28345 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/unpack_decl.hpp
|
|---|
| 28346 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/unpack_define.hpp
|
|---|
| 28347 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/unpack_exception.hpp
|
|---|
| 28348 | creating: msgpack-c-cpp-4.1.2/include/msgpack/v1/
|
|---|
| 28349 | creating: msgpack-c-cpp-4.1.2/include/msgpack/v1/adaptor/
|
|---|
| 28350 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/v1/adaptor/adaptor_base.hpp
|
|---|
| 28351 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/v1/adaptor/adaptor_base_decl.hpp
|
|---|
| 28352 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/v1/adaptor/array_ref.hpp
|
|---|
| 28353 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/v1/adaptor/array_ref_decl.hpp
|
|---|
| 28354 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/v1/adaptor/bool.hpp
|
|---|
| 28355 | creating: msgpack-c-cpp-4.1.2/include/msgpack/v1/adaptor/boost/
|
|---|
| 28356 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/v1/adaptor/boost/fusion.hpp
|
|---|
| 28357 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/v1/adaptor/boost/msgpack_variant.hpp
|
|---|
| 28358 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/v1/adaptor/boost/msgpack_variant_decl.hpp
|
|---|
| 28359 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/v1/adaptor/boost/optional.hpp
|
|---|
| 28360 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/v1/adaptor/boost/string_ref.hpp
|
|---|
| 28361 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/v1/adaptor/boost/string_view.hpp
|
|---|
| 28362 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/v1/adaptor/carray.hpp
|
|---|
| 28363 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/v1/adaptor/char_ptr.hpp
|
|---|
| 28364 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/v1/adaptor/check_container_size.hpp
|
|---|
| 28365 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/v1/adaptor/check_container_size_decl.hpp
|
|---|
| 28366 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/v1/adaptor/complex.hpp
|
|---|
| 28367 | creating: msgpack-c-cpp-4.1.2/include/msgpack/v1/adaptor/cpp11/
|
|---|
| 28368 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/v1/adaptor/cpp11/array.hpp
|
|---|
| 28369 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/v1/adaptor/cpp11/array_char.hpp
|
|---|
| 28370 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/v1/adaptor/cpp11/array_unsigned_char.hpp
|
|---|
| 28371 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/v1/adaptor/cpp11/chrono.hpp
|
|---|
| 28372 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/v1/adaptor/cpp11/forward_list.hpp
|
|---|
| 28373 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/v1/adaptor/cpp11/reference_wrapper.hpp
|
|---|
| 28374 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/v1/adaptor/cpp11/shared_ptr.hpp
|
|---|
| 28375 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/v1/adaptor/cpp11/timespec.hpp
|
|---|
| 28376 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/v1/adaptor/cpp11/tuple.hpp
|
|---|
| 28377 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/v1/adaptor/cpp11/unique_ptr.hpp
|
|---|
| 28378 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/v1/adaptor/cpp11/unordered_map.hpp
|
|---|
| 28379 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/v1/adaptor/cpp11/unordered_set.hpp
|
|---|
| 28380 | creating: msgpack-c-cpp-4.1.2/include/msgpack/v1/adaptor/cpp17/
|
|---|
| 28381 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/v1/adaptor/cpp17/array_byte.hpp
|
|---|
| 28382 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/v1/adaptor/cpp17/byte.hpp
|
|---|
| 28383 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/v1/adaptor/cpp17/carray_byte.hpp
|
|---|
| 28384 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/v1/adaptor/cpp17/optional.hpp
|
|---|
| 28385 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/v1/adaptor/cpp17/string_view.hpp
|
|---|
| 28386 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/v1/adaptor/cpp17/vector_byte.hpp
|
|---|
| 28387 | creating: msgpack-c-cpp-4.1.2/include/msgpack/v1/adaptor/cpp20/
|
|---|
| 28388 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/v1/adaptor/cpp20/span.hpp
|
|---|
| 28389 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/v1/adaptor/define.hpp
|
|---|
| 28390 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/v1/adaptor/define_decl.hpp
|
|---|
| 28391 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/v1/adaptor/deque.hpp
|
|---|
| 28392 | creating: msgpack-c-cpp-4.1.2/include/msgpack/v1/adaptor/detail/
|
|---|
| 28393 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/v1/adaptor/detail/cpp03_define_array.hpp
|
|---|
| 28394 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/v1/adaptor/detail/cpp03_define_array_decl.hpp
|
|---|
| 28395 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/v1/adaptor/detail/cpp03_define_map.hpp
|
|---|
| 28396 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/v1/adaptor/detail/cpp03_define_map_decl.hpp
|
|---|
| 28397 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/v1/adaptor/detail/cpp03_msgpack_tuple.hpp
|
|---|
| 28398 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/v1/adaptor/detail/cpp03_msgpack_tuple_decl.hpp
|
|---|
| 28399 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/v1/adaptor/detail/cpp11_convert_helper.hpp
|
|---|
| 28400 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/v1/adaptor/detail/cpp11_define_array.hpp
|
|---|
| 28401 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/v1/adaptor/detail/cpp11_define_array_decl.hpp
|
|---|
| 28402 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/v1/adaptor/detail/cpp11_define_map.hpp
|
|---|
| 28403 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/v1/adaptor/detail/cpp11_define_map_decl.hpp
|
|---|
| 28404 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/v1/adaptor/detail/cpp11_msgpack_tuple.hpp
|
|---|
| 28405 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/v1/adaptor/detail/cpp11_msgpack_tuple_decl.hpp
|
|---|
| 28406 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/v1/adaptor/ext.hpp
|
|---|
| 28407 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/v1/adaptor/ext_decl.hpp
|
|---|
| 28408 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/v1/adaptor/fixint.hpp
|
|---|
| 28409 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/v1/adaptor/fixint_decl.hpp
|
|---|
| 28410 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/v1/adaptor/float.hpp
|
|---|
| 28411 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/v1/adaptor/int.hpp
|
|---|
| 28412 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/v1/adaptor/int_decl.hpp
|
|---|
| 28413 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/v1/adaptor/list.hpp
|
|---|
| 28414 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/v1/adaptor/map.hpp
|
|---|
| 28415 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/v1/adaptor/map_decl.hpp
|
|---|
| 28416 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/v1/adaptor/msgpack_tuple.hpp
|
|---|
| 28417 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/v1/adaptor/msgpack_tuple_decl.hpp
|
|---|
| 28418 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/v1/adaptor/nil.hpp
|
|---|
| 28419 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/v1/adaptor/nil_decl.hpp
|
|---|
| 28420 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/v1/adaptor/pair.hpp
|
|---|
| 28421 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/v1/adaptor/raw.hpp
|
|---|
| 28422 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/v1/adaptor/raw_decl.hpp
|
|---|
| 28423 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/v1/adaptor/set.hpp
|
|---|
| 28424 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/v1/adaptor/size_equal_only.hpp
|
|---|
| 28425 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/v1/adaptor/size_equal_only_decl.hpp
|
|---|
| 28426 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/v1/adaptor/string.hpp
|
|---|
| 28427 | creating: msgpack-c-cpp-4.1.2/include/msgpack/v1/adaptor/tr1/
|
|---|
| 28428 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/v1/adaptor/tr1/unordered_map.hpp
|
|---|
| 28429 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/v1/adaptor/tr1/unordered_set.hpp
|
|---|
| 28430 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/v1/adaptor/v4raw.hpp
|
|---|
| 28431 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/v1/adaptor/v4raw_decl.hpp
|
|---|
| 28432 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/v1/adaptor/vector.hpp
|
|---|
| 28433 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/v1/adaptor/vector_bool.hpp
|
|---|
| 28434 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/v1/adaptor/vector_char.hpp
|
|---|
| 28435 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/v1/adaptor/vector_unsigned_char.hpp
|
|---|
| 28436 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/v1/adaptor/wstring.hpp
|
|---|
| 28437 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/v1/cpp_config.hpp
|
|---|
| 28438 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/v1/cpp_config_decl.hpp
|
|---|
| 28439 | creating: msgpack-c-cpp-4.1.2/include/msgpack/v1/detail/
|
|---|
| 28440 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/v1/detail/cpp03_zone.hpp
|
|---|
| 28441 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/v1/detail/cpp03_zone_decl.hpp
|
|---|
| 28442 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/v1/detail/cpp11_zone.hpp
|
|---|
| 28443 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/v1/detail/cpp11_zone_decl.hpp
|
|---|
| 28444 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/v1/fbuffer.hpp
|
|---|
| 28445 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/v1/fbuffer_decl.hpp
|
|---|
| 28446 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/v1/iterator.hpp
|
|---|
| 28447 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/v1/iterator_decl.hpp
|
|---|
| 28448 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/v1/meta.hpp
|
|---|
| 28449 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/v1/meta_decl.hpp
|
|---|
| 28450 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/v1/object.hpp
|
|---|
| 28451 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/v1/object_decl.hpp
|
|---|
| 28452 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/v1/object_fwd.hpp
|
|---|
| 28453 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/v1/object_fwd_decl.hpp
|
|---|
| 28454 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/v1/pack.hpp
|
|---|
| 28455 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/v1/pack_decl.hpp
|
|---|
| 28456 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/v1/parse_return.hpp
|
|---|
| 28457 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/v1/sbuffer.hpp
|
|---|
| 28458 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/v1/sbuffer_decl.hpp
|
|---|
| 28459 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/v1/unpack.hpp
|
|---|
| 28460 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/v1/unpack_decl.hpp
|
|---|
| 28461 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/v1/unpack_exception.hpp
|
|---|
| 28462 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/v1/version.hpp
|
|---|
| 28463 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/v1/versioning.hpp
|
|---|
| 28464 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/v1/vrefbuffer.hpp
|
|---|
| 28465 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/v1/vrefbuffer_decl.hpp
|
|---|
| 28466 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/v1/zbuffer.hpp
|
|---|
| 28467 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/v1/zbuffer_decl.hpp
|
|---|
| 28468 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/v1/zone.hpp
|
|---|
| 28469 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/v1/zone_decl.hpp
|
|---|
| 28470 | creating: msgpack-c-cpp-4.1.2/include/msgpack/v2/
|
|---|
| 28471 | creating: msgpack-c-cpp-4.1.2/include/msgpack/v2/adaptor/
|
|---|
| 28472 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/v2/adaptor/adaptor_base.hpp
|
|---|
| 28473 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/v2/adaptor/adaptor_base_decl.hpp
|
|---|
| 28474 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/v2/adaptor/array_ref_decl.hpp
|
|---|
| 28475 | creating: msgpack-c-cpp-4.1.2/include/msgpack/v2/adaptor/boost/
|
|---|
| 28476 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/v2/adaptor/boost/msgpack_variant_decl.hpp
|
|---|
| 28477 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/v2/adaptor/check_container_size_decl.hpp
|
|---|
| 28478 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/v2/adaptor/define_decl.hpp
|
|---|
| 28479 | creating: msgpack-c-cpp-4.1.2/include/msgpack/v2/adaptor/detail/
|
|---|
| 28480 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/v2/adaptor/detail/cpp03_define_array_decl.hpp
|
|---|
| 28481 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/v2/adaptor/detail/cpp03_define_map_decl.hpp
|
|---|
| 28482 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/v2/adaptor/detail/cpp03_msgpack_tuple_decl.hpp
|
|---|
| 28483 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/v2/adaptor/detail/cpp11_define_array_decl.hpp
|
|---|
| 28484 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/v2/adaptor/detail/cpp11_define_map_decl.hpp
|
|---|
| 28485 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/v2/adaptor/detail/cpp11_msgpack_tuple_decl.hpp
|
|---|
| 28486 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/v2/adaptor/ext_decl.hpp
|
|---|
| 28487 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/v2/adaptor/fixint_decl.hpp
|
|---|
| 28488 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/v2/adaptor/int_decl.hpp
|
|---|
| 28489 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/v2/adaptor/map_decl.hpp
|
|---|
| 28490 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/v2/adaptor/msgpack_tuple_decl.hpp
|
|---|
| 28491 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/v2/adaptor/nil_decl.hpp
|
|---|
| 28492 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/v2/adaptor/raw_decl.hpp
|
|---|
| 28493 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/v2/adaptor/size_equal_only_decl.hpp
|
|---|
| 28494 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/v2/adaptor/v4raw_decl.hpp
|
|---|
| 28495 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/v2/cpp_config_decl.hpp
|
|---|
| 28496 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/v2/create_object_visitor.hpp
|
|---|
| 28497 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/v2/create_object_visitor_decl.hpp
|
|---|
| 28498 | creating: msgpack-c-cpp-4.1.2/include/msgpack/v2/detail/
|
|---|
| 28499 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/v2/detail/cpp03_zone_decl.hpp
|
|---|
| 28500 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/v2/detail/cpp11_zone_decl.hpp
|
|---|
| 28501 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/v2/fbuffer_decl.hpp
|
|---|
| 28502 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/v2/iterator_decl.hpp
|
|---|
| 28503 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/v2/meta_decl.hpp
|
|---|
| 28504 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/v2/null_visitor.hpp
|
|---|
| 28505 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/v2/null_visitor_decl.hpp
|
|---|
| 28506 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/v2/object.hpp
|
|---|
| 28507 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/v2/object_decl.hpp
|
|---|
| 28508 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/v2/object_fwd.hpp
|
|---|
| 28509 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/v2/object_fwd_decl.hpp
|
|---|
| 28510 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/v2/pack_decl.hpp
|
|---|
| 28511 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/v2/parse.hpp
|
|---|
| 28512 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/v2/parse_decl.hpp
|
|---|
| 28513 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/v2/parse_return.hpp
|
|---|
| 28514 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/v2/sbuffer_decl.hpp
|
|---|
| 28515 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/v2/unpack.hpp
|
|---|
| 28516 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/v2/unpack_decl.hpp
|
|---|
| 28517 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/v2/vrefbuffer_decl.hpp
|
|---|
| 28518 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/v2/x3_parse.hpp
|
|---|
| 28519 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/v2/x3_parse_decl.hpp
|
|---|
| 28520 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/v2/x3_unpack.hpp
|
|---|
| 28521 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/v2/x3_unpack_decl.hpp
|
|---|
| 28522 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/v2/zbuffer_decl.hpp
|
|---|
| 28523 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/v2/zone_decl.hpp
|
|---|
| 28524 | creating: msgpack-c-cpp-4.1.2/include/msgpack/v3/
|
|---|
| 28525 | creating: msgpack-c-cpp-4.1.2/include/msgpack/v3/adaptor/
|
|---|
| 28526 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/v3/adaptor/adaptor_base.hpp
|
|---|
| 28527 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/v3/adaptor/adaptor_base_decl.hpp
|
|---|
| 28528 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/v3/adaptor/array_ref_decl.hpp
|
|---|
| 28529 | creating: msgpack-c-cpp-4.1.2/include/msgpack/v3/adaptor/boost/
|
|---|
| 28530 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/v3/adaptor/boost/msgpack_variant_decl.hpp
|
|---|
| 28531 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/v3/adaptor/check_container_size_decl.hpp
|
|---|
| 28532 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/v3/adaptor/define_decl.hpp
|
|---|
| 28533 | creating: msgpack-c-cpp-4.1.2/include/msgpack/v3/adaptor/detail/
|
|---|
| 28534 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/v3/adaptor/detail/cpp03_define_array_decl.hpp
|
|---|
| 28535 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/v3/adaptor/detail/cpp03_define_map_decl.hpp
|
|---|
| 28536 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/v3/adaptor/detail/cpp03_msgpack_tuple_decl.hpp
|
|---|
| 28537 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/v3/adaptor/detail/cpp11_define_array_decl.hpp
|
|---|
| 28538 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/v3/adaptor/detail/cpp11_define_map_decl.hpp
|
|---|
| 28539 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/v3/adaptor/detail/cpp11_msgpack_tuple_decl.hpp
|
|---|
| 28540 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/v3/adaptor/ext_decl.hpp
|
|---|
| 28541 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/v3/adaptor/fixint_decl.hpp
|
|---|
| 28542 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/v3/adaptor/int_decl.hpp
|
|---|
| 28543 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/v3/adaptor/map_decl.hpp
|
|---|
| 28544 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/v3/adaptor/msgpack_tuple_decl.hpp
|
|---|
| 28545 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/v3/adaptor/nil_decl.hpp
|
|---|
| 28546 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/v3/adaptor/raw_decl.hpp
|
|---|
| 28547 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/v3/adaptor/size_equal_only_decl.hpp
|
|---|
| 28548 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/v3/adaptor/v4raw_decl.hpp
|
|---|
| 28549 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/v3/cpp_config_decl.hpp
|
|---|
| 28550 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/v3/create_object_visitor_decl.hpp
|
|---|
| 28551 | creating: msgpack-c-cpp-4.1.2/include/msgpack/v3/detail/
|
|---|
| 28552 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/v3/detail/cpp03_zone_decl.hpp
|
|---|
| 28553 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/v3/detail/cpp11_zone_decl.hpp
|
|---|
| 28554 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/v3/fbuffer_decl.hpp
|
|---|
| 28555 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/v3/iterator_decl.hpp
|
|---|
| 28556 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/v3/meta_decl.hpp
|
|---|
| 28557 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/v3/null_visitor_decl.hpp
|
|---|
| 28558 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/v3/object_decl.hpp
|
|---|
| 28559 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/v3/object_fwd.hpp
|
|---|
| 28560 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/v3/object_fwd_decl.hpp
|
|---|
| 28561 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/v3/pack_decl.hpp
|
|---|
| 28562 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/v3/parse.hpp
|
|---|
| 28563 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/v3/parse_decl.hpp
|
|---|
| 28564 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/v3/parse_return.hpp
|
|---|
| 28565 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/v3/sbuffer_decl.hpp
|
|---|
| 28566 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/v3/unpack.hpp
|
|---|
| 28567 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/v3/unpack_decl.hpp
|
|---|
| 28568 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/v3/vrefbuffer_decl.hpp
|
|---|
| 28569 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/v3/x3_parse_decl.hpp
|
|---|
| 28570 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/v3/x3_unpack.hpp
|
|---|
| 28571 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/v3/x3_unpack_decl.hpp
|
|---|
| 28572 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/v3/zbuffer_decl.hpp
|
|---|
| 28573 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/v3/zone_decl.hpp
|
|---|
| 28574 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/version.hpp
|
|---|
| 28575 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/version_master.hpp
|
|---|
| 28576 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/versioning.hpp
|
|---|
| 28577 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/vrefbuffer.hpp
|
|---|
| 28578 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/vrefbuffer_decl.hpp
|
|---|
| 28579 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/x3_parse.hpp
|
|---|
| 28580 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/x3_parse_decl.hpp
|
|---|
| 28581 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/x3_unpack.hpp
|
|---|
| 28582 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/x3_unpack_decl.hpp
|
|---|
| 28583 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/zbuffer.hpp
|
|---|
| 28584 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/zbuffer_decl.hpp
|
|---|
| 28585 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/zone.hpp
|
|---|
| 28586 | inflating: msgpack-c-cpp-4.1.2/include/msgpack/zone_decl.hpp
|
|---|
| 28587 | if [ -z "/home/goddard/ucsf/chimerax/ChimeraX.app/bin/python.exe" ]; then \
|
|---|
| 28588 | echo "missing ChimeraX application's python"; exit 1; \
|
|---|
| 28589 | else \
|
|---|
| 28590 | PYTHONNOUSERSITE=1 /home/goddard/ucsf/chimerax/ChimeraX.app/bin/python.exe -I -m chimerax.core --nogui --exit --safemode --cmd "devel build . exit true "; \
|
|---|
| 28591 | fi
|
|---|
| 28592 | INFO:
|
|---|
| 28593 | Executing: devel build . exit true
|
|---|
| 28594 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\setuptools\dist.py:759: SetuptoolsDeprecationWarning: License classifiers are deprecated.
|
|---|
| 28595 | !!
|
|---|
| 28596 |
|
|---|
| 28597 | ********************************************************************************
|
|---|
| 28598 | Please consider removing the following classifiers in favor of a SPDX license expression:
|
|---|
| 28599 |
|
|---|
| 28600 | License :: Free for non-commercial use
|
|---|
| 28601 |
|
|---|
| 28602 | See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details.
|
|---|
| 28603 | ********************************************************************************
|
|---|
| 28604 |
|
|---|
| 28605 | !!
|
|---|
| 28606 | self._finalize_license_expression()
|
|---|
| 28607 | running build
|
|---|
| 28608 | running build_py
|
|---|
| 28609 | creating build\lib.win-amd64-cpython-311\chimerax\mmtf
|
|---|
| 28610 | copying src\mmtf.py -> build\lib.win-amd64-cpython-311\chimerax\mmtf
|
|---|
| 28611 | copying src\__init__.py -> build\lib.win-amd64-cpython-311\chimerax\mmtf
|
|---|
| 28612 | running build_ext
|
|---|
| 28613 | building 'chimerax.mmtf._mmtf' extension
|
|---|
| 28614 | creating build\temp.win-amd64-cpython-311\Release\_mmtf
|
|---|
| 28615 | "C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\bin\HostX64\x64\cl.exe" /c /nologo /O2 /W3 /GL /DNDEBUG /MD -DMSGPACK_ENDIAN_LITTLE_BYTE=1 -DMSGPACK_NO_BOOST=1 -DMAJOR_VERSION=0 -DMINOR_VERSION=1 -IC:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\include -Immtf-cpp-1.1.0/include -Imsgpack-c-cpp-4.1.2/include -Iboost_1_80_0 -IC:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\core\include -IC:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\arrays\include -IC:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include -IC:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\pdb_lib\include -IC:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\include -IC:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Include "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\ucrt" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\shared" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\um" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\winrt" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\cppwinrt" "-Ic:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include" "-Ic:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\atlmfc\include" "-Ic:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\ucrt" "-Ic:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\shared" "-Ic:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\um" "-Ic:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\winrt" "-Ic:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\cppwinrt" /EHsc /Tp_mmtf/mmtf.cpp /Fobuild\temp.win-amd64-cpython-311\Release\_mmtf\mmtf.obj
|
|---|
| 28616 | mmtf.cpp
|
|---|
| 28617 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\mmtf\mmtf-cpp-1.1.0\include\mmtf\structure_data.hpp(900): warning C4267: '=': conversion from 'size_t' to '_Ty', possible loss of data
|
|---|
| 28618 | with
|
|---|
| 28619 | [
|
|---|
| 28620 | _Ty=int32_t
|
|---|
| 28621 | ]
|
|---|
| 28622 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\mmtf\mmtf-cpp-1.1.0\include\mmtf\structure_data.hpp(912): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data
|
|---|
| 28623 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\mmtf\mmtf-cpp-1.1.0\include\mmtf\structure_data.hpp(916): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data
|
|---|
| 28624 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\mmtf\mmtf-cpp-1.1.0\include\mmtf\structure_data.hpp(920): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data
|
|---|
| 28625 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\mmtf\mmtf-cpp-1.1.0\include\mmtf\structure_data.hpp(963): warning C4267: '+=': conversion from 'size_t' to 'int', possible loss of data
|
|---|
| 28626 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\mmtf\mmtf-cpp-1.1.0\include\mmtf\structure_data.hpp(967): warning C4267: '+=': conversion from 'size_t' to 'int', possible loss of data
|
|---|
| 28627 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\mmtf\mmtf-cpp-1.1.0\include\mmtf\structure_data.hpp(971): warning C4267: '+=': conversion from 'size_t' to 'int', possible loss of data
|
|---|
| 28628 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\mmtf\mmtf-cpp-1.1.0\include\mmtf\structure_data.hpp(975): warning C4267: '+=': conversion from 'size_t' to 'int', possible loss of data
|
|---|
| 28629 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\mmtf\mmtf-cpp-1.1.0\include\mmtf\structure_data.hpp(1043): warning C4267: 'initializing': conversion from 'size_t' to 'int', possible loss of data
|
|---|
| 28630 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\mmtf\mmtf-cpp-1.1.0\include\mmtf\binary_decoder.hpp(195): warning C4267: '=': conversion from 'size_t' to 'uint32_t', possible loss of data
|
|---|
| 28631 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\mmtf\mmtf-cpp-1.1.0\include\mmtf\binary_decoder.hpp(281): warning C4267: 'argument': conversion from 'size_t' to 'int32_t', possible loss of data
|
|---|
| 28632 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\mmtf\mmtf-cpp-1.1.0\include\mmtf\binary_decoder.hpp(308): warning C4267: 'argument': conversion from 'size_t' to 'int32_t', possible loss of data
|
|---|
| 28633 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\mmtf\mmtf-cpp-1.1.0\include\mmtf\binary_decoder.hpp(329): warning C4267: 'argument': conversion from 'size_t' to 'int32_t', possible loss of data
|
|---|
| 28634 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\mmtf\mmtf-cpp-1.1.0\include\mmtf\binary_decoder.hpp(375): warning C4267: 'argument': conversion from 'size_t' to 'int32_t', possible loss of data
|
|---|
| 28635 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\mmtf\mmtf-cpp-1.1.0\include\mmtf\binary_decoder.hpp(396): warning C4267: 'argument': conversion from 'size_t' to 'int32_t', possible loss of data
|
|---|
| 28636 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\mmtf\mmtf-cpp-1.1.0\include\mmtf\binary_decoder.hpp(419): warning C4267: 'argument': conversion from 'size_t' to 'int32_t', possible loss of data
|
|---|
| 28637 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\mmtf\mmtf-cpp-1.1.0\include\mmtf\binary_encoder.hpp(237): warning C4267: 'argument': conversion from 'size_t' to 'uint32_t', possible loss of data
|
|---|
| 28638 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\mmtf\mmtf-cpp-1.1.0\include\mmtf\binary_encoder.hpp(247): warning C4267: 'argument': conversion from 'size_t' to 'uint32_t', possible loss of data
|
|---|
| 28639 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\mmtf\mmtf-cpp-1.1.0\include\mmtf\binary_encoder.hpp(259): warning C4267: 'argument': conversion from 'size_t' to 'uint32_t', possible loss of data
|
|---|
| 28640 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\mmtf\mmtf-cpp-1.1.0\include\mmtf\binary_encoder.hpp(276): warning C4267: 'argument': conversion from 'size_t' to 'uint32_t', possible loss of data
|
|---|
| 28641 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\mmtf\mmtf-cpp-1.1.0\include\mmtf\binary_encoder.hpp(288): warning C4267: 'argument': conversion from 'size_t' to 'uint32_t', possible loss of data
|
|---|
| 28642 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\mmtf\mmtf-cpp-1.1.0\include\mmtf\binary_encoder.hpp(300): warning C4267: 'argument': conversion from 'size_t' to 'uint32_t', possible loss of data
|
|---|
| 28643 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\mmtf\mmtf-cpp-1.1.0\include\mmtf\binary_encoder.hpp(313): warning C4267: 'argument': conversion from 'size_t' to 'uint32_t', possible loss of data
|
|---|
| 28644 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\mmtf\mmtf-cpp-1.1.0\include\mmtf\binary_encoder.hpp(327): warning C4267: 'argument': conversion from 'size_t' to 'uint32_t', possible loss of data
|
|---|
| 28645 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\pyinstance/PythonInstance.declare.h(78): 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>'
|
|---|
| 28646 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 28647 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\pyinstance/PythonInstance.declare.h(104): note: see reference to class template instantiation 'pyinstance::PythonInstance<C>' being compiled
|
|---|
| 28648 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\pyinstance/PythonInstance.declare.h(78): 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>'
|
|---|
| 28649 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 28650 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\element/Element.h(49): note: see reference to class template instantiation 'pyinstance::PythonInstance<element::Element>' being compiled
|
|---|
| 28651 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\element/Element.h(76): warning C4251: 'element::Element::_alkali_metals': class 'std::set<int,std::less<int>,std::allocator<int32_t>>' needs to have dll-interface to be used by clients of class 'element::Element'
|
|---|
| 28652 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\element/Element.h(76): note: see declaration of 'std::set<int,std::less<int>,std::allocator<int32_t>>'
|
|---|
| 28653 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\element/Element.h(77): warning C4251: 'element::Element::_elements': class 'std::map<int,const element::Element *,std::less<int>,std::allocator<std::pair<const int,const element::Element *>>>' needs to have dll-interface to be used by clients of class 'element::Element'
|
|---|
| 28654 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\element/Element.h(77): note: see declaration of 'std::map<int,const element::Element *,std::less<int>,std::allocator<std::pair<const int,const element::Element *>>>'
|
|---|
| 28655 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\element/Element.h(78): warning C4251: 'element::Element::_halogens': class 'std::set<int,std::less<int>,std::allocator<int32_t>>' needs to have dll-interface to be used by clients of class 'element::Element'
|
|---|
| 28656 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\element/Element.h(76): note: see declaration of 'std::set<int,std::less<int>,std::allocator<int32_t>>'
|
|---|
| 28657 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\element/Element.h(79): warning C4251: 'element::Element::_names': class 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>' needs to have dll-interface to be used by clients of class 'element::Element'
|
|---|
| 28658 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\mmtf\mmtf-cpp-1.1.0\include\mmtf\map_decoder.hpp(117): note: see declaration of 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>'
|
|---|
| 28659 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\element/Element.h(80): warning C4251: 'element::Element::_noble_gases': class 'std::set<int,std::less<int>,std::allocator<int32_t>>' needs to have dll-interface to be used by clients of class 'element::Element'
|
|---|
| 28660 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\element/Element.h(76): note: see declaration of 'std::set<int,std::less<int>,std::allocator<int32_t>>'
|
|---|
| 28661 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\destruct.h(53): warning C4251: 'atomstruct::DestructionCoordinator::_observers': class 'std::set<atomstruct::DestructionObserver *,std::less<atomstruct::DestructionObserver *>,std::allocator<atomstruct::DestructionObserver *>>' needs to have dll-interface to be used by clients of class 'atomstruct::DestructionCoordinator'
|
|---|
| 28662 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\destruct.h(53): note: see declaration of 'std::set<atomstruct::DestructionObserver *,std::less<atomstruct::DestructionObserver *>,std::allocator<atomstruct::DestructionObserver *>>'
|
|---|
| 28663 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\destruct.h(54): warning C4251: 'atomstruct::DestructionCoordinator::_destroyed': class 'std::set<void *,std::less<void *>,std::allocator<void *>>' needs to have dll-interface to be used by clients of class 'atomstruct::DestructionCoordinator'
|
|---|
| 28664 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\destruct.h(42): note: see declaration of 'std::set<void *,std::less<void *>,std::allocator<void *>>'
|
|---|
| 28665 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\pyinstance/PythonInstance.declare.h(78): 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>'
|
|---|
| 28666 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 28667 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Sequence.h(57): note: see reference to class template instantiation 'pyinstance::PythonInstance<atomstruct::Sequence>' being compiled
|
|---|
| 28668 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Sequence.h(63): warning C4251: 'atomstruct::Sequence::_nucleic3to1': class 'std::map<atomstruct::ResName,char,std::less<std::string>,std::allocator<std::pair<const atomstruct::ResName,char>>>' needs to have dll-interface to be used by clients of class 'atomstruct::Sequence'
|
|---|
| 28669 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Sequence.h(61): note: see declaration of 'std::map<atomstruct::ResName,char,std::less<std::string>,std::allocator<std::pair<const atomstruct::ResName,char>>>'
|
|---|
| 28670 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Sequence.h(64): warning C4251: 'atomstruct::Sequence::_protein3to1': class 'std::map<atomstruct::ResName,char,std::less<std::string>,std::allocator<std::pair<const atomstruct::ResName,char>>>' needs to have dll-interface to be used by clients of class 'atomstruct::Sequence'
|
|---|
| 28671 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Sequence.h(61): note: see declaration of 'std::map<atomstruct::ResName,char,std::less<std::string>,std::allocator<std::pair<const atomstruct::ResName,char>>>'
|
|---|
| 28672 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Sequence.h(65): warning C4251: 'atomstruct::Sequence::_rname3to1': class 'std::map<atomstruct::ResName,char,std::less<std::string>,std::allocator<std::pair<const atomstruct::ResName,char>>>' needs to have dll-interface to be used by clients of class 'atomstruct::Sequence'
|
|---|
| 28673 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Sequence.h(61): note: see declaration of 'std::map<atomstruct::ResName,char,std::less<std::string>,std::allocator<std::pair<const atomstruct::ResName,char>>>'
|
|---|
| 28674 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Sequence.h(67): warning C4251: 'atomstruct::Sequence::_cache_g2ug': class 'std::map<unsigned int,unsigned int,std::less<unsigned int>,std::allocator<std::pair<const unsigned int,unsigned int>>>' needs to have dll-interface to be used by clients of class 'atomstruct::Sequence'
|
|---|
| 28675 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Sequence.h(67): note: see declaration of 'std::map<unsigned int,unsigned int,std::less<unsigned int>,std::allocator<std::pair<const unsigned int,unsigned int>>>'
|
|---|
| 28676 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Sequence.h(68): warning C4251: 'atomstruct::Sequence::_cache_ug2g': class 'std::map<unsigned int,unsigned int,std::less<unsigned int>,std::allocator<std::pair<const unsigned int,unsigned int>>>' needs to have dll-interface to be used by clients of class 'atomstruct::Sequence'
|
|---|
| 28677 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Sequence.h(67): note: see declaration of 'std::map<unsigned int,unsigned int,std::less<unsigned int>,std::allocator<std::pair<const unsigned int,unsigned int>>>'
|
|---|
| 28678 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Sequence.h(69): 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'
|
|---|
| 28679 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\mmtf\msgpack-c-cpp-4.1.2\include\msgpack/v1/adaptor/ext.hpp(69): note: see declaration of 'std::vector<char,std::allocator<char>>'
|
|---|
| 28680 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Sequence.h(74): 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'
|
|---|
| 28681 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\mmtf\msgpack-c-cpp-4.1.2\include\msgpack/v1/adaptor/ext.hpp(69): note: see declaration of 'std::vector<char,std::allocator<char>>'
|
|---|
| 28682 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Sequence.h(75): 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'
|
|---|
| 28683 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 28684 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Sequence.h(140): warning C4267: 'return': conversion from 'size_t' to 'int', possible loss of data
|
|---|
| 28685 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\StructureSeq.h(61): 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'
|
|---|
| 28686 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 28687 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\StructureSeq.h(62): warning C4251: 'atomstruct::StructureSeq::_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 'atomstruct::StructureSeq'
|
|---|
| 28688 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 28689 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\StructureSeq.h(66): warning C4251: 'atomstruct::StructureSeq::_res_map': class 'std::map<atomstruct::Residue *,atomstruct::StructureSeq::SeqPos,std::less<atomstruct::Residue *>,std::allocator<std::pair<atomstruct::Residue *const ,atomstruct::StructureSeq::SeqPos>>>' needs to have dll-interface to be used by clients of class 'atomstruct::StructureSeq'
|
|---|
| 28690 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\StructureSeq.h(51): note: see declaration of 'std::map<atomstruct::Residue *,atomstruct::StructureSeq::SeqPos,std::less<atomstruct::Residue *>,std::allocator<std::pair<atomstruct::Residue *const ,atomstruct::StructureSeq::SeqPos>>>'
|
|---|
| 28691 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\StructureSeq.h(67): warning C4251: 'atomstruct::StructureSeq::_residues': class 'std::vector<atomstruct::Residue *,std::allocator<atomstruct::Residue *>>' needs to have dll-interface to be used by clients of class 'atomstruct::StructureSeq'
|
|---|
| 28692 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\StructureSeq.h(50): note: see declaration of 'std::vector<atomstruct::Residue *,std::allocator<atomstruct::Residue *>>'
|
|---|
| 28693 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\StructureSeq.h(122): warning C4267: 'return': conversion from 'size_t' to 'int', possible loss of data
|
|---|
| 28694 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(59): warning C4251: 'atomstruct::Changes::created': class 'std::set<const void *,std::less<const void *>,std::allocator<const void *>>' needs to have dll-interface to be used by clients of class 'atomstruct::Changes'
|
|---|
| 28695 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(59): note: see declaration of 'std::set<const void *,std::less<const void *>,std::allocator<const void *>>'
|
|---|
| 28696 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(60): warning C4251: 'atomstruct::Changes::modified': class 'std::set<const void *,std::less<const void *>,std::allocator<const void *>>' needs to have dll-interface to be used by clients of class 'atomstruct::Changes'
|
|---|
| 28697 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(59): note: see declaration of 'std::set<const void *,std::less<const void *>,std::allocator<const void *>>'
|
|---|
| 28698 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(61): warning C4251: 'atomstruct::Changes::reasons': class 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>' needs to have dll-interface to be used by clients of class 'atomstruct::Changes'
|
|---|
| 28699 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\mmtf\mmtf-cpp-1.1.0\include\mmtf\map_decoder.hpp(117): note: see declaration of 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>'
|
|---|
| 28700 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\pyinstance/PythonInstance.declare.h(78): 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>'
|
|---|
| 28701 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 28702 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(68): note: see reference to class template instantiation 'pyinstance::PythonInstance<atomstruct::ChangeTracker>' being compiled
|
|---|
| 28703 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(82): warning C4251: 'atomstruct::ChangeTracker::_structure_type_changes': class 'std::map<atomstruct::Structure *,atomstruct::ChangeTracker::ChangesArray,std::less<atomstruct::Structure *>,std::allocator<std::pair<atomstruct::Structure *const ,atomstruct::ChangeTracker::ChangesArray>>>' needs to have dll-interface to be used by clients of class 'atomstruct::ChangeTracker'
|
|---|
| 28704 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(82): note: see declaration of 'std::map<atomstruct::Structure *,atomstruct::ChangeTracker::ChangesArray,std::less<atomstruct::Structure *>,std::allocator<std::pair<atomstruct::Structure *const ,atomstruct::ChangeTracker::ChangesArray>>>'
|
|---|
| 28705 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(83): warning C4251: 'atomstruct::ChangeTracker::_dead_structures': class 'std::set<atomstruct::Structure *,std::less<atomstruct::Structure *>,std::allocator<atomstruct::Structure *>>' needs to have dll-interface to be used by clients of class 'atomstruct::ChangeTracker'
|
|---|
| 28706 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(83): note: see declaration of 'std::set<atomstruct::Structure *,std::less<atomstruct::Structure *>,std::allocator<atomstruct::Structure *>>'
|
|---|
| 28707 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(92): 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'
|
|---|
| 28708 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 28709 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(93): 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'
|
|---|
| 28710 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 28711 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(94): warning C4251: 'atomstruct::ChangeTracker::REASON_ALT_LOCS': 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'
|
|---|
| 28712 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 28713 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(95): 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'
|
|---|
| 28714 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 28715 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(96): 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'
|
|---|
| 28716 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 28717 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(97): 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'
|
|---|
| 28718 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 28719 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(98): warning C4251: 'atomstruct::ChangeTracker::REASON_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::ChangeTracker'
|
|---|
| 28720 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 28721 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(99): 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'
|
|---|
| 28722 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 28723 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(100): 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'
|
|---|
| 28724 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 28725 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(101): 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'
|
|---|
| 28726 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 28727 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(102): 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'
|
|---|
| 28728 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 28729 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(103): 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'
|
|---|
| 28730 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 28731 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(104): warning C4251: 'atomstruct::ChangeTracker::REASON_ELEMENT': 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'
|
|---|
| 28732 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 28733 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(105): 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'
|
|---|
| 28734 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 28735 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(106): 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'
|
|---|
| 28736 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 28737 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(107): 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'
|
|---|
| 28738 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 28739 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(108): warning C4251: 'atomstruct::ChangeTracker::REASON_INSERTION_CODE': 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'
|
|---|
| 28740 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 28741 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(109): 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'
|
|---|
| 28742 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 28743 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(110): warning C4251: 'atomstruct::ChangeTracker::REASON_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'
|
|---|
| 28744 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 28745 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(111): 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'
|
|---|
| 28746 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 28747 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(112): 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'
|
|---|
| 28748 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 28749 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(113): 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'
|
|---|
| 28750 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 28751 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(114): 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'
|
|---|
| 28752 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 28753 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(115): 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'
|
|---|
| 28754 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 28755 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(116): 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'
|
|---|
| 28756 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 28757 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(117): 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'
|
|---|
| 28758 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 28759 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(118): 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'
|
|---|
| 28760 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 28761 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(119): 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'
|
|---|
| 28762 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 28763 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(120): 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'
|
|---|
| 28764 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 28765 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(121): 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'
|
|---|
| 28766 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 28767 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(122): 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'
|
|---|
| 28768 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 28769 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(123): 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'
|
|---|
| 28770 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 28771 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(124): 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'
|
|---|
| 28772 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 28773 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(125): 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'
|
|---|
| 28774 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 28775 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(126): 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'
|
|---|
| 28776 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 28777 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(127): 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'
|
|---|
| 28778 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 28779 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(128): 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'
|
|---|
| 28780 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 28781 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(129): 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'
|
|---|
| 28782 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 28783 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(130): 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'
|
|---|
| 28784 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 28785 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(131): warning C4251: 'atomstruct::ChangeTracker::REASON_WORM_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'
|
|---|
| 28786 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 28787 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(132): warning C4251: 'atomstruct::ChangeTracker::REASON_WORM_RIBBON': 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'
|
|---|
| 28788 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 28789 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(306): 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'
|
|---|
| 28790 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 28791 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\CompSS.h(42): warning C4251: 'atomstruct::CompSSInfo::strands': class 'std::vector<std::pair<atomstruct::Residue *,atomstruct::Residue *>,std::allocator<std::pair<atomstruct::Residue *,atomstruct::Residue *>>>' needs to have dll-interface to be used by clients of class 'atomstruct::CompSSInfo'
|
|---|
| 28792 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\CompSS.h(42): note: see declaration of 'std::vector<std::pair<atomstruct::Residue *,atomstruct::Residue *>,std::allocator<std::pair<atomstruct::Residue *,atomstruct::Residue *>>>'
|
|---|
| 28793 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\CompSS.h(43): warning C4251: 'atomstruct::CompSSInfo::sheets': class 'std::vector<std::set<int,std::less<int>,std::allocator<int32_t>>,std::allocator<std::set<int,std::less<int>,std::allocator<int32_t>>>>' needs to have dll-interface to be used by clients of class 'atomstruct::CompSSInfo'
|
|---|
| 28794 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\CompSS.h(43): note: see declaration of 'std::vector<std::set<int,std::less<int>,std::allocator<int32_t>>,std::allocator<std::set<int,std::less<int>,std::allocator<int32_t>>>>'
|
|---|
| 28795 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\CompSS.h(44): warning C4251: 'atomstruct::CompSSInfo::strands_parallel': class 'std::map<std::pair<int,int>,bool,std::less<std::pair<int,int>>,std::allocator<std::pair<const std::pair<int,int>,bool>>>' needs to have dll-interface to be used by clients of class 'atomstruct::CompSSInfo'
|
|---|
| 28796 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\CompSS.h(44): note: see declaration of 'std::map<std::pair<int,int>,bool,std::less<std::pair<int,int>>,std::allocator<std::pair<const std::pair<int,int>,bool>>>'
|
|---|
| 28797 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\CompSS.h(45): warning C4251: 'atomstruct::CompSSInfo::helix_info': class 'std::vector<std::pair<std::pair<atomstruct::Residue *,atomstruct::Residue *>,char>,std::allocator<std::pair<std::pair<atomstruct::Residue *,atomstruct::Residue *>,char>>>' needs to have dll-interface to be used by clients of class 'atomstruct::CompSSInfo'
|
|---|
| 28798 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\CompSS.h(45): note: see declaration of 'std::vector<std::pair<std::pair<atomstruct::Residue *,atomstruct::Residue *>,char>,std::allocator<std::pair<std::pair<atomstruct::Residue *,atomstruct::Residue *>,char>>>'
|
|---|
| 28799 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\pyinstance/PythonInstance.declare.h(78): 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>'
|
|---|
| 28800 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 28801 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\PBManager.h(53): note: see reference to class template instantiation 'pyinstance::PythonInstance<atomstruct::BaseManager>' being compiled
|
|---|
| 28802 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\PBManager.h(63): warning C4251: 'atomstruct::BaseManager::_groups': class 'std::map<std::string,atomstruct::Proxy_PBGroup *,std::less<std::string>,std::allocator<std::pair<const std::string,atomstruct::Proxy_PBGroup *>>>' needs to have dll-interface to be used by clients of class 'atomstruct::BaseManager'
|
|---|
| 28803 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\PBManager.h(58): note: see declaration of 'std::map<std::string,atomstruct::Proxy_PBGroup *,std::less<std::string>,std::allocator<std::pair<const std::string,atomstruct::Proxy_PBGroup *>>>'
|
|---|
| 28804 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\pyinstance/PythonInstance.declare.h(78): 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>'
|
|---|
| 28805 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 28806 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Ring.h(38): note: see reference to class template instantiation 'pyinstance::PythonInstance<atomstruct::Ring>' being compiled
|
|---|
| 28807 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Ring.h(43): warning C4251: 'atomstruct::Ring::_bonds': class 'std::set<atomstruct::Bond *,std::less<atomstruct::Bond *>,std::allocator<atomstruct::Bond *>>' needs to have dll-interface to be used by clients of class 'atomstruct::Ring'
|
|---|
| 28808 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Ring.h(41): note: see declaration of 'std::set<atomstruct::Bond *,std::less<atomstruct::Bond *>,std::allocator<atomstruct::Bond *>>'
|
|---|
| 28809 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Ring.h(44): warning C4251: 'atomstruct::Ring::_atoms': class 'std::set<atomstruct::Atom *,std::less<atomstruct::Atom *>,std::allocator<atomstruct::Atom *>>' needs to have dll-interface to be used by clients of class 'atomstruct::Ring'
|
|---|
| 28810 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Ring.h(40): note: see declaration of 'std::set<atomstruct::Atom *,std::less<atomstruct::Atom *>,std::allocator<atomstruct::Atom *>>'
|
|---|
| 28811 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\pyinstance/PythonInstance.declare.h(78): 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>'
|
|---|
| 28812 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 28813 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Structure.h(110): note: see reference to class template instantiation 'pyinstance::PythonInstance<atomstruct::Structure>' being compiled
|
|---|
| 28814 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Structure.h(145): warning C4251: 'atomstruct::Structure::_atoms': class 'std::vector<atomstruct::Atom *,std::allocator<atomstruct::Atom *>>' needs to have dll-interface to be used by clients of class 'atomstruct::Structure'
|
|---|
| 28815 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Ring.h(64): note: see declaration of 'std::vector<atomstruct::Atom *,std::allocator<atomstruct::Atom *>>'
|
|---|
| 28816 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Structure.h(147): warning C4251: 'atomstruct::Structure::_bonds': class 'std::vector<atomstruct::Bond *,std::allocator<atomstruct::Bond *>>' needs to have dll-interface to be used by clients of class 'atomstruct::Structure'
|
|---|
| 28817 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Ring.h(63): note: see declaration of 'std::vector<atomstruct::Bond *,std::allocator<atomstruct::Bond *>>'
|
|---|
| 28818 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Structure.h(151): warning C4251: 'atomstruct::Structure::_coord_sets': class 'std::vector<atomstruct::CoordSet *,std::allocator<atomstruct::CoordSet *>>' needs to have dll-interface to be used by clients of class 'atomstruct::Structure'
|
|---|
| 28819 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Structure.h(120): note: see declaration of 'std::vector<atomstruct::CoordSet *,std::allocator<atomstruct::CoordSet *>>'
|
|---|
| 28820 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Structure.h(156): warning C4251: 'atomstruct::Structure::_input_seq_info': class 'std::map<atomstruct::ChainID,std::vector<std::string,std::allocator<std::string>>,std::less<std::string>,std::allocator<std::pair<const atomstruct::ChainID,std::vector<std::string,std::allocator<std::string>>>>>' needs to have dll-interface to be used by clients of class 'atomstruct::Structure'
|
|---|
| 28821 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Structure.h(121): note: see declaration of 'std::map<atomstruct::ChainID,std::vector<std::string,std::allocator<std::string>>,std::less<std::string>,std::allocator<std::pair<const atomstruct::ChainID,std::vector<std::string,std::allocator<std::string>>>>>'
|
|---|
| 28822 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Structure.h(163): warning C4251: 'atomstruct::Structure::_residues': class 'std::vector<atomstruct::Residue *,std::allocator<atomstruct::Residue *>>' needs to have dll-interface to be used by clients of class 'atomstruct::Structure'
|
|---|
| 28823 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\StructureSeq.h(50): note: see declaration of 'std::vector<atomstruct::Residue *,std::allocator<atomstruct::Residue *>>'
|
|---|
| 28824 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Structure.h(165): warning C4251: 'atomstruct::Structure::_res_numbering_valid': class 'std::vector<bool,std::allocator<bool>>' needs to have dll-interface to be used by clients of class 'atomstruct::Structure'
|
|---|
| 28825 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Structure.h(165): note: see declaration of 'std::vector<bool,std::allocator<bool>>'
|
|---|
| 28826 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Structure.h(176): warning C4251: 'atomstruct::Structure::_rings': class 'std::set<atomstruct::Ring,std::less<atomstruct::Ring>,std::allocator<atomstruct::Ring>>' needs to have dll-interface to be used by clients of class 'atomstruct::Structure'
|
|---|
| 28827 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Structure.h(128): note: see declaration of 'std::set<atomstruct::Ring,std::less<atomstruct::Ring>,std::allocator<atomstruct::Ring>>'
|
|---|
| 28828 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Structure.h(283): 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'
|
|---|
| 28829 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 28830 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Structure.h(287): warning C4251: 'atomstruct::Structure::metadata': class 'std::map<atomstruct::ChainID,std::vector<std::string,std::allocator<std::string>>,std::less<std::string>,std::allocator<std::pair<const atomstruct::ChainID,std::vector<std::string,std::allocator<std::string>>>>>' needs to have dll-interface to be used by clients of class 'atomstruct::Structure'
|
|---|
| 28831 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Structure.h(121): note: see declaration of 'std::map<atomstruct::ChainID,std::vector<std::string,std::allocator<std::string>>,std::less<std::string>,std::allocator<std::pair<const atomstruct::ChainID,std::vector<std::string,std::allocator<std::string>>>>>'
|
|---|
| 28832 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\pyinstance/PythonInstance.declare.h(78): 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>'
|
|---|
| 28833 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 28834 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\CoordSet.h(41): note: see reference to class template instantiation 'pyinstance::PythonInstance<atomstruct::CoordSet>' being compiled
|
|---|
| 28835 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\CoordSet.h(49): warning C4251: 'atomstruct::CoordSet::_coords': class 'std::vector<atomstruct::Coord,std::allocator<atomstruct::Coord>>' needs to have dll-interface to be used by clients of class 'atomstruct::CoordSet'
|
|---|
| 28836 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\CoordSet.h(46): note: see declaration of 'std::vector<atomstruct::Coord,std::allocator<atomstruct::Coord>>'
|
|---|
| 28837 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\CoordSet.h(51): warning C4251: 'atomstruct::CoordSet::_bfactor_map': class 'std::unordered_map<const atomstruct::Atom *,float,std::hash<const atomstruct::Atom *>,std::equal_to<const atomstruct::Atom *>,std::allocator<std::pair<const atomstruct::Atom *const ,float>>>' needs to have dll-interface to be used by clients of class 'atomstruct::CoordSet'
|
|---|
| 28838 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\CoordSet.h(51): note: see declaration of 'std::unordered_map<const atomstruct::Atom *,float,std::hash<const atomstruct::Atom *>,std::equal_to<const atomstruct::Atom *>,std::allocator<std::pair<const atomstruct::Atom *const ,float>>>'
|
|---|
| 28839 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\CoordSet.h(52): warning C4251: 'atomstruct::CoordSet::_occupancy_map': class 'std::unordered_map<const atomstruct::Atom *,float,std::hash<const atomstruct::Atom *>,std::equal_to<const atomstruct::Atom *>,std::allocator<std::pair<const atomstruct::Atom *const ,float>>>' needs to have dll-interface to be used by clients of class 'atomstruct::CoordSet'
|
|---|
| 28840 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\CoordSet.h(51): note: see declaration of 'std::unordered_map<const atomstruct::Atom *,float,std::hash<const atomstruct::Atom *>,std::equal_to<const atomstruct::Atom *>,std::allocator<std::pair<const atomstruct::Atom *const ,float>>>'
|
|---|
| 28841 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\CoordSet.h(77): warning C4267: 'return': conversion from 'size_t' to 'int', possible loss of data
|
|---|
| 28842 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\CoordSet.h(80): warning C4267: 'return': conversion from 'size_t' to 'int', possible loss of data
|
|---|
| 28843 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\pyinstance/PythonInstance.declare.h(78): 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>'
|
|---|
| 28844 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 28845 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct/Residue.h(53): note: see reference to class template instantiation 'pyinstance::PythonInstance<atomstruct::Residue>' being compiled
|
|---|
| 28846 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct/Residue.h(81): warning C4251: 'atomstruct::Residue::_atoms': class 'std::vector<atomstruct::Atom *,std::allocator<atomstruct::Atom *>>' needs to have dll-interface to be used by clients of class 'atomstruct::Residue'
|
|---|
| 28847 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Ring.h(64): note: see declaration of 'std::vector<atomstruct::Atom *,std::allocator<atomstruct::Atom *>>'
|
|---|
| 28848 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct/Residue.h(83): 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'
|
|---|
| 28849 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 28850 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct/Residue.h(85): 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'
|
|---|
| 28851 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 28852 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct/Residue.h(86): 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'
|
|---|
| 28853 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 28854 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct/Residue.h(162): warning C4251: 'atomstruct::Residue::aa_min_backbone_names': class 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>' needs to have dll-interface to be used by clients of class 'atomstruct::Residue'
|
|---|
| 28855 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\mmtf\mmtf-cpp-1.1.0\include\mmtf\map_decoder.hpp(117): note: see declaration of 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>'
|
|---|
| 28856 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct/Residue.h(163): warning C4251: 'atomstruct::Residue::aa_min_ordered_backbone_names': class 'std::vector<std::string,std::allocator<std::string>>' needs to have dll-interface to be used by clients of class 'atomstruct::Residue'
|
|---|
| 28857 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\mmtf\mmtf-cpp-1.1.0\include\mmtf\structure_data.hpp(55): note: see declaration of 'std::vector<std::string,std::allocator<std::string>>'
|
|---|
| 28858 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct/Residue.h(164): warning C4251: 'atomstruct::Residue::aa_max_backbone_names': class 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>' needs to have dll-interface to be used by clients of class 'atomstruct::Residue'
|
|---|
| 28859 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\mmtf\mmtf-cpp-1.1.0\include\mmtf\map_decoder.hpp(117): note: see declaration of 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>'
|
|---|
| 28860 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct/Residue.h(165): warning C4251: 'atomstruct::Residue::aa_ribbon_backbone_names': class 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>' needs to have dll-interface to be used by clients of class 'atomstruct::Residue'
|
|---|
| 28861 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\mmtf\mmtf-cpp-1.1.0\include\mmtf\map_decoder.hpp(117): note: see declaration of 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>'
|
|---|
| 28862 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct/Residue.h(166): warning C4251: 'atomstruct::Residue::aa_side_connector_names': class 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>' needs to have dll-interface to be used by clients of class 'atomstruct::Residue'
|
|---|
| 28863 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\mmtf\mmtf-cpp-1.1.0\include\mmtf\map_decoder.hpp(117): note: see declaration of 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>'
|
|---|
| 28864 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct/Residue.h(167): warning C4251: 'atomstruct::Residue::na_min_backbone_names': class 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>' needs to have dll-interface to be used by clients of class 'atomstruct::Residue'
|
|---|
| 28865 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\mmtf\mmtf-cpp-1.1.0\include\mmtf\map_decoder.hpp(117): note: see declaration of 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>'
|
|---|
| 28866 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct/Residue.h(168): warning C4251: 'atomstruct::Residue::na_min_ordered_backbone_names': class 'std::vector<std::string,std::allocator<std::string>>' needs to have dll-interface to be used by clients of class 'atomstruct::Residue'
|
|---|
| 28867 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\mmtf\mmtf-cpp-1.1.0\include\mmtf\structure_data.hpp(55): note: see declaration of 'std::vector<std::string,std::allocator<std::string>>'
|
|---|
| 28868 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct/Residue.h(169): warning C4251: 'atomstruct::Residue::na_max_backbone_names': class 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>' needs to have dll-interface to be used by clients of class 'atomstruct::Residue'
|
|---|
| 28869 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\mmtf\mmtf-cpp-1.1.0\include\mmtf\map_decoder.hpp(117): note: see declaration of 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>'
|
|---|
| 28870 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct/Residue.h(170): warning C4251: 'atomstruct::Residue::na_ribbon_backbone_names': class 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>' needs to have dll-interface to be used by clients of class 'atomstruct::Residue'
|
|---|
| 28871 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\mmtf\mmtf-cpp-1.1.0\include\mmtf\map_decoder.hpp(117): note: see declaration of 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>'
|
|---|
| 28872 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct/Residue.h(171): warning C4251: 'atomstruct::Residue::na_side_connector_names': class 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>' needs to have dll-interface to be used by clients of class 'atomstruct::Residue'
|
|---|
| 28873 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\mmtf\mmtf-cpp-1.1.0\include\mmtf\map_decoder.hpp(117): note: see declaration of 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>'
|
|---|
| 28874 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct/Residue.h(172): warning C4251: 'atomstruct::Residue::ribose_names': class 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>' needs to have dll-interface to be used by clients of class 'atomstruct::Residue'
|
|---|
| 28875 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\mmtf\mmtf-cpp-1.1.0\include\mmtf\map_decoder.hpp(117): note: see declaration of 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>'
|
|---|
| 28876 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct/Residue.h(173): warning C4251: 'atomstruct::Residue::std_solvent_names': class 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>' needs to have dll-interface to be used by clients of class 'atomstruct::Residue'
|
|---|
| 28877 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\mmtf\mmtf-cpp-1.1.0\include\mmtf\map_decoder.hpp(117): note: see declaration of 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>'
|
|---|
| 28878 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct/Residue.h(174): warning C4251: 'atomstruct::Residue::std_water_names': class 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>' needs to have dll-interface to be used by clients of class 'atomstruct::Residue'
|
|---|
| 28879 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\mmtf\mmtf-cpp-1.1.0\include\mmtf\map_decoder.hpp(117): note: see declaration of 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>'
|
|---|
| 28880 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct/Residue.h(175): warning C4251: 'atomstruct::Residue::ideal_chirality': class 'std::map<atomstruct::ResName,std::map<atomstruct::ResName,char,std::less<std::string>,std::allocator<std::pair<const atomstruct::ResName,char>>>,std::less<std::string>,std::allocator<std::pair<const atomstruct::ResName,std::map<atomstruct::ResName,char,std::less<std::string>,std::allocator<std::pair<const atomstruct::ResName,char>>>>>>' needs to have dll-interface to be used by clients of class 'atomstruct::Residue'
|
|---|
| 28881 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct/Residue.h(175): note: see declaration of 'std::map<atomstruct::ResName,std::map<atomstruct::ResName,char,std::less<std::string>,std::allocator<std::pair<const atomstruct::ResName,char>>>,std::less<std::string>,std::allocator<std::pair<const atomstruct::ResName,std::map<atomstruct::ResName,char,std::less<std::string>,std::allocator<std::pair<const atomstruct::ResName,char>>>>>>'
|
|---|
| 28882 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct/Residue.h(126): warning C4267: 'return': conversion from 'size_t' to 'int', possible loss of data
|
|---|
| 28883 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\pyinstance/PythonInstance.declare.h(78): 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>'
|
|---|
| 28884 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 28885 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Atom.h(68): note: see reference to class template instantiation 'pyinstance::PythonInstance<atomstruct::Atom>' being compiled
|
|---|
| 28886 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Atom.h(124): warning C4251: 'atomstruct::Atom::_alt_loc_map': class 'std::map<unsigned char,atomstruct::Atom::_Alt_loc_info,std::less<unsigned char>,std::allocator<std::pair<const unsigned char,atomstruct::Atom::_Alt_loc_info>>>' needs to have dll-interface to be used by clients of class 'atomstruct::Atom'
|
|---|
| 28887 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Atom.h(123): note: see declaration of 'std::map<unsigned char,atomstruct::Atom::_Alt_loc_info,std::less<unsigned char>,std::allocator<std::pair<const unsigned char,atomstruct::Atom::_Alt_loc_info>>>'
|
|---|
| 28888 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Atom.h(126): warning C4251: 'atomstruct::Atom::_bonds': class 'std::vector<atomstruct::Bond *,std::allocator<atomstruct::Bond *>>' needs to have dll-interface to be used by clients of class 'atomstruct::Atom'
|
|---|
| 28889 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Ring.h(63): note: see declaration of 'std::vector<atomstruct::Bond *,std::allocator<atomstruct::Bond *>>'
|
|---|
| 28890 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Atom.h(127): 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'
|
|---|
| 28891 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\string_types.h(44): note: see declaration of 'chutil::CString<5,65,116,111,109,32,84,121,112,101>'
|
|---|
| 28892 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Atom.h(134): 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'
|
|---|
| 28893 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\string_types.h(44): note: see declaration of 'chutil::CString<5,65,116,111,109,32,84,121,112,101>'
|
|---|
| 28894 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Atom.h(136): warning C4251: 'atomstruct::Atom::_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::Atom'
|
|---|
| 28895 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 28896 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Atom.h(137): warning C4251: 'atomstruct::Atom::_neighbors': class 'std::vector<atomstruct::Atom *,std::allocator<atomstruct::Atom *>>' needs to have dll-interface to be used by clients of class 'atomstruct::Atom'
|
|---|
| 28897 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Ring.h(64): note: see declaration of 'std::vector<atomstruct::Atom *,std::allocator<atomstruct::Atom *>>'
|
|---|
| 28898 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Atom.h(143): warning C4251: 'atomstruct::Atom::_rings': class 'std::vector<const atomstruct::Ring *,std::allocator<const atomstruct::Ring *>>' needs to have dll-interface to be used by clients of class 'atomstruct::Atom'
|
|---|
| 28899 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Atom.h(91): note: see declaration of 'std::vector<const atomstruct::Ring *,std::allocator<const atomstruct::Ring *>>'
|
|---|
| 28900 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Atom.h(201): warning C4244: '=': conversion from 'double' to 'float', possible loss of data
|
|---|
| 28901 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Atom.h(205): warning C4244: 'return': conversion from 'double' to 'float', possible loss of data
|
|---|
| 28902 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Atom.h(223): warning C4267: 'return': conversion from 'size_t' to 'int', possible loss of data
|
|---|
| 28903 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\pyinstance/PythonInstance.declare.h(78): 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>'
|
|---|
| 28904 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 28905 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Bond.h(47): note: see reference to class template instantiation 'pyinstance::PythonInstance<atomstruct::Bond>' being compiled
|
|---|
| 28906 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Bond.h(59): warning C4251: 'atomstruct::Bond::_rings': class 'std::vector<const atomstruct::Ring *,std::allocator<const atomstruct::Ring *>>' needs to have dll-interface to be used by clients of class 'atomstruct::Bond'
|
|---|
| 28907 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Atom.h(91): note: see declaration of 'std::vector<const atomstruct::Ring *,std::allocator<const atomstruct::Ring *>>'
|
|---|
| 28908 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Bond.h(128): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data
|
|---|
| 28909 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\pyinstance/PythonInstance.declare.h(78): warning C4251: 'pyinstance::PythonInstance<atomstruct::Pseudobond>::_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::Pseudobond>'
|
|---|
| 28910 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 28911 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct/Pseudobond.h(52): note: see reference to class template instantiation 'pyinstance::PythonInstance<atomstruct::Pseudobond>' being compiled
|
|---|
| 28912 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\pyinstance/PythonInstance.declare.h(78): warning C4251: 'pyinstance::PythonInstance<atomstruct::PBGroup>::_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::PBGroup>'
|
|---|
| 28913 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 28914 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\PBGroup.h(61): note: see reference to class template instantiation 'pyinstance::PythonInstance<atomstruct::PBGroup>' being compiled
|
|---|
| 28915 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\PBGroup.h(70): warning C4251: 'atomstruct::PBGroup::_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::PBGroup'
|
|---|
| 28916 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 28917 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\PBGroup.h(169): warning C4251: 'atomstruct::StructurePBGroup::_pbonds': class 'std::set<atomstruct::Pseudobond *,std::less<atomstruct::Pseudobond *>,std::allocator<atomstruct::Pseudobond *>>' needs to have dll-interface to be used by clients of class 'atomstruct::StructurePBGroup'
|
|---|
| 28918 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\PBGroup.h(63): note: see declaration of 'std::set<atomstruct::Pseudobond *,std::less<atomstruct::Pseudobond *>,std::allocator<atomstruct::Pseudobond *>>'
|
|---|
| 28919 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\PBGroup.h(199): warning C4251: 'atomstruct::CS_PBGroup::_pbonds': class 'std::unordered_map<const atomstruct::CoordSet *,atomstruct::PBGroup::Pseudobonds,std::hash<const atomstruct::CoordSet *>,std::equal_to<const atomstruct::CoordSet *>,std::allocator<std::pair<const atomstruct::CoordSet *const ,atomstruct::PBGroup::Pseudobonds>>>' needs to have dll-interface to be used by clients of class 'atomstruct::CS_PBGroup'
|
|---|
| 28920 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\PBGroup.h(199): note: see declaration of 'std::unordered_map<const atomstruct::CoordSet *,atomstruct::PBGroup::Pseudobonds,std::hash<const atomstruct::CoordSet *>,std::equal_to<const atomstruct::CoordSet *>,std::allocator<std::pair<const atomstruct::CoordSet *const ,atomstruct::PBGroup::Pseudobonds>>>'
|
|---|
| 28921 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct/MolResId.h(43): warning C4251: 'atomstruct::MolResId::chain': 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::MolResId'
|
|---|
| 28922 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 28923 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\pyinstance/PythonInstance.declare.h(78): 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>'
|
|---|
| 28924 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 28925 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct/tmpl/Residue.h(47): note: see reference to class template instantiation 'pyinstance::PythonInstance<tmpl::Residue>' being compiled
|
|---|
| 28926 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct/tmpl/Residue.h(85): warning C4251: 'tmpl::Residue::metadata': class 'std::map<atomstruct::ChainID,std::vector<std::string,std::allocator<std::string>>,std::less<std::string>,std::allocator<std::pair<const atomstruct::ChainID,std::vector<std::string,std::allocator<std::string>>>>>' needs to have dll-interface to be used by clients of class 'tmpl::Residue'
|
|---|
| 28927 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Structure.h(121): note: see declaration of 'std::map<atomstruct::ChainID,std::vector<std::string,std::allocator<std::string>>,std::less<std::string>,std::allocator<std::pair<const atomstruct::ChainID,std::vector<std::string,std::allocator<std::string>>>>>'
|
|---|
| 28928 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct/tmpl/Residue.h(88): 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'
|
|---|
| 28929 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 28930 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct/tmpl/Residue.h(89): warning C4251: 'tmpl::Residue::_atoms': class 'std::map<atomstruct::AtomName,tmpl::Atom *,std::less<std::string>,std::allocator<std::pair<const atomstruct::AtomName,tmpl::Atom *>>>' needs to have dll-interface to be used by clients of class 'tmpl::Residue'
|
|---|
| 28931 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct/tmpl/Residue.h(80): note: see declaration of 'std::map<atomstruct::AtomName,tmpl::Atom *,std::less<std::string>,std::allocator<std::pair<const atomstruct::AtomName,tmpl::Atom *>>>'
|
|---|
| 28932 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct/tmpl/Residue.h(91): 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'
|
|---|
| 28933 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 28934 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct/tmpl/Residue.h(92): warning C4251: 'tmpl::Residue::_link_atoms': class 'std::vector<tmpl::Atom *,std::allocator<tmpl::Atom *>>' needs to have dll-interface to be used by clients of class 'tmpl::Residue'
|
|---|
| 28935 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct/tmpl/Residue.h(53): note: see declaration of 'std::vector<tmpl::Atom *,std::allocator<tmpl::Atom *>>'
|
|---|
| 28936 | _mmtf/mmtf.cpp(152): warning C4267: '=': conversion from 'size_t' to '_Ty', possible loss of data
|
|---|
| 28937 | with
|
|---|
| 28938 | [
|
|---|
| 28939 | _Ty=int32_t
|
|---|
| 28940 | ]
|
|---|
| 28941 | _mmtf/mmtf.cpp(217): warning C4267: '+=': conversion from 'size_t' to 'int32_t', possible loss of data
|
|---|
| 28942 | _mmtf/mmtf.cpp(349): warning C4267: 'initializing': conversion from 'size_t' to 'int', possible loss of data
|
|---|
| 28943 | _mmtf/mmtf.cpp(349): warning C4267: 'initializing': conversion from 'size_t' to 'const int', possible loss of data
|
|---|
| 28944 | "C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\bin\HostX64\x64\link.exe" /nologo /INCREMENTAL:NO /LTCG /DLL /MANIFEST:EMBED,ID=2 /MANIFESTUAC:NO /LIBPATH:C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\lib /LIBPATH:C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\core\lib /LIBPATH:C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\arrays\lib /LIBPATH:C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\lib /LIBPATH:C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\pdb_lib\lib /LIBPATH:C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\libs /LIBPATH:C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin /LIBPATH:C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\PCbuild\amd64 "/LIBPATH:C:\Program Files (x86)\Windows Kits\10\lib\10.0.19041.0\ucrt\x64" "/LIBPATH:C:\Program Files (x86)\Windows Kits\10\lib\10.0.19041.0\um\x64" "/LIBPATH:c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\lib\\x64" "/LIBPATH:c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\atlmfc\lib\\x64" "/LIBPATH:c:\Program Files (x86)\Windows Kits\10\lib\10.0.19041.0\ucrt\x64" "/LIBPATH:c:\Program Files (x86)\Windows Kits\10\lib\10.0.19041.0\um\x64" libatomstruct.lib libelement.lib liblogger.lib libarrays.lib libpdbconnect.lib /EXPORT:PyInit__mmtf build\temp.win-amd64-cpython-311\Release\_mmtf\mmtf.obj /OUT:build\lib.win-amd64-cpython-311\chimerax\mmtf\_mmtf.cp311-win_amd64.pyd /IMPLIB:build\temp.win-amd64-cpython-311\Release\_mmtf\_mmtf.cp311-win_amd64.lib ws2_32.lib
|
|---|
| 28945 | Creating library build\temp.win-amd64-cpython-311\Release\_mmtf\_mmtf.cp311-win_amd64.lib and object build\temp.win-amd64-cpython-311\Release\_mmtf\_mmtf.cp311-win_amd64.exp
|
|---|
| 28946 | Generating code
|
|---|
| 28947 | Finished generating code
|
|---|
| 28948 | running bdist_wheel
|
|---|
| 28949 | installing to build\bdist.win-amd64\wheel
|
|---|
| 28950 | running install
|
|---|
| 28951 | running install_lib
|
|---|
| 28952 | running build_ext
|
|---|
| 28953 | creating build\bdist.win-amd64\wheel
|
|---|
| 28954 | creating build\bdist.win-amd64\wheel\chimerax
|
|---|
| 28955 | creating build\bdist.win-amd64\wheel\chimerax\mmtf
|
|---|
| 28956 | copying build\lib.win-amd64-cpython-311\chimerax\mmtf\mmtf.py -> build\bdist.win-amd64\wheel\.\chimerax\mmtf
|
|---|
| 28957 | copying build\lib.win-amd64-cpython-311\chimerax\mmtf\_mmtf.cp311-win_amd64.pyd -> build\bdist.win-amd64\wheel\.\chimerax\mmtf
|
|---|
| 28958 | copying build\lib.win-amd64-cpython-311\chimerax\mmtf\__init__.py -> build\bdist.win-amd64\wheel\.\chimerax\mmtf
|
|---|
| 28959 | running install_egg_info
|
|---|
| 28960 | running egg_info
|
|---|
| 28961 | creating ChimeraX_MMTF.egg-info
|
|---|
| 28962 | writing ChimeraX_MMTF.egg-info\PKG-INFO
|
|---|
| 28963 | writing dependency_links to ChimeraX_MMTF.egg-info\dependency_links.txt
|
|---|
| 28964 | writing requirements to ChimeraX_MMTF.egg-info\requires.txt
|
|---|
| 28965 | writing top-level names to ChimeraX_MMTF.egg-info\top_level.txt
|
|---|
| 28966 | writing manifest file 'ChimeraX_MMTF.egg-info\SOURCES.txt'
|
|---|
| 28967 | reading manifest file 'ChimeraX_MMTF.egg-info\SOURCES.txt'
|
|---|
| 28968 | writing manifest file 'ChimeraX_MMTF.egg-info\SOURCES.txt'
|
|---|
| 28969 | Copying ChimeraX_MMTF.egg-info to build\bdist.win-amd64\wheel\.\ChimeraX_MMTF-2.2-py3.11.egg-info
|
|---|
| 28970 | running install_scripts
|
|---|
| 28971 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\setuptools\command\bdist_wheel.py:103: RuntimeWarning: Config variable 'Py_DEBUG' is unset, Python ABI tag may be incorrect
|
|---|
| 28972 | if get_flag("Py_DEBUG", hasattr(sys, "gettotalrefcount"), warn=(impl == "cp")):
|
|---|
| 28973 | creating build\bdist.win-amd64\wheel\chimerax_mmtf-2.2.dist-info\WHEEL
|
|---|
| 28974 | creating 'dist\chimerax_mmtf-2.2-cp311-cp311-win_amd64.whl' and adding 'build\bdist.win-amd64\wheel' to it
|
|---|
| 28975 | adding 'chimerax/mmtf/__init__.py'
|
|---|
| 28976 | adding 'chimerax/mmtf/_mmtf.cp311-win_amd64.pyd'
|
|---|
| 28977 | adding 'chimerax/mmtf/mmtf.py'
|
|---|
| 28978 | adding 'chimerax_mmtf-2.2.dist-info/METADATA'
|
|---|
| 28979 | adding 'chimerax_mmtf-2.2.dist-info/WHEEL'
|
|---|
| 28980 | adding 'chimerax_mmtf-2.2.dist-info/top_level.txt'
|
|---|
| 28981 | adding 'chimerax_mmtf-2.2.dist-info/RECORD'
|
|---|
| 28982 | removing build\bdist.win-amd64\wheel
|
|---|
| 28983 | Distribution is in .\dist\ChimeraX_MMTF-2.2-cp311-cp311-win_amd64.whl
|
|---|
| 28984 | INFO:
|
|---|
| 28985 |
|
|---|
| 28986 | make sync
|
|---|
| 28987 | make[6]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/mmtf'
|
|---|
| 28988 | cp -av dist/*.whl /home/goddard/ucsf/chimerax/build/sync
|
|---|
| 28989 | 'dist/chimerax_mmtf-2.2-cp311-cp311-win_amd64.whl' -> '/home/goddard/ucsf/chimerax/build/sync/chimerax_mmtf-2.2-cp311-cp311-win_amd64.whl'
|
|---|
| 28990 | make[6]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/mmtf'
|
|---|
| 28991 | make[5]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/mmtf'
|
|---|
| 28992 | make -C model_archive build
|
|---|
| 28993 | make[5]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/model_archive'
|
|---|
| 28994 | if [ -z "../../../ChimeraX.app/bin/python.exe" ]; then \
|
|---|
| 28995 | echo "missing ChimeraX application's python"; exit 1; \
|
|---|
| 28996 | else \
|
|---|
| 28997 | PYTHONNOUSERSITE=1 ../../../ChimeraX.app/bin/python.exe -I -m chimerax.core --nogui --exit --safemode --cmd "devel build . exit true "; \
|
|---|
| 28998 | fi
|
|---|
| 28999 | INFO:
|
|---|
| 29000 | Executing: devel build . exit true
|
|---|
| 29001 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\setuptools\dist.py:759: SetuptoolsDeprecationWarning: License classifiers are deprecated.
|
|---|
| 29002 | !!
|
|---|
| 29003 |
|
|---|
| 29004 | ********************************************************************************
|
|---|
| 29005 | Please consider removing the following classifiers in favor of a SPDX license expression:
|
|---|
| 29006 |
|
|---|
| 29007 | License :: Free for non-commercial use
|
|---|
| 29008 |
|
|---|
| 29009 | See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details.
|
|---|
| 29010 | ********************************************************************************
|
|---|
| 29011 |
|
|---|
| 29012 | !!
|
|---|
| 29013 | self._finalize_license_expression()
|
|---|
| 29014 | running build
|
|---|
| 29015 | running build_py
|
|---|
| 29016 | creating build\lib\chimerax\model_archive
|
|---|
| 29017 | copying src\ma_fetch.py -> build\lib\chimerax\model_archive
|
|---|
| 29018 | copying src\modelcif_pae.py -> build\lib\chimerax\model_archive
|
|---|
| 29019 | copying src\__init__.py -> build\lib\chimerax\model_archive
|
|---|
| 29020 | running bdist_wheel
|
|---|
| 29021 | installing to build\bdist.win-amd64\wheel
|
|---|
| 29022 | running install
|
|---|
| 29023 | running install_lib
|
|---|
| 29024 | creating build\bdist.win-amd64\wheel
|
|---|
| 29025 | creating build\bdist.win-amd64\wheel\chimerax
|
|---|
| 29026 | creating build\bdist.win-amd64\wheel\chimerax\model_archive
|
|---|
| 29027 | copying build\lib\chimerax\model_archive\ma_fetch.py -> build\bdist.win-amd64\wheel\.\chimerax\model_archive
|
|---|
| 29028 | copying build\lib\chimerax\model_archive\modelcif_pae.py -> build\bdist.win-amd64\wheel\.\chimerax\model_archive
|
|---|
| 29029 | copying build\lib\chimerax\model_archive\__init__.py -> build\bdist.win-amd64\wheel\.\chimerax\model_archive
|
|---|
| 29030 | running install_egg_info
|
|---|
| 29031 | running egg_info
|
|---|
| 29032 | creating ChimeraX_ModelArchive.egg-info
|
|---|
| 29033 | writing ChimeraX_ModelArchive.egg-info\PKG-INFO
|
|---|
| 29034 | writing dependency_links to ChimeraX_ModelArchive.egg-info\dependency_links.txt
|
|---|
| 29035 | writing requirements to ChimeraX_ModelArchive.egg-info\requires.txt
|
|---|
| 29036 | writing top-level names to ChimeraX_ModelArchive.egg-info\top_level.txt
|
|---|
| 29037 | writing manifest file 'ChimeraX_ModelArchive.egg-info\SOURCES.txt'
|
|---|
| 29038 | reading manifest file 'ChimeraX_ModelArchive.egg-info\SOURCES.txt'
|
|---|
| 29039 | writing manifest file 'ChimeraX_ModelArchive.egg-info\SOURCES.txt'
|
|---|
| 29040 | Copying ChimeraX_ModelArchive.egg-info to build\bdist.win-amd64\wheel\.\ChimeraX_ModelArchive-1.0-py3.11.egg-info
|
|---|
| 29041 | running install_scripts
|
|---|
| 29042 | creating build\bdist.win-amd64\wheel\chimerax_modelarchive-1.0.dist-info\WHEEL
|
|---|
| 29043 | creating 'dist\chimerax_modelarchive-1.0-py3-none-any.whl' and adding 'build\bdist.win-amd64\wheel' to it
|
|---|
| 29044 | adding 'chimerax/model_archive/__init__.py'
|
|---|
| 29045 | adding 'chimerax/model_archive/ma_fetch.py'
|
|---|
| 29046 | adding 'chimerax/model_archive/modelcif_pae.py'
|
|---|
| 29047 | adding 'chimerax_modelarchive-1.0.dist-info/METADATA'
|
|---|
| 29048 | adding 'chimerax_modelarchive-1.0.dist-info/WHEEL'
|
|---|
| 29049 | adding 'chimerax_modelarchive-1.0.dist-info/top_level.txt'
|
|---|
| 29050 | adding 'chimerax_modelarchive-1.0.dist-info/RECORD'
|
|---|
| 29051 | removing build\bdist.win-amd64\wheel
|
|---|
| 29052 | Distribution is in .\dist\ChimeraX_ModelArchive-1.0-py3-none-any.whl
|
|---|
| 29053 | INFO:
|
|---|
| 29054 |
|
|---|
| 29055 | make sync
|
|---|
| 29056 | make[6]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/model_archive'
|
|---|
| 29057 | cp -av dist/*.whl ../../../build/sync
|
|---|
| 29058 | 'dist/chimerax_modelarchive-1.0-py3-none-any.whl' -> '../../../build/sync/chimerax_modelarchive-1.0-py3-none-any.whl'
|
|---|
| 29059 | make[6]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/model_archive'
|
|---|
| 29060 | make[5]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/model_archive'
|
|---|
| 29061 | make -C model_panel build
|
|---|
| 29062 | make[5]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/model_panel'
|
|---|
| 29063 | if [ -z "../../../ChimeraX.app/bin/python.exe" ]; then \
|
|---|
| 29064 | echo "missing ChimeraX application's python"; exit 1; \
|
|---|
| 29065 | else \
|
|---|
| 29066 | PYTHONNOUSERSITE=1 ../../../ChimeraX.app/bin/python.exe -I -m chimerax.core --nogui --exit --safemode --cmd "devel build . exit true "; \
|
|---|
| 29067 | fi
|
|---|
| 29068 | INFO:
|
|---|
| 29069 | Executing: devel build . exit true
|
|---|
| 29070 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\setuptools\dist.py:759: SetuptoolsDeprecationWarning: License classifiers are deprecated.
|
|---|
| 29071 | !!
|
|---|
| 29072 |
|
|---|
| 29073 | ********************************************************************************
|
|---|
| 29074 | Please consider removing the following classifiers in favor of a SPDX license expression:
|
|---|
| 29075 |
|
|---|
| 29076 | License :: Free for non-commercial use
|
|---|
| 29077 |
|
|---|
| 29078 | See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details.
|
|---|
| 29079 | ********************************************************************************
|
|---|
| 29080 |
|
|---|
| 29081 | !!
|
|---|
| 29082 | self._finalize_license_expression()
|
|---|
| 29083 | running build
|
|---|
| 29084 | running build_py
|
|---|
| 29085 | creating build\lib\chimerax\model_panel
|
|---|
| 29086 | copying src\tool.py -> build\lib\chimerax\model_panel
|
|---|
| 29087 | copying src\__init__.py -> build\lib\chimerax\model_panel
|
|---|
| 29088 | running bdist_wheel
|
|---|
| 29089 | installing to build\bdist.win-amd64\wheel
|
|---|
| 29090 | running install
|
|---|
| 29091 | running install_lib
|
|---|
| 29092 | creating build\bdist.win-amd64\wheel
|
|---|
| 29093 | creating build\bdist.win-amd64\wheel\chimerax
|
|---|
| 29094 | creating build\bdist.win-amd64\wheel\chimerax\model_panel
|
|---|
| 29095 | copying build\lib\chimerax\model_panel\tool.py -> build\bdist.win-amd64\wheel\.\chimerax\model_panel
|
|---|
| 29096 | copying build\lib\chimerax\model_panel\__init__.py -> build\bdist.win-amd64\wheel\.\chimerax\model_panel
|
|---|
| 29097 | running install_egg_info
|
|---|
| 29098 | running egg_info
|
|---|
| 29099 | creating ChimeraX_ModelPanel.egg-info
|
|---|
| 29100 | writing ChimeraX_ModelPanel.egg-info\PKG-INFO
|
|---|
| 29101 | writing dependency_links to ChimeraX_ModelPanel.egg-info\dependency_links.txt
|
|---|
| 29102 | writing requirements to ChimeraX_ModelPanel.egg-info\requires.txt
|
|---|
| 29103 | writing top-level names to ChimeraX_ModelPanel.egg-info\top_level.txt
|
|---|
| 29104 | writing manifest file 'ChimeraX_ModelPanel.egg-info\SOURCES.txt'
|
|---|
| 29105 | reading manifest file 'ChimeraX_ModelPanel.egg-info\SOURCES.txt'
|
|---|
| 29106 | writing manifest file 'ChimeraX_ModelPanel.egg-info\SOURCES.txt'
|
|---|
| 29107 | Copying ChimeraX_ModelPanel.egg-info to build\bdist.win-amd64\wheel\.\ChimeraX_ModelPanel-1.6-py3.11.egg-info
|
|---|
| 29108 | running install_scripts
|
|---|
| 29109 | creating build\bdist.win-amd64\wheel\chimerax_modelpanel-1.6.dist-info\WHEEL
|
|---|
| 29110 | creating 'dist\chimerax_modelpanel-1.6-py3-none-any.whl' and adding 'build\bdist.win-amd64\wheel' to it
|
|---|
| 29111 | adding 'chimerax/model_panel/__init__.py'
|
|---|
| 29112 | adding 'chimerax/model_panel/tool.py'
|
|---|
| 29113 | adding 'chimerax_modelpanel-1.6.dist-info/METADATA'
|
|---|
| 29114 | adding 'chimerax_modelpanel-1.6.dist-info/WHEEL'
|
|---|
| 29115 | adding 'chimerax_modelpanel-1.6.dist-info/top_level.txt'
|
|---|
| 29116 | adding 'chimerax_modelpanel-1.6.dist-info/RECORD'
|
|---|
| 29117 | removing build\bdist.win-amd64\wheel
|
|---|
| 29118 | Distribution is in .\dist\ChimeraX_ModelPanel-1.6-py3-none-any.whl
|
|---|
| 29119 | INFO:
|
|---|
| 29120 |
|
|---|
| 29121 | make sync
|
|---|
| 29122 | make[6]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/model_panel'
|
|---|
| 29123 | cp -av dist/*.whl ../../../build/sync
|
|---|
| 29124 | 'dist/chimerax_modelpanel-1.6-py3-none-any.whl' -> '../../../build/sync/chimerax_modelpanel-1.6-py3-none-any.whl'
|
|---|
| 29125 | make[6]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/model_panel'
|
|---|
| 29126 | make[5]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/model_panel'
|
|---|
| 29127 | make -C modeller build
|
|---|
| 29128 | make[5]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/modeller'
|
|---|
| 29129 | if [ -z "../../../ChimeraX.app/bin/python.exe" ]; then \
|
|---|
| 29130 | echo "missing ChimeraX application's python"; exit 1; \
|
|---|
| 29131 | else \
|
|---|
| 29132 | PYTHONNOUSERSITE=1 ../../../ChimeraX.app/bin/python.exe -I -m chimerax.core --nogui --exit --safemode --cmd "devel build . exit true "; \
|
|---|
| 29133 | fi
|
|---|
| 29134 | INFO:
|
|---|
| 29135 | Executing: devel build . exit true
|
|---|
| 29136 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\setuptools\config\_apply_pyprojecttoml.py:82: SetuptoolsDeprecationWarning: `project.license` as a TOML table is deprecated
|
|---|
| 29137 | !!
|
|---|
| 29138 |
|
|---|
| 29139 | ********************************************************************************
|
|---|
| 29140 | Please use a simple string containing a SPDX expression for `project.license`. You can also use `project.license-files`. (Both options available on setuptools>=77.0.0).
|
|---|
| 29141 |
|
|---|
| 29142 | By 2026-Feb-18, you need to update your project and remove deprecated calls
|
|---|
| 29143 | or your builds will no longer be supported.
|
|---|
| 29144 |
|
|---|
| 29145 | See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details.
|
|---|
| 29146 | ********************************************************************************
|
|---|
| 29147 |
|
|---|
| 29148 | !!
|
|---|
| 29149 | corresp(dist, value, root_dir)
|
|---|
| 29150 | running build
|
|---|
| 29151 | running build_py
|
|---|
| 29152 | creating build\lib\chimerax\modeller
|
|---|
| 29153 | copying src\cmd.py -> build\lib\chimerax\modeller
|
|---|
| 29154 | copying src\common.py -> build\lib\chimerax\modeller
|
|---|
| 29155 | copying src\comparative.py -> build\lib\chimerax\modeller
|
|---|
| 29156 | copying src\loops.py -> build\lib\chimerax\modeller
|
|---|
| 29157 | copying src\scores.py -> build\lib\chimerax\modeller
|
|---|
| 29158 | copying src\script_head.py -> build\lib\chimerax\modeller
|
|---|
| 29159 | copying src\script_tail.py -> build\lib\chimerax\modeller
|
|---|
| 29160 | copying src\settings.py -> build\lib\chimerax\modeller
|
|---|
| 29161 | copying src\tool.py -> build\lib\chimerax\modeller
|
|---|
| 29162 | copying src\__init__.py -> build\lib\chimerax\modeller
|
|---|
| 29163 | running bdist_wheel
|
|---|
| 29164 | installing to build\bdist.win-amd64\wheel
|
|---|
| 29165 | running install
|
|---|
| 29166 | running install_lib
|
|---|
| 29167 | creating build\bdist.win-amd64\wheel
|
|---|
| 29168 | creating build\bdist.win-amd64\wheel\chimerax
|
|---|
| 29169 | creating build\bdist.win-amd64\wheel\chimerax\modeller
|
|---|
| 29170 | copying build\lib\chimerax\modeller\cmd.py -> build\bdist.win-amd64\wheel\.\chimerax\modeller
|
|---|
| 29171 | copying build\lib\chimerax\modeller\common.py -> build\bdist.win-amd64\wheel\.\chimerax\modeller
|
|---|
| 29172 | copying build\lib\chimerax\modeller\comparative.py -> build\bdist.win-amd64\wheel\.\chimerax\modeller
|
|---|
| 29173 | copying build\lib\chimerax\modeller\loops.py -> build\bdist.win-amd64\wheel\.\chimerax\modeller
|
|---|
| 29174 | copying build\lib\chimerax\modeller\scores.py -> build\bdist.win-amd64\wheel\.\chimerax\modeller
|
|---|
| 29175 | copying build\lib\chimerax\modeller\script_head.py -> build\bdist.win-amd64\wheel\.\chimerax\modeller
|
|---|
| 29176 | copying build\lib\chimerax\modeller\script_tail.py -> build\bdist.win-amd64\wheel\.\chimerax\modeller
|
|---|
| 29177 | copying build\lib\chimerax\modeller\settings.py -> build\bdist.win-amd64\wheel\.\chimerax\modeller
|
|---|
| 29178 | copying build\lib\chimerax\modeller\tool.py -> build\bdist.win-amd64\wheel\.\chimerax\modeller
|
|---|
| 29179 | copying build\lib\chimerax\modeller\__init__.py -> build\bdist.win-amd64\wheel\.\chimerax\modeller
|
|---|
| 29180 | running install_egg_info
|
|---|
| 29181 | running egg_info
|
|---|
| 29182 | creating ChimeraX_Modeller.egg-info
|
|---|
| 29183 | writing ChimeraX_Modeller.egg-info\PKG-INFO
|
|---|
| 29184 | writing dependency_links to ChimeraX_Modeller.egg-info\dependency_links.txt
|
|---|
| 29185 | writing requirements to ChimeraX_Modeller.egg-info\requires.txt
|
|---|
| 29186 | writing top-level names to ChimeraX_Modeller.egg-info\top_level.txt
|
|---|
| 29187 | writing manifest file 'ChimeraX_Modeller.egg-info\SOURCES.txt'
|
|---|
| 29188 | reading manifest file 'ChimeraX_Modeller.egg-info\SOURCES.txt'
|
|---|
| 29189 | writing manifest file 'ChimeraX_Modeller.egg-info\SOURCES.txt'
|
|---|
| 29190 | Copying ChimeraX_Modeller.egg-info to build\bdist.win-amd64\wheel\.\ChimeraX_Modeller-1.5.22-py3.11.egg-info
|
|---|
| 29191 | running install_scripts
|
|---|
| 29192 | creating build\bdist.win-amd64\wheel\chimerax_modeller-1.5.22.dist-info\WHEEL
|
|---|
| 29193 | creating 'dist\chimerax_modeller-1.5.22-py3-none-any.whl' and adding 'build\bdist.win-amd64\wheel' to it
|
|---|
| 29194 | adding 'chimerax/modeller/__init__.py'
|
|---|
| 29195 | adding 'chimerax/modeller/cmd.py'
|
|---|
| 29196 | adding 'chimerax/modeller/common.py'
|
|---|
| 29197 | adding 'chimerax/modeller/comparative.py'
|
|---|
| 29198 | adding 'chimerax/modeller/loops.py'
|
|---|
| 29199 | adding 'chimerax/modeller/scores.py'
|
|---|
| 29200 | adding 'chimerax/modeller/script_head.py'
|
|---|
| 29201 | adding 'chimerax/modeller/script_tail.py'
|
|---|
| 29202 | adding 'chimerax/modeller/settings.py'
|
|---|
| 29203 | adding 'chimerax/modeller/tool.py'
|
|---|
| 29204 | adding 'chimerax_modeller-1.5.22.dist-info/METADATA'
|
|---|
| 29205 | adding 'chimerax_modeller-1.5.22.dist-info/WHEEL'
|
|---|
| 29206 | adding 'chimerax_modeller-1.5.22.dist-info/top_level.txt'
|
|---|
| 29207 | adding 'chimerax_modeller-1.5.22.dist-info/RECORD'
|
|---|
| 29208 | removing build\bdist.win-amd64\wheel
|
|---|
| 29209 | Distribution is in C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\modeller\dist\chimerax_modeller-1.5.22-py3-none-any.whl
|
|---|
| 29210 | INFO:
|
|---|
| 29211 |
|
|---|
| 29212 | make sync
|
|---|
| 29213 | make[6]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/modeller'
|
|---|
| 29214 | cp -av dist/*.whl ../../../build/sync
|
|---|
| 29215 | 'dist/chimerax_modeller-1.5.22-py3-none-any.whl' -> '../../../build/sync/chimerax_modeller-1.5.22-py3-none-any.whl'
|
|---|
| 29216 | make[6]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/modeller'
|
|---|
| 29217 | make[5]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/modeller'
|
|---|
| 29218 | make -C mol2 build
|
|---|
| 29219 | make[5]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/mol2'
|
|---|
| 29220 | if [ -z "../../../ChimeraX.app/bin/python.exe" ]; then \
|
|---|
| 29221 | echo "missing ChimeraX application's python"; exit 1; \
|
|---|
| 29222 | else \
|
|---|
| 29223 | PYTHONNOUSERSITE=1 ../../../ChimeraX.app/bin/python.exe -I -m chimerax.core --nogui --exit --safemode --cmd "devel build . exit true "; \
|
|---|
| 29224 | fi
|
|---|
| 29225 | INFO:
|
|---|
| 29226 | Executing: devel build . exit true
|
|---|
| 29227 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\setuptools\dist.py:759: SetuptoolsDeprecationWarning: License classifiers are deprecated.
|
|---|
| 29228 | !!
|
|---|
| 29229 |
|
|---|
| 29230 | ********************************************************************************
|
|---|
| 29231 | Please consider removing the following classifiers in favor of a SPDX license expression:
|
|---|
| 29232 |
|
|---|
| 29233 | License :: Free for non-commercial use
|
|---|
| 29234 |
|
|---|
| 29235 | See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details.
|
|---|
| 29236 | ********************************************************************************
|
|---|
| 29237 |
|
|---|
| 29238 | !!
|
|---|
| 29239 | self._finalize_license_expression()
|
|---|
| 29240 | running build
|
|---|
| 29241 | running build_py
|
|---|
| 29242 | creating build\lib\chimerax\mol2
|
|---|
| 29243 | copying src\io.py -> build\lib\chimerax\mol2
|
|---|
| 29244 | copying src\__init__.py -> build\lib\chimerax\mol2
|
|---|
| 29245 | running bdist_wheel
|
|---|
| 29246 | installing to build\bdist.win-amd64\wheel
|
|---|
| 29247 | running install
|
|---|
| 29248 | running install_lib
|
|---|
| 29249 | creating build\bdist.win-amd64\wheel
|
|---|
| 29250 | creating build\bdist.win-amd64\wheel\chimerax
|
|---|
| 29251 | creating build\bdist.win-amd64\wheel\chimerax\mol2
|
|---|
| 29252 | copying build\lib\chimerax\mol2\io.py -> build\bdist.win-amd64\wheel\.\chimerax\mol2
|
|---|
| 29253 | copying build\lib\chimerax\mol2\__init__.py -> build\bdist.win-amd64\wheel\.\chimerax\mol2
|
|---|
| 29254 | running install_egg_info
|
|---|
| 29255 | running egg_info
|
|---|
| 29256 | creating ChimeraX_Mol2.egg-info
|
|---|
| 29257 | writing ChimeraX_Mol2.egg-info\PKG-INFO
|
|---|
| 29258 | writing dependency_links to ChimeraX_Mol2.egg-info\dependency_links.txt
|
|---|
| 29259 | writing requirements to ChimeraX_Mol2.egg-info\requires.txt
|
|---|
| 29260 | writing top-level names to ChimeraX_Mol2.egg-info\top_level.txt
|
|---|
| 29261 | writing manifest file 'ChimeraX_Mol2.egg-info\SOURCES.txt'
|
|---|
| 29262 | reading manifest file 'ChimeraX_Mol2.egg-info\SOURCES.txt'
|
|---|
| 29263 | writing manifest file 'ChimeraX_Mol2.egg-info\SOURCES.txt'
|
|---|
| 29264 | Copying ChimeraX_Mol2.egg-info to build\bdist.win-amd64\wheel\.\ChimeraX_Mol2-2.0.3-py3.11.egg-info
|
|---|
| 29265 | running install_scripts
|
|---|
| 29266 | creating build\bdist.win-amd64\wheel\chimerax_mol2-2.0.3.dist-info\WHEEL
|
|---|
| 29267 | creating 'dist\chimerax_mol2-2.0.3-py3-none-any.whl' and adding 'build\bdist.win-amd64\wheel' to it
|
|---|
| 29268 | adding 'chimerax/mol2/__init__.py'
|
|---|
| 29269 | adding 'chimerax/mol2/io.py'
|
|---|
| 29270 | adding 'chimerax_mol2-2.0.3.dist-info/METADATA'
|
|---|
| 29271 | adding 'chimerax_mol2-2.0.3.dist-info/WHEEL'
|
|---|
| 29272 | adding 'chimerax_mol2-2.0.3.dist-info/top_level.txt'
|
|---|
| 29273 | adding 'chimerax_mol2-2.0.3.dist-info/RECORD'
|
|---|
| 29274 | removing build\bdist.win-amd64\wheel
|
|---|
| 29275 | Distribution is in .\dist\ChimeraX_Mol2-2.0.3-py3-none-any.whl
|
|---|
| 29276 | INFO:
|
|---|
| 29277 |
|
|---|
| 29278 | make sync
|
|---|
| 29279 | make[6]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/mol2'
|
|---|
| 29280 | cp -av dist/*.whl ../../../build/sync
|
|---|
| 29281 | 'dist/chimerax_mol2-2.0.3-py3-none-any.whl' -> '../../../build/sync/chimerax_mol2-2.0.3-py3-none-any.whl'
|
|---|
| 29282 | make[6]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/mol2'
|
|---|
| 29283 | make[5]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/mol2'
|
|---|
| 29284 | make -C mole build
|
|---|
| 29285 | make[5]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/mole'
|
|---|
| 29286 | if [ -z "../../../ChimeraX.app/bin/python.exe" ]; then \
|
|---|
| 29287 | echo "missing ChimeraX application's python"; exit 1; \
|
|---|
| 29288 | else \
|
|---|
| 29289 | PYTHONNOUSERSITE=1 ../../../ChimeraX.app/bin/python.exe -I -m chimerax.core --nogui --exit --safemode --cmd "devel build . exit true "; \
|
|---|
| 29290 | fi
|
|---|
| 29291 | INFO:
|
|---|
| 29292 | Executing: devel build . exit true
|
|---|
| 29293 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\setuptools\dist.py:759: SetuptoolsDeprecationWarning: License classifiers are deprecated.
|
|---|
| 29294 | !!
|
|---|
| 29295 |
|
|---|
| 29296 | ********************************************************************************
|
|---|
| 29297 | Please consider removing the following classifiers in favor of a SPDX license expression:
|
|---|
| 29298 |
|
|---|
| 29299 | License :: Free for non-commercial use
|
|---|
| 29300 |
|
|---|
| 29301 | See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details.
|
|---|
| 29302 | ********************************************************************************
|
|---|
| 29303 |
|
|---|
| 29304 | !!
|
|---|
| 29305 | self._finalize_license_expression()
|
|---|
| 29306 | running build
|
|---|
| 29307 | running build_py
|
|---|
| 29308 | creating build\lib\chimerax\mole
|
|---|
| 29309 | copying src\mole.py -> build\lib\chimerax\mole
|
|---|
| 29310 | copying src\__init__.py -> build\lib\chimerax\mole
|
|---|
| 29311 | running bdist_wheel
|
|---|
| 29312 | installing to build\bdist.win-amd64\wheel
|
|---|
| 29313 | running install
|
|---|
| 29314 | running install_lib
|
|---|
| 29315 | creating build\bdist.win-amd64\wheel
|
|---|
| 29316 | creating build\bdist.win-amd64\wheel\chimerax
|
|---|
| 29317 | creating build\bdist.win-amd64\wheel\chimerax\mole
|
|---|
| 29318 | copying build\lib\chimerax\mole\mole.py -> build\bdist.win-amd64\wheel\.\chimerax\mole
|
|---|
| 29319 | copying build\lib\chimerax\mole\__init__.py -> build\bdist.win-amd64\wheel\.\chimerax\mole
|
|---|
| 29320 | running install_egg_info
|
|---|
| 29321 | running egg_info
|
|---|
| 29322 | creating ChimeraX_Mole.egg-info
|
|---|
| 29323 | writing ChimeraX_Mole.egg-info\PKG-INFO
|
|---|
| 29324 | writing dependency_links to ChimeraX_Mole.egg-info\dependency_links.txt
|
|---|
| 29325 | writing requirements to ChimeraX_Mole.egg-info\requires.txt
|
|---|
| 29326 | writing top-level names to ChimeraX_Mole.egg-info\top_level.txt
|
|---|
| 29327 | writing manifest file 'ChimeraX_Mole.egg-info\SOURCES.txt'
|
|---|
| 29328 | reading manifest file 'ChimeraX_Mole.egg-info\SOURCES.txt'
|
|---|
| 29329 | writing manifest file 'ChimeraX_Mole.egg-info\SOURCES.txt'
|
|---|
| 29330 | Copying ChimeraX_Mole.egg-info to build\bdist.win-amd64\wheel\.\ChimeraX_Mole-1.0-py3.11.egg-info
|
|---|
| 29331 | running install_scripts
|
|---|
| 29332 | creating build\bdist.win-amd64\wheel\chimerax_mole-1.0.dist-info\WHEEL
|
|---|
| 29333 | creating 'dist\chimerax_mole-1.0-py3-none-any.whl' and adding 'build\bdist.win-amd64\wheel' to it
|
|---|
| 29334 | adding 'chimerax/mole/__init__.py'
|
|---|
| 29335 | adding 'chimerax/mole/mole.py'
|
|---|
| 29336 | adding 'chimerax_mole-1.0.dist-info/METADATA'
|
|---|
| 29337 | adding 'chimerax_mole-1.0.dist-info/WHEEL'
|
|---|
| 29338 | adding 'chimerax_mole-1.0.dist-info/top_level.txt'
|
|---|
| 29339 | adding 'chimerax_mole-1.0.dist-info/RECORD'
|
|---|
| 29340 | removing build\bdist.win-amd64\wheel
|
|---|
| 29341 | Distribution is in .\dist\ChimeraX_Mole-1.0-py3-none-any.whl
|
|---|
| 29342 | INFO:
|
|---|
| 29343 |
|
|---|
| 29344 | make sync
|
|---|
| 29345 | make[6]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/mole'
|
|---|
| 29346 | cp -av dist/*.whl ../../../build/sync
|
|---|
| 29347 | 'dist/chimerax_mole-1.0-py3-none-any.whl' -> '../../../build/sync/chimerax_mole-1.0-py3-none-any.whl'
|
|---|
| 29348 | make[6]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/mole'
|
|---|
| 29349 | make[5]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/mole'
|
|---|
| 29350 | make -C morph build
|
|---|
| 29351 | make[5]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/morph'
|
|---|
| 29352 | if [ -z "../../../ChimeraX.app/bin/python.exe" ]; then \
|
|---|
| 29353 | echo "missing ChimeraX application's python"; exit 1; \
|
|---|
| 29354 | else \
|
|---|
| 29355 | PYTHONNOUSERSITE=1 ../../../ChimeraX.app/bin/python.exe -I -m chimerax.core --nogui --exit --safemode --cmd "devel build . exit true "; \
|
|---|
| 29356 | fi
|
|---|
| 29357 | INFO:
|
|---|
| 29358 | Executing: devel build . exit true
|
|---|
| 29359 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\setuptools\dist.py:759: SetuptoolsDeprecationWarning: License classifiers are deprecated.
|
|---|
| 29360 | !!
|
|---|
| 29361 |
|
|---|
| 29362 | ********************************************************************************
|
|---|
| 29363 | Please consider removing the following classifiers in favor of a SPDX license expression:
|
|---|
| 29364 |
|
|---|
| 29365 | License :: Free for non-commercial use
|
|---|
| 29366 |
|
|---|
| 29367 | See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details.
|
|---|
| 29368 | ********************************************************************************
|
|---|
| 29369 |
|
|---|
| 29370 | !!
|
|---|
| 29371 | self._finalize_license_expression()
|
|---|
| 29372 | running build
|
|---|
| 29373 | running build_py
|
|---|
| 29374 | creating build\lib.win-amd64-cpython-311\chimerax\morph
|
|---|
| 29375 | copying src\hinge.py -> build\lib.win-amd64-cpython-311\chimerax\morph
|
|---|
| 29376 | copying src\interpolate.py -> build\lib.win-amd64-cpython-311\chimerax\morph
|
|---|
| 29377 | copying src\interp_residue.py -> build\lib.win-amd64-cpython-311\chimerax\morph
|
|---|
| 29378 | copying src\morph.py -> build\lib.win-amd64-cpython-311\chimerax\morph
|
|---|
| 29379 | copying src\morph_cpp.py -> build\lib.win-amd64-cpython-311\chimerax\morph
|
|---|
| 29380 | copying src\motion.py -> build\lib.win-amd64-cpython-311\chimerax\morph
|
|---|
| 29381 | copying src\segment.py -> build\lib.win-amd64-cpython-311\chimerax\morph
|
|---|
| 29382 | copying src\sieve_fit.py -> build\lib.win-amd64-cpython-311\chimerax\morph
|
|---|
| 29383 | copying src\util.py -> build\lib.win-amd64-cpython-311\chimerax\morph
|
|---|
| 29384 | copying src\__init__.py -> build\lib.win-amd64-cpython-311\chimerax\morph
|
|---|
| 29385 | running build_ext
|
|---|
| 29386 | building 'chimerax.morph._morph' extension
|
|---|
| 29387 | creating build\temp.win-amd64-cpython-311\Release\_morph
|
|---|
| 29388 | "C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\bin\HostX64\x64\cl.exe" /c /nologo /O2 /W3 /GL /DNDEBUG /MD -DMAJOR_VERSION=0 -DMINOR_VERSION=1 -IC:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\include -IC:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\core\include -IC:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\arrays\include -IC:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\include -IC:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Include "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\ucrt" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\shared" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\um" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\winrt" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\cppwinrt" "-Ic:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include" "-Ic:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\atlmfc\include" "-Ic:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\ucrt" "-Ic:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\shared" "-Ic:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\um" "-Ic:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\winrt" "-Ic:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\cppwinrt" /EHsc /Tp_morph/morph.cpp /Fobuild\temp.win-amd64-cpython-311\Release\_morph\morph.obj
|
|---|
| 29389 | morph.cpp
|
|---|
| 29390 | _morph/morph.cpp(165): warning C4244: 'initializing': conversion from 'int64_t' to 'long', possible loss of data
|
|---|
| 29391 | _morph/morph.cpp(225): warning C4244: 'initializing': conversion from 'int64_t' to 'long', possible loss of data
|
|---|
| 29392 | _morph/morph.cpp(290): warning C4244: 'initializing': conversion from 'int64_t' to 'long', possible loss of data
|
|---|
| 29393 | "C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\bin\HostX64\x64\link.exe" /nologo /INCREMENTAL:NO /LTCG /DLL /MANIFEST:EMBED,ID=2 /MANIFESTUAC:NO /LIBPATH:C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\lib /LIBPATH:C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\core\lib /LIBPATH:C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\arrays\lib /LIBPATH:C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\libs /LIBPATH:C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin /LIBPATH:C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\PCbuild\amd64 "/LIBPATH:C:\Program Files (x86)\Windows Kits\10\lib\10.0.19041.0\ucrt\x64" "/LIBPATH:C:\Program Files (x86)\Windows Kits\10\lib\10.0.19041.0\um\x64" "/LIBPATH:c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\lib\\x64" "/LIBPATH:c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\atlmfc\lib\\x64" "/LIBPATH:c:\Program Files (x86)\Windows Kits\10\lib\10.0.19041.0\ucrt\x64" "/LIBPATH:c:\Program Files (x86)\Windows Kits\10\lib\10.0.19041.0\um\x64" libarrays.lib /EXPORT:PyInit__morph build\temp.win-amd64-cpython-311\Release\_morph\morph.obj /OUT:build\lib.win-amd64-cpython-311\chimerax\morph\_morph.cp311-win_amd64.pyd /IMPLIB:build\temp.win-amd64-cpython-311\Release\_morph\_morph.cp311-win_amd64.lib
|
|---|
| 29394 | Creating library build\temp.win-amd64-cpython-311\Release\_morph\_morph.cp311-win_amd64.lib and object build\temp.win-amd64-cpython-311\Release\_morph\_morph.cp311-win_amd64.exp
|
|---|
| 29395 | Generating code
|
|---|
| 29396 | Finished generating code
|
|---|
| 29397 | running bdist_wheel
|
|---|
| 29398 | installing to build\bdist.win-amd64\wheel
|
|---|
| 29399 | running install
|
|---|
| 29400 | running install_lib
|
|---|
| 29401 | running build_ext
|
|---|
| 29402 | creating build\bdist.win-amd64\wheel
|
|---|
| 29403 | creating build\bdist.win-amd64\wheel\chimerax
|
|---|
| 29404 | creating build\bdist.win-amd64\wheel\chimerax\morph
|
|---|
| 29405 | copying build\lib.win-amd64-cpython-311\chimerax\morph\hinge.py -> build\bdist.win-amd64\wheel\.\chimerax\morph
|
|---|
| 29406 | copying build\lib.win-amd64-cpython-311\chimerax\morph\interpolate.py -> build\bdist.win-amd64\wheel\.\chimerax\morph
|
|---|
| 29407 | copying build\lib.win-amd64-cpython-311\chimerax\morph\interp_residue.py -> build\bdist.win-amd64\wheel\.\chimerax\morph
|
|---|
| 29408 | copying build\lib.win-amd64-cpython-311\chimerax\morph\morph.py -> build\bdist.win-amd64\wheel\.\chimerax\morph
|
|---|
| 29409 | copying build\lib.win-amd64-cpython-311\chimerax\morph\morph_cpp.py -> build\bdist.win-amd64\wheel\.\chimerax\morph
|
|---|
| 29410 | copying build\lib.win-amd64-cpython-311\chimerax\morph\motion.py -> build\bdist.win-amd64\wheel\.\chimerax\morph
|
|---|
| 29411 | copying build\lib.win-amd64-cpython-311\chimerax\morph\segment.py -> build\bdist.win-amd64\wheel\.\chimerax\morph
|
|---|
| 29412 | copying build\lib.win-amd64-cpython-311\chimerax\morph\sieve_fit.py -> build\bdist.win-amd64\wheel\.\chimerax\morph
|
|---|
| 29413 | copying build\lib.win-amd64-cpython-311\chimerax\morph\util.py -> build\bdist.win-amd64\wheel\.\chimerax\morph
|
|---|
| 29414 | copying build\lib.win-amd64-cpython-311\chimerax\morph\_morph.cp311-win_amd64.pyd -> build\bdist.win-amd64\wheel\.\chimerax\morph
|
|---|
| 29415 | copying build\lib.win-amd64-cpython-311\chimerax\morph\__init__.py -> build\bdist.win-amd64\wheel\.\chimerax\morph
|
|---|
| 29416 | running install_egg_info
|
|---|
| 29417 | running egg_info
|
|---|
| 29418 | creating ChimeraX_Morph.egg-info
|
|---|
| 29419 | writing ChimeraX_Morph.egg-info\PKG-INFO
|
|---|
| 29420 | writing dependency_links to ChimeraX_Morph.egg-info\dependency_links.txt
|
|---|
| 29421 | writing requirements to ChimeraX_Morph.egg-info\requires.txt
|
|---|
| 29422 | writing top-level names to ChimeraX_Morph.egg-info\top_level.txt
|
|---|
| 29423 | writing manifest file 'ChimeraX_Morph.egg-info\SOURCES.txt'
|
|---|
| 29424 | reading manifest file 'ChimeraX_Morph.egg-info\SOURCES.txt'
|
|---|
| 29425 | writing manifest file 'ChimeraX_Morph.egg-info\SOURCES.txt'
|
|---|
| 29426 | Copying ChimeraX_Morph.egg-info to build\bdist.win-amd64\wheel\.\ChimeraX_Morph-1.0.2-py3.11.egg-info
|
|---|
| 29427 | running install_scripts
|
|---|
| 29428 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\setuptools\command\bdist_wheel.py:103: RuntimeWarning: Config variable 'Py_DEBUG' is unset, Python ABI tag may be incorrect
|
|---|
| 29429 | if get_flag("Py_DEBUG", hasattr(sys, "gettotalrefcount"), warn=(impl == "cp")):
|
|---|
| 29430 | creating build\bdist.win-amd64\wheel\chimerax_morph-1.0.2.dist-info\WHEEL
|
|---|
| 29431 | creating 'dist\chimerax_morph-1.0.2-cp311-cp311-win_amd64.whl' and adding 'build\bdist.win-amd64\wheel' to it
|
|---|
| 29432 | adding 'chimerax/morph/__init__.py'
|
|---|
| 29433 | adding 'chimerax/morph/_morph.cp311-win_amd64.pyd'
|
|---|
| 29434 | adding 'chimerax/morph/hinge.py'
|
|---|
| 29435 | adding 'chimerax/morph/interp_residue.py'
|
|---|
| 29436 | adding 'chimerax/morph/interpolate.py'
|
|---|
| 29437 | adding 'chimerax/morph/morph.py'
|
|---|
| 29438 | adding 'chimerax/morph/morph_cpp.py'
|
|---|
| 29439 | adding 'chimerax/morph/motion.py'
|
|---|
| 29440 | adding 'chimerax/morph/segment.py'
|
|---|
| 29441 | adding 'chimerax/morph/sieve_fit.py'
|
|---|
| 29442 | adding 'chimerax/morph/util.py'
|
|---|
| 29443 | adding 'chimerax_morph-1.0.2.dist-info/METADATA'
|
|---|
| 29444 | adding 'chimerax_morph-1.0.2.dist-info/WHEEL'
|
|---|
| 29445 | adding 'chimerax_morph-1.0.2.dist-info/top_level.txt'
|
|---|
| 29446 | adding 'chimerax_morph-1.0.2.dist-info/RECORD'
|
|---|
| 29447 | removing build\bdist.win-amd64\wheel
|
|---|
| 29448 | Distribution is in .\dist\ChimeraX_Morph-1.0.2-cp311-cp311-win_amd64.whl
|
|---|
| 29449 | INFO:
|
|---|
| 29450 |
|
|---|
| 29451 | make sync
|
|---|
| 29452 | make[6]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/morph'
|
|---|
| 29453 | cp -av dist/*.whl ../../../build/sync
|
|---|
| 29454 | 'dist/chimerax_morph-1.0.2-cp311-cp311-win_amd64.whl' -> '../../../build/sync/chimerax_morph-1.0.2-cp311-cp311-win_amd64.whl'
|
|---|
| 29455 | make[6]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/morph'
|
|---|
| 29456 | make[5]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/morph'
|
|---|
| 29457 | make -C mouse_modes build
|
|---|
| 29458 | make[5]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/mouse_modes'
|
|---|
| 29459 | if [ -z "../../../ChimeraX.app/bin/python.exe" ]; then \
|
|---|
| 29460 | echo "missing ChimeraX application's python"; exit 1; \
|
|---|
| 29461 | else \
|
|---|
| 29462 | PYTHONNOUSERSITE=1 ../../../ChimeraX.app/bin/python.exe -I -m chimerax.core --nogui --exit --safemode --cmd "devel build . exit true "; \
|
|---|
| 29463 | fi
|
|---|
| 29464 | INFO:
|
|---|
| 29465 | Executing: devel build . exit true
|
|---|
| 29466 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\setuptools\dist.py:759: SetuptoolsDeprecationWarning: License classifiers are deprecated.
|
|---|
| 29467 | !!
|
|---|
| 29468 |
|
|---|
| 29469 | ********************************************************************************
|
|---|
| 29470 | Please consider removing the following classifiers in favor of a SPDX license expression:
|
|---|
| 29471 |
|
|---|
| 29472 | License :: Free for non-commercial use
|
|---|
| 29473 |
|
|---|
| 29474 | See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details.
|
|---|
| 29475 | ********************************************************************************
|
|---|
| 29476 |
|
|---|
| 29477 | !!
|
|---|
| 29478 | self._finalize_license_expression()
|
|---|
| 29479 | running build
|
|---|
| 29480 | running build_py
|
|---|
| 29481 | creating build\lib\chimerax\mouse_modes
|
|---|
| 29482 | copying src\cmd.py -> build\lib\chimerax\mouse_modes
|
|---|
| 29483 | copying src\mousemodes.py -> build\lib\chimerax\mouse_modes
|
|---|
| 29484 | copying src\settings.py -> build\lib\chimerax\mouse_modes
|
|---|
| 29485 | copying src\std_modes.py -> build\lib\chimerax\mouse_modes
|
|---|
| 29486 | copying src\tool.py -> build\lib\chimerax\mouse_modes
|
|---|
| 29487 | copying src\trackpad.py -> build\lib\chimerax\mouse_modes
|
|---|
| 29488 | copying src\__init__.py -> build\lib\chimerax\mouse_modes
|
|---|
| 29489 | creating build\lib\chimerax\mouse_modes\icons
|
|---|
| 29490 | copying src\icons\clip.png -> build\lib\chimerax\mouse_modes\icons
|
|---|
| 29491 | copying src\icons\cliprot.png -> build\lib\chimerax\mouse_modes\icons
|
|---|
| 29492 | copying src\icons\cliprot_wht.png -> build\lib\chimerax\mouse_modes\icons
|
|---|
| 29493 | copying src\icons\clip_wht.png -> build\lib\chimerax\mouse_modes\icons
|
|---|
| 29494 | copying src\icons\move_atoms.png -> build\lib\chimerax\mouse_modes\icons
|
|---|
| 29495 | copying src\icons\move_h2o.png -> build\lib\chimerax\mouse_modes\icons
|
|---|
| 29496 | copying src\icons\move_picked_model.png -> build\lib\chimerax\mouse_modes\icons
|
|---|
| 29497 | copying src\icons\pivot.png -> build\lib\chimerax\mouse_modes\icons
|
|---|
| 29498 | copying src\icons\rotate.png -> build\lib\chimerax\mouse_modes\icons
|
|---|
| 29499 | copying src\icons\rotatesel.png -> build\lib\chimerax\mouse_modes\icons
|
|---|
| 29500 | copying src\icons\rotate_atoms.png -> build\lib\chimerax\mouse_modes\icons
|
|---|
| 29501 | copying src\icons\rotate_h2o.png -> build\lib\chimerax\mouse_modes\icons
|
|---|
| 29502 | copying src\icons\select.png -> build\lib\chimerax\mouse_modes\icons
|
|---|
| 29503 | copying src\icons\translate.png -> build\lib\chimerax\mouse_modes\icons
|
|---|
| 29504 | copying src\icons\zoom.png -> build\lib\chimerax\mouse_modes\icons
|
|---|
| 29505 | running bdist_wheel
|
|---|
| 29506 | installing to build\bdist.win-amd64\wheel
|
|---|
| 29507 | running install
|
|---|
| 29508 | running install_lib
|
|---|
| 29509 | creating build\bdist.win-amd64\wheel
|
|---|
| 29510 | creating build\bdist.win-amd64\wheel\chimerax
|
|---|
| 29511 | creating build\bdist.win-amd64\wheel\chimerax\mouse_modes
|
|---|
| 29512 | copying build\lib\chimerax\mouse_modes\cmd.py -> build\bdist.win-amd64\wheel\.\chimerax\mouse_modes
|
|---|
| 29513 | creating build\bdist.win-amd64\wheel\chimerax\mouse_modes\icons
|
|---|
| 29514 | copying build\lib\chimerax\mouse_modes\icons\clip.png -> build\bdist.win-amd64\wheel\.\chimerax\mouse_modes\icons
|
|---|
| 29515 | copying build\lib\chimerax\mouse_modes\icons\cliprot.png -> build\bdist.win-amd64\wheel\.\chimerax\mouse_modes\icons
|
|---|
| 29516 | copying build\lib\chimerax\mouse_modes\icons\cliprot_wht.png -> build\bdist.win-amd64\wheel\.\chimerax\mouse_modes\icons
|
|---|
| 29517 | copying build\lib\chimerax\mouse_modes\icons\clip_wht.png -> build\bdist.win-amd64\wheel\.\chimerax\mouse_modes\icons
|
|---|
| 29518 | copying build\lib\chimerax\mouse_modes\icons\move_atoms.png -> build\bdist.win-amd64\wheel\.\chimerax\mouse_modes\icons
|
|---|
| 29519 | copying build\lib\chimerax\mouse_modes\icons\move_h2o.png -> build\bdist.win-amd64\wheel\.\chimerax\mouse_modes\icons
|
|---|
| 29520 | copying build\lib\chimerax\mouse_modes\icons\move_picked_model.png -> build\bdist.win-amd64\wheel\.\chimerax\mouse_modes\icons
|
|---|
| 29521 | copying build\lib\chimerax\mouse_modes\icons\pivot.png -> build\bdist.win-amd64\wheel\.\chimerax\mouse_modes\icons
|
|---|
| 29522 | copying build\lib\chimerax\mouse_modes\icons\rotate.png -> build\bdist.win-amd64\wheel\.\chimerax\mouse_modes\icons
|
|---|
| 29523 | copying build\lib\chimerax\mouse_modes\icons\rotatesel.png -> build\bdist.win-amd64\wheel\.\chimerax\mouse_modes\icons
|
|---|
| 29524 | copying build\lib\chimerax\mouse_modes\icons\rotate_atoms.png -> build\bdist.win-amd64\wheel\.\chimerax\mouse_modes\icons
|
|---|
| 29525 | copying build\lib\chimerax\mouse_modes\icons\rotate_h2o.png -> build\bdist.win-amd64\wheel\.\chimerax\mouse_modes\icons
|
|---|
| 29526 | copying build\lib\chimerax\mouse_modes\icons\select.png -> build\bdist.win-amd64\wheel\.\chimerax\mouse_modes\icons
|
|---|
| 29527 | copying build\lib\chimerax\mouse_modes\icons\translate.png -> build\bdist.win-amd64\wheel\.\chimerax\mouse_modes\icons
|
|---|
| 29528 | copying build\lib\chimerax\mouse_modes\icons\zoom.png -> build\bdist.win-amd64\wheel\.\chimerax\mouse_modes\icons
|
|---|
| 29529 | copying build\lib\chimerax\mouse_modes\mousemodes.py -> build\bdist.win-amd64\wheel\.\chimerax\mouse_modes
|
|---|
| 29530 | copying build\lib\chimerax\mouse_modes\settings.py -> build\bdist.win-amd64\wheel\.\chimerax\mouse_modes
|
|---|
| 29531 | copying build\lib\chimerax\mouse_modes\std_modes.py -> build\bdist.win-amd64\wheel\.\chimerax\mouse_modes
|
|---|
| 29532 | copying build\lib\chimerax\mouse_modes\tool.py -> build\bdist.win-amd64\wheel\.\chimerax\mouse_modes
|
|---|
| 29533 | copying build\lib\chimerax\mouse_modes\trackpad.py -> build\bdist.win-amd64\wheel\.\chimerax\mouse_modes
|
|---|
| 29534 | copying build\lib\chimerax\mouse_modes\__init__.py -> build\bdist.win-amd64\wheel\.\chimerax\mouse_modes
|
|---|
| 29535 | running install_egg_info
|
|---|
| 29536 | running egg_info
|
|---|
| 29537 | creating ChimeraX_MouseModes.egg-info
|
|---|
| 29538 | writing ChimeraX_MouseModes.egg-info\PKG-INFO
|
|---|
| 29539 | writing dependency_links to ChimeraX_MouseModes.egg-info\dependency_links.txt
|
|---|
| 29540 | writing requirements to ChimeraX_MouseModes.egg-info\requires.txt
|
|---|
| 29541 | writing top-level names to ChimeraX_MouseModes.egg-info\top_level.txt
|
|---|
| 29542 | writing manifest file 'ChimeraX_MouseModes.egg-info\SOURCES.txt'
|
|---|
| 29543 | reading manifest file 'ChimeraX_MouseModes.egg-info\SOURCES.txt'
|
|---|
| 29544 | writing manifest file 'ChimeraX_MouseModes.egg-info\SOURCES.txt'
|
|---|
| 29545 | Copying ChimeraX_MouseModes.egg-info to build\bdist.win-amd64\wheel\.\ChimeraX_MouseModes-1.2-py3.11.egg-info
|
|---|
| 29546 | running install_scripts
|
|---|
| 29547 | creating build\bdist.win-amd64\wheel\chimerax_mousemodes-1.2.dist-info\WHEEL
|
|---|
| 29548 | creating 'dist\chimerax_mousemodes-1.2-py3-none-any.whl' and adding 'build\bdist.win-amd64\wheel' to it
|
|---|
| 29549 | adding 'chimerax/mouse_modes/__init__.py'
|
|---|
| 29550 | adding 'chimerax/mouse_modes/cmd.py'
|
|---|
| 29551 | adding 'chimerax/mouse_modes/mousemodes.py'
|
|---|
| 29552 | adding 'chimerax/mouse_modes/settings.py'
|
|---|
| 29553 | adding 'chimerax/mouse_modes/std_modes.py'
|
|---|
| 29554 | adding 'chimerax/mouse_modes/tool.py'
|
|---|
| 29555 | adding 'chimerax/mouse_modes/trackpad.py'
|
|---|
| 29556 | adding 'chimerax/mouse_modes/icons/clip.png'
|
|---|
| 29557 | adding 'chimerax/mouse_modes/icons/clip_wht.png'
|
|---|
| 29558 | adding 'chimerax/mouse_modes/icons/cliprot.png'
|
|---|
| 29559 | adding 'chimerax/mouse_modes/icons/cliprot_wht.png'
|
|---|
| 29560 | adding 'chimerax/mouse_modes/icons/move_atoms.png'
|
|---|
| 29561 | adding 'chimerax/mouse_modes/icons/move_h2o.png'
|
|---|
| 29562 | adding 'chimerax/mouse_modes/icons/move_picked_model.png'
|
|---|
| 29563 | adding 'chimerax/mouse_modes/icons/pivot.png'
|
|---|
| 29564 | adding 'chimerax/mouse_modes/icons/rotate.png'
|
|---|
| 29565 | adding 'chimerax/mouse_modes/icons/rotate_atoms.png'
|
|---|
| 29566 | adding 'chimerax/mouse_modes/icons/rotate_h2o.png'
|
|---|
| 29567 | adding 'chimerax/mouse_modes/icons/rotatesel.png'
|
|---|
| 29568 | adding 'chimerax/mouse_modes/icons/select.png'
|
|---|
| 29569 | adding 'chimerax/mouse_modes/icons/translate.png'
|
|---|
| 29570 | adding 'chimerax/mouse_modes/icons/zoom.png'
|
|---|
| 29571 | adding 'chimerax_mousemodes-1.2.dist-info/METADATA'
|
|---|
| 29572 | adding 'chimerax_mousemodes-1.2.dist-info/WHEEL'
|
|---|
| 29573 | adding 'chimerax_mousemodes-1.2.dist-info/top_level.txt'
|
|---|
| 29574 | adding 'chimerax_mousemodes-1.2.dist-info/RECORD'
|
|---|
| 29575 | removing build\bdist.win-amd64\wheel
|
|---|
| 29576 | Distribution is in .\dist\ChimeraX_MouseModes-1.2-py3-none-any.whl
|
|---|
| 29577 | INFO:
|
|---|
| 29578 |
|
|---|
| 29579 | make sync
|
|---|
| 29580 | make[6]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/mouse_modes'
|
|---|
| 29581 | cp -av dist/*.whl ../../../build/sync
|
|---|
| 29582 | 'dist/chimerax_mousemodes-1.2-py3-none-any.whl' -> '../../../build/sync/chimerax_mousemodes-1.2-py3-none-any.whl'
|
|---|
| 29583 | make[6]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/mouse_modes'
|
|---|
| 29584 | make[5]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/mouse_modes'
|
|---|
| 29585 | make -C movie build
|
|---|
| 29586 | make[5]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/movie'
|
|---|
| 29587 | if [ -z "../../../ChimeraX.app/bin/python.exe" ]; then \
|
|---|
| 29588 | echo "missing ChimeraX application's python"; exit 1; \
|
|---|
| 29589 | else \
|
|---|
| 29590 | PYTHONNOUSERSITE=1 ../../../ChimeraX.app/bin/python.exe -I -m chimerax.core --nogui --exit --safemode --cmd "devel build . exit true "; \
|
|---|
| 29591 | fi
|
|---|
| 29592 | INFO:
|
|---|
| 29593 | Executing: devel build . exit true
|
|---|
| 29594 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\setuptools\dist.py:759: SetuptoolsDeprecationWarning: License classifiers are deprecated.
|
|---|
| 29595 | !!
|
|---|
| 29596 |
|
|---|
| 29597 | ********************************************************************************
|
|---|
| 29598 | Please consider removing the following classifiers in favor of a SPDX license expression:
|
|---|
| 29599 |
|
|---|
| 29600 | License :: Free for non-commercial use
|
|---|
| 29601 |
|
|---|
| 29602 | See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details.
|
|---|
| 29603 | ********************************************************************************
|
|---|
| 29604 |
|
|---|
| 29605 | !!
|
|---|
| 29606 | self._finalize_license_expression()
|
|---|
| 29607 | running build
|
|---|
| 29608 | running build_py
|
|---|
| 29609 | creating build\lib\chimerax\movie
|
|---|
| 29610 | copying src\encode.py -> build\lib\chimerax\movie
|
|---|
| 29611 | copying src\formats.py -> build\lib\chimerax\movie
|
|---|
| 29612 | copying src\movie.py -> build\lib\chimerax\movie
|
|---|
| 29613 | copying src\moviecmd.py -> build\lib\chimerax\movie
|
|---|
| 29614 | copying src\__init__.py -> build\lib\chimerax\movie
|
|---|
| 29615 | running bdist_wheel
|
|---|
| 29616 | installing to build\bdist.win-amd64\wheel
|
|---|
| 29617 | running install
|
|---|
| 29618 | running install_lib
|
|---|
| 29619 | creating build\bdist.win-amd64\wheel
|
|---|
| 29620 | creating build\bdist.win-amd64\wheel\chimerax
|
|---|
| 29621 | creating build\bdist.win-amd64\wheel\chimerax\movie
|
|---|
| 29622 | copying build\lib\chimerax\movie\encode.py -> build\bdist.win-amd64\wheel\.\chimerax\movie
|
|---|
| 29623 | copying build\lib\chimerax\movie\formats.py -> build\bdist.win-amd64\wheel\.\chimerax\movie
|
|---|
| 29624 | copying build\lib\chimerax\movie\movie.py -> build\bdist.win-amd64\wheel\.\chimerax\movie
|
|---|
| 29625 | copying build\lib\chimerax\movie\moviecmd.py -> build\bdist.win-amd64\wheel\.\chimerax\movie
|
|---|
| 29626 | copying build\lib\chimerax\movie\__init__.py -> build\bdist.win-amd64\wheel\.\chimerax\movie
|
|---|
| 29627 | running install_egg_info
|
|---|
| 29628 | running egg_info
|
|---|
| 29629 | creating ChimeraX_Movie.egg-info
|
|---|
| 29630 | writing ChimeraX_Movie.egg-info\PKG-INFO
|
|---|
| 29631 | writing dependency_links to ChimeraX_Movie.egg-info\dependency_links.txt
|
|---|
| 29632 | writing requirements to ChimeraX_Movie.egg-info\requires.txt
|
|---|
| 29633 | writing top-level names to ChimeraX_Movie.egg-info\top_level.txt
|
|---|
| 29634 | writing manifest file 'ChimeraX_Movie.egg-info\SOURCES.txt'
|
|---|
| 29635 | reading manifest file 'ChimeraX_Movie.egg-info\SOURCES.txt'
|
|---|
| 29636 | writing manifest file 'ChimeraX_Movie.egg-info\SOURCES.txt'
|
|---|
| 29637 | Copying ChimeraX_Movie.egg-info to build\bdist.win-amd64\wheel\.\ChimeraX_Movie-1.0.1-py3.11.egg-info
|
|---|
| 29638 | running install_scripts
|
|---|
| 29639 | creating build\bdist.win-amd64\wheel\chimerax_movie-1.0.1.dist-info\WHEEL
|
|---|
| 29640 | creating 'dist\chimerax_movie-1.0.1-py3-none-any.whl' and adding 'build\bdist.win-amd64\wheel' to it
|
|---|
| 29641 | adding 'chimerax/movie/__init__.py'
|
|---|
| 29642 | adding 'chimerax/movie/encode.py'
|
|---|
| 29643 | adding 'chimerax/movie/formats.py'
|
|---|
| 29644 | adding 'chimerax/movie/movie.py'
|
|---|
| 29645 | adding 'chimerax/movie/moviecmd.py'
|
|---|
| 29646 | adding 'chimerax_movie-1.0.1.dist-info/METADATA'
|
|---|
| 29647 | adding 'chimerax_movie-1.0.1.dist-info/WHEEL'
|
|---|
| 29648 | adding 'chimerax_movie-1.0.1.dist-info/top_level.txt'
|
|---|
| 29649 | adding 'chimerax_movie-1.0.1.dist-info/RECORD'
|
|---|
| 29650 | removing build\bdist.win-amd64\wheel
|
|---|
| 29651 | Distribution is in .\dist\ChimeraX_Movie-1.0.1-py3-none-any.whl
|
|---|
| 29652 | INFO:
|
|---|
| 29653 |
|
|---|
| 29654 | make sync
|
|---|
| 29655 | make[6]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/movie'
|
|---|
| 29656 | cp -av dist/*.whl ../../../build/sync
|
|---|
| 29657 | 'dist/chimerax_movie-1.0.1-py3-none-any.whl' -> '../../../build/sync/chimerax_movie-1.0.1-py3-none-any.whl'
|
|---|
| 29658 | make[6]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/movie'
|
|---|
| 29659 | make[5]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/movie'
|
|---|
| 29660 | make -C mutation_scores build
|
|---|
| 29661 | make[5]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/mutation_scores'
|
|---|
| 29662 | if [ -z "../../../ChimeraX.app/bin/python.exe" ]; then \
|
|---|
| 29663 | echo "missing ChimeraX application's python"; exit 1; \
|
|---|
| 29664 | else \
|
|---|
| 29665 | PYTHONNOUSERSITE=1 ../../../ChimeraX.app/bin/python.exe -I -m chimerax.core --nogui --exit --safemode --cmd "devel build . exit true "; \
|
|---|
| 29666 | fi
|
|---|
| 29667 | INFO:
|
|---|
| 29668 | Executing: devel build . exit true
|
|---|
| 29669 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\setuptools\dist.py:759: SetuptoolsDeprecationWarning: License classifiers are deprecated.
|
|---|
| 29670 | !!
|
|---|
| 29671 |
|
|---|
| 29672 | ********************************************************************************
|
|---|
| 29673 | Please consider removing the following classifiers in favor of a SPDX license expression:
|
|---|
| 29674 |
|
|---|
| 29675 | License :: Free for non-commercial use
|
|---|
| 29676 |
|
|---|
| 29677 | See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details.
|
|---|
| 29678 | ********************************************************************************
|
|---|
| 29679 |
|
|---|
| 29680 | !!
|
|---|
| 29681 | self._finalize_license_expression()
|
|---|
| 29682 | running build
|
|---|
| 29683 | running build_py
|
|---|
| 29684 | creating build\lib\chimerax\mutation_scores
|
|---|
| 29685 | copying src\alpha_missense.py -> build\lib\chimerax\mutation_scores
|
|---|
| 29686 | copying src\ms_csv_file.py -> build\lib\chimerax\mutation_scores
|
|---|
| 29687 | copying src\ms_data.py -> build\lib\chimerax\mutation_scores
|
|---|
| 29688 | copying src\ms_define.py -> build\lib\chimerax\mutation_scores
|
|---|
| 29689 | copying src\ms_histogram.py -> build\lib\chimerax\mutation_scores
|
|---|
| 29690 | copying src\ms_label.py -> build\lib\chimerax\mutation_scores
|
|---|
| 29691 | copying src\ms_scatter_plot.py -> build\lib\chimerax\mutation_scores
|
|---|
| 29692 | copying src\ms_stats.py -> build\lib\chimerax\mutation_scores
|
|---|
| 29693 | copying src\ms_umap.py -> build\lib\chimerax\mutation_scores
|
|---|
| 29694 | copying src\uniprot_variants.py -> build\lib\chimerax\mutation_scores
|
|---|
| 29695 | copying src\__init__.py -> build\lib\chimerax\mutation_scores
|
|---|
| 29696 | running bdist_wheel
|
|---|
| 29697 | installing to build\bdist.win-amd64\wheel
|
|---|
| 29698 | running install
|
|---|
| 29699 | running install_lib
|
|---|
| 29700 | creating build\bdist.win-amd64\wheel
|
|---|
| 29701 | creating build\bdist.win-amd64\wheel\chimerax
|
|---|
| 29702 | creating build\bdist.win-amd64\wheel\chimerax\mutation_scores
|
|---|
| 29703 | copying build\lib\chimerax\mutation_scores\alpha_missense.py -> build\bdist.win-amd64\wheel\.\chimerax\mutation_scores
|
|---|
| 29704 | copying build\lib\chimerax\mutation_scores\ms_csv_file.py -> build\bdist.win-amd64\wheel\.\chimerax\mutation_scores
|
|---|
| 29705 | copying build\lib\chimerax\mutation_scores\ms_data.py -> build\bdist.win-amd64\wheel\.\chimerax\mutation_scores
|
|---|
| 29706 | copying build\lib\chimerax\mutation_scores\ms_define.py -> build\bdist.win-amd64\wheel\.\chimerax\mutation_scores
|
|---|
| 29707 | copying build\lib\chimerax\mutation_scores\ms_histogram.py -> build\bdist.win-amd64\wheel\.\chimerax\mutation_scores
|
|---|
| 29708 | copying build\lib\chimerax\mutation_scores\ms_label.py -> build\bdist.win-amd64\wheel\.\chimerax\mutation_scores
|
|---|
| 29709 | copying build\lib\chimerax\mutation_scores\ms_scatter_plot.py -> build\bdist.win-amd64\wheel\.\chimerax\mutation_scores
|
|---|
| 29710 | copying build\lib\chimerax\mutation_scores\ms_stats.py -> build\bdist.win-amd64\wheel\.\chimerax\mutation_scores
|
|---|
| 29711 | copying build\lib\chimerax\mutation_scores\ms_umap.py -> build\bdist.win-amd64\wheel\.\chimerax\mutation_scores
|
|---|
| 29712 | copying build\lib\chimerax\mutation_scores\uniprot_variants.py -> build\bdist.win-amd64\wheel\.\chimerax\mutation_scores
|
|---|
| 29713 | copying build\lib\chimerax\mutation_scores\__init__.py -> build\bdist.win-amd64\wheel\.\chimerax\mutation_scores
|
|---|
| 29714 | running install_egg_info
|
|---|
| 29715 | running egg_info
|
|---|
| 29716 | creating ChimeraX_MutationScores.egg-info
|
|---|
| 29717 | writing ChimeraX_MutationScores.egg-info\PKG-INFO
|
|---|
| 29718 | writing dependency_links to ChimeraX_MutationScores.egg-info\dependency_links.txt
|
|---|
| 29719 | writing requirements to ChimeraX_MutationScores.egg-info\requires.txt
|
|---|
| 29720 | writing top-level names to ChimeraX_MutationScores.egg-info\top_level.txt
|
|---|
| 29721 | writing manifest file 'ChimeraX_MutationScores.egg-info\SOURCES.txt'
|
|---|
| 29722 | reading manifest file 'ChimeraX_MutationScores.egg-info\SOURCES.txt'
|
|---|
| 29723 | writing manifest file 'ChimeraX_MutationScores.egg-info\SOURCES.txt'
|
|---|
| 29724 | Copying ChimeraX_MutationScores.egg-info to build\bdist.win-amd64\wheel\.\ChimeraX_MutationScores-1.0-py3.11.egg-info
|
|---|
| 29725 | running install_scripts
|
|---|
| 29726 | creating build\bdist.win-amd64\wheel\chimerax_mutationscores-1.0.dist-info\WHEEL
|
|---|
| 29727 | creating 'dist\chimerax_mutationscores-1.0-py3-none-any.whl' and adding 'build\bdist.win-amd64\wheel' to it
|
|---|
| 29728 | adding 'chimerax/mutation_scores/__init__.py'
|
|---|
| 29729 | adding 'chimerax/mutation_scores/alpha_missense.py'
|
|---|
| 29730 | adding 'chimerax/mutation_scores/ms_csv_file.py'
|
|---|
| 29731 | adding 'chimerax/mutation_scores/ms_data.py'
|
|---|
| 29732 | adding 'chimerax/mutation_scores/ms_define.py'
|
|---|
| 29733 | adding 'chimerax/mutation_scores/ms_histogram.py'
|
|---|
| 29734 | adding 'chimerax/mutation_scores/ms_label.py'
|
|---|
| 29735 | adding 'chimerax/mutation_scores/ms_scatter_plot.py'
|
|---|
| 29736 | adding 'chimerax/mutation_scores/ms_stats.py'
|
|---|
| 29737 | adding 'chimerax/mutation_scores/ms_umap.py'
|
|---|
| 29738 | adding 'chimerax/mutation_scores/uniprot_variants.py'
|
|---|
| 29739 | adding 'chimerax_mutationscores-1.0.dist-info/METADATA'
|
|---|
| 29740 | adding 'chimerax_mutationscores-1.0.dist-info/WHEEL'
|
|---|
| 29741 | adding 'chimerax_mutationscores-1.0.dist-info/top_level.txt'
|
|---|
| 29742 | adding 'chimerax_mutationscores-1.0.dist-info/RECORD'
|
|---|
| 29743 | removing build\bdist.win-amd64\wheel
|
|---|
| 29744 | Distribution is in .\dist\ChimeraX_MutationScores-1.0-py3-none-any.whl
|
|---|
| 29745 | INFO:
|
|---|
| 29746 |
|
|---|
| 29747 | make sync
|
|---|
| 29748 | make[6]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/mutation_scores'
|
|---|
| 29749 | cp -av dist/*.whl ../../../build/sync
|
|---|
| 29750 | 'dist/chimerax_mutationscores-1.0-py3-none-any.whl' -> '../../../build/sync/chimerax_mutationscores-1.0-py3-none-any.whl'
|
|---|
| 29751 | make[6]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/mutation_scores'
|
|---|
| 29752 | make[5]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/mutation_scores'
|
|---|
| 29753 | make -C nmrstar build
|
|---|
| 29754 | make[5]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/nmrstar'
|
|---|
| 29755 | if [ -z "../../../ChimeraX.app/bin/python.exe" ]; then \
|
|---|
| 29756 | echo "missing ChimeraX application's python"; exit 1; \
|
|---|
| 29757 | else \
|
|---|
| 29758 | PYTHONNOUSERSITE=1 ../../../ChimeraX.app/bin/python.exe -I -m chimerax.core --nogui --exit --safemode --cmd "devel build . exit true "; \
|
|---|
| 29759 | fi
|
|---|
| 29760 | INFO:
|
|---|
| 29761 | Executing: devel build . exit true
|
|---|
| 29762 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\setuptools\dist.py:759: SetuptoolsDeprecationWarning: License classifiers are deprecated.
|
|---|
| 29763 | !!
|
|---|
| 29764 |
|
|---|
| 29765 | ********************************************************************************
|
|---|
| 29766 | Please consider removing the following classifiers in favor of a SPDX license expression:
|
|---|
| 29767 |
|
|---|
| 29768 | License :: Free for non-commercial use
|
|---|
| 29769 |
|
|---|
| 29770 | See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details.
|
|---|
| 29771 | ********************************************************************************
|
|---|
| 29772 |
|
|---|
| 29773 | !!
|
|---|
| 29774 | self._finalize_license_expression()
|
|---|
| 29775 | running build
|
|---|
| 29776 | running build_py
|
|---|
| 29777 | creating build\lib\chimerax\nmrstar
|
|---|
| 29778 | copying src\nmrstar.py -> build\lib\chimerax\nmrstar
|
|---|
| 29779 | copying src\nmr_selectors.py -> build\lib\chimerax\nmrstar
|
|---|
| 29780 | copying src\__init__.py -> build\lib\chimerax\nmrstar
|
|---|
| 29781 | running bdist_wheel
|
|---|
| 29782 | installing to build\bdist.win-amd64\wheel
|
|---|
| 29783 | running install
|
|---|
| 29784 | running install_lib
|
|---|
| 29785 | creating build\bdist.win-amd64\wheel
|
|---|
| 29786 | creating build\bdist.win-amd64\wheel\chimerax
|
|---|
| 29787 | creating build\bdist.win-amd64\wheel\chimerax\nmrstar
|
|---|
| 29788 | copying build\lib\chimerax\nmrstar\nmrstar.py -> build\bdist.win-amd64\wheel\.\chimerax\nmrstar
|
|---|
| 29789 | copying build\lib\chimerax\nmrstar\nmr_selectors.py -> build\bdist.win-amd64\wheel\.\chimerax\nmrstar
|
|---|
| 29790 | copying build\lib\chimerax\nmrstar\__init__.py -> build\bdist.win-amd64\wheel\.\chimerax\nmrstar
|
|---|
| 29791 | running install_egg_info
|
|---|
| 29792 | running egg_info
|
|---|
| 29793 | creating ChimeraX_NMRSTAR.egg-info
|
|---|
| 29794 | writing ChimeraX_NMRSTAR.egg-info\PKG-INFO
|
|---|
| 29795 | writing dependency_links to ChimeraX_NMRSTAR.egg-info\dependency_links.txt
|
|---|
| 29796 | writing requirements to ChimeraX_NMRSTAR.egg-info\requires.txt
|
|---|
| 29797 | writing top-level names to ChimeraX_NMRSTAR.egg-info\top_level.txt
|
|---|
| 29798 | writing manifest file 'ChimeraX_NMRSTAR.egg-info\SOURCES.txt'
|
|---|
| 29799 | reading manifest file 'ChimeraX_NMRSTAR.egg-info\SOURCES.txt'
|
|---|
| 29800 | writing manifest file 'ChimeraX_NMRSTAR.egg-info\SOURCES.txt'
|
|---|
| 29801 | Copying ChimeraX_NMRSTAR.egg-info to build\bdist.win-amd64\wheel\.\ChimeraX_NMRSTAR-1.0.2-py3.11.egg-info
|
|---|
| 29802 | running install_scripts
|
|---|
| 29803 | creating build\bdist.win-amd64\wheel\chimerax_nmrstar-1.0.2.dist-info\WHEEL
|
|---|
| 29804 | creating 'dist\chimerax_nmrstar-1.0.2-py3-none-any.whl' and adding 'build\bdist.win-amd64\wheel' to it
|
|---|
| 29805 | adding 'chimerax/nmrstar/__init__.py'
|
|---|
| 29806 | adding 'chimerax/nmrstar/nmr_selectors.py'
|
|---|
| 29807 | adding 'chimerax/nmrstar/nmrstar.py'
|
|---|
| 29808 | adding 'chimerax_nmrstar-1.0.2.dist-info/METADATA'
|
|---|
| 29809 | adding 'chimerax_nmrstar-1.0.2.dist-info/WHEEL'
|
|---|
| 29810 | adding 'chimerax_nmrstar-1.0.2.dist-info/top_level.txt'
|
|---|
| 29811 | adding 'chimerax_nmrstar-1.0.2.dist-info/RECORD'
|
|---|
| 29812 | removing build\bdist.win-amd64\wheel
|
|---|
| 29813 | Distribution is in .\dist\ChimeraX_NMRSTAR-1.0.2-py3-none-any.whl
|
|---|
| 29814 | INFO:
|
|---|
| 29815 |
|
|---|
| 29816 | make sync
|
|---|
| 29817 | make[6]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/nmrstar'
|
|---|
| 29818 | cp -av dist/*.whl ../../../build/sync
|
|---|
| 29819 | 'dist/chimerax_nmrstar-1.0.2-py3-none-any.whl' -> '../../../build/sync/chimerax_nmrstar-1.0.2-py3-none-any.whl'
|
|---|
| 29820 | make[6]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/nmrstar'
|
|---|
| 29821 | make[5]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/nmrstar'
|
|---|
| 29822 | make -C neuron build
|
|---|
| 29823 | make[5]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/neuron'
|
|---|
| 29824 | if [ -z "../../../ChimeraX.app/bin/python.exe" ]; then \
|
|---|
| 29825 | echo "missing ChimeraX application's python"; exit 1; \
|
|---|
| 29826 | else \
|
|---|
| 29827 | PYTHONNOUSERSITE=1 ../../../ChimeraX.app/bin/python.exe -I -m chimerax.core --nogui --exit --safemode --cmd "devel build . exit true "; \
|
|---|
| 29828 | fi
|
|---|
| 29829 | INFO:
|
|---|
| 29830 | Executing: devel build . exit true
|
|---|
| 29831 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\setuptools\dist.py:759: SetuptoolsDeprecationWarning: License classifiers are deprecated.
|
|---|
| 29832 | !!
|
|---|
| 29833 |
|
|---|
| 29834 | ********************************************************************************
|
|---|
| 29835 | Please consider removing the following classifiers in favor of a SPDX license expression:
|
|---|
| 29836 |
|
|---|
| 29837 | License :: Free for non-commercial use
|
|---|
| 29838 |
|
|---|
| 29839 | See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details.
|
|---|
| 29840 | ********************************************************************************
|
|---|
| 29841 |
|
|---|
| 29842 | !!
|
|---|
| 29843 | self._finalize_license_expression()
|
|---|
| 29844 | running build
|
|---|
| 29845 | running build_py
|
|---|
| 29846 | creating build\lib\chimerax\neuron
|
|---|
| 29847 | copying src\readswc.py -> build\lib\chimerax\neuron
|
|---|
| 29848 | copying src\__init__.py -> build\lib\chimerax\neuron
|
|---|
| 29849 | running bdist_wheel
|
|---|
| 29850 | installing to build\bdist.win-amd64\wheel
|
|---|
| 29851 | running install
|
|---|
| 29852 | running install_lib
|
|---|
| 29853 | creating build\bdist.win-amd64\wheel
|
|---|
| 29854 | creating build\bdist.win-amd64\wheel\chimerax
|
|---|
| 29855 | creating build\bdist.win-amd64\wheel\chimerax\neuron
|
|---|
| 29856 | copying build\lib\chimerax\neuron\readswc.py -> build\bdist.win-amd64\wheel\.\chimerax\neuron
|
|---|
| 29857 | copying build\lib\chimerax\neuron\__init__.py -> build\bdist.win-amd64\wheel\.\chimerax\neuron
|
|---|
| 29858 | running install_egg_info
|
|---|
| 29859 | running egg_info
|
|---|
| 29860 | creating ChimeraX_Neuron.egg-info
|
|---|
| 29861 | writing ChimeraX_Neuron.egg-info\PKG-INFO
|
|---|
| 29862 | writing dependency_links to ChimeraX_Neuron.egg-info\dependency_links.txt
|
|---|
| 29863 | writing requirements to ChimeraX_Neuron.egg-info\requires.txt
|
|---|
| 29864 | writing top-level names to ChimeraX_Neuron.egg-info\top_level.txt
|
|---|
| 29865 | writing manifest file 'ChimeraX_Neuron.egg-info\SOURCES.txt'
|
|---|
| 29866 | reading manifest file 'ChimeraX_Neuron.egg-info\SOURCES.txt'
|
|---|
| 29867 | writing manifest file 'ChimeraX_Neuron.egg-info\SOURCES.txt'
|
|---|
| 29868 | Copying ChimeraX_Neuron.egg-info to build\bdist.win-amd64\wheel\.\ChimeraX_Neuron-1.0-py3.11.egg-info
|
|---|
| 29869 | running install_scripts
|
|---|
| 29870 | creating build\bdist.win-amd64\wheel\chimerax_neuron-1.0.dist-info\WHEEL
|
|---|
| 29871 | creating 'dist\chimerax_neuron-1.0-py3-none-any.whl' and adding 'build\bdist.win-amd64\wheel' to it
|
|---|
| 29872 | adding 'chimerax/neuron/__init__.py'
|
|---|
| 29873 | adding 'chimerax/neuron/readswc.py'
|
|---|
| 29874 | adding 'chimerax_neuron-1.0.dist-info/METADATA'
|
|---|
| 29875 | adding 'chimerax_neuron-1.0.dist-info/WHEEL'
|
|---|
| 29876 | adding 'chimerax_neuron-1.0.dist-info/top_level.txt'
|
|---|
| 29877 | adding 'chimerax_neuron-1.0.dist-info/RECORD'
|
|---|
| 29878 | removing build\bdist.win-amd64\wheel
|
|---|
| 29879 | Distribution is in .\dist\ChimeraX_Neuron-1.0-py3-none-any.whl
|
|---|
| 29880 | INFO:
|
|---|
| 29881 |
|
|---|
| 29882 | make sync
|
|---|
| 29883 | make[6]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/neuron'
|
|---|
| 29884 | cp -av dist/*.whl ../../../build/sync
|
|---|
| 29885 | 'dist/chimerax_neuron-1.0-py3-none-any.whl' -> '../../../build/sync/chimerax_neuron-1.0-py3-none-any.whl'
|
|---|
| 29886 | make[6]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/neuron'
|
|---|
| 29887 | make[5]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/neuron'
|
|---|
| 29888 | make -C nifti build
|
|---|
| 29889 | make[5]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/nifti'
|
|---|
| 29890 | if [ -z "../../../ChimeraX.app/bin/python.exe" ]; then \
|
|---|
| 29891 | echo "missing ChimeraX application's python"; exit 1; \
|
|---|
| 29892 | else \
|
|---|
| 29893 | PYTHONNOUSERSITE=1 ../../../ChimeraX.app/bin/python.exe -I -m chimerax.core --nogui --exit --safemode --cmd "devel build . exit true "; \
|
|---|
| 29894 | fi
|
|---|
| 29895 | INFO:
|
|---|
| 29896 | Executing: devel build . exit true
|
|---|
| 29897 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\setuptools\config\_apply_pyprojecttoml.py:82: SetuptoolsDeprecationWarning: `project.license` as a TOML table is deprecated
|
|---|
| 29898 | !!
|
|---|
| 29899 |
|
|---|
| 29900 | ********************************************************************************
|
|---|
| 29901 | Please use a simple string containing a SPDX expression for `project.license`. You can also use `project.license-files`. (Both options available on setuptools>=77.0.0).
|
|---|
| 29902 |
|
|---|
| 29903 | By 2026-Feb-18, you need to update your project and remove deprecated calls
|
|---|
| 29904 | or your builds will no longer be supported.
|
|---|
| 29905 |
|
|---|
| 29906 | See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details.
|
|---|
| 29907 | ********************************************************************************
|
|---|
| 29908 |
|
|---|
| 29909 | !!
|
|---|
| 29910 | corresp(dist, value, root_dir)
|
|---|
| 29911 | running build
|
|---|
| 29912 | running build_py
|
|---|
| 29913 | creating build\lib\chimerax\nifti
|
|---|
| 29914 | copying src\nifti.py -> build\lib\chimerax\nifti
|
|---|
| 29915 | copying src\__init__.py -> build\lib\chimerax\nifti
|
|---|
| 29916 | running bdist_wheel
|
|---|
| 29917 | installing to build\bdist.win-amd64\wheel
|
|---|
| 29918 | running install
|
|---|
| 29919 | running install_lib
|
|---|
| 29920 | creating build\bdist.win-amd64\wheel
|
|---|
| 29921 | creating build\bdist.win-amd64\wheel\chimerax
|
|---|
| 29922 | creating build\bdist.win-amd64\wheel\chimerax\nifti
|
|---|
| 29923 | copying build\lib\chimerax\nifti\nifti.py -> build\bdist.win-amd64\wheel\.\chimerax\nifti
|
|---|
| 29924 | copying build\lib\chimerax\nifti\__init__.py -> build\bdist.win-amd64\wheel\.\chimerax\nifti
|
|---|
| 29925 | running install_egg_info
|
|---|
| 29926 | running egg_info
|
|---|
| 29927 | creating ChimeraX_Nifti.egg-info
|
|---|
| 29928 | writing ChimeraX_Nifti.egg-info\PKG-INFO
|
|---|
| 29929 | writing dependency_links to ChimeraX_Nifti.egg-info\dependency_links.txt
|
|---|
| 29930 | writing requirements to ChimeraX_Nifti.egg-info\requires.txt
|
|---|
| 29931 | writing top-level names to ChimeraX_Nifti.egg-info\top_level.txt
|
|---|
| 29932 | writing manifest file 'ChimeraX_Nifti.egg-info\SOURCES.txt'
|
|---|
| 29933 | reading manifest file 'ChimeraX_Nifti.egg-info\SOURCES.txt'
|
|---|
| 29934 | writing manifest file 'ChimeraX_Nifti.egg-info\SOURCES.txt'
|
|---|
| 29935 | Copying ChimeraX_Nifti.egg-info to build\bdist.win-amd64\wheel\.\ChimeraX_Nifti-1.2-py3.11.egg-info
|
|---|
| 29936 | running install_scripts
|
|---|
| 29937 | creating build\bdist.win-amd64\wheel\chimerax_nifti-1.2.dist-info\WHEEL
|
|---|
| 29938 | creating 'dist\chimerax_nifti-1.2-py3-none-any.whl' and adding 'build\bdist.win-amd64\wheel' to it
|
|---|
| 29939 | adding 'chimerax/nifti/__init__.py'
|
|---|
| 29940 | adding 'chimerax/nifti/nifti.py'
|
|---|
| 29941 | adding 'chimerax_nifti-1.2.dist-info/METADATA'
|
|---|
| 29942 | adding 'chimerax_nifti-1.2.dist-info/WHEEL'
|
|---|
| 29943 | adding 'chimerax_nifti-1.2.dist-info/top_level.txt'
|
|---|
| 29944 | adding 'chimerax_nifti-1.2.dist-info/RECORD'
|
|---|
| 29945 | removing build\bdist.win-amd64\wheel
|
|---|
| 29946 | Distribution is in C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\nifti\dist\chimerax_nifti-1.2-py3-none-any.whl
|
|---|
| 29947 | INFO:
|
|---|
| 29948 |
|
|---|
| 29949 | make sync
|
|---|
| 29950 | make[6]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/nifti'
|
|---|
| 29951 | cp -av dist/*.whl ../../../build/sync
|
|---|
| 29952 | 'dist/chimerax_nifti-1.2-py3-none-any.whl' -> '../../../build/sync/chimerax_nifti-1.2-py3-none-any.whl'
|
|---|
| 29953 | make[6]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/nifti'
|
|---|
| 29954 | make[5]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/nifti'
|
|---|
| 29955 | make -C nrrd build
|
|---|
| 29956 | make[5]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/nrrd'
|
|---|
| 29957 | if [ -z "../../../ChimeraX.app/bin/python.exe" ]; then \
|
|---|
| 29958 | echo "missing ChimeraX application's python"; exit 1; \
|
|---|
| 29959 | else \
|
|---|
| 29960 | PYTHONNOUSERSITE=1 ../../../ChimeraX.app/bin/python.exe -I -m chimerax.core --nogui --exit --safemode --cmd "devel build . exit true "; \
|
|---|
| 29961 | fi
|
|---|
| 29962 | INFO:
|
|---|
| 29963 | Executing: devel build . exit true
|
|---|
| 29964 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\setuptools\config\_apply_pyprojecttoml.py:82: SetuptoolsDeprecationWarning: `project.license` as a TOML table is deprecated
|
|---|
| 29965 | !!
|
|---|
| 29966 |
|
|---|
| 29967 | ********************************************************************************
|
|---|
| 29968 | Please use a simple string containing a SPDX expression for `project.license`. You can also use `project.license-files`. (Both options available on setuptools>=77.0.0).
|
|---|
| 29969 |
|
|---|
| 29970 | By 2026-Feb-18, you need to update your project and remove deprecated calls
|
|---|
| 29971 | or your builds will no longer be supported.
|
|---|
| 29972 |
|
|---|
| 29973 | See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details.
|
|---|
| 29974 | ********************************************************************************
|
|---|
| 29975 |
|
|---|
| 29976 | !!
|
|---|
| 29977 | corresp(dist, value, root_dir)
|
|---|
| 29978 | running build
|
|---|
| 29979 | running build_py
|
|---|
| 29980 | creating build\lib\chimerax\nrrd
|
|---|
| 29981 | copying src\nrrd.py -> build\lib\chimerax\nrrd
|
|---|
| 29982 | copying src\__init__.py -> build\lib\chimerax\nrrd
|
|---|
| 29983 | running bdist_wheel
|
|---|
| 29984 | installing to build\bdist.win-amd64\wheel
|
|---|
| 29985 | running install
|
|---|
| 29986 | running install_lib
|
|---|
| 29987 | creating build\bdist.win-amd64\wheel
|
|---|
| 29988 | creating build\bdist.win-amd64\wheel\chimerax
|
|---|
| 29989 | creating build\bdist.win-amd64\wheel\chimerax\nrrd
|
|---|
| 29990 | copying build\lib\chimerax\nrrd\nrrd.py -> build\bdist.win-amd64\wheel\.\chimerax\nrrd
|
|---|
| 29991 | copying build\lib\chimerax\nrrd\__init__.py -> build\bdist.win-amd64\wheel\.\chimerax\nrrd
|
|---|
| 29992 | running install_egg_info
|
|---|
| 29993 | running egg_info
|
|---|
| 29994 | creating ChimeraX_NRRD.egg-info
|
|---|
| 29995 | writing ChimeraX_NRRD.egg-info\PKG-INFO
|
|---|
| 29996 | writing dependency_links to ChimeraX_NRRD.egg-info\dependency_links.txt
|
|---|
| 29997 | writing requirements to ChimeraX_NRRD.egg-info\requires.txt
|
|---|
| 29998 | writing top-level names to ChimeraX_NRRD.egg-info\top_level.txt
|
|---|
| 29999 | writing manifest file 'ChimeraX_NRRD.egg-info\SOURCES.txt'
|
|---|
| 30000 | reading manifest file 'ChimeraX_NRRD.egg-info\SOURCES.txt'
|
|---|
| 30001 | writing manifest file 'ChimeraX_NRRD.egg-info\SOURCES.txt'
|
|---|
| 30002 | Copying ChimeraX_NRRD.egg-info to build\bdist.win-amd64\wheel\.\ChimeraX_NRRD-1.2-py3.11.egg-info
|
|---|
| 30003 | running install_scripts
|
|---|
| 30004 | creating build\bdist.win-amd64\wheel\chimerax_nrrd-1.2.dist-info\WHEEL
|
|---|
| 30005 | creating 'dist\chimerax_nrrd-1.2-py3-none-any.whl' and adding 'build\bdist.win-amd64\wheel' to it
|
|---|
| 30006 | adding 'chimerax/nrrd/__init__.py'
|
|---|
| 30007 | adding 'chimerax/nrrd/nrrd.py'
|
|---|
| 30008 | adding 'chimerax_nrrd-1.2.dist-info/METADATA'
|
|---|
| 30009 | adding 'chimerax_nrrd-1.2.dist-info/WHEEL'
|
|---|
| 30010 | adding 'chimerax_nrrd-1.2.dist-info/top_level.txt'
|
|---|
| 30011 | adding 'chimerax_nrrd-1.2.dist-info/RECORD'
|
|---|
| 30012 | removing build\bdist.win-amd64\wheel
|
|---|
| 30013 | Distribution is in C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\nrrd\dist\chimerax_nrrd-1.2-py3-none-any.whl
|
|---|
| 30014 | INFO:
|
|---|
| 30015 |
|
|---|
| 30016 | make sync
|
|---|
| 30017 | make[6]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/nrrd'
|
|---|
| 30018 | cp -av dist/*.whl ../../../build/sync
|
|---|
| 30019 | 'dist/chimerax_nrrd-1.2-py3-none-any.whl' -> '../../../build/sync/chimerax_nrrd-1.2-py3-none-any.whl'
|
|---|
| 30020 | make[6]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/nrrd'
|
|---|
| 30021 | make[5]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/nrrd'
|
|---|
| 30022 | make -C nucleotides build
|
|---|
| 30023 | make[5]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/nucleotides'
|
|---|
| 30024 | if [ -z "../../../ChimeraX.app/bin/python.exe" ]; then \
|
|---|
| 30025 | echo "missing ChimeraX application's python"; exit 1; \
|
|---|
| 30026 | else \
|
|---|
| 30027 | PYTHONNOUSERSITE=1 ../../../ChimeraX.app/bin/python.exe -I -m chimerax.core --nogui --exit --safemode --cmd "devel build . exit true "; \
|
|---|
| 30028 | fi
|
|---|
| 30029 | INFO:
|
|---|
| 30030 | Executing: devel build . exit true
|
|---|
| 30031 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\setuptools\dist.py:759: SetuptoolsDeprecationWarning: License classifiers are deprecated.
|
|---|
| 30032 | !!
|
|---|
| 30033 |
|
|---|
| 30034 | ********************************************************************************
|
|---|
| 30035 | Please consider removing the following classifiers in favor of a SPDX license expression:
|
|---|
| 30036 |
|
|---|
| 30037 | License :: Free for non-commercial use
|
|---|
| 30038 |
|
|---|
| 30039 | See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details.
|
|---|
| 30040 | ********************************************************************************
|
|---|
| 30041 |
|
|---|
| 30042 | !!
|
|---|
| 30043 | self._finalize_license_expression()
|
|---|
| 30044 | running build
|
|---|
| 30045 | running build_py
|
|---|
| 30046 | creating build\lib\chimerax\nucleotides
|
|---|
| 30047 | copying src\cmd.py -> build\lib\chimerax\nucleotides
|
|---|
| 30048 | copying src\default.py -> build\lib\chimerax\nucleotides
|
|---|
| 30049 | copying src\_data.py -> build\lib\chimerax\nucleotides
|
|---|
| 30050 | copying src\__init__.py -> build\lib\chimerax\nucleotides
|
|---|
| 30051 | creating build\lib\chimerax\nucleotides\icons
|
|---|
| 30052 | copying src\icons\nuc-atoms.png -> build\lib\chimerax\nucleotides\icons
|
|---|
| 30053 | copying src\icons\nuc-box.png -> build\lib\chimerax\nucleotides\icons
|
|---|
| 30054 | copying src\icons\nuc-color.png -> build\lib\chimerax\nucleotides\icons
|
|---|
| 30055 | copying src\icons\nuc-elli.png -> build\lib\chimerax\nucleotides\icons
|
|---|
| 30056 | copying src\icons\nuc-fill.png -> build\lib\chimerax\nucleotides\icons
|
|---|
| 30057 | copying src\icons\nuc-ladder.png -> build\lib\chimerax\nucleotides\icons
|
|---|
| 30058 | copying src\icons\nuc-muff.png -> build\lib\chimerax\nucleotides\icons
|
|---|
| 30059 | copying src\icons\nuc-slab.png -> build\lib\chimerax\nucleotides\icons
|
|---|
| 30060 | copying src\icons\nuc-stubs.png -> build\lib\chimerax\nucleotides\icons
|
|---|
| 30061 | copying src\icons\nuc-tube.png -> build\lib\chimerax\nucleotides\icons
|
|---|
| 30062 | running bdist_wheel
|
|---|
| 30063 | installing to build\bdist.win-amd64\wheel
|
|---|
| 30064 | running install
|
|---|
| 30065 | running install_lib
|
|---|
| 30066 | creating build\bdist.win-amd64\wheel
|
|---|
| 30067 | creating build\bdist.win-amd64\wheel\chimerax
|
|---|
| 30068 | creating build\bdist.win-amd64\wheel\chimerax\nucleotides
|
|---|
| 30069 | copying build\lib\chimerax\nucleotides\cmd.py -> build\bdist.win-amd64\wheel\.\chimerax\nucleotides
|
|---|
| 30070 | copying build\lib\chimerax\nucleotides\default.py -> build\bdist.win-amd64\wheel\.\chimerax\nucleotides
|
|---|
| 30071 | creating build\bdist.win-amd64\wheel\chimerax\nucleotides\icons
|
|---|
| 30072 | copying build\lib\chimerax\nucleotides\icons\nuc-atoms.png -> build\bdist.win-amd64\wheel\.\chimerax\nucleotides\icons
|
|---|
| 30073 | copying build\lib\chimerax\nucleotides\icons\nuc-box.png -> build\bdist.win-amd64\wheel\.\chimerax\nucleotides\icons
|
|---|
| 30074 | copying build\lib\chimerax\nucleotides\icons\nuc-color.png -> build\bdist.win-amd64\wheel\.\chimerax\nucleotides\icons
|
|---|
| 30075 | copying build\lib\chimerax\nucleotides\icons\nuc-elli.png -> build\bdist.win-amd64\wheel\.\chimerax\nucleotides\icons
|
|---|
| 30076 | copying build\lib\chimerax\nucleotides\icons\nuc-fill.png -> build\bdist.win-amd64\wheel\.\chimerax\nucleotides\icons
|
|---|
| 30077 | copying build\lib\chimerax\nucleotides\icons\nuc-ladder.png -> build\bdist.win-amd64\wheel\.\chimerax\nucleotides\icons
|
|---|
| 30078 | copying build\lib\chimerax\nucleotides\icons\nuc-muff.png -> build\bdist.win-amd64\wheel\.\chimerax\nucleotides\icons
|
|---|
| 30079 | copying build\lib\chimerax\nucleotides\icons\nuc-slab.png -> build\bdist.win-amd64\wheel\.\chimerax\nucleotides\icons
|
|---|
| 30080 | copying build\lib\chimerax\nucleotides\icons\nuc-stubs.png -> build\bdist.win-amd64\wheel\.\chimerax\nucleotides\icons
|
|---|
| 30081 | copying build\lib\chimerax\nucleotides\icons\nuc-tube.png -> build\bdist.win-amd64\wheel\.\chimerax\nucleotides\icons
|
|---|
| 30082 | copying build\lib\chimerax\nucleotides\_data.py -> build\bdist.win-amd64\wheel\.\chimerax\nucleotides
|
|---|
| 30083 | copying build\lib\chimerax\nucleotides\__init__.py -> build\bdist.win-amd64\wheel\.\chimerax\nucleotides
|
|---|
| 30084 | running install_egg_info
|
|---|
| 30085 | running egg_info
|
|---|
| 30086 | creating ChimeraX_Nucleotides.egg-info
|
|---|
| 30087 | writing ChimeraX_Nucleotides.egg-info\PKG-INFO
|
|---|
| 30088 | writing dependency_links to ChimeraX_Nucleotides.egg-info\dependency_links.txt
|
|---|
| 30089 | writing requirements to ChimeraX_Nucleotides.egg-info\requires.txt
|
|---|
| 30090 | writing top-level names to ChimeraX_Nucleotides.egg-info\top_level.txt
|
|---|
| 30091 | writing manifest file 'ChimeraX_Nucleotides.egg-info\SOURCES.txt'
|
|---|
| 30092 | reading manifest file 'ChimeraX_Nucleotides.egg-info\SOURCES.txt'
|
|---|
| 30093 | writing manifest file 'ChimeraX_Nucleotides.egg-info\SOURCES.txt'
|
|---|
| 30094 | Copying ChimeraX_Nucleotides.egg-info to build\bdist.win-amd64\wheel\.\ChimeraX_Nucleotides-2.0.3-py3.11.egg-info
|
|---|
| 30095 | running install_scripts
|
|---|
| 30096 | creating build\bdist.win-amd64\wheel\chimerax_nucleotides-2.0.3.dist-info\WHEEL
|
|---|
| 30097 | creating 'dist\chimerax_nucleotides-2.0.3-py3-none-any.whl' and adding 'build\bdist.win-amd64\wheel' to it
|
|---|
| 30098 | adding 'chimerax/nucleotides/__init__.py'
|
|---|
| 30099 | adding 'chimerax/nucleotides/_data.py'
|
|---|
| 30100 | adding 'chimerax/nucleotides/cmd.py'
|
|---|
| 30101 | adding 'chimerax/nucleotides/default.py'
|
|---|
| 30102 | adding 'chimerax/nucleotides/icons/nuc-atoms.png'
|
|---|
| 30103 | adding 'chimerax/nucleotides/icons/nuc-box.png'
|
|---|
| 30104 | adding 'chimerax/nucleotides/icons/nuc-color.png'
|
|---|
| 30105 | adding 'chimerax/nucleotides/icons/nuc-elli.png'
|
|---|
| 30106 | adding 'chimerax/nucleotides/icons/nuc-fill.png'
|
|---|
| 30107 | adding 'chimerax/nucleotides/icons/nuc-ladder.png'
|
|---|
| 30108 | adding 'chimerax/nucleotides/icons/nuc-muff.png'
|
|---|
| 30109 | adding 'chimerax/nucleotides/icons/nuc-slab.png'
|
|---|
| 30110 | adding 'chimerax/nucleotides/icons/nuc-stubs.png'
|
|---|
| 30111 | adding 'chimerax/nucleotides/icons/nuc-tube.png'
|
|---|
| 30112 | adding 'chimerax_nucleotides-2.0.3.dist-info/METADATA'
|
|---|
| 30113 | adding 'chimerax_nucleotides-2.0.3.dist-info/WHEEL'
|
|---|
| 30114 | adding 'chimerax_nucleotides-2.0.3.dist-info/top_level.txt'
|
|---|
| 30115 | adding 'chimerax_nucleotides-2.0.3.dist-info/RECORD'
|
|---|
| 30116 | removing build\bdist.win-amd64\wheel
|
|---|
| 30117 | Distribution is in .\dist\ChimeraX_Nucleotides-2.0.3-py3-none-any.whl
|
|---|
| 30118 | INFO:
|
|---|
| 30119 |
|
|---|
| 30120 | make sync
|
|---|
| 30121 | make[6]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/nucleotides'
|
|---|
| 30122 | cp -av dist/*.whl ../../../build/sync
|
|---|
| 30123 | 'dist/chimerax_nucleotides-2.0.3-py3-none-any.whl' -> '../../../build/sync/chimerax_nucleotides-2.0.3-py3-none-any.whl'
|
|---|
| 30124 | make[6]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/nucleotides'
|
|---|
| 30125 | make[5]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/nucleotides'
|
|---|
| 30126 | make -C open_command build
|
|---|
| 30127 | make[5]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/open_command'
|
|---|
| 30128 | if [ -z "../../../ChimeraX.app/bin/python.exe" ]; then \
|
|---|
| 30129 | echo "missing ChimeraX application's python"; exit 1; \
|
|---|
| 30130 | else \
|
|---|
| 30131 | PYTHONNOUSERSITE=1 ../../../ChimeraX.app/bin/python.exe -I -m chimerax.core --nogui --exit --safemode --cmd "devel build . exit true "; \
|
|---|
| 30132 | fi
|
|---|
| 30133 | INFO:
|
|---|
| 30134 | Executing: devel build . exit true
|
|---|
| 30135 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\setuptools\dist.py:759: SetuptoolsDeprecationWarning: License classifiers are deprecated.
|
|---|
| 30136 | !!
|
|---|
| 30137 |
|
|---|
| 30138 | ********************************************************************************
|
|---|
| 30139 | Please consider removing the following classifiers in favor of a SPDX license expression:
|
|---|
| 30140 |
|
|---|
| 30141 | License :: Free for non-commercial use
|
|---|
| 30142 |
|
|---|
| 30143 | See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details.
|
|---|
| 30144 | ********************************************************************************
|
|---|
| 30145 |
|
|---|
| 30146 | !!
|
|---|
| 30147 | self._finalize_license_expression()
|
|---|
| 30148 | running build
|
|---|
| 30149 | running build_py
|
|---|
| 30150 | creating build\lib\chimerax\open_command
|
|---|
| 30151 | copying src\cmd.py -> build\lib\chimerax\open_command
|
|---|
| 30152 | copying src\dialog.py -> build\lib\chimerax\open_command
|
|---|
| 30153 | copying src\manager.py -> build\lib\chimerax\open_command
|
|---|
| 30154 | copying src\__init__.py -> build\lib\chimerax\open_command
|
|---|
| 30155 | running bdist_wheel
|
|---|
| 30156 | installing to build\bdist.win-amd64\wheel
|
|---|
| 30157 | running install
|
|---|
| 30158 | running install_lib
|
|---|
| 30159 | creating build\bdist.win-amd64\wheel
|
|---|
| 30160 | creating build\bdist.win-amd64\wheel\chimerax
|
|---|
| 30161 | creating build\bdist.win-amd64\wheel\chimerax\open_command
|
|---|
| 30162 | copying build\lib\chimerax\open_command\cmd.py -> build\bdist.win-amd64\wheel\.\chimerax\open_command
|
|---|
| 30163 | copying build\lib\chimerax\open_command\dialog.py -> build\bdist.win-amd64\wheel\.\chimerax\open_command
|
|---|
| 30164 | copying build\lib\chimerax\open_command\manager.py -> build\bdist.win-amd64\wheel\.\chimerax\open_command
|
|---|
| 30165 | copying build\lib\chimerax\open_command\__init__.py -> build\bdist.win-amd64\wheel\.\chimerax\open_command
|
|---|
| 30166 | running install_egg_info
|
|---|
| 30167 | running egg_info
|
|---|
| 30168 | creating ChimeraX_OpenCommand.egg-info
|
|---|
| 30169 | writing ChimeraX_OpenCommand.egg-info\PKG-INFO
|
|---|
| 30170 | writing dependency_links to ChimeraX_OpenCommand.egg-info\dependency_links.txt
|
|---|
| 30171 | writing requirements to ChimeraX_OpenCommand.egg-info\requires.txt
|
|---|
| 30172 | writing top-level names to ChimeraX_OpenCommand.egg-info\top_level.txt
|
|---|
| 30173 | writing manifest file 'ChimeraX_OpenCommand.egg-info\SOURCES.txt'
|
|---|
| 30174 | reading manifest file 'ChimeraX_OpenCommand.egg-info\SOURCES.txt'
|
|---|
| 30175 | writing manifest file 'ChimeraX_OpenCommand.egg-info\SOURCES.txt'
|
|---|
| 30176 | Copying ChimeraX_OpenCommand.egg-info to build\bdist.win-amd64\wheel\.\ChimeraX_OpenCommand-1.15.1-py3.11.egg-info
|
|---|
| 30177 | running install_scripts
|
|---|
| 30178 | creating build\bdist.win-amd64\wheel\chimerax_opencommand-1.15.1.dist-info\WHEEL
|
|---|
| 30179 | creating 'dist\chimerax_opencommand-1.15.1-py3-none-any.whl' and adding 'build\bdist.win-amd64\wheel' to it
|
|---|
| 30180 | adding 'chimerax/open_command/__init__.py'
|
|---|
| 30181 | adding 'chimerax/open_command/cmd.py'
|
|---|
| 30182 | adding 'chimerax/open_command/dialog.py'
|
|---|
| 30183 | adding 'chimerax/open_command/manager.py'
|
|---|
| 30184 | adding 'chimerax_opencommand-1.15.1.dist-info/METADATA'
|
|---|
| 30185 | adding 'chimerax_opencommand-1.15.1.dist-info/WHEEL'
|
|---|
| 30186 | adding 'chimerax_opencommand-1.15.1.dist-info/top_level.txt'
|
|---|
| 30187 | adding 'chimerax_opencommand-1.15.1.dist-info/RECORD'
|
|---|
| 30188 | removing build\bdist.win-amd64\wheel
|
|---|
| 30189 | Distribution is in .\dist\ChimeraX_OpenCommand-1.15.1-py3-none-any.whl
|
|---|
| 30190 | INFO:
|
|---|
| 30191 |
|
|---|
| 30192 | make sync
|
|---|
| 30193 | make[6]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/open_command'
|
|---|
| 30194 | cp -av dist/*.whl ../../../build/sync
|
|---|
| 30195 | 'dist/chimerax_opencommand-1.15.1-py3-none-any.whl' -> '../../../build/sync/chimerax_opencommand-1.15.1-py3-none-any.whl'
|
|---|
| 30196 | make[6]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/open_command'
|
|---|
| 30197 | make[5]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/open_command'
|
|---|
| 30198 | make -C orthopick build
|
|---|
| 30199 | make[5]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/orthopick'
|
|---|
| 30200 | if [ -z "../../../ChimeraX.app/bin/python.exe" ]; then \
|
|---|
| 30201 | echo "missing ChimeraX application's python"; exit 1; \
|
|---|
| 30202 | else \
|
|---|
| 30203 | PYTHONNOUSERSITE=1 ../../../ChimeraX.app/bin/python.exe -I -m chimerax.core --nogui --exit --safemode --cmd "devel build . exit true "; \
|
|---|
| 30204 | fi
|
|---|
| 30205 | INFO:
|
|---|
| 30206 | Executing: devel build . exit true
|
|---|
| 30207 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\setuptools\dist.py:759: SetuptoolsDeprecationWarning: License classifiers are deprecated.
|
|---|
| 30208 | !!
|
|---|
| 30209 |
|
|---|
| 30210 | ********************************************************************************
|
|---|
| 30211 | Please consider removing the following classifiers in favor of a SPDX license expression:
|
|---|
| 30212 |
|
|---|
| 30213 | License :: Free for non-commercial use
|
|---|
| 30214 |
|
|---|
| 30215 | See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details.
|
|---|
| 30216 | ********************************************************************************
|
|---|
| 30217 |
|
|---|
| 30218 | !!
|
|---|
| 30219 | self._finalize_license_expression()
|
|---|
| 30220 | running build
|
|---|
| 30221 | running build_py
|
|---|
| 30222 | creating build\lib\chimerax\orthopick
|
|---|
| 30223 | copying src\orthopick.py -> build\lib\chimerax\orthopick
|
|---|
| 30224 | copying src\__init__.py -> build\lib\chimerax\orthopick
|
|---|
| 30225 | creating build\lib\chimerax\orthopick\icons
|
|---|
| 30226 | copying src\icons\orthopick.png -> build\lib\chimerax\orthopick\icons
|
|---|
| 30227 | running bdist_wheel
|
|---|
| 30228 | installing to build\bdist.win-amd64\wheel
|
|---|
| 30229 | running install
|
|---|
| 30230 | running install_lib
|
|---|
| 30231 | creating build\bdist.win-amd64\wheel
|
|---|
| 30232 | creating build\bdist.win-amd64\wheel\chimerax
|
|---|
| 30233 | creating build\bdist.win-amd64\wheel\chimerax\orthopick
|
|---|
| 30234 | creating build\bdist.win-amd64\wheel\chimerax\orthopick\icons
|
|---|
| 30235 | copying build\lib\chimerax\orthopick\icons\orthopick.png -> build\bdist.win-amd64\wheel\.\chimerax\orthopick\icons
|
|---|
| 30236 | copying build\lib\chimerax\orthopick\orthopick.py -> build\bdist.win-amd64\wheel\.\chimerax\orthopick
|
|---|
| 30237 | copying build\lib\chimerax\orthopick\__init__.py -> build\bdist.win-amd64\wheel\.\chimerax\orthopick
|
|---|
| 30238 | running install_egg_info
|
|---|
| 30239 | running egg_info
|
|---|
| 30240 | creating ChimeraX_OrthoPick.egg-info
|
|---|
| 30241 | writing ChimeraX_OrthoPick.egg-info\PKG-INFO
|
|---|
| 30242 | writing dependency_links to ChimeraX_OrthoPick.egg-info\dependency_links.txt
|
|---|
| 30243 | writing requirements to ChimeraX_OrthoPick.egg-info\requires.txt
|
|---|
| 30244 | writing top-level names to ChimeraX_OrthoPick.egg-info\top_level.txt
|
|---|
| 30245 | writing manifest file 'ChimeraX_OrthoPick.egg-info\SOURCES.txt'
|
|---|
| 30246 | reading manifest file 'ChimeraX_OrthoPick.egg-info\SOURCES.txt'
|
|---|
| 30247 | writing manifest file 'ChimeraX_OrthoPick.egg-info\SOURCES.txt'
|
|---|
| 30248 | Copying ChimeraX_OrthoPick.egg-info to build\bdist.win-amd64\wheel\.\ChimeraX_OrthoPick-1.0.1-py3.11.egg-info
|
|---|
| 30249 | running install_scripts
|
|---|
| 30250 | creating build\bdist.win-amd64\wheel\chimerax_orthopick-1.0.1.dist-info\WHEEL
|
|---|
| 30251 | creating 'dist\chimerax_orthopick-1.0.1-py3-none-any.whl' and adding 'build\bdist.win-amd64\wheel' to it
|
|---|
| 30252 | adding 'chimerax/orthopick/__init__.py'
|
|---|
| 30253 | adding 'chimerax/orthopick/orthopick.py'
|
|---|
| 30254 | adding 'chimerax/orthopick/icons/orthopick.png'
|
|---|
| 30255 | adding 'chimerax_orthopick-1.0.1.dist-info/METADATA'
|
|---|
| 30256 | adding 'chimerax_orthopick-1.0.1.dist-info/WHEEL'
|
|---|
| 30257 | adding 'chimerax_orthopick-1.0.1.dist-info/top_level.txt'
|
|---|
| 30258 | adding 'chimerax_orthopick-1.0.1.dist-info/RECORD'
|
|---|
| 30259 | removing build\bdist.win-amd64\wheel
|
|---|
| 30260 | Distribution is in .\dist\ChimeraX_OrthoPick-1.0.1-py3-none-any.whl
|
|---|
| 30261 | INFO:
|
|---|
| 30262 |
|
|---|
| 30263 | make sync
|
|---|
| 30264 | make[6]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/orthopick'
|
|---|
| 30265 | cp -av dist/*.whl ../../../build/sync
|
|---|
| 30266 | 'dist/chimerax_orthopick-1.0.1-py3-none-any.whl' -> '../../../build/sync/chimerax_orthopick-1.0.1-py3-none-any.whl'
|
|---|
| 30267 | make[6]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/orthopick'
|
|---|
| 30268 | make[5]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/orthopick'
|
|---|
| 30269 | make -C pdb build
|
|---|
| 30270 | make[5]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/pdb'
|
|---|
| 30271 | if [ -z "../../../ChimeraX.app/bin/python.exe" ]; then \
|
|---|
| 30272 | echo "missing ChimeraX application's python"; exit 1; \
|
|---|
| 30273 | else \
|
|---|
| 30274 | PYTHONNOUSERSITE=1 ../../../ChimeraX.app/bin/python.exe -I -m chimerax.core --nogui --exit --safemode --cmd "devel build . exit true "; \
|
|---|
| 30275 | fi
|
|---|
| 30276 | INFO:
|
|---|
| 30277 | Executing: devel build . exit true
|
|---|
| 30278 | pdb.cpp
|
|---|
| 30279 | pdb_chars.cpp
|
|---|
| 30280 | pdb_cpp/pdb_chars.cpp(45): warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
|
|---|
| 30281 | pdb_read.cpp
|
|---|
| 30282 | pdb_cpp/pdb_read.cpp(93): warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
|
|---|
| 30283 | pdb_cpp/pdb_read.cpp(95): warning C4996: 'strcat': This function or variable may be unsafe. Consider using strcat_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
|
|---|
| 30284 | pdb_cpp/pdb_read.cpp(114): warning C4996: 'strncpy': This function or variable may be unsafe. Consider using strncpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
|
|---|
| 30285 | pdb_cpp/pdb_read.cpp(115): warning C4996: 'strncpy': This function or variable may be unsafe. Consider using strncpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
|
|---|
| 30286 | pdb_cpp/pdb_read.cpp(516): warning C4996: 'strncpy': This function or variable may be unsafe. Consider using strncpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
|
|---|
| 30287 | pdb_cpp/pdb_read.cpp(517): warning C4996: 'strncpy': This function or variable may be unsafe. Consider using strncpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
|
|---|
| 30288 | pdb_cpp/pdb_read.cpp(665): warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
|
|---|
| 30289 | pdb_sprntf.cpp
|
|---|
| 30290 | pdb_cpp/pdb_sprntf.cpp(81): warning C4244: '=': conversion from '__int64' to 'int', possible loss of data
|
|---|
| 30291 | pdb_cpp/pdb_sprntf.cpp(129): warning C4244: '=': conversion from '__int64' to 'int', possible loss of data
|
|---|
| 30292 | pdb_cpp/pdb_sprntf.cpp(151): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data
|
|---|
| 30293 | pdb_cpp/pdb_sprntf.cpp(220): warning C4244: 'initializing': conversion from '__int64' to 'int', possible loss of data
|
|---|
| 30294 | pdb_cpp/pdb_sprntf.cpp(284): warning C4244: '=': conversion from '__int64' to 'int', possible loss of data
|
|---|
| 30295 | pdb_cpp/pdb_sprntf.cpp(461): warning C4244: 'return': conversion from '__int64' to 'int', possible loss of data
|
|---|
| 30296 | pdb_sscanf.cpp
|
|---|
| 30297 | pdb_type.cpp
|
|---|
| 30298 | pdbinput.cpp
|
|---|
| 30299 | Microsoft (R) Library Manager Version 14.29.30152.0
|
|---|
| 30300 | Copyright (C) Microsoft Corporation. All rights reserved.
|
|---|
| 30301 |
|
|---|
| 30302 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\setuptools\dist.py:759: SetuptoolsDeprecationWarning: License classifiers are deprecated.
|
|---|
| 30303 | !!
|
|---|
| 30304 |
|
|---|
| 30305 | ********************************************************************************
|
|---|
| 30306 | Please consider removing the following classifiers in favor of a SPDX license expression:
|
|---|
| 30307 |
|
|---|
| 30308 | License :: Free for non-commercial use
|
|---|
| 30309 |
|
|---|
| 30310 | See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details.
|
|---|
| 30311 | ********************************************************************************
|
|---|
| 30312 |
|
|---|
| 30313 | !!
|
|---|
| 30314 | self._finalize_license_expression()
|
|---|
| 30315 | running build
|
|---|
| 30316 | running build_py
|
|---|
| 30317 | creating build\lib.win-amd64-cpython-311\chimerax\pdb
|
|---|
| 30318 | copying src\gui.py -> build\lib.win-amd64-cpython-311\chimerax\pdb
|
|---|
| 30319 | copying src\pdb.py -> build\lib.win-amd64-cpython-311\chimerax\pdb
|
|---|
| 30320 | copying src\uniprot_id.py -> build\lib.win-amd64-cpython-311\chimerax\pdb
|
|---|
| 30321 | copying src\__init__.py -> build\lib.win-amd64-cpython-311\chimerax\pdb
|
|---|
| 30322 | copying src\libpdb.lib -> build\lib.win-amd64-cpython-311\chimerax\pdb
|
|---|
| 30323 | running build_ext
|
|---|
| 30324 | building 'chimerax.pdb._pdbio' extension
|
|---|
| 30325 | creating build\temp.win-amd64-cpython-311\Release\pdbio_cpp
|
|---|
| 30326 | "C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\bin\HostX64\x64\cl.exe" /c /nologo /O2 /W3 /GL /DNDEBUG /MD -DMAJOR_VERSION=0 -DMINOR_VERSION=1 -IC:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\include -Ipdb_cpp/ -IC:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\core\include -IC:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\arrays\include -IC:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include -IC:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\pdb_lib\include -IC:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\include -IC:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Include "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\ucrt" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\shared" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\um" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\winrt" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\cppwinrt" "-Ic:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include" "-Ic:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\atlmfc\include" "-Ic:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\ucrt" "-Ic:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\shared" "-Ic:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\um" "-Ic:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\winrt" "-Ic:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\cppwinrt" /EHsc /Tppdbio_cpp/PDBio.cpp /Fobuild\temp.win-amd64-cpython-311\Release\pdbio_cpp\PDBio.obj
|
|---|
| 30327 | PDBio.cpp
|
|---|
| 30328 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\pyinstance/PythonInstance.declare.h(78): 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>'
|
|---|
| 30329 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 30330 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\pyinstance/PythonInstance.declare.h(104): note: see reference to class template instantiation 'pyinstance::PythonInstance<C>' being compiled
|
|---|
| 30331 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\pyinstance/PythonInstance.declare.h(78): 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>'
|
|---|
| 30332 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 30333 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\element/Element.h(49): note: see reference to class template instantiation 'pyinstance::PythonInstance<element::Element>' being compiled
|
|---|
| 30334 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\element/Element.h(76): warning C4251: 'element::Element::_alkali_metals': class 'std::set<int,std::less<int>,std::allocator<int>>' needs to have dll-interface to be used by clients of class 'element::Element'
|
|---|
| 30335 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\element/Element.h(76): note: see declaration of 'std::set<int,std::less<int>,std::allocator<int>>'
|
|---|
| 30336 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\element/Element.h(77): warning C4251: 'element::Element::_elements': class 'std::map<int,const element::Element *,std::less<int>,std::allocator<std::pair<const int,const element::Element *>>>' needs to have dll-interface to be used by clients of class 'element::Element'
|
|---|
| 30337 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\element/Element.h(77): note: see declaration of 'std::map<int,const element::Element *,std::less<int>,std::allocator<std::pair<const int,const element::Element *>>>'
|
|---|
| 30338 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\element/Element.h(78): warning C4251: 'element::Element::_halogens': class 'std::set<int,std::less<int>,std::allocator<int>>' needs to have dll-interface to be used by clients of class 'element::Element'
|
|---|
| 30339 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\element/Element.h(76): note: see declaration of 'std::set<int,std::less<int>,std::allocator<int>>'
|
|---|
| 30340 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\element/Element.h(79): warning C4251: 'element::Element::_names': class 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>' needs to have dll-interface to be used by clients of class 'element::Element'
|
|---|
| 30341 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\element/Element.h(79): note: see declaration of 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>'
|
|---|
| 30342 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\element/Element.h(80): warning C4251: 'element::Element::_noble_gases': class 'std::set<int,std::less<int>,std::allocator<int>>' needs to have dll-interface to be used by clients of class 'element::Element'
|
|---|
| 30343 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\element/Element.h(76): note: see declaration of 'std::set<int,std::less<int>,std::allocator<int>>'
|
|---|
| 30344 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(59): warning C4251: 'atomstruct::Changes::created': class 'std::set<const void *,std::less<const void *>,std::allocator<const void *>>' needs to have dll-interface to be used by clients of class 'atomstruct::Changes'
|
|---|
| 30345 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(59): note: see declaration of 'std::set<const void *,std::less<const void *>,std::allocator<const void *>>'
|
|---|
| 30346 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(60): warning C4251: 'atomstruct::Changes::modified': class 'std::set<const void *,std::less<const void *>,std::allocator<const void *>>' needs to have dll-interface to be used by clients of class 'atomstruct::Changes'
|
|---|
| 30347 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(59): note: see declaration of 'std::set<const void *,std::less<const void *>,std::allocator<const void *>>'
|
|---|
| 30348 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(61): warning C4251: 'atomstruct::Changes::reasons': class 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>' needs to have dll-interface to be used by clients of class 'atomstruct::Changes'
|
|---|
| 30349 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\element/Element.h(79): note: see declaration of 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>'
|
|---|
| 30350 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\pyinstance/PythonInstance.declare.h(78): 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>'
|
|---|
| 30351 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 30352 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(68): note: see reference to class template instantiation 'pyinstance::PythonInstance<atomstruct::ChangeTracker>' being compiled
|
|---|
| 30353 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(82): warning C4251: 'atomstruct::ChangeTracker::_structure_type_changes': class 'std::map<atomstruct::Structure *,atomstruct::ChangeTracker::ChangesArray,std::less<atomstruct::Structure *>,std::allocator<std::pair<atomstruct::Structure *const ,atomstruct::ChangeTracker::ChangesArray>>>' needs to have dll-interface to be used by clients of class 'atomstruct::ChangeTracker'
|
|---|
| 30354 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(82): note: see declaration of 'std::map<atomstruct::Structure *,atomstruct::ChangeTracker::ChangesArray,std::less<atomstruct::Structure *>,std::allocator<std::pair<atomstruct::Structure *const ,atomstruct::ChangeTracker::ChangesArray>>>'
|
|---|
| 30355 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(83): warning C4251: 'atomstruct::ChangeTracker::_dead_structures': class 'std::set<atomstruct::Structure *,std::less<atomstruct::Structure *>,std::allocator<atomstruct::Structure *>>' needs to have dll-interface to be used by clients of class 'atomstruct::ChangeTracker'
|
|---|
| 30356 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(83): note: see declaration of 'std::set<atomstruct::Structure *,std::less<atomstruct::Structure *>,std::allocator<atomstruct::Structure *>>'
|
|---|
| 30357 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(92): 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'
|
|---|
| 30358 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 30359 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(93): 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'
|
|---|
| 30360 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 30361 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(94): warning C4251: 'atomstruct::ChangeTracker::REASON_ALT_LOCS': 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'
|
|---|
| 30362 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 30363 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(95): 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'
|
|---|
| 30364 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 30365 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(96): 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'
|
|---|
| 30366 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 30367 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(97): 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'
|
|---|
| 30368 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 30369 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(98): warning C4251: 'atomstruct::ChangeTracker::REASON_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::ChangeTracker'
|
|---|
| 30370 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 30371 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(99): 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'
|
|---|
| 30372 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 30373 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(100): 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'
|
|---|
| 30374 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 30375 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(101): 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'
|
|---|
| 30376 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 30377 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(102): 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'
|
|---|
| 30378 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 30379 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(103): 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'
|
|---|
| 30380 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 30381 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(104): warning C4251: 'atomstruct::ChangeTracker::REASON_ELEMENT': 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'
|
|---|
| 30382 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 30383 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(105): 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'
|
|---|
| 30384 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 30385 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(106): 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'
|
|---|
| 30386 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 30387 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(107): 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'
|
|---|
| 30388 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 30389 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(108): warning C4251: 'atomstruct::ChangeTracker::REASON_INSERTION_CODE': 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'
|
|---|
| 30390 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 30391 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(109): 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'
|
|---|
| 30392 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 30393 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(110): warning C4251: 'atomstruct::ChangeTracker::REASON_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'
|
|---|
| 30394 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 30395 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(111): 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'
|
|---|
| 30396 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 30397 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(112): 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'
|
|---|
| 30398 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 30399 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(113): 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'
|
|---|
| 30400 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 30401 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(114): 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'
|
|---|
| 30402 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 30403 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(115): 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'
|
|---|
| 30404 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 30405 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(116): 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'
|
|---|
| 30406 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 30407 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(117): 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'
|
|---|
| 30408 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 30409 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(118): 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'
|
|---|
| 30410 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 30411 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(119): 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'
|
|---|
| 30412 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 30413 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(120): 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'
|
|---|
| 30414 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 30415 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(121): 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'
|
|---|
| 30416 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 30417 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(122): 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'
|
|---|
| 30418 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 30419 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(123): 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'
|
|---|
| 30420 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 30421 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(124): 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'
|
|---|
| 30422 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 30423 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(125): 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'
|
|---|
| 30424 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 30425 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(126): 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'
|
|---|
| 30426 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 30427 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(127): 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'
|
|---|
| 30428 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 30429 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(128): 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'
|
|---|
| 30430 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 30431 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(129): 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'
|
|---|
| 30432 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 30433 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(130): 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'
|
|---|
| 30434 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 30435 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(131): warning C4251: 'atomstruct::ChangeTracker::REASON_WORM_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'
|
|---|
| 30436 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 30437 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(132): warning C4251: 'atomstruct::ChangeTracker::REASON_WORM_RIBBON': 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'
|
|---|
| 30438 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 30439 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\ChangeTracker.h(306): 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'
|
|---|
| 30440 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 30441 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\destruct.h(53): warning C4251: 'atomstruct::DestructionCoordinator::_observers': class 'std::set<atomstruct::DestructionObserver *,std::less<atomstruct::DestructionObserver *>,std::allocator<atomstruct::DestructionObserver *>>' needs to have dll-interface to be used by clients of class 'atomstruct::DestructionCoordinator'
|
|---|
| 30442 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\destruct.h(53): note: see declaration of 'std::set<atomstruct::DestructionObserver *,std::less<atomstruct::DestructionObserver *>,std::allocator<atomstruct::DestructionObserver *>>'
|
|---|
| 30443 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\destruct.h(54): warning C4251: 'atomstruct::DestructionCoordinator::_destroyed': class 'std::set<void *,std::less<void *>,std::allocator<void *>>' needs to have dll-interface to be used by clients of class 'atomstruct::DestructionCoordinator'
|
|---|
| 30444 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\destruct.h(42): note: see declaration of 'std::set<void *,std::less<void *>,std::allocator<void *>>'
|
|---|
| 30445 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\pyinstance/PythonInstance.declare.h(78): 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>'
|
|---|
| 30446 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 30447 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Sequence.h(57): note: see reference to class template instantiation 'pyinstance::PythonInstance<atomstruct::Sequence>' being compiled
|
|---|
| 30448 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Sequence.h(63): warning C4251: 'atomstruct::Sequence::_nucleic3to1': class 'std::map<atomstruct::ResName,char,std::less<std::string>,std::allocator<std::pair<const atomstruct::ResName,char>>>' needs to have dll-interface to be used by clients of class 'atomstruct::Sequence'
|
|---|
| 30449 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Sequence.h(61): note: see declaration of 'std::map<atomstruct::ResName,char,std::less<std::string>,std::allocator<std::pair<const atomstruct::ResName,char>>>'
|
|---|
| 30450 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Sequence.h(64): warning C4251: 'atomstruct::Sequence::_protein3to1': class 'std::map<atomstruct::ResName,char,std::less<std::string>,std::allocator<std::pair<const atomstruct::ResName,char>>>' needs to have dll-interface to be used by clients of class 'atomstruct::Sequence'
|
|---|
| 30451 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Sequence.h(61): note: see declaration of 'std::map<atomstruct::ResName,char,std::less<std::string>,std::allocator<std::pair<const atomstruct::ResName,char>>>'
|
|---|
| 30452 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Sequence.h(65): warning C4251: 'atomstruct::Sequence::_rname3to1': class 'std::map<atomstruct::ResName,char,std::less<std::string>,std::allocator<std::pair<const atomstruct::ResName,char>>>' needs to have dll-interface to be used by clients of class 'atomstruct::Sequence'
|
|---|
| 30453 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Sequence.h(61): note: see declaration of 'std::map<atomstruct::ResName,char,std::less<std::string>,std::allocator<std::pair<const atomstruct::ResName,char>>>'
|
|---|
| 30454 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Sequence.h(67): warning C4251: 'atomstruct::Sequence::_cache_g2ug': class 'std::map<unsigned int,unsigned int,std::less<unsigned int>,std::allocator<std::pair<const unsigned int,unsigned int>>>' needs to have dll-interface to be used by clients of class 'atomstruct::Sequence'
|
|---|
| 30455 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Sequence.h(67): note: see declaration of 'std::map<unsigned int,unsigned int,std::less<unsigned int>,std::allocator<std::pair<const unsigned int,unsigned int>>>'
|
|---|
| 30456 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Sequence.h(68): warning C4251: 'atomstruct::Sequence::_cache_ug2g': class 'std::map<unsigned int,unsigned int,std::less<unsigned int>,std::allocator<std::pair<const unsigned int,unsigned int>>>' needs to have dll-interface to be used by clients of class 'atomstruct::Sequence'
|
|---|
| 30457 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Sequence.h(67): note: see declaration of 'std::map<unsigned int,unsigned int,std::less<unsigned int>,std::allocator<std::pair<const unsigned int,unsigned int>>>'
|
|---|
| 30458 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Sequence.h(69): 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'
|
|---|
| 30459 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Sequence.h(59): note: see declaration of 'std::vector<char,std::allocator<char>>'
|
|---|
| 30460 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Sequence.h(74): 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'
|
|---|
| 30461 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Sequence.h(59): note: see declaration of 'std::vector<char,std::allocator<char>>'
|
|---|
| 30462 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Sequence.h(75): 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'
|
|---|
| 30463 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 30464 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Sequence.h(140): warning C4267: 'return': conversion from 'size_t' to 'int', possible loss of data
|
|---|
| 30465 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\StructureSeq.h(61): 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'
|
|---|
| 30466 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 30467 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\StructureSeq.h(62): warning C4251: 'atomstruct::StructureSeq::_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 'atomstruct::StructureSeq'
|
|---|
| 30468 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 30469 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\StructureSeq.h(66): warning C4251: 'atomstruct::StructureSeq::_res_map': class 'std::map<atomstruct::Residue *,atomstruct::StructureSeq::SeqPos,std::less<atomstruct::Residue *>,std::allocator<std::pair<atomstruct::Residue *const ,atomstruct::StructureSeq::SeqPos>>>' needs to have dll-interface to be used by clients of class 'atomstruct::StructureSeq'
|
|---|
| 30470 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\StructureSeq.h(51): note: see declaration of 'std::map<atomstruct::Residue *,atomstruct::StructureSeq::SeqPos,std::less<atomstruct::Residue *>,std::allocator<std::pair<atomstruct::Residue *const ,atomstruct::StructureSeq::SeqPos>>>'
|
|---|
| 30471 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\StructureSeq.h(67): warning C4251: 'atomstruct::StructureSeq::_residues': class 'std::vector<atomstruct::Residue *,std::allocator<atomstruct::Residue *>>' needs to have dll-interface to be used by clients of class 'atomstruct::StructureSeq'
|
|---|
| 30472 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\StructureSeq.h(50): note: see declaration of 'std::vector<atomstruct::Residue *,std::allocator<atomstruct::Residue *>>'
|
|---|
| 30473 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\StructureSeq.h(122): warning C4267: 'return': conversion from 'size_t' to 'int', possible loss of data
|
|---|
| 30474 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\CompSS.h(42): warning C4251: 'atomstruct::CompSSInfo::strands': class 'std::vector<std::pair<atomstruct::Residue *,atomstruct::Residue *>,std::allocator<std::pair<atomstruct::Residue *,atomstruct::Residue *>>>' needs to have dll-interface to be used by clients of class 'atomstruct::CompSSInfo'
|
|---|
| 30475 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\CompSS.h(42): note: see declaration of 'std::vector<std::pair<atomstruct::Residue *,atomstruct::Residue *>,std::allocator<std::pair<atomstruct::Residue *,atomstruct::Residue *>>>'
|
|---|
| 30476 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\CompSS.h(43): warning C4251: 'atomstruct::CompSSInfo::sheets': class 'std::vector<std::set<int,std::less<int>,std::allocator<int>>,std::allocator<std::set<int,std::less<int>,std::allocator<int>>>>' needs to have dll-interface to be used by clients of class 'atomstruct::CompSSInfo'
|
|---|
| 30477 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\CompSS.h(43): note: see declaration of 'std::vector<std::set<int,std::less<int>,std::allocator<int>>,std::allocator<std::set<int,std::less<int>,std::allocator<int>>>>'
|
|---|
| 30478 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\CompSS.h(44): warning C4251: 'atomstruct::CompSSInfo::strands_parallel': class 'std::map<std::pair<int,int>,bool,std::less<std::pair<int,int>>,std::allocator<std::pair<const std::pair<int,int>,bool>>>' needs to have dll-interface to be used by clients of class 'atomstruct::CompSSInfo'
|
|---|
| 30479 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\CompSS.h(44): note: see declaration of 'std::map<std::pair<int,int>,bool,std::less<std::pair<int,int>>,std::allocator<std::pair<const std::pair<int,int>,bool>>>'
|
|---|
| 30480 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\CompSS.h(45): warning C4251: 'atomstruct::CompSSInfo::helix_info': class 'std::vector<std::pair<std::pair<atomstruct::Residue *,atomstruct::Residue *>,char>,std::allocator<std::pair<std::pair<atomstruct::Residue *,atomstruct::Residue *>,char>>>' needs to have dll-interface to be used by clients of class 'atomstruct::CompSSInfo'
|
|---|
| 30481 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\CompSS.h(45): note: see declaration of 'std::vector<std::pair<std::pair<atomstruct::Residue *,atomstruct::Residue *>,char>,std::allocator<std::pair<std::pair<atomstruct::Residue *,atomstruct::Residue *>,char>>>'
|
|---|
| 30482 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\pyinstance/PythonInstance.declare.h(78): 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>'
|
|---|
| 30483 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 30484 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\PBManager.h(53): note: see reference to class template instantiation 'pyinstance::PythonInstance<atomstruct::BaseManager>' being compiled
|
|---|
| 30485 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\PBManager.h(63): warning C4251: 'atomstruct::BaseManager::_groups': class 'std::map<std::string,atomstruct::Proxy_PBGroup *,std::less<std::string>,std::allocator<std::pair<const std::string,atomstruct::Proxy_PBGroup *>>>' needs to have dll-interface to be used by clients of class 'atomstruct::BaseManager'
|
|---|
| 30486 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\PBManager.h(58): note: see declaration of 'std::map<std::string,atomstruct::Proxy_PBGroup *,std::less<std::string>,std::allocator<std::pair<const std::string,atomstruct::Proxy_PBGroup *>>>'
|
|---|
| 30487 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\pyinstance/PythonInstance.declare.h(78): 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>'
|
|---|
| 30488 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 30489 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Ring.h(38): note: see reference to class template instantiation 'pyinstance::PythonInstance<atomstruct::Ring>' being compiled
|
|---|
| 30490 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Ring.h(43): warning C4251: 'atomstruct::Ring::_bonds': class 'std::set<atomstruct::Bond *,std::less<atomstruct::Bond *>,std::allocator<atomstruct::Bond *>>' needs to have dll-interface to be used by clients of class 'atomstruct::Ring'
|
|---|
| 30491 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Ring.h(41): note: see declaration of 'std::set<atomstruct::Bond *,std::less<atomstruct::Bond *>,std::allocator<atomstruct::Bond *>>'
|
|---|
| 30492 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Ring.h(44): warning C4251: 'atomstruct::Ring::_atoms': class 'std::set<atomstruct::Atom *,std::less<atomstruct::Atom *>,std::allocator<atomstruct::Atom *>>' needs to have dll-interface to be used by clients of class 'atomstruct::Ring'
|
|---|
| 30493 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Ring.h(40): note: see declaration of 'std::set<atomstruct::Atom *,std::less<atomstruct::Atom *>,std::allocator<atomstruct::Atom *>>'
|
|---|
| 30494 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\pyinstance/PythonInstance.declare.h(78): 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>'
|
|---|
| 30495 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 30496 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Structure.h(110): note: see reference to class template instantiation 'pyinstance::PythonInstance<atomstruct::Structure>' being compiled
|
|---|
| 30497 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Structure.h(145): warning C4251: 'atomstruct::Structure::_atoms': class 'std::vector<atomstruct::Atom *,std::allocator<atomstruct::Atom *>>' needs to have dll-interface to be used by clients of class 'atomstruct::Structure'
|
|---|
| 30498 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Ring.h(64): note: see declaration of 'std::vector<atomstruct::Atom *,std::allocator<atomstruct::Atom *>>'
|
|---|
| 30499 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Structure.h(147): warning C4251: 'atomstruct::Structure::_bonds': class 'std::vector<atomstruct::Bond *,std::allocator<atomstruct::Bond *>>' needs to have dll-interface to be used by clients of class 'atomstruct::Structure'
|
|---|
| 30500 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Ring.h(63): note: see declaration of 'std::vector<atomstruct::Bond *,std::allocator<atomstruct::Bond *>>'
|
|---|
| 30501 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Structure.h(151): warning C4251: 'atomstruct::Structure::_coord_sets': class 'std::vector<atomstruct::CoordSet *,std::allocator<atomstruct::CoordSet *>>' needs to have dll-interface to be used by clients of class 'atomstruct::Structure'
|
|---|
| 30502 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Structure.h(120): note: see declaration of 'std::vector<atomstruct::CoordSet *,std::allocator<atomstruct::CoordSet *>>'
|
|---|
| 30503 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Structure.h(156): warning C4251: 'atomstruct::Structure::_input_seq_info': class 'std::map<atomstruct::ChainID,std::vector<atomstruct::ResName,std::allocator<std::string>>,std::less<std::string>,std::allocator<std::pair<const atomstruct::ChainID,std::vector<atomstruct::ResName,std::allocator<std::string>>>>>' needs to have dll-interface to be used by clients of class 'atomstruct::Structure'
|
|---|
| 30504 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Structure.h(121): note: see declaration of 'std::map<atomstruct::ChainID,std::vector<atomstruct::ResName,std::allocator<std::string>>,std::less<std::string>,std::allocator<std::pair<const atomstruct::ChainID,std::vector<atomstruct::ResName,std::allocator<std::string>>>>>'
|
|---|
| 30505 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Structure.h(163): warning C4251: 'atomstruct::Structure::_residues': class 'std::vector<atomstruct::Residue *,std::allocator<atomstruct::Residue *>>' needs to have dll-interface to be used by clients of class 'atomstruct::Structure'
|
|---|
| 30506 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\StructureSeq.h(50): note: see declaration of 'std::vector<atomstruct::Residue *,std::allocator<atomstruct::Residue *>>'
|
|---|
| 30507 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Structure.h(165): warning C4251: 'atomstruct::Structure::_res_numbering_valid': class 'std::vector<bool,std::allocator<bool>>' needs to have dll-interface to be used by clients of class 'atomstruct::Structure'
|
|---|
| 30508 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Structure.h(165): note: see declaration of 'std::vector<bool,std::allocator<bool>>'
|
|---|
| 30509 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Structure.h(176): warning C4251: 'atomstruct::Structure::_rings': class 'std::set<atomstruct::Ring,std::less<atomstruct::Ring>,std::allocator<atomstruct::Ring>>' needs to have dll-interface to be used by clients of class 'atomstruct::Structure'
|
|---|
| 30510 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Structure.h(128): note: see declaration of 'std::set<atomstruct::Ring,std::less<atomstruct::Ring>,std::allocator<atomstruct::Ring>>'
|
|---|
| 30511 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Structure.h(283): 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'
|
|---|
| 30512 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 30513 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Structure.h(287): warning C4251: 'atomstruct::Structure::metadata': class 'std::map<atomstruct::ChainID,std::vector<atomstruct::ResName,std::allocator<std::string>>,std::less<std::string>,std::allocator<std::pair<const atomstruct::ChainID,std::vector<atomstruct::ResName,std::allocator<std::string>>>>>' needs to have dll-interface to be used by clients of class 'atomstruct::Structure'
|
|---|
| 30514 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Structure.h(121): note: see declaration of 'std::map<atomstruct::ChainID,std::vector<atomstruct::ResName,std::allocator<std::string>>,std::less<std::string>,std::allocator<std::pair<const atomstruct::ChainID,std::vector<atomstruct::ResName,std::allocator<std::string>>>>>'
|
|---|
| 30515 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\pyinstance/PythonInstance.declare.h(78): 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>'
|
|---|
| 30516 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 30517 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\CoordSet.h(41): note: see reference to class template instantiation 'pyinstance::PythonInstance<atomstruct::CoordSet>' being compiled
|
|---|
| 30518 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\CoordSet.h(49): warning C4251: 'atomstruct::CoordSet::_coords': class 'std::vector<atomstruct::Coord,std::allocator<atomstruct::Coord>>' needs to have dll-interface to be used by clients of class 'atomstruct::CoordSet'
|
|---|
| 30519 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\CoordSet.h(46): note: see declaration of 'std::vector<atomstruct::Coord,std::allocator<atomstruct::Coord>>'
|
|---|
| 30520 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\CoordSet.h(51): warning C4251: 'atomstruct::CoordSet::_bfactor_map': class 'std::unordered_map<const atomstruct::Atom *,float,std::hash<const atomstruct::Atom *>,std::equal_to<const atomstruct::Atom *>,std::allocator<std::pair<const atomstruct::Atom *const ,float>>>' needs to have dll-interface to be used by clients of class 'atomstruct::CoordSet'
|
|---|
| 30521 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\CoordSet.h(51): note: see declaration of 'std::unordered_map<const atomstruct::Atom *,float,std::hash<const atomstruct::Atom *>,std::equal_to<const atomstruct::Atom *>,std::allocator<std::pair<const atomstruct::Atom *const ,float>>>'
|
|---|
| 30522 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\CoordSet.h(52): warning C4251: 'atomstruct::CoordSet::_occupancy_map': class 'std::unordered_map<const atomstruct::Atom *,float,std::hash<const atomstruct::Atom *>,std::equal_to<const atomstruct::Atom *>,std::allocator<std::pair<const atomstruct::Atom *const ,float>>>' needs to have dll-interface to be used by clients of class 'atomstruct::CoordSet'
|
|---|
| 30523 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\CoordSet.h(51): note: see declaration of 'std::unordered_map<const atomstruct::Atom *,float,std::hash<const atomstruct::Atom *>,std::equal_to<const atomstruct::Atom *>,std::allocator<std::pair<const atomstruct::Atom *const ,float>>>'
|
|---|
| 30524 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\CoordSet.h(77): warning C4267: 'return': conversion from 'size_t' to 'int', possible loss of data
|
|---|
| 30525 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\CoordSet.h(80): warning C4267: 'return': conversion from 'size_t' to 'int', possible loss of data
|
|---|
| 30526 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\pyinstance/PythonInstance.declare.h(78): 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>'
|
|---|
| 30527 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 30528 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct/Atom.h(68): note: see reference to class template instantiation 'pyinstance::PythonInstance<atomstruct::Atom>' being compiled
|
|---|
| 30529 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct/Atom.h(124): warning C4251: 'atomstruct::Atom::_alt_loc_map': class 'std::map<unsigned char,atomstruct::Atom::_Alt_loc_info,std::less<unsigned char>,std::allocator<std::pair<const unsigned char,atomstruct::Atom::_Alt_loc_info>>>' needs to have dll-interface to be used by clients of class 'atomstruct::Atom'
|
|---|
| 30530 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct/Atom.h(123): note: see declaration of 'std::map<unsigned char,atomstruct::Atom::_Alt_loc_info,std::less<unsigned char>,std::allocator<std::pair<const unsigned char,atomstruct::Atom::_Alt_loc_info>>>'
|
|---|
| 30531 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct/Atom.h(126): warning C4251: 'atomstruct::Atom::_bonds': class 'std::vector<atomstruct::Bond *,std::allocator<atomstruct::Bond *>>' needs to have dll-interface to be used by clients of class 'atomstruct::Atom'
|
|---|
| 30532 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Ring.h(63): note: see declaration of 'std::vector<atomstruct::Bond *,std::allocator<atomstruct::Bond *>>'
|
|---|
| 30533 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct/Atom.h(127): 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'
|
|---|
| 30534 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\string_types.h(44): note: see declaration of 'chutil::CString<5,65,116,111,109,32,84,121,112,101>'
|
|---|
| 30535 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct/Atom.h(134): 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'
|
|---|
| 30536 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\string_types.h(44): note: see declaration of 'chutil::CString<5,65,116,111,109,32,84,121,112,101>'
|
|---|
| 30537 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct/Atom.h(136): warning C4251: 'atomstruct::Atom::_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::Atom'
|
|---|
| 30538 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 30539 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct/Atom.h(137): warning C4251: 'atomstruct::Atom::_neighbors': class 'std::vector<atomstruct::Atom *,std::allocator<atomstruct::Atom *>>' needs to have dll-interface to be used by clients of class 'atomstruct::Atom'
|
|---|
| 30540 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Ring.h(64): note: see declaration of 'std::vector<atomstruct::Atom *,std::allocator<atomstruct::Atom *>>'
|
|---|
| 30541 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct/Atom.h(143): warning C4251: 'atomstruct::Atom::_rings': class 'std::vector<const atomstruct::Ring *,std::allocator<const atomstruct::Ring *>>' needs to have dll-interface to be used by clients of class 'atomstruct::Atom'
|
|---|
| 30542 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct/Atom.h(91): note: see declaration of 'std::vector<const atomstruct::Ring *,std::allocator<const atomstruct::Ring *>>'
|
|---|
| 30543 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct/Atom.h(201): warning C4244: '=': conversion from 'double' to 'float', possible loss of data
|
|---|
| 30544 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct/Atom.h(205): warning C4244: 'return': conversion from 'double' to 'float', possible loss of data
|
|---|
| 30545 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct/Atom.h(223): warning C4267: 'return': conversion from 'size_t' to 'int', possible loss of data
|
|---|
| 30546 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\pyinstance/PythonInstance.declare.h(78): 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>'
|
|---|
| 30547 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 30548 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct/Bond.h(47): note: see reference to class template instantiation 'pyinstance::PythonInstance<atomstruct::Bond>' being compiled
|
|---|
| 30549 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct/Bond.h(59): warning C4251: 'atomstruct::Bond::_rings': class 'std::vector<const atomstruct::Ring *,std::allocator<const atomstruct::Ring *>>' needs to have dll-interface to be used by clients of class 'atomstruct::Bond'
|
|---|
| 30550 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct/Atom.h(91): note: see declaration of 'std::vector<const atomstruct::Ring *,std::allocator<const atomstruct::Ring *>>'
|
|---|
| 30551 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct/Bond.h(128): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data
|
|---|
| 30552 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\pyinstance/PythonInstance.declare.h(78): warning C4251: 'pyinstance::PythonInstance<atomstruct::PBGroup>::_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::PBGroup>'
|
|---|
| 30553 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 30554 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct/PBGroup.h(61): note: see reference to class template instantiation 'pyinstance::PythonInstance<atomstruct::PBGroup>' being compiled
|
|---|
| 30555 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct/PBGroup.h(70): warning C4251: 'atomstruct::PBGroup::_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::PBGroup'
|
|---|
| 30556 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 30557 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct/PBGroup.h(169): warning C4251: 'atomstruct::StructurePBGroup::_pbonds': class 'std::set<atomstruct::Pseudobond *,std::less<atomstruct::Pseudobond *>,std::allocator<atomstruct::Pseudobond *>>' needs to have dll-interface to be used by clients of class 'atomstruct::StructurePBGroup'
|
|---|
| 30558 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct/PBGroup.h(63): note: see declaration of 'std::set<atomstruct::Pseudobond *,std::less<atomstruct::Pseudobond *>,std::allocator<atomstruct::Pseudobond *>>'
|
|---|
| 30559 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct/PBGroup.h(199): warning C4251: 'atomstruct::CS_PBGroup::_pbonds': class 'std::unordered_map<const atomstruct::CoordSet *,atomstruct::PBGroup::Pseudobonds,std::hash<const atomstruct::CoordSet *>,std::equal_to<const atomstruct::CoordSet *>,std::allocator<std::pair<const atomstruct::CoordSet *const ,atomstruct::PBGroup::Pseudobonds>>>' needs to have dll-interface to be used by clients of class 'atomstruct::CS_PBGroup'
|
|---|
| 30560 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct/PBGroup.h(199): note: see declaration of 'std::unordered_map<const atomstruct::CoordSet *,atomstruct::PBGroup::Pseudobonds,std::hash<const atomstruct::CoordSet *>,std::equal_to<const atomstruct::CoordSet *>,std::allocator<std::pair<const atomstruct::CoordSet *const ,atomstruct::PBGroup::Pseudobonds>>>'
|
|---|
| 30561 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\pyinstance/PythonInstance.declare.h(78): warning C4251: 'pyinstance::PythonInstance<atomstruct::Pseudobond>::_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::Pseudobond>'
|
|---|
| 30562 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 30563 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Pseudobond.h(52): note: see reference to class template instantiation 'pyinstance::PythonInstance<atomstruct::Pseudobond>' being compiled
|
|---|
| 30564 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\pyinstance/PythonInstance.declare.h(78): 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>'
|
|---|
| 30565 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 30566 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct/Residue.h(53): note: see reference to class template instantiation 'pyinstance::PythonInstance<atomstruct::Residue>' being compiled
|
|---|
| 30567 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct/Residue.h(81): warning C4251: 'atomstruct::Residue::_atoms': class 'std::vector<atomstruct::Atom *,std::allocator<atomstruct::Atom *>>' needs to have dll-interface to be used by clients of class 'atomstruct::Residue'
|
|---|
| 30568 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Ring.h(64): note: see declaration of 'std::vector<atomstruct::Atom *,std::allocator<atomstruct::Atom *>>'
|
|---|
| 30569 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct/Residue.h(83): 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'
|
|---|
| 30570 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 30571 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct/Residue.h(85): 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'
|
|---|
| 30572 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 30573 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct/Residue.h(86): 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'
|
|---|
| 30574 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 30575 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct/Residue.h(162): warning C4251: 'atomstruct::Residue::aa_min_backbone_names': class 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>' needs to have dll-interface to be used by clients of class 'atomstruct::Residue'
|
|---|
| 30576 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\element/Element.h(79): note: see declaration of 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>'
|
|---|
| 30577 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct/Residue.h(163): warning C4251: 'atomstruct::Residue::aa_min_ordered_backbone_names': class 'std::vector<atomstruct::ResName,std::allocator<std::string>>' needs to have dll-interface to be used by clients of class 'atomstruct::Residue'
|
|---|
| 30578 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Sequence.h(99): note: see declaration of 'std::vector<atomstruct::ResName,std::allocator<std::string>>'
|
|---|
| 30579 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct/Residue.h(164): warning C4251: 'atomstruct::Residue::aa_max_backbone_names': class 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>' needs to have dll-interface to be used by clients of class 'atomstruct::Residue'
|
|---|
| 30580 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\element/Element.h(79): note: see declaration of 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>'
|
|---|
| 30581 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct/Residue.h(165): warning C4251: 'atomstruct::Residue::aa_ribbon_backbone_names': class 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>' needs to have dll-interface to be used by clients of class 'atomstruct::Residue'
|
|---|
| 30582 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\element/Element.h(79): note: see declaration of 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>'
|
|---|
| 30583 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct/Residue.h(166): warning C4251: 'atomstruct::Residue::aa_side_connector_names': class 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>' needs to have dll-interface to be used by clients of class 'atomstruct::Residue'
|
|---|
| 30584 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\element/Element.h(79): note: see declaration of 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>'
|
|---|
| 30585 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct/Residue.h(167): warning C4251: 'atomstruct::Residue::na_min_backbone_names': class 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>' needs to have dll-interface to be used by clients of class 'atomstruct::Residue'
|
|---|
| 30586 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\element/Element.h(79): note: see declaration of 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>'
|
|---|
| 30587 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct/Residue.h(168): warning C4251: 'atomstruct::Residue::na_min_ordered_backbone_names': class 'std::vector<atomstruct::ResName,std::allocator<std::string>>' needs to have dll-interface to be used by clients of class 'atomstruct::Residue'
|
|---|
| 30588 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Sequence.h(99): note: see declaration of 'std::vector<atomstruct::ResName,std::allocator<std::string>>'
|
|---|
| 30589 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct/Residue.h(169): warning C4251: 'atomstruct::Residue::na_max_backbone_names': class 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>' needs to have dll-interface to be used by clients of class 'atomstruct::Residue'
|
|---|
| 30590 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\element/Element.h(79): note: see declaration of 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>'
|
|---|
| 30591 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct/Residue.h(170): warning C4251: 'atomstruct::Residue::na_ribbon_backbone_names': class 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>' needs to have dll-interface to be used by clients of class 'atomstruct::Residue'
|
|---|
| 30592 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\element/Element.h(79): note: see declaration of 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>'
|
|---|
| 30593 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct/Residue.h(171): warning C4251: 'atomstruct::Residue::na_side_connector_names': class 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>' needs to have dll-interface to be used by clients of class 'atomstruct::Residue'
|
|---|
| 30594 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\element/Element.h(79): note: see declaration of 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>'
|
|---|
| 30595 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct/Residue.h(172): warning C4251: 'atomstruct::Residue::ribose_names': class 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>' needs to have dll-interface to be used by clients of class 'atomstruct::Residue'
|
|---|
| 30596 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\element/Element.h(79): note: see declaration of 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>'
|
|---|
| 30597 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct/Residue.h(173): warning C4251: 'atomstruct::Residue::std_solvent_names': class 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>' needs to have dll-interface to be used by clients of class 'atomstruct::Residue'
|
|---|
| 30598 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\element/Element.h(79): note: see declaration of 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>'
|
|---|
| 30599 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct/Residue.h(174): warning C4251: 'atomstruct::Residue::std_water_names': class 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>' needs to have dll-interface to be used by clients of class 'atomstruct::Residue'
|
|---|
| 30600 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\element/Element.h(79): note: see declaration of 'std::set<std::string,std::less<std::string>,std::allocator<std::string>>'
|
|---|
| 30601 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct/Residue.h(175): warning C4251: 'atomstruct::Residue::ideal_chirality': class 'std::map<atomstruct::ResName,std::map<atomstruct::ResName,char,std::less<std::string>,std::allocator<std::pair<const atomstruct::ResName,char>>>,std::less<std::string>,std::allocator<std::pair<const atomstruct::ResName,std::map<atomstruct::ResName,char,std::less<std::string>,std::allocator<std::pair<const atomstruct::ResName,char>>>>>>' needs to have dll-interface to be used by clients of class 'atomstruct::Residue'
|
|---|
| 30602 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct/Residue.h(175): note: see declaration of 'std::map<atomstruct::ResName,std::map<atomstruct::ResName,char,std::less<std::string>,std::allocator<std::pair<const atomstruct::ResName,char>>>,std::less<std::string>,std::allocator<std::pair<const atomstruct::ResName,std::map<atomstruct::ResName,char,std::less<std::string>,std::allocator<std::pair<const atomstruct::ResName,char>>>>>>'
|
|---|
| 30603 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct/Residue.h(126): warning C4267: 'return': conversion from 'size_t' to 'int', possible loss of data
|
|---|
| 30604 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\pyinstance/PythonInstance.declare.h(78): 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>'
|
|---|
| 30605 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 30606 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\tmpl\CoordSet.h(39): note: see reference to class template instantiation 'pyinstance::PythonInstance<tmpl::CoordSet>' being compiled
|
|---|
| 30607 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\tmpl\CoordSet.h(44): warning C4251: 'tmpl::CoordSet::_coords': class 'std::vector<atomstruct::Coord,std::allocator<atomstruct::Coord>>' needs to have dll-interface to be used by clients of class 'tmpl::CoordSet'
|
|---|
| 30608 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\CoordSet.h(46): note: see declaration of 'std::vector<atomstruct::Coord,std::allocator<atomstruct::Coord>>'
|
|---|
| 30609 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\pyinstance/PythonInstance.declare.h(78): 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>'
|
|---|
| 30610 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 30611 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\tmpl\Atom.h(48): note: see reference to class template instantiation 'pyinstance::PythonInstance<tmpl::Atom>' being compiled
|
|---|
| 30612 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\tmpl\Atom.h(58): warning C4251: 'tmpl::Atom::_bonds': class 'std::vector<tmpl::Bond *,std::allocator<tmpl::Bond *>>' needs to have dll-interface to be used by clients of class 'tmpl::Atom'
|
|---|
| 30613 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\tmpl\Atom.h(50): note: see declaration of 'std::vector<tmpl::Bond *,std::allocator<tmpl::Bond *>>'
|
|---|
| 30614 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\tmpl\Atom.h(61): 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'
|
|---|
| 30615 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\string_types.h(44): note: see declaration of 'chutil::CString<5,65,116,111,109,32,84,121,112,101>'
|
|---|
| 30616 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\tmpl\Atom.h(64): warning C4251: 'tmpl::Atom::_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::Atom'
|
|---|
| 30617 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 30618 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\tmpl\Atom.h(65): warning C4251: 'tmpl::Atom::_neighbors': class 'std::vector<tmpl::Atom *,std::allocator<tmpl::Atom *>>' needs to have dll-interface to be used by clients of class 'tmpl::Atom'
|
|---|
| 30619 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\tmpl\Atom.h(51): note: see declaration of 'std::vector<tmpl::Atom *,std::allocator<tmpl::Atom *>>'
|
|---|
| 30620 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\pyinstance/PythonInstance.declare.h(78): 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>'
|
|---|
| 30621 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 30622 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\tmpl\Bond.h(39): note: see reference to class template instantiation 'pyinstance::PythonInstance<tmpl::Bond>' being compiled
|
|---|
| 30623 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\tmpl\TAexcept.h(36): warning C4275: non dll-interface class 'std::runtime_error' used as base for dll-interface class 'tmpl::TA_exception'
|
|---|
| 30624 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\stdexcept(101): note: see declaration of 'std::runtime_error'
|
|---|
| 30625 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\tmpl\TAexcept.h(36): note: see declaration of 'tmpl::TA_exception'
|
|---|
| 30626 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\pyinstance/PythonInstance.declare.h(78): 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>'
|
|---|
| 30627 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 30628 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\tmpl\Residue.h(47): note: see reference to class template instantiation 'pyinstance::PythonInstance<tmpl::Residue>' being compiled
|
|---|
| 30629 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\tmpl\Residue.h(85): warning C4251: 'tmpl::Residue::metadata': class 'std::map<atomstruct::ChainID,std::vector<atomstruct::ResName,std::allocator<std::string>>,std::less<std::string>,std::allocator<std::pair<const atomstruct::ChainID,std::vector<atomstruct::ResName,std::allocator<std::string>>>>>' needs to have dll-interface to be used by clients of class 'tmpl::Residue'
|
|---|
| 30630 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\Structure.h(121): note: see declaration of 'std::map<atomstruct::ChainID,std::vector<atomstruct::ResName,std::allocator<std::string>>,std::less<std::string>,std::allocator<std::pair<const atomstruct::ChainID,std::vector<atomstruct::ResName,std::allocator<std::string>>>>>'
|
|---|
| 30631 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\tmpl\Residue.h(88): 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'
|
|---|
| 30632 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 30633 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\tmpl\Residue.h(89): warning C4251: 'tmpl::Residue::_atoms': class 'std::map<atomstruct::AtomName,tmpl::Atom *,std::less<std::string>,std::allocator<std::pair<const atomstruct::AtomName,tmpl::Atom *>>>' needs to have dll-interface to be used by clients of class 'tmpl::Residue'
|
|---|
| 30634 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\tmpl\Residue.h(80): note: see declaration of 'std::map<atomstruct::AtomName,tmpl::Atom *,std::less<std::string>,std::allocator<std::pair<const atomstruct::AtomName,tmpl::Atom *>>>'
|
|---|
| 30635 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\tmpl\Residue.h(91): 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'
|
|---|
| 30636 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 30637 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\tmpl\Residue.h(92): warning C4251: 'tmpl::Residue::_link_atoms': class 'std::vector<tmpl::Atom *,std::allocator<tmpl::Atom *>>' needs to have dll-interface to be used by clients of class 'tmpl::Residue'
|
|---|
| 30638 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\tmpl\Atom.h(51): note: see declaration of 'std::vector<tmpl::Atom *,std::allocator<tmpl::Atom *>>'
|
|---|
| 30639 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\pyinstance/PythonInstance.declare.h(78): 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>'
|
|---|
| 30640 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 30641 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\tmpl\Molecule.h(48): note: see reference to class template instantiation 'pyinstance::PythonInstance<tmpl::Molecule>' being compiled
|
|---|
| 30642 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\tmpl\Molecule.h(57): warning C4251: 'tmpl::Molecule::_atoms': class 'std::set<tmpl::Atom *,std::less<tmpl::Atom *>,std::allocator<tmpl::Atom *>>' needs to have dll-interface to be used by clients of class 'tmpl::Molecule'
|
|---|
| 30643 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\tmpl\Molecule.h(52): note: see declaration of 'std::set<tmpl::Atom *,std::less<tmpl::Atom *>,std::allocator<tmpl::Atom *>>'
|
|---|
| 30644 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\tmpl\Molecule.h(58): warning C4251: 'tmpl::Molecule::_bonds': class 'std::set<tmpl::Bond *,std::less<tmpl::Bond *>,std::allocator<tmpl::Bond *>>' needs to have dll-interface to be used by clients of class 'tmpl::Molecule'
|
|---|
| 30645 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\tmpl\Molecule.h(53): note: see declaration of 'std::set<tmpl::Bond *,std::less<tmpl::Bond *>,std::allocator<tmpl::Bond *>>'
|
|---|
| 30646 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\tmpl\Molecule.h(59): warning C4251: 'tmpl::Molecule::_coord_sets': class 'std::vector<tmpl::CoordSet *,std::allocator<tmpl::CoordSet *>>' needs to have dll-interface to be used by clients of class 'tmpl::Molecule'
|
|---|
| 30647 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\tmpl\Molecule.h(54): note: see declaration of 'std::vector<tmpl::CoordSet *,std::allocator<tmpl::CoordSet *>>'
|
|---|
| 30648 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\tmpl\Molecule.h(60): warning C4251: 'tmpl::Molecule::_residues': class 'std::map<atomstruct::ResName,tmpl::Residue *,std::less<std::string>,std::allocator<std::pair<const atomstruct::ResName,tmpl::Residue *>>>' needs to have dll-interface to be used by clients of class 'tmpl::Molecule'
|
|---|
| 30649 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct\tmpl\Molecule.h(55): note: see declaration of 'std::map<atomstruct::ResName,tmpl::Residue *,std::less<std::string>,std::allocator<std::pair<const atomstruct::ResName,tmpl::Residue *>>>'
|
|---|
| 30650 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct/MolResId.h(43): warning C4251: 'atomstruct::MolResId::chain': 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::MolResId'
|
|---|
| 30651 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 30652 | pdbio_cpp/PDBio.cpp(95): warning C4267: 'initializing': conversion from 'size_t' to 'int', possible loss of data
|
|---|
| 30653 | pdbio_cpp/PDBio.cpp(113): warning C4267: 'initializing': conversion from 'size_t' to 'int', possible loss of data
|
|---|
| 30654 | pdbio_cpp/PDBio.cpp(129): warning C4267: 'initializing': conversion from 'size_t' to 'int', possible loss of data
|
|---|
| 30655 | pdbio_cpp/PDBio.cpp(134): warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
|
|---|
| 30656 | pdbio_cpp/PDBio.cpp(137): warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
|
|---|
| 30657 | pdbio_cpp/PDBio.cpp(167): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data
|
|---|
| 30658 | pdbio_cpp/PDBio.cpp(159): warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
|
|---|
| 30659 | pdbio_cpp/PDBio.cpp(181): warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
|
|---|
| 30660 | pdbio_cpp/PDBio.cpp(230): warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
|
|---|
| 30661 | pdbio_cpp/PDBio.cpp(231): warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
|
|---|
| 30662 | pdbio_cpp/PDBio.cpp(234): warning C4996: 'strncpy': This function or variable may be unsafe. Consider using strncpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
|
|---|
| 30663 | pdbio_cpp/PDBio.cpp(240): warning C4996: 'strncpy': This function or variable may be unsafe. Consider using strncpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
|
|---|
| 30664 | pdbio_cpp/PDBio.cpp(246): warning C4996: 'strncpy': This function or variable may be unsafe. Consider using strncpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
|
|---|
| 30665 | pdbio_cpp/PDBio.cpp(252): warning C4996: 'strncpy': This function or variable may be unsafe. Consider using strncpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
|
|---|
| 30666 | pdbio_cpp/PDBio.cpp(273): warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
|
|---|
| 30667 | pdbio_cpp/PDBio.cpp(300): warning C4996: 'strncpy': This function or variable may be unsafe. Consider using strncpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
|
|---|
| 30668 | pdbio_cpp/PDBio.cpp(306): warning C4996: 'strncpy': This function or variable may be unsafe. Consider using strncpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
|
|---|
| 30669 | pdbio_cpp/PDBio.cpp(312): warning C4996: 'strncpy': This function or variable may be unsafe. Consider using strncpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
|
|---|
| 30670 | pdbio_cpp/PDBio.cpp(318): warning C4996: 'strncpy': This function or variable may be unsafe. Consider using strncpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
|
|---|
| 30671 | pdbio_cpp/PDBio.cpp(386): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data
|
|---|
| 30672 | pdbio_cpp/PDBio.cpp(398): warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
|
|---|
| 30673 | pdbio_cpp/PDBio.cpp(400): warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
|
|---|
| 30674 | pdbio_cpp/PDBio.cpp(416): warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
|
|---|
| 30675 | pdbio_cpp/PDBio.cpp(420): warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
|
|---|
| 30676 | pdbio_cpp/PDBio.cpp(424): warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
|
|---|
| 30677 | pdbio_cpp/PDBio.cpp(726): warning C4267: 'initializing': conversion from 'size_t' to 'int', possible loss of data
|
|---|
| 30678 | pdbio_cpp/PDBio.cpp(955): warning C4267: 'initializing': conversion from 'size_t' to 'unsigned int', possible loss of data
|
|---|
| 30679 | pdbio_cpp/PDBio.cpp(1032): warning C4244: 'argument': conversion from 'pdb::PDB::Real' to 'float', possible loss of data
|
|---|
| 30680 | pdbio_cpp/PDBio.cpp(1033): warning C4244: 'argument': conversion from 'pdb::PDB::Real' to 'float', possible loss of data
|
|---|
| 30681 | pdbio_cpp/PDBio.cpp(1044): warning C4244: 'argument': conversion from 'pdb::PDB::Real' to 'float', possible loss of data
|
|---|
| 30682 | pdbio_cpp/PDBio.cpp(1046): warning C4244: 'argument': conversion from 'pdb::PDB::Real' to 'float', possible loss of data
|
|---|
| 30683 | pdbio_cpp/PDBio.cpp(1047): warning C4244: 'argument': conversion from 'pdb::PDB::Real' to 'float', possible loss of data
|
|---|
| 30684 | pdbio_cpp/PDBio.cpp(1072): warning C4244: 'initializing': conversion from 'double' to 'float', possible loss of data
|
|---|
| 30685 | pdbio_cpp/PDBio.cpp(1073): warning C4244: 'initializing': conversion from 'double' to 'float', possible loss of data
|
|---|
| 30686 | pdbio_cpp/PDBio.cpp(1074): warning C4244: 'initializing': conversion from 'double' to 'float', possible loss of data
|
|---|
| 30687 | pdbio_cpp/PDBio.cpp(1075): warning C4244: 'initializing': conversion from 'double' to 'float', possible loss of data
|
|---|
| 30688 | pdbio_cpp/PDBio.cpp(1076): warning C4244: 'initializing': conversion from 'double' to 'float', possible loss of data
|
|---|
| 30689 | pdbio_cpp/PDBio.cpp(1077): warning C4244: 'initializing': conversion from 'double' to 'float', possible loss of data
|
|---|
| 30690 | pdbio_cpp/PDBio.cpp(1178): warning C4267: 'initializing': conversion from 'size_t' to 'int', possible loss of data
|
|---|
| 30691 | pdbio_cpp/PDBio.cpp(1407): warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
|
|---|
| 30692 | pdbio_cpp/PDBio.cpp(1408): warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
|
|---|
| 30693 | pdbio_cpp/PDBio.cpp(1414): warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
|
|---|
| 30694 | pdbio_cpp/PDBio.cpp(1415): warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
|
|---|
| 30695 | pdbio_cpp/PDBio.cpp(1429): warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
|
|---|
| 30696 | pdbio_cpp/PDBio.cpp(1430): warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
|
|---|
| 30697 | pdbio_cpp/PDBio.cpp(1611): warning C4996: 'fdopen': The POSIX name for this item is deprecated. Instead, use the ISO C and C++ conformant name: _fdopen. See online help for details.
|
|---|
| 30698 | pdbio_cpp/PDBio.cpp(1883): warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
|
|---|
| 30699 | pdbio_cpp/PDBio.cpp(1884): warning C4996: 'strcat': This function or variable may be unsafe. Consider using strcat_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
|
|---|
| 30700 | pdbio_cpp/PDBio.cpp(1921): warning C4244: '=': conversion from 'long' to 'char', possible loss of data
|
|---|
| 30701 | pdbio_cpp/PDBio.cpp(1929): warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
|
|---|
| 30702 | pdbio_cpp/PDBio.cpp(1939): warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
|
|---|
| 30703 | pdbio_cpp/PDBio.cpp(1996): warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
|
|---|
| 30704 | pdbio_cpp/PDBio.cpp(2007): warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
|
|---|
| 30705 | pdbio_cpp/PDBio.cpp(2008): warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
|
|---|
| 30706 | pdbio_cpp/PDBio.cpp(2009): warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
|
|---|
| 30707 | pdbio_cpp/PDBio.cpp(1871): warning C4996: 'strncpy': This function or variable may be unsafe. Consider using strncpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
|
|---|
| 30708 | pdbio_cpp/PDBio.cpp(1886): warning C4996: 'strncpy': This function or variable may be unsafe. Consider using strncpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
|
|---|
| 30709 | "C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\bin\HostX64\x64\link.exe" /nologo /INCREMENTAL:NO /LTCG /DLL /MANIFEST:EMBED,ID=2 /MANIFESTUAC:NO /LIBPATH:C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\lib /LIBPATH:pdb_cpp/lib /LIBPATH:pdb_cpp/ /LIBPATH:src/ /LIBPATH:C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\core\lib /LIBPATH:C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\arrays\lib /LIBPATH:C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\lib /LIBPATH:C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\pdb_lib\lib /LIBPATH:C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\libs /LIBPATH:C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin /LIBPATH:C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\PCbuild\amd64 "/LIBPATH:C:\Program Files (x86)\Windows Kits\10\lib\10.0.19041.0\ucrt\x64" "/LIBPATH:C:\Program Files (x86)\Windows Kits\10\lib\10.0.19041.0\um\x64" "/LIBPATH:c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\lib\\x64" "/LIBPATH:c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\atlmfc\lib\\x64" "/LIBPATH:c:\Program Files (x86)\Windows Kits\10\lib\10.0.19041.0\ucrt\x64" "/LIBPATH:c:\Program Files (x86)\Windows Kits\10\lib\10.0.19041.0\um\x64" libatomstruct.lib libelement.lib libpyinstance.lib liblogger.lib libpdb.lib libpdbconnect.lib libarrays.lib /EXPORT:PyInit__pdbio build\temp.win-amd64-cpython-311\Release\pdbio_cpp\PDBio.obj /OUT:build\lib.win-amd64-cpython-311\chimerax\pdb\_pdbio.cp311-win_amd64.pyd /IMPLIB:build\temp.win-amd64-cpython-311\Release\pdbio_cpp\_pdbio.cp311-win_amd64.lib
|
|---|
| 30710 | Creating library build\temp.win-amd64-cpython-311\Release\pdbio_cpp\_pdbio.cp311-win_amd64.lib and object build\temp.win-amd64-cpython-311\Release\pdbio_cpp\_pdbio.cp311-win_amd64.exp
|
|---|
| 30711 | Generating code
|
|---|
| 30712 | Finished generating code
|
|---|
| 30713 | running bdist_wheel
|
|---|
| 30714 | installing to build\bdist.win-amd64\wheel
|
|---|
| 30715 | running install
|
|---|
| 30716 | running install_lib
|
|---|
| 30717 | running build_ext
|
|---|
| 30718 | creating build\bdist.win-amd64\wheel
|
|---|
| 30719 | creating build\bdist.win-amd64\wheel\chimerax
|
|---|
| 30720 | creating build\bdist.win-amd64\wheel\chimerax\pdb
|
|---|
| 30721 | copying build\lib.win-amd64-cpython-311\chimerax\pdb\gui.py -> build\bdist.win-amd64\wheel\.\chimerax\pdb
|
|---|
| 30722 | copying build\lib.win-amd64-cpython-311\chimerax\pdb\libpdb.lib -> build\bdist.win-amd64\wheel\.\chimerax\pdb
|
|---|
| 30723 | copying build\lib.win-amd64-cpython-311\chimerax\pdb\pdb.py -> build\bdist.win-amd64\wheel\.\chimerax\pdb
|
|---|
| 30724 | copying build\lib.win-amd64-cpython-311\chimerax\pdb\uniprot_id.py -> build\bdist.win-amd64\wheel\.\chimerax\pdb
|
|---|
| 30725 | copying build\lib.win-amd64-cpython-311\chimerax\pdb\_pdbio.cp311-win_amd64.pyd -> build\bdist.win-amd64\wheel\.\chimerax\pdb
|
|---|
| 30726 | copying build\lib.win-amd64-cpython-311\chimerax\pdb\__init__.py -> build\bdist.win-amd64\wheel\.\chimerax\pdb
|
|---|
| 30727 | running install_egg_info
|
|---|
| 30728 | running egg_info
|
|---|
| 30729 | creating ChimeraX_PDB.egg-info
|
|---|
| 30730 | writing ChimeraX_PDB.egg-info\PKG-INFO
|
|---|
| 30731 | writing dependency_links to ChimeraX_PDB.egg-info\dependency_links.txt
|
|---|
| 30732 | writing requirements to ChimeraX_PDB.egg-info\requires.txt
|
|---|
| 30733 | writing top-level names to ChimeraX_PDB.egg-info\top_level.txt
|
|---|
| 30734 | writing manifest file 'ChimeraX_PDB.egg-info\SOURCES.txt'
|
|---|
| 30735 | reading manifest file 'ChimeraX_PDB.egg-info\SOURCES.txt'
|
|---|
| 30736 | writing manifest file 'ChimeraX_PDB.egg-info\SOURCES.txt'
|
|---|
| 30737 | Copying ChimeraX_PDB.egg-info to build\bdist.win-amd64\wheel\.\ChimeraX_PDB-2.7.11-py3.11.egg-info
|
|---|
| 30738 | running install_scripts
|
|---|
| 30739 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\setuptools\command\bdist_wheel.py:103: RuntimeWarning: Config variable 'Py_DEBUG' is unset, Python ABI tag may be incorrect
|
|---|
| 30740 | if get_flag("Py_DEBUG", hasattr(sys, "gettotalrefcount"), warn=(impl == "cp")):
|
|---|
| 30741 | creating build\bdist.win-amd64\wheel\chimerax_pdb-2.7.11.dist-info\WHEEL
|
|---|
| 30742 | creating 'dist\chimerax_pdb-2.7.11-cp311-cp311-win_amd64.whl' and adding 'build\bdist.win-amd64\wheel' to it
|
|---|
| 30743 | adding 'chimerax/pdb/__init__.py'
|
|---|
| 30744 | adding 'chimerax/pdb/_pdbio.cp311-win_amd64.pyd'
|
|---|
| 30745 | adding 'chimerax/pdb/gui.py'
|
|---|
| 30746 | adding 'chimerax/pdb/libpdb.lib'
|
|---|
| 30747 | adding 'chimerax/pdb/pdb.py'
|
|---|
| 30748 | adding 'chimerax/pdb/uniprot_id.py'
|
|---|
| 30749 | adding 'chimerax_pdb-2.7.11.dist-info/METADATA'
|
|---|
| 30750 | adding 'chimerax_pdb-2.7.11.dist-info/WHEEL'
|
|---|
| 30751 | adding 'chimerax_pdb-2.7.11.dist-info/top_level.txt'
|
|---|
| 30752 | adding 'chimerax_pdb-2.7.11.dist-info/RECORD'
|
|---|
| 30753 | removing build\bdist.win-amd64\wheel
|
|---|
| 30754 | Distribution is in .\dist\ChimeraX_PDB-2.7.11-cp311-cp311-win_amd64.whl
|
|---|
| 30755 | INFO:
|
|---|
| 30756 |
|
|---|
| 30757 | make sync
|
|---|
| 30758 | make[6]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/pdb'
|
|---|
| 30759 | cp -av dist/*.whl ../../../build/sync
|
|---|
| 30760 | 'dist/chimerax_pdb-2.7.11-cp311-cp311-win_amd64.whl' -> '../../../build/sync/chimerax_pdb-2.7.11-cp311-cp311-win_amd64.whl'
|
|---|
| 30761 | make[6]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/pdb'
|
|---|
| 30762 | make[5]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/pdb'
|
|---|
| 30763 | make -C pdb_bio build
|
|---|
| 30764 | make[5]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/pdb_bio'
|
|---|
| 30765 | if [ -z "../../../ChimeraX.app/bin/python.exe" ]; then \
|
|---|
| 30766 | echo "missing ChimeraX application's python"; exit 1; \
|
|---|
| 30767 | else \
|
|---|
| 30768 | PYTHONNOUSERSITE=1 ../../../ChimeraX.app/bin/python.exe -I -m chimerax.core --nogui --exit --safemode --cmd "devel build . exit true "; \
|
|---|
| 30769 | fi
|
|---|
| 30770 | INFO:
|
|---|
| 30771 | Executing: devel build . exit true
|
|---|
| 30772 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\setuptools\dist.py:759: SetuptoolsDeprecationWarning: License classifiers are deprecated.
|
|---|
| 30773 | !!
|
|---|
| 30774 |
|
|---|
| 30775 | ********************************************************************************
|
|---|
| 30776 | Please consider removing the following classifiers in favor of a SPDX license expression:
|
|---|
| 30777 |
|
|---|
| 30778 | License :: Free for non-commercial use
|
|---|
| 30779 |
|
|---|
| 30780 | See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details.
|
|---|
| 30781 | ********************************************************************************
|
|---|
| 30782 |
|
|---|
| 30783 | !!
|
|---|
| 30784 | self._finalize_license_expression()
|
|---|
| 30785 | running build
|
|---|
| 30786 | running build_py
|
|---|
| 30787 | creating build\lib\chimerax\pdb_bio
|
|---|
| 30788 | copying src\fetch_pdb_bio.py -> build\lib\chimerax\pdb_bio
|
|---|
| 30789 | copying src\__init__.py -> build\lib\chimerax\pdb_bio
|
|---|
| 30790 | running bdist_wheel
|
|---|
| 30791 | installing to build\bdist.win-amd64\wheel
|
|---|
| 30792 | running install
|
|---|
| 30793 | running install_lib
|
|---|
| 30794 | creating build\bdist.win-amd64\wheel
|
|---|
| 30795 | creating build\bdist.win-amd64\wheel\chimerax
|
|---|
| 30796 | creating build\bdist.win-amd64\wheel\chimerax\pdb_bio
|
|---|
| 30797 | copying build\lib\chimerax\pdb_bio\fetch_pdb_bio.py -> build\bdist.win-amd64\wheel\.\chimerax\pdb_bio
|
|---|
| 30798 | copying build\lib\chimerax\pdb_bio\__init__.py -> build\bdist.win-amd64\wheel\.\chimerax\pdb_bio
|
|---|
| 30799 | running install_egg_info
|
|---|
| 30800 | running egg_info
|
|---|
| 30801 | creating ChimeraX_PDBBio.egg-info
|
|---|
| 30802 | writing ChimeraX_PDBBio.egg-info\PKG-INFO
|
|---|
| 30803 | writing dependency_links to ChimeraX_PDBBio.egg-info\dependency_links.txt
|
|---|
| 30804 | writing requirements to ChimeraX_PDBBio.egg-info\requires.txt
|
|---|
| 30805 | writing top-level names to ChimeraX_PDBBio.egg-info\top_level.txt
|
|---|
| 30806 | writing manifest file 'ChimeraX_PDBBio.egg-info\SOURCES.txt'
|
|---|
| 30807 | reading manifest file 'ChimeraX_PDBBio.egg-info\SOURCES.txt'
|
|---|
| 30808 | writing manifest file 'ChimeraX_PDBBio.egg-info\SOURCES.txt'
|
|---|
| 30809 | Copying ChimeraX_PDBBio.egg-info to build\bdist.win-amd64\wheel\.\ChimeraX_PDBBio-1.0.1-py3.11.egg-info
|
|---|
| 30810 | running install_scripts
|
|---|
| 30811 | creating build\bdist.win-amd64\wheel\chimerax_pdbbio-1.0.1.dist-info\WHEEL
|
|---|
| 30812 | creating 'dist\chimerax_pdbbio-1.0.1-py3-none-any.whl' and adding 'build\bdist.win-amd64\wheel' to it
|
|---|
| 30813 | adding 'chimerax/pdb_bio/__init__.py'
|
|---|
| 30814 | adding 'chimerax/pdb_bio/fetch_pdb_bio.py'
|
|---|
| 30815 | adding 'chimerax_pdbbio-1.0.1.dist-info/METADATA'
|
|---|
| 30816 | adding 'chimerax_pdbbio-1.0.1.dist-info/WHEEL'
|
|---|
| 30817 | adding 'chimerax_pdbbio-1.0.1.dist-info/top_level.txt'
|
|---|
| 30818 | adding 'chimerax_pdbbio-1.0.1.dist-info/RECORD'
|
|---|
| 30819 | removing build\bdist.win-amd64\wheel
|
|---|
| 30820 | Distribution is in .\dist\ChimeraX_PDBBio-1.0.1-py3-none-any.whl
|
|---|
| 30821 | INFO:
|
|---|
| 30822 |
|
|---|
| 30823 | make sync
|
|---|
| 30824 | make[6]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/pdb_bio'
|
|---|
| 30825 | cp -av dist/*.whl ../../../build/sync
|
|---|
| 30826 | 'dist/chimerax_pdbbio-1.0.1-py3-none-any.whl' -> '../../../build/sync/chimerax_pdbbio-1.0.1-py3-none-any.whl'
|
|---|
| 30827 | make[6]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/pdb_bio'
|
|---|
| 30828 | make[5]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/pdb_bio'
|
|---|
| 30829 | make -C pdb_matrices build
|
|---|
| 30830 | make[5]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/pdb_matrices'
|
|---|
| 30831 | if [ -z "../../../ChimeraX.app/bin/python.exe" ]; then \
|
|---|
| 30832 | echo "missing ChimeraX application's python"; exit 1; \
|
|---|
| 30833 | else \
|
|---|
| 30834 | PYTHONNOUSERSITE=1 ../../../ChimeraX.app/bin/python.exe -I -m chimerax.core --nogui --exit --safemode --cmd "devel build . exit true "; \
|
|---|
| 30835 | fi
|
|---|
| 30836 | INFO:
|
|---|
| 30837 | Executing: devel build . exit true
|
|---|
| 30838 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\setuptools\dist.py:759: SetuptoolsDeprecationWarning: License classifiers are deprecated.
|
|---|
| 30839 | !!
|
|---|
| 30840 |
|
|---|
| 30841 | ********************************************************************************
|
|---|
| 30842 | Please consider removing the following classifiers in favor of a SPDX license expression:
|
|---|
| 30843 |
|
|---|
| 30844 | License :: Free for non-commercial use
|
|---|
| 30845 |
|
|---|
| 30846 | See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details.
|
|---|
| 30847 | ********************************************************************************
|
|---|
| 30848 |
|
|---|
| 30849 | !!
|
|---|
| 30850 | self._finalize_license_expression()
|
|---|
| 30851 | running build
|
|---|
| 30852 | running build_py
|
|---|
| 30853 | creating build\lib\chimerax\pdb_matrices
|
|---|
| 30854 | copying src\parsecif.py -> build\lib\chimerax\pdb_matrices
|
|---|
| 30855 | copying src\parsemmcif.py -> build\lib\chimerax\pdb_matrices
|
|---|
| 30856 | copying src\parsepdb.py -> build\lib\chimerax\pdb_matrices
|
|---|
| 30857 | copying src\structure_matrices.py -> build\lib\chimerax\pdb_matrices
|
|---|
| 30858 | copying src\__init__.py -> build\lib\chimerax\pdb_matrices
|
|---|
| 30859 | running bdist_wheel
|
|---|
| 30860 | installing to build\bdist.win-amd64\wheel
|
|---|
| 30861 | running install
|
|---|
| 30862 | running install_lib
|
|---|
| 30863 | creating build\bdist.win-amd64\wheel
|
|---|
| 30864 | creating build\bdist.win-amd64\wheel\chimerax
|
|---|
| 30865 | creating build\bdist.win-amd64\wheel\chimerax\pdb_matrices
|
|---|
| 30866 | copying build\lib\chimerax\pdb_matrices\parsecif.py -> build\bdist.win-amd64\wheel\.\chimerax\pdb_matrices
|
|---|
| 30867 | copying build\lib\chimerax\pdb_matrices\parsemmcif.py -> build\bdist.win-amd64\wheel\.\chimerax\pdb_matrices
|
|---|
| 30868 | copying build\lib\chimerax\pdb_matrices\parsepdb.py -> build\bdist.win-amd64\wheel\.\chimerax\pdb_matrices
|
|---|
| 30869 | copying build\lib\chimerax\pdb_matrices\structure_matrices.py -> build\bdist.win-amd64\wheel\.\chimerax\pdb_matrices
|
|---|
| 30870 | copying build\lib\chimerax\pdb_matrices\__init__.py -> build\bdist.win-amd64\wheel\.\chimerax\pdb_matrices
|
|---|
| 30871 | running install_egg_info
|
|---|
| 30872 | running egg_info
|
|---|
| 30873 | creating ChimeraX_PDBMatrices.egg-info
|
|---|
| 30874 | writing ChimeraX_PDBMatrices.egg-info\PKG-INFO
|
|---|
| 30875 | writing dependency_links to ChimeraX_PDBMatrices.egg-info\dependency_links.txt
|
|---|
| 30876 | writing requirements to ChimeraX_PDBMatrices.egg-info\requires.txt
|
|---|
| 30877 | writing top-level names to ChimeraX_PDBMatrices.egg-info\top_level.txt
|
|---|
| 30878 | writing manifest file 'ChimeraX_PDBMatrices.egg-info\SOURCES.txt'
|
|---|
| 30879 | reading manifest file 'ChimeraX_PDBMatrices.egg-info\SOURCES.txt'
|
|---|
| 30880 | writing manifest file 'ChimeraX_PDBMatrices.egg-info\SOURCES.txt'
|
|---|
| 30881 | Copying ChimeraX_PDBMatrices.egg-info to build\bdist.win-amd64\wheel\.\ChimeraX_PDBMatrices-1.0-py3.11.egg-info
|
|---|
| 30882 | running install_scripts
|
|---|
| 30883 | creating build\bdist.win-amd64\wheel\chimerax_pdbmatrices-1.0.dist-info\WHEEL
|
|---|
| 30884 | creating 'dist\chimerax_pdbmatrices-1.0-py3-none-any.whl' and adding 'build\bdist.win-amd64\wheel' to it
|
|---|
| 30885 | adding 'chimerax/pdb_matrices/__init__.py'
|
|---|
| 30886 | adding 'chimerax/pdb_matrices/parsecif.py'
|
|---|
| 30887 | adding 'chimerax/pdb_matrices/parsemmcif.py'
|
|---|
| 30888 | adding 'chimerax/pdb_matrices/parsepdb.py'
|
|---|
| 30889 | adding 'chimerax/pdb_matrices/structure_matrices.py'
|
|---|
| 30890 | adding 'chimerax_pdbmatrices-1.0.dist-info/METADATA'
|
|---|
| 30891 | adding 'chimerax_pdbmatrices-1.0.dist-info/WHEEL'
|
|---|
| 30892 | adding 'chimerax_pdbmatrices-1.0.dist-info/top_level.txt'
|
|---|
| 30893 | adding 'chimerax_pdbmatrices-1.0.dist-info/RECORD'
|
|---|
| 30894 | removing build\bdist.win-amd64\wheel
|
|---|
| 30895 | Distribution is in .\dist\ChimeraX_PDBMatrices-1.0-py3-none-any.whl
|
|---|
| 30896 | INFO:
|
|---|
| 30897 |
|
|---|
| 30898 | make sync
|
|---|
| 30899 | make[6]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/pdb_matrices'
|
|---|
| 30900 | cp -av dist/*.whl ../../../build/sync
|
|---|
| 30901 | 'dist/chimerax_pdbmatrices-1.0-py3-none-any.whl' -> '../../../build/sync/chimerax_pdbmatrices-1.0-py3-none-any.whl'
|
|---|
| 30902 | make[6]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/pdb_matrices'
|
|---|
| 30903 | make[5]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/pdb_matrices'
|
|---|
| 30904 | make -C pick_blobs build
|
|---|
| 30905 | make[5]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/pick_blobs'
|
|---|
| 30906 | if [ -z "../../../ChimeraX.app/bin/python.exe" ]; then \
|
|---|
| 30907 | echo "missing ChimeraX application's python"; exit 1; \
|
|---|
| 30908 | else \
|
|---|
| 30909 | PYTHONNOUSERSITE=1 ../../../ChimeraX.app/bin/python.exe -I -m chimerax.core --nogui --exit --safemode --cmd "devel build . exit true "; \
|
|---|
| 30910 | fi
|
|---|
| 30911 | INFO:
|
|---|
| 30912 | Executing: devel build . exit true
|
|---|
| 30913 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\setuptools\dist.py:759: SetuptoolsDeprecationWarning: License classifiers are deprecated.
|
|---|
| 30914 | !!
|
|---|
| 30915 |
|
|---|
| 30916 | ********************************************************************************
|
|---|
| 30917 | Please consider removing the following classifiers in favor of a SPDX license expression:
|
|---|
| 30918 |
|
|---|
| 30919 | License :: Free for non-commercial use
|
|---|
| 30920 |
|
|---|
| 30921 | See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details.
|
|---|
| 30922 | ********************************************************************************
|
|---|
| 30923 |
|
|---|
| 30924 | !!
|
|---|
| 30925 | self._finalize_license_expression()
|
|---|
| 30926 | running build
|
|---|
| 30927 | running build_py
|
|---|
| 30928 | creating build\lib\chimerax\pick_blobs
|
|---|
| 30929 | copying src\pickblobs.py -> build\lib\chimerax\pick_blobs
|
|---|
| 30930 | copying src\__init__.py -> build\lib\chimerax\pick_blobs
|
|---|
| 30931 | copying src\pickblobs.png -> build\lib\chimerax\pick_blobs
|
|---|
| 30932 | running bdist_wheel
|
|---|
| 30933 | installing to build\bdist.win-amd64\wheel
|
|---|
| 30934 | running install
|
|---|
| 30935 | running install_lib
|
|---|
| 30936 | creating build\bdist.win-amd64\wheel
|
|---|
| 30937 | creating build\bdist.win-amd64\wheel\chimerax
|
|---|
| 30938 | creating build\bdist.win-amd64\wheel\chimerax\pick_blobs
|
|---|
| 30939 | copying build\lib\chimerax\pick_blobs\pickblobs.png -> build\bdist.win-amd64\wheel\.\chimerax\pick_blobs
|
|---|
| 30940 | copying build\lib\chimerax\pick_blobs\pickblobs.py -> build\bdist.win-amd64\wheel\.\chimerax\pick_blobs
|
|---|
| 30941 | copying build\lib\chimerax\pick_blobs\__init__.py -> build\bdist.win-amd64\wheel\.\chimerax\pick_blobs
|
|---|
| 30942 | running install_egg_info
|
|---|
| 30943 | running egg_info
|
|---|
| 30944 | creating ChimeraX_PickBlobs.egg-info
|
|---|
| 30945 | writing ChimeraX_PickBlobs.egg-info\PKG-INFO
|
|---|
| 30946 | writing dependency_links to ChimeraX_PickBlobs.egg-info\dependency_links.txt
|
|---|
| 30947 | writing requirements to ChimeraX_PickBlobs.egg-info\requires.txt
|
|---|
| 30948 | writing top-level names to ChimeraX_PickBlobs.egg-info\top_level.txt
|
|---|
| 30949 | writing manifest file 'ChimeraX_PickBlobs.egg-info\SOURCES.txt'
|
|---|
| 30950 | reading manifest file 'ChimeraX_PickBlobs.egg-info\SOURCES.txt'
|
|---|
| 30951 | writing manifest file 'ChimeraX_PickBlobs.egg-info\SOURCES.txt'
|
|---|
| 30952 | Copying ChimeraX_PickBlobs.egg-info to build\bdist.win-amd64\wheel\.\ChimeraX_PickBlobs-1.0.1-py3.11.egg-info
|
|---|
| 30953 | running install_scripts
|
|---|
| 30954 | creating build\bdist.win-amd64\wheel\chimerax_pickblobs-1.0.1.dist-info\WHEEL
|
|---|
| 30955 | creating 'dist\chimerax_pickblobs-1.0.1-py3-none-any.whl' and adding 'build\bdist.win-amd64\wheel' to it
|
|---|
| 30956 | adding 'chimerax/pick_blobs/__init__.py'
|
|---|
| 30957 | adding 'chimerax/pick_blobs/pickblobs.png'
|
|---|
| 30958 | adding 'chimerax/pick_blobs/pickblobs.py'
|
|---|
| 30959 | adding 'chimerax_pickblobs-1.0.1.dist-info/METADATA'
|
|---|
| 30960 | adding 'chimerax_pickblobs-1.0.1.dist-info/WHEEL'
|
|---|
| 30961 | adding 'chimerax_pickblobs-1.0.1.dist-info/top_level.txt'
|
|---|
| 30962 | adding 'chimerax_pickblobs-1.0.1.dist-info/RECORD'
|
|---|
| 30963 | removing build\bdist.win-amd64\wheel
|
|---|
| 30964 | Distribution is in .\dist\ChimeraX_PickBlobs-1.0.1-py3-none-any.whl
|
|---|
| 30965 | INFO:
|
|---|
| 30966 |
|
|---|
| 30967 | make sync
|
|---|
| 30968 | make[6]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/pick_blobs'
|
|---|
| 30969 | cp -av dist/*.whl ../../../build/sync
|
|---|
| 30970 | 'dist/chimerax_pickblobs-1.0.1-py3-none-any.whl' -> '../../../build/sync/chimerax_pickblobs-1.0.1-py3-none-any.whl'
|
|---|
| 30971 | make[6]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/pick_blobs'
|
|---|
| 30972 | make[5]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/pick_blobs'
|
|---|
| 30973 | make -C positions build
|
|---|
| 30974 | make[5]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/positions'
|
|---|
| 30975 | if [ -z "../../../ChimeraX.app/bin/python.exe" ]; then \
|
|---|
| 30976 | echo "missing ChimeraX application's python"; exit 1; \
|
|---|
| 30977 | else \
|
|---|
| 30978 | PYTHONNOUSERSITE=1 ../../../ChimeraX.app/bin/python.exe -I -m chimerax.core --nogui --exit --safemode --cmd "devel build . exit true "; \
|
|---|
| 30979 | fi
|
|---|
| 30980 | INFO:
|
|---|
| 30981 | Executing: devel build . exit true
|
|---|
| 30982 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\setuptools\dist.py:759: SetuptoolsDeprecationWarning: License classifiers are deprecated.
|
|---|
| 30983 | !!
|
|---|
| 30984 |
|
|---|
| 30985 | ********************************************************************************
|
|---|
| 30986 | Please consider removing the following classifiers in favor of a SPDX license expression:
|
|---|
| 30987 |
|
|---|
| 30988 | License :: Free for non-commercial use
|
|---|
| 30989 |
|
|---|
| 30990 | See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details.
|
|---|
| 30991 | ********************************************************************************
|
|---|
| 30992 |
|
|---|
| 30993 | !!
|
|---|
| 30994 | self._finalize_license_expression()
|
|---|
| 30995 | running build
|
|---|
| 30996 | running build_py
|
|---|
| 30997 | creating build\lib\chimerax\positions
|
|---|
| 30998 | copying src\positions.py -> build\lib\chimerax\positions
|
|---|
| 30999 | copying src\__init__.py -> build\lib\chimerax\positions
|
|---|
| 31000 | running bdist_wheel
|
|---|
| 31001 | installing to build\bdist.win-amd64\wheel
|
|---|
| 31002 | running install
|
|---|
| 31003 | running install_lib
|
|---|
| 31004 | creating build\bdist.win-amd64\wheel
|
|---|
| 31005 | creating build\bdist.win-amd64\wheel\chimerax
|
|---|
| 31006 | creating build\bdist.win-amd64\wheel\chimerax\positions
|
|---|
| 31007 | copying build\lib\chimerax\positions\positions.py -> build\bdist.win-amd64\wheel\.\chimerax\positions
|
|---|
| 31008 | copying build\lib\chimerax\positions\__init__.py -> build\bdist.win-amd64\wheel\.\chimerax\positions
|
|---|
| 31009 | running install_egg_info
|
|---|
| 31010 | running egg_info
|
|---|
| 31011 | creating ChimeraX_Positions.egg-info
|
|---|
| 31012 | writing ChimeraX_Positions.egg-info\PKG-INFO
|
|---|
| 31013 | writing dependency_links to ChimeraX_Positions.egg-info\dependency_links.txt
|
|---|
| 31014 | writing requirements to ChimeraX_Positions.egg-info\requires.txt
|
|---|
| 31015 | writing top-level names to ChimeraX_Positions.egg-info\top_level.txt
|
|---|
| 31016 | writing manifest file 'ChimeraX_Positions.egg-info\SOURCES.txt'
|
|---|
| 31017 | reading manifest file 'ChimeraX_Positions.egg-info\SOURCES.txt'
|
|---|
| 31018 | writing manifest file 'ChimeraX_Positions.egg-info\SOURCES.txt'
|
|---|
| 31019 | Copying ChimeraX_Positions.egg-info to build\bdist.win-amd64\wheel\.\ChimeraX_Positions-1.0-py3.11.egg-info
|
|---|
| 31020 | running install_scripts
|
|---|
| 31021 | creating build\bdist.win-amd64\wheel\chimerax_positions-1.0.dist-info\WHEEL
|
|---|
| 31022 | creating 'dist\chimerax_positions-1.0-py3-none-any.whl' and adding 'build\bdist.win-amd64\wheel' to it
|
|---|
| 31023 | adding 'chimerax/positions/__init__.py'
|
|---|
| 31024 | adding 'chimerax/positions/positions.py'
|
|---|
| 31025 | adding 'chimerax_positions-1.0.dist-info/METADATA'
|
|---|
| 31026 | adding 'chimerax_positions-1.0.dist-info/WHEEL'
|
|---|
| 31027 | adding 'chimerax_positions-1.0.dist-info/top_level.txt'
|
|---|
| 31028 | adding 'chimerax_positions-1.0.dist-info/RECORD'
|
|---|
| 31029 | removing build\bdist.win-amd64\wheel
|
|---|
| 31030 | Distribution is in .\dist\ChimeraX_Positions-1.0-py3-none-any.whl
|
|---|
| 31031 | INFO:
|
|---|
| 31032 |
|
|---|
| 31033 | make sync
|
|---|
| 31034 | make[6]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/positions'
|
|---|
| 31035 | cp -av dist/*.whl ../../../build/sync
|
|---|
| 31036 | 'dist/chimerax_positions-1.0-py3-none-any.whl' -> '../../../build/sync/chimerax_positions-1.0-py3-none-any.whl'
|
|---|
| 31037 | make[6]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/positions'
|
|---|
| 31038 | make[5]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/positions'
|
|---|
| 31039 | make -C preset_mgr build
|
|---|
| 31040 | make[5]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/preset_mgr'
|
|---|
| 31041 | if [ -z "../../../ChimeraX.app/bin/python.exe" ]; then \
|
|---|
| 31042 | echo "missing ChimeraX application's python"; exit 1; \
|
|---|
| 31043 | else \
|
|---|
| 31044 | PYTHONNOUSERSITE=1 ../../../ChimeraX.app/bin/python.exe -I -m chimerax.core --nogui --exit --safemode --cmd "devel build . exit true "; \
|
|---|
| 31045 | fi
|
|---|
| 31046 | INFO:
|
|---|
| 31047 | Executing: devel build . exit true
|
|---|
| 31048 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\setuptools\dist.py:759: SetuptoolsDeprecationWarning: License classifiers are deprecated.
|
|---|
| 31049 | !!
|
|---|
| 31050 |
|
|---|
| 31051 | ********************************************************************************
|
|---|
| 31052 | Please consider removing the following classifiers in favor of a SPDX license expression:
|
|---|
| 31053 |
|
|---|
| 31054 | License :: Free for non-commercial use
|
|---|
| 31055 |
|
|---|
| 31056 | See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details.
|
|---|
| 31057 | ********************************************************************************
|
|---|
| 31058 |
|
|---|
| 31059 | !!
|
|---|
| 31060 | self._finalize_license_expression()
|
|---|
| 31061 | running build
|
|---|
| 31062 | running build_py
|
|---|
| 31063 | creating build\lib\chimerax\preset_mgr
|
|---|
| 31064 | copying src\builtin.py -> build\lib\chimerax\preset_mgr
|
|---|
| 31065 | copying src\cmd.py -> build\lib\chimerax\preset_mgr
|
|---|
| 31066 | copying src\manager.py -> build\lib\chimerax\preset_mgr
|
|---|
| 31067 | copying src\settings.py -> build\lib\chimerax\preset_mgr
|
|---|
| 31068 | copying src\__init__.py -> build\lib\chimerax\preset_mgr
|
|---|
| 31069 | running bdist_wheel
|
|---|
| 31070 | installing to build\bdist.win-amd64\wheel
|
|---|
| 31071 | running install
|
|---|
| 31072 | running install_lib
|
|---|
| 31073 | creating build\bdist.win-amd64\wheel
|
|---|
| 31074 | creating build\bdist.win-amd64\wheel\chimerax
|
|---|
| 31075 | creating build\bdist.win-amd64\wheel\chimerax\preset_mgr
|
|---|
| 31076 | copying build\lib\chimerax\preset_mgr\builtin.py -> build\bdist.win-amd64\wheel\.\chimerax\preset_mgr
|
|---|
| 31077 | copying build\lib\chimerax\preset_mgr\cmd.py -> build\bdist.win-amd64\wheel\.\chimerax\preset_mgr
|
|---|
| 31078 | copying build\lib\chimerax\preset_mgr\manager.py -> build\bdist.win-amd64\wheel\.\chimerax\preset_mgr
|
|---|
| 31079 | copying build\lib\chimerax\preset_mgr\settings.py -> build\bdist.win-amd64\wheel\.\chimerax\preset_mgr
|
|---|
| 31080 | copying build\lib\chimerax\preset_mgr\__init__.py -> build\bdist.win-amd64\wheel\.\chimerax\preset_mgr
|
|---|
| 31081 | running install_egg_info
|
|---|
| 31082 | running egg_info
|
|---|
| 31083 | creating ChimeraX_PresetMgr.egg-info
|
|---|
| 31084 | writing ChimeraX_PresetMgr.egg-info\PKG-INFO
|
|---|
| 31085 | writing dependency_links to ChimeraX_PresetMgr.egg-info\dependency_links.txt
|
|---|
| 31086 | writing requirements to ChimeraX_PresetMgr.egg-info\requires.txt
|
|---|
| 31087 | writing top-level names to ChimeraX_PresetMgr.egg-info\top_level.txt
|
|---|
| 31088 | writing manifest file 'ChimeraX_PresetMgr.egg-info\SOURCES.txt'
|
|---|
| 31089 | reading manifest file 'ChimeraX_PresetMgr.egg-info\SOURCES.txt'
|
|---|
| 31090 | writing manifest file 'ChimeraX_PresetMgr.egg-info\SOURCES.txt'
|
|---|
| 31091 | Copying ChimeraX_PresetMgr.egg-info to build\bdist.win-amd64\wheel\.\ChimeraX_PresetMgr-1.1.3-py3.11.egg-info
|
|---|
| 31092 | running install_scripts
|
|---|
| 31093 | creating build\bdist.win-amd64\wheel\chimerax_presetmgr-1.1.3.dist-info\WHEEL
|
|---|
| 31094 | creating 'dist\chimerax_presetmgr-1.1.3-py3-none-any.whl' and adding 'build\bdist.win-amd64\wheel' to it
|
|---|
| 31095 | adding 'chimerax/preset_mgr/__init__.py'
|
|---|
| 31096 | adding 'chimerax/preset_mgr/builtin.py'
|
|---|
| 31097 | adding 'chimerax/preset_mgr/cmd.py'
|
|---|
| 31098 | adding 'chimerax/preset_mgr/manager.py'
|
|---|
| 31099 | adding 'chimerax/preset_mgr/settings.py'
|
|---|
| 31100 | adding 'chimerax_presetmgr-1.1.3.dist-info/METADATA'
|
|---|
| 31101 | adding 'chimerax_presetmgr-1.1.3.dist-info/WHEEL'
|
|---|
| 31102 | adding 'chimerax_presetmgr-1.1.3.dist-info/top_level.txt'
|
|---|
| 31103 | adding 'chimerax_presetmgr-1.1.3.dist-info/RECORD'
|
|---|
| 31104 | removing build\bdist.win-amd64\wheel
|
|---|
| 31105 | Distribution is in .\dist\ChimeraX_PresetMgr-1.1.3-py3-none-any.whl
|
|---|
| 31106 | INFO:
|
|---|
| 31107 |
|
|---|
| 31108 | make sync
|
|---|
| 31109 | make[6]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/preset_mgr'
|
|---|
| 31110 | cp -av dist/*.whl ../../../build/sync
|
|---|
| 31111 | 'dist/chimerax_presetmgr-1.1.3-py3-none-any.whl' -> '../../../build/sync/chimerax_presetmgr-1.1.3-py3-none-any.whl'
|
|---|
| 31112 | make[6]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/preset_mgr'
|
|---|
| 31113 | make[5]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/preset_mgr'
|
|---|
| 31114 | make -C profile_grids build
|
|---|
| 31115 | make[5]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/profile_grids'
|
|---|
| 31116 | if [ -z "../../../ChimeraX.app/bin/python.exe" ]; then \
|
|---|
| 31117 | echo "missing ChimeraX application's python"; exit 1; \
|
|---|
| 31118 | else \
|
|---|
| 31119 | PYTHONNOUSERSITE=1 ../../../ChimeraX.app/bin/python.exe -I -m chimerax.core --nogui --exit --safemode --cmd "devel build . exit true "; \
|
|---|
| 31120 | fi
|
|---|
| 31121 | INFO:
|
|---|
| 31122 | Executing: devel build . exit true
|
|---|
| 31123 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\setuptools\dist.py:759: SetuptoolsDeprecationWarning: License classifiers are deprecated.
|
|---|
| 31124 | !!
|
|---|
| 31125 |
|
|---|
| 31126 | ********************************************************************************
|
|---|
| 31127 | Please consider removing the following classifiers in favor of a SPDX license expression:
|
|---|
| 31128 |
|
|---|
| 31129 | License :: Free for non-commercial use
|
|---|
| 31130 |
|
|---|
| 31131 | See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details.
|
|---|
| 31132 | ********************************************************************************
|
|---|
| 31133 |
|
|---|
| 31134 | !!
|
|---|
| 31135 | self._finalize_license_expression()
|
|---|
| 31136 | running build
|
|---|
| 31137 | running build_py
|
|---|
| 31138 | creating build\lib.win-amd64-cpython-311\chimerax\profile_grids
|
|---|
| 31139 | copying src\grid_canvas.py -> build\lib.win-amd64-cpython-311\chimerax\profile_grids
|
|---|
| 31140 | copying src\settings.py -> build\lib.win-amd64-cpython-311\chimerax\profile_grids
|
|---|
| 31141 | copying src\settings_tool.py -> build\lib.win-amd64-cpython-311\chimerax\profile_grids
|
|---|
| 31142 | copying src\tool.py -> build\lib.win-amd64-cpython-311\chimerax\profile_grids
|
|---|
| 31143 | copying src\__init__.py -> build\lib.win-amd64-cpython-311\chimerax\profile_grids
|
|---|
| 31144 | running build_ext
|
|---|
| 31145 | building 'chimerax.profile_grids._profile_grids' extension
|
|---|
| 31146 | creating build\temp.win-amd64-cpython-311\Release\_pg
|
|---|
| 31147 | "C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\bin\HostX64\x64\cl.exe" /c /nologo /O2 /W3 /GL /DNDEBUG /MD -DMAJOR_VERSION=0 -DMINOR_VERSION=1 -IC:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\include -IC:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\core\include -IC:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\arrays\include -IC:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include -IC:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\include -IC:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Include "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\ucrt" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\shared" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\um" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\winrt" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\cppwinrt" "-Ic:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include" "-Ic:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\atlmfc\include" "-Ic:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\ucrt" "-Ic:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\shared" "-Ic:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\um" "-Ic:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\winrt" "-Ic:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\cppwinrt" /EHsc /Tp_pg/pg.cpp /Fobuild\temp.win-amd64-cpython-311\Release\_pg\pg.obj
|
|---|
| 31148 | pg.cpp
|
|---|
| 31149 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\pyinstance/PythonInstance.declare.h(78): 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>'
|
|---|
| 31150 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 31151 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\pyinstance/PythonInstance.declare.h(104): note: see reference to class template instantiation 'pyinstance::PythonInstance<C>' being compiled
|
|---|
| 31152 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\pyinstance/PythonInstance.declare.h(78): 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>'
|
|---|
| 31153 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 31154 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct/Sequence.h(57): note: see reference to class template instantiation 'pyinstance::PythonInstance<atomstruct::Sequence>' being compiled
|
|---|
| 31155 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct/Sequence.h(63): warning C4251: 'atomstruct::Sequence::_nucleic3to1': class 'std::map<atomstruct::ResName,char,std::less<atomstruct::ResName>,std::allocator<std::pair<const atomstruct::ResName,char>>>' needs to have dll-interface to be used by clients of class 'atomstruct::Sequence'
|
|---|
| 31156 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct/Sequence.h(61): note: see declaration of 'std::map<atomstruct::ResName,char,std::less<atomstruct::ResName>,std::allocator<std::pair<const atomstruct::ResName,char>>>'
|
|---|
| 31157 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct/Sequence.h(64): warning C4251: 'atomstruct::Sequence::_protein3to1': class 'std::map<atomstruct::ResName,char,std::less<atomstruct::ResName>,std::allocator<std::pair<const atomstruct::ResName,char>>>' needs to have dll-interface to be used by clients of class 'atomstruct::Sequence'
|
|---|
| 31158 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct/Sequence.h(61): note: see declaration of 'std::map<atomstruct::ResName,char,std::less<atomstruct::ResName>,std::allocator<std::pair<const atomstruct::ResName,char>>>'
|
|---|
| 31159 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct/Sequence.h(65): warning C4251: 'atomstruct::Sequence::_rname3to1': class 'std::map<atomstruct::ResName,char,std::less<atomstruct::ResName>,std::allocator<std::pair<const atomstruct::ResName,char>>>' needs to have dll-interface to be used by clients of class 'atomstruct::Sequence'
|
|---|
| 31160 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct/Sequence.h(61): note: see declaration of 'std::map<atomstruct::ResName,char,std::less<atomstruct::ResName>,std::allocator<std::pair<const atomstruct::ResName,char>>>'
|
|---|
| 31161 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct/Sequence.h(67): warning C4251: 'atomstruct::Sequence::_cache_g2ug': class 'std::map<unsigned int,unsigned int,std::less<unsigned int>,std::allocator<std::pair<const unsigned int,unsigned int>>>' needs to have dll-interface to be used by clients of class 'atomstruct::Sequence'
|
|---|
| 31162 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct/Sequence.h(67): note: see declaration of 'std::map<unsigned int,unsigned int,std::less<unsigned int>,std::allocator<std::pair<const unsigned int,unsigned int>>>'
|
|---|
| 31163 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct/Sequence.h(68): warning C4251: 'atomstruct::Sequence::_cache_ug2g': class 'std::map<unsigned int,unsigned int,std::less<unsigned int>,std::allocator<std::pair<const unsigned int,unsigned int>>>' needs to have dll-interface to be used by clients of class 'atomstruct::Sequence'
|
|---|
| 31164 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct/Sequence.h(67): note: see declaration of 'std::map<unsigned int,unsigned int,std::less<unsigned int>,std::allocator<std::pair<const unsigned int,unsigned int>>>'
|
|---|
| 31165 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct/Sequence.h(69): 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'
|
|---|
| 31166 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct/Sequence.h(59): note: see declaration of 'std::vector<char,std::allocator<char>>'
|
|---|
| 31167 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct/Sequence.h(74): 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'
|
|---|
| 31168 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct/Sequence.h(59): note: see declaration of 'std::vector<char,std::allocator<char>>'
|
|---|
| 31169 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct/Sequence.h(75): 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'
|
|---|
| 31170 | c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\xstring(4871): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|---|
| 31171 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\include\atomstruct/Sequence.h(140): warning C4267: 'return': conversion from 'size_t' to 'int', possible loss of data
|
|---|
| 31172 | _pg/pg.cpp(143): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data
|
|---|
| 31173 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\core\include\pysupport/convert.h(348): warning C4312: 'reinterpret_cast': conversion from 'long' to 'Ptr' of greater size
|
|---|
| 31174 | with
|
|---|
| 31175 | [
|
|---|
| 31176 | Ptr=atomstruct::Sequence *
|
|---|
| 31177 | ]
|
|---|
| 31178 | _pg/pg.cpp(103): note: see reference to function template instantiation 'void pysupport::pylist_of_int_to_cvec_of_ptrs<atomstruct::Sequence*>(PyObject *,std::vector<atomstruct::Sequence *,std::allocator<atomstruct::Sequence *>> &,const char *)' being compiled
|
|---|
| 31179 | "C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\bin\HostX64\x64\link.exe" /nologo /INCREMENTAL:NO /LTCG /DLL /MANIFEST:EMBED,ID=2 /MANIFESTUAC:NO /LIBPATH:C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\lib /LIBPATH:C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\core\lib /LIBPATH:C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\arrays\lib /LIBPATH:C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\atomic_lib\lib /LIBPATH:C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\libs /LIBPATH:C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin /LIBPATH:C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\PCbuild\amd64 "/LIBPATH:C:\Program Files (x86)\Windows Kits\10\lib\10.0.19041.0\ucrt\x64" "/LIBPATH:C:\Program Files (x86)\Windows Kits\10\lib\10.0.19041.0\um\x64" "/LIBPATH:c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\lib\\x64" "/LIBPATH:c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\atlmfc\lib\\x64" "/LIBPATH:c:\Program Files (x86)\Windows Kits\10\lib\10.0.19041.0\ucrt\x64" "/LIBPATH:c:\Program Files (x86)\Windows Kits\10\lib\10.0.19041.0\um\x64" libarrays.lib libatomstruct.lib /EXPORT:PyInit__profile_grids build\temp.win-amd64-cpython-311\Release\_pg\pg.obj /OUT:build\lib.win-amd64-cpython-311\chimerax\profile_grids\_profile_grids.cp311-win_amd64.pyd /IMPLIB:build\temp.win-amd64-cpython-311\Release\_pg\_profile_grids.cp311-win_amd64.lib
|
|---|
| 31180 | Creating library build\temp.win-amd64-cpython-311\Release\_pg\_profile_grids.cp311-win_amd64.lib and object build\temp.win-amd64-cpython-311\Release\_pg\_profile_grids.cp311-win_amd64.exp
|
|---|
| 31181 | Generating code
|
|---|
| 31182 | Finished generating code
|
|---|
| 31183 | running bdist_wheel
|
|---|
| 31184 | installing to build\bdist.win-amd64\wheel
|
|---|
| 31185 | running install
|
|---|
| 31186 | running install_lib
|
|---|
| 31187 | running build_ext
|
|---|
| 31188 | creating build\bdist.win-amd64\wheel
|
|---|
| 31189 | creating build\bdist.win-amd64\wheel\chimerax
|
|---|
| 31190 | creating build\bdist.win-amd64\wheel\chimerax\profile_grids
|
|---|
| 31191 | copying build\lib.win-amd64-cpython-311\chimerax\profile_grids\grid_canvas.py -> build\bdist.win-amd64\wheel\.\chimerax\profile_grids
|
|---|
| 31192 | copying build\lib.win-amd64-cpython-311\chimerax\profile_grids\settings.py -> build\bdist.win-amd64\wheel\.\chimerax\profile_grids
|
|---|
| 31193 | copying build\lib.win-amd64-cpython-311\chimerax\profile_grids\settings_tool.py -> build\bdist.win-amd64\wheel\.\chimerax\profile_grids
|
|---|
| 31194 | copying build\lib.win-amd64-cpython-311\chimerax\profile_grids\tool.py -> build\bdist.win-amd64\wheel\.\chimerax\profile_grids
|
|---|
| 31195 | copying build\lib.win-amd64-cpython-311\chimerax\profile_grids\_profile_grids.cp311-win_amd64.pyd -> build\bdist.win-amd64\wheel\.\chimerax\profile_grids
|
|---|
| 31196 | copying build\lib.win-amd64-cpython-311\chimerax\profile_grids\__init__.py -> build\bdist.win-amd64\wheel\.\chimerax\profile_grids
|
|---|
| 31197 | running install_egg_info
|
|---|
| 31198 | running egg_info
|
|---|
| 31199 | creating ChimeraX_ProfileGrids.egg-info
|
|---|
| 31200 | writing ChimeraX_ProfileGrids.egg-info\PKG-INFO
|
|---|
| 31201 | writing dependency_links to ChimeraX_ProfileGrids.egg-info\dependency_links.txt
|
|---|
| 31202 | writing requirements to ChimeraX_ProfileGrids.egg-info\requires.txt
|
|---|
| 31203 | writing top-level names to ChimeraX_ProfileGrids.egg-info\top_level.txt
|
|---|
| 31204 | writing manifest file 'ChimeraX_ProfileGrids.egg-info\SOURCES.txt'
|
|---|
| 31205 | reading manifest file 'ChimeraX_ProfileGrids.egg-info\SOURCES.txt'
|
|---|
| 31206 | writing manifest file 'ChimeraX_ProfileGrids.egg-info\SOURCES.txt'
|
|---|
| 31207 | Copying ChimeraX_ProfileGrids.egg-info to build\bdist.win-amd64\wheel\.\ChimeraX_ProfileGrids-1.4-py3.11.egg-info
|
|---|
| 31208 | running install_scripts
|
|---|
| 31209 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\setuptools\command\bdist_wheel.py:103: RuntimeWarning: Config variable 'Py_DEBUG' is unset, Python ABI tag may be incorrect
|
|---|
| 31210 | if get_flag("Py_DEBUG", hasattr(sys, "gettotalrefcount"), warn=(impl == "cp")):
|
|---|
| 31211 | creating build\bdist.win-amd64\wheel\chimerax_profilegrids-1.4.dist-info\WHEEL
|
|---|
| 31212 | creating 'dist\chimerax_profilegrids-1.4-cp311-cp311-win_amd64.whl' and adding 'build\bdist.win-amd64\wheel' to it
|
|---|
| 31213 | adding 'chimerax/profile_grids/__init__.py'
|
|---|
| 31214 | adding 'chimerax/profile_grids/_profile_grids.cp311-win_amd64.pyd'
|
|---|
| 31215 | adding 'chimerax/profile_grids/grid_canvas.py'
|
|---|
| 31216 | adding 'chimerax/profile_grids/settings.py'
|
|---|
| 31217 | adding 'chimerax/profile_grids/settings_tool.py'
|
|---|
| 31218 | adding 'chimerax/profile_grids/tool.py'
|
|---|
| 31219 | adding 'chimerax_profilegrids-1.4.dist-info/METADATA'
|
|---|
| 31220 | adding 'chimerax_profilegrids-1.4.dist-info/WHEEL'
|
|---|
| 31221 | adding 'chimerax_profilegrids-1.4.dist-info/top_level.txt'
|
|---|
| 31222 | adding 'chimerax_profilegrids-1.4.dist-info/RECORD'
|
|---|
| 31223 | removing build\bdist.win-amd64\wheel
|
|---|
| 31224 | Distribution is in .\dist\ChimeraX_ProfileGrids-1.4-cp311-cp311-win_amd64.whl
|
|---|
| 31225 | INFO:
|
|---|
| 31226 |
|
|---|
| 31227 | make sync
|
|---|
| 31228 | make[6]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/profile_grids'
|
|---|
| 31229 | cp -av dist/*.whl ../../../build/sync
|
|---|
| 31230 | 'dist/chimerax_profilegrids-1.4-cp311-cp311-win_amd64.whl' -> '../../../build/sync/chimerax_profilegrids-1.4-cp311-cp311-win_amd64.whl'
|
|---|
| 31231 | make[6]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/profile_grids'
|
|---|
| 31232 | make[5]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/profile_grids'
|
|---|
| 31233 | make -C pubchem build
|
|---|
| 31234 | make[5]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/pubchem'
|
|---|
| 31235 | if [ -z "../../../ChimeraX.app/bin/python.exe" ]; then \
|
|---|
| 31236 | echo "missing ChimeraX application's python"; exit 1; \
|
|---|
| 31237 | else \
|
|---|
| 31238 | PYTHONNOUSERSITE=1 ../../../ChimeraX.app/bin/python.exe -I -m chimerax.core --nogui --exit --safemode --cmd "devel build . exit true "; \
|
|---|
| 31239 | fi
|
|---|
| 31240 | INFO:
|
|---|
| 31241 | Executing: devel build . exit true
|
|---|
| 31242 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\setuptools\dist.py:759: SetuptoolsDeprecationWarning: License classifiers are deprecated.
|
|---|
| 31243 | !!
|
|---|
| 31244 |
|
|---|
| 31245 | ********************************************************************************
|
|---|
| 31246 | Please consider removing the following classifiers in favor of a SPDX license expression:
|
|---|
| 31247 |
|
|---|
| 31248 | License :: Free for non-commercial use
|
|---|
| 31249 |
|
|---|
| 31250 | See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details.
|
|---|
| 31251 | ********************************************************************************
|
|---|
| 31252 |
|
|---|
| 31253 | !!
|
|---|
| 31254 | self._finalize_license_expression()
|
|---|
| 31255 | running build
|
|---|
| 31256 | running build_py
|
|---|
| 31257 | creating build\lib\chimerax\pubchem
|
|---|
| 31258 | copying src\build_ui.py -> build\lib\chimerax\pubchem
|
|---|
| 31259 | copying src\pubchem.py -> build\lib\chimerax\pubchem
|
|---|
| 31260 | copying src\__init__.py -> build\lib\chimerax\pubchem
|
|---|
| 31261 | running bdist_wheel
|
|---|
| 31262 | installing to build\bdist.win-amd64\wheel
|
|---|
| 31263 | running install
|
|---|
| 31264 | running install_lib
|
|---|
| 31265 | creating build\bdist.win-amd64\wheel
|
|---|
| 31266 | creating build\bdist.win-amd64\wheel\chimerax
|
|---|
| 31267 | creating build\bdist.win-amd64\wheel\chimerax\pubchem
|
|---|
| 31268 | copying build\lib\chimerax\pubchem\build_ui.py -> build\bdist.win-amd64\wheel\.\chimerax\pubchem
|
|---|
| 31269 | copying build\lib\chimerax\pubchem\pubchem.py -> build\bdist.win-amd64\wheel\.\chimerax\pubchem
|
|---|
| 31270 | copying build\lib\chimerax\pubchem\__init__.py -> build\bdist.win-amd64\wheel\.\chimerax\pubchem
|
|---|
| 31271 | running install_egg_info
|
|---|
| 31272 | running egg_info
|
|---|
| 31273 | creating ChimeraX_PubChem.egg-info
|
|---|
| 31274 | writing ChimeraX_PubChem.egg-info\PKG-INFO
|
|---|
| 31275 | writing dependency_links to ChimeraX_PubChem.egg-info\dependency_links.txt
|
|---|
| 31276 | writing requirements to ChimeraX_PubChem.egg-info\requires.txt
|
|---|
| 31277 | writing top-level names to ChimeraX_PubChem.egg-info\top_level.txt
|
|---|
| 31278 | writing manifest file 'ChimeraX_PubChem.egg-info\SOURCES.txt'
|
|---|
| 31279 | reading manifest file 'ChimeraX_PubChem.egg-info\SOURCES.txt'
|
|---|
| 31280 | writing manifest file 'ChimeraX_PubChem.egg-info\SOURCES.txt'
|
|---|
| 31281 | Copying ChimeraX_PubChem.egg-info to build\bdist.win-amd64\wheel\.\ChimeraX_PubChem-2.2-py3.11.egg-info
|
|---|
| 31282 | running install_scripts
|
|---|
| 31283 | creating build\bdist.win-amd64\wheel\chimerax_pubchem-2.2.dist-info\WHEEL
|
|---|
| 31284 | creating 'dist\chimerax_pubchem-2.2-py3-none-any.whl' and adding 'build\bdist.win-amd64\wheel' to it
|
|---|
| 31285 | adding 'chimerax/pubchem/__init__.py'
|
|---|
| 31286 | adding 'chimerax/pubchem/build_ui.py'
|
|---|
| 31287 | adding 'chimerax/pubchem/pubchem.py'
|
|---|
| 31288 | adding 'chimerax_pubchem-2.2.dist-info/METADATA'
|
|---|
| 31289 | adding 'chimerax_pubchem-2.2.dist-info/WHEEL'
|
|---|
| 31290 | adding 'chimerax_pubchem-2.2.dist-info/top_level.txt'
|
|---|
| 31291 | adding 'chimerax_pubchem-2.2.dist-info/RECORD'
|
|---|
| 31292 | removing build\bdist.win-amd64\wheel
|
|---|
| 31293 | Distribution is in .\dist\ChimeraX_PubChem-2.2-py3-none-any.whl
|
|---|
| 31294 | INFO:
|
|---|
| 31295 |
|
|---|
| 31296 | make sync
|
|---|
| 31297 | make[6]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/pubchem'
|
|---|
| 31298 | cp -av dist/*.whl ../../../build/sync
|
|---|
| 31299 | 'dist/chimerax_pubchem-2.2-py3-none-any.whl' -> '../../../build/sync/chimerax_pubchem-2.2-py3-none-any.whl'
|
|---|
| 31300 | make[6]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/pubchem'
|
|---|
| 31301 | make[5]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/pubchem'
|
|---|
| 31302 | make -C read_pbonds build
|
|---|
| 31303 | make[5]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/read_pbonds'
|
|---|
| 31304 | if [ -z "../../../ChimeraX.app/bin/python.exe" ]; then \
|
|---|
| 31305 | echo "missing ChimeraX application's python"; exit 1; \
|
|---|
| 31306 | else \
|
|---|
| 31307 | PYTHONNOUSERSITE=1 ../../../ChimeraX.app/bin/python.exe -I -m chimerax.core --nogui --exit --safemode --cmd "devel build . exit true "; \
|
|---|
| 31308 | fi
|
|---|
| 31309 | INFO:
|
|---|
| 31310 | Executing: devel build . exit true
|
|---|
| 31311 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\setuptools\dist.py:759: SetuptoolsDeprecationWarning: License classifiers are deprecated.
|
|---|
| 31312 | !!
|
|---|
| 31313 |
|
|---|
| 31314 | ********************************************************************************
|
|---|
| 31315 | Please consider removing the following classifiers in favor of a SPDX license expression:
|
|---|
| 31316 |
|
|---|
| 31317 | License :: Free for non-commercial use
|
|---|
| 31318 |
|
|---|
| 31319 | See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details.
|
|---|
| 31320 | ********************************************************************************
|
|---|
| 31321 |
|
|---|
| 31322 | !!
|
|---|
| 31323 | self._finalize_license_expression()
|
|---|
| 31324 | running build
|
|---|
| 31325 | running build_py
|
|---|
| 31326 | creating build\lib\chimerax\read_pbonds
|
|---|
| 31327 | copying src\readpbonds.py -> build\lib\chimerax\read_pbonds
|
|---|
| 31328 | copying src\__init__.py -> build\lib\chimerax\read_pbonds
|
|---|
| 31329 | running bdist_wheel
|
|---|
| 31330 | installing to build\bdist.win-amd64\wheel
|
|---|
| 31331 | running install
|
|---|
| 31332 | running install_lib
|
|---|
| 31333 | creating build\bdist.win-amd64\wheel
|
|---|
| 31334 | creating build\bdist.win-amd64\wheel\chimerax
|
|---|
| 31335 | creating build\bdist.win-amd64\wheel\chimerax\read_pbonds
|
|---|
| 31336 | copying build\lib\chimerax\read_pbonds\readpbonds.py -> build\bdist.win-amd64\wheel\.\chimerax\read_pbonds
|
|---|
| 31337 | copying build\lib\chimerax\read_pbonds\__init__.py -> build\bdist.win-amd64\wheel\.\chimerax\read_pbonds
|
|---|
| 31338 | running install_egg_info
|
|---|
| 31339 | running egg_info
|
|---|
| 31340 | creating ChimeraX_ReadPbonds.egg-info
|
|---|
| 31341 | writing ChimeraX_ReadPbonds.egg-info\PKG-INFO
|
|---|
| 31342 | writing dependency_links to ChimeraX_ReadPbonds.egg-info\dependency_links.txt
|
|---|
| 31343 | writing requirements to ChimeraX_ReadPbonds.egg-info\requires.txt
|
|---|
| 31344 | writing top-level names to ChimeraX_ReadPbonds.egg-info\top_level.txt
|
|---|
| 31345 | writing manifest file 'ChimeraX_ReadPbonds.egg-info\SOURCES.txt'
|
|---|
| 31346 | reading manifest file 'ChimeraX_ReadPbonds.egg-info\SOURCES.txt'
|
|---|
| 31347 | writing manifest file 'ChimeraX_ReadPbonds.egg-info\SOURCES.txt'
|
|---|
| 31348 | Copying ChimeraX_ReadPbonds.egg-info to build\bdist.win-amd64\wheel\.\ChimeraX_ReadPbonds-1.0.1-py3.11.egg-info
|
|---|
| 31349 | running install_scripts
|
|---|
| 31350 | creating build\bdist.win-amd64\wheel\chimerax_readpbonds-1.0.1.dist-info\WHEEL
|
|---|
| 31351 | creating 'dist\chimerax_readpbonds-1.0.1-py3-none-any.whl' and adding 'build\bdist.win-amd64\wheel' to it
|
|---|
| 31352 | adding 'chimerax/read_pbonds/__init__.py'
|
|---|
| 31353 | adding 'chimerax/read_pbonds/readpbonds.py'
|
|---|
| 31354 | adding 'chimerax_readpbonds-1.0.1.dist-info/METADATA'
|
|---|
| 31355 | adding 'chimerax_readpbonds-1.0.1.dist-info/WHEEL'
|
|---|
| 31356 | adding 'chimerax_readpbonds-1.0.1.dist-info/top_level.txt'
|
|---|
| 31357 | adding 'chimerax_readpbonds-1.0.1.dist-info/RECORD'
|
|---|
| 31358 | removing build\bdist.win-amd64\wheel
|
|---|
| 31359 | Distribution is in .\dist\ChimeraX_ReadPbonds-1.0.1-py3-none-any.whl
|
|---|
| 31360 | INFO:
|
|---|
| 31361 |
|
|---|
| 31362 | make sync
|
|---|
| 31363 | make[6]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/read_pbonds'
|
|---|
| 31364 | cp -av dist/*.whl ../../../build/sync
|
|---|
| 31365 | 'dist/chimerax_readpbonds-1.0.1-py3-none-any.whl' -> '../../../build/sync/chimerax_readpbonds-1.0.1-py3-none-any.whl'
|
|---|
| 31366 | make[6]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/read_pbonds'
|
|---|
| 31367 | make[5]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/read_pbonds'
|
|---|
| 31368 | make -C registration build
|
|---|
| 31369 | make[5]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/registration'
|
|---|
| 31370 | if [ -z "../../../ChimeraX.app/bin/python.exe" ]; then \
|
|---|
| 31371 | echo "missing ChimeraX application's python"; exit 1; \
|
|---|
| 31372 | else \
|
|---|
| 31373 | PYTHONNOUSERSITE=1 ../../../ChimeraX.app/bin/python.exe -I -m chimerax.core --nogui --exit --safemode --cmd "devel build . exit true "; \
|
|---|
| 31374 | fi
|
|---|
| 31375 | INFO:
|
|---|
| 31376 | Executing: devel build . exit true
|
|---|
| 31377 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\setuptools\dist.py:759: SetuptoolsDeprecationWarning: License classifiers are deprecated.
|
|---|
| 31378 | !!
|
|---|
| 31379 |
|
|---|
| 31380 | ********************************************************************************
|
|---|
| 31381 | Please consider removing the following classifiers in favor of a SPDX license expression:
|
|---|
| 31382 |
|
|---|
| 31383 | License :: Free for non-commercial use
|
|---|
| 31384 |
|
|---|
| 31385 | See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details.
|
|---|
| 31386 | ********************************************************************************
|
|---|
| 31387 |
|
|---|
| 31388 | !!
|
|---|
| 31389 | self._finalize_license_expression()
|
|---|
| 31390 | running build
|
|---|
| 31391 | running build_py
|
|---|
| 31392 | creating build\lib\chimerax\registration
|
|---|
| 31393 | copying src\cmd.py -> build\lib\chimerax\registration
|
|---|
| 31394 | copying src\gui.py -> build\lib\chimerax\registration
|
|---|
| 31395 | copying src\nag.py -> build\lib\chimerax\registration
|
|---|
| 31396 | copying src\__init__.py -> build\lib\chimerax\registration
|
|---|
| 31397 | copying src\registration_form.html -> build\lib\chimerax\registration
|
|---|
| 31398 | running bdist_wheel
|
|---|
| 31399 | installing to build\bdist.win-amd64\wheel
|
|---|
| 31400 | running install
|
|---|
| 31401 | running install_lib
|
|---|
| 31402 | creating build\bdist.win-amd64\wheel
|
|---|
| 31403 | creating build\bdist.win-amd64\wheel\chimerax
|
|---|
| 31404 | creating build\bdist.win-amd64\wheel\chimerax\registration
|
|---|
| 31405 | copying build\lib\chimerax\registration\cmd.py -> build\bdist.win-amd64\wheel\.\chimerax\registration
|
|---|
| 31406 | copying build\lib\chimerax\registration\gui.py -> build\bdist.win-amd64\wheel\.\chimerax\registration
|
|---|
| 31407 | copying build\lib\chimerax\registration\nag.py -> build\bdist.win-amd64\wheel\.\chimerax\registration
|
|---|
| 31408 | copying build\lib\chimerax\registration\registration_form.html -> build\bdist.win-amd64\wheel\.\chimerax\registration
|
|---|
| 31409 | copying build\lib\chimerax\registration\__init__.py -> build\bdist.win-amd64\wheel\.\chimerax\registration
|
|---|
| 31410 | running install_egg_info
|
|---|
| 31411 | running egg_info
|
|---|
| 31412 | creating ChimeraX_Registration.egg-info
|
|---|
| 31413 | writing ChimeraX_Registration.egg-info\PKG-INFO
|
|---|
| 31414 | writing dependency_links to ChimeraX_Registration.egg-info\dependency_links.txt
|
|---|
| 31415 | writing requirements to ChimeraX_Registration.egg-info\requires.txt
|
|---|
| 31416 | writing top-level names to ChimeraX_Registration.egg-info\top_level.txt
|
|---|
| 31417 | writing manifest file 'ChimeraX_Registration.egg-info\SOURCES.txt'
|
|---|
| 31418 | reading manifest file 'ChimeraX_Registration.egg-info\SOURCES.txt'
|
|---|
| 31419 | writing manifest file 'ChimeraX_Registration.egg-info\SOURCES.txt'
|
|---|
| 31420 | Copying ChimeraX_Registration.egg-info to build\bdist.win-amd64\wheel\.\ChimeraX_Registration-1.1.2-py3.11.egg-info
|
|---|
| 31421 | running install_scripts
|
|---|
| 31422 | creating build\bdist.win-amd64\wheel\chimerax_registration-1.1.2.dist-info\WHEEL
|
|---|
| 31423 | creating 'dist\chimerax_registration-1.1.2-py3-none-any.whl' and adding 'build\bdist.win-amd64\wheel' to it
|
|---|
| 31424 | adding 'chimerax/registration/__init__.py'
|
|---|
| 31425 | adding 'chimerax/registration/cmd.py'
|
|---|
| 31426 | adding 'chimerax/registration/gui.py'
|
|---|
| 31427 | adding 'chimerax/registration/nag.py'
|
|---|
| 31428 | adding 'chimerax/registration/registration_form.html'
|
|---|
| 31429 | adding 'chimerax_registration-1.1.2.dist-info/METADATA'
|
|---|
| 31430 | adding 'chimerax_registration-1.1.2.dist-info/WHEEL'
|
|---|
| 31431 | adding 'chimerax_registration-1.1.2.dist-info/top_level.txt'
|
|---|
| 31432 | adding 'chimerax_registration-1.1.2.dist-info/RECORD'
|
|---|
| 31433 | removing build\bdist.win-amd64\wheel
|
|---|
| 31434 | Distribution is in .\dist\ChimeraX_Registration-1.1.2-py3-none-any.whl
|
|---|
| 31435 | INFO:
|
|---|
| 31436 |
|
|---|
| 31437 | make sync
|
|---|
| 31438 | make[6]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/registration'
|
|---|
| 31439 | cp -av dist/*.whl ../../../build/sync
|
|---|
| 31440 | 'dist/chimerax_registration-1.1.2-py3-none-any.whl' -> '../../../build/sync/chimerax_registration-1.1.2-py3-none-any.whl'
|
|---|
| 31441 | make[6]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/registration'
|
|---|
| 31442 | make[5]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/registration'
|
|---|
| 31443 | make -C remote_control build
|
|---|
| 31444 | make[5]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/remote_control'
|
|---|
| 31445 | if [ -z "../../../ChimeraX.app/bin/python.exe" ]; then \
|
|---|
| 31446 | echo "missing ChimeraX application's python"; exit 1; \
|
|---|
| 31447 | else \
|
|---|
| 31448 | PYTHONNOUSERSITE=1 ../../../ChimeraX.app/bin/python.exe -I -m chimerax.core --nogui --exit --safemode --cmd "devel build . exit true "; \
|
|---|
| 31449 | fi
|
|---|
| 31450 | INFO:
|
|---|
| 31451 | Executing: devel build . exit true
|
|---|
| 31452 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\setuptools\dist.py:759: SetuptoolsDeprecationWarning: License classifiers are deprecated.
|
|---|
| 31453 | !!
|
|---|
| 31454 |
|
|---|
| 31455 | ********************************************************************************
|
|---|
| 31456 | Please consider removing the following classifiers in favor of a SPDX license expression:
|
|---|
| 31457 |
|
|---|
| 31458 | License :: Free for non-commercial use
|
|---|
| 31459 |
|
|---|
| 31460 | See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details.
|
|---|
| 31461 | ********************************************************************************
|
|---|
| 31462 |
|
|---|
| 31463 | !!
|
|---|
| 31464 | self._finalize_license_expression()
|
|---|
| 31465 | running build
|
|---|
| 31466 | running build_py
|
|---|
| 31467 | creating build\lib\chimerax\remote_control
|
|---|
| 31468 | copying src\remotecmd.py -> build\lib\chimerax\remote_control
|
|---|
| 31469 | copying src\run.py -> build\lib\chimerax\remote_control
|
|---|
| 31470 | copying src\__init__.py -> build\lib\chimerax\remote_control
|
|---|
| 31471 | running bdist_wheel
|
|---|
| 31472 | installing to build\bdist.win-amd64\wheel
|
|---|
| 31473 | running install
|
|---|
| 31474 | running install_lib
|
|---|
| 31475 | creating build\bdist.win-amd64\wheel
|
|---|
| 31476 | creating build\bdist.win-amd64\wheel\chimerax
|
|---|
| 31477 | creating build\bdist.win-amd64\wheel\chimerax\remote_control
|
|---|
| 31478 | copying build\lib\chimerax\remote_control\remotecmd.py -> build\bdist.win-amd64\wheel\.\chimerax\remote_control
|
|---|
| 31479 | copying build\lib\chimerax\remote_control\run.py -> build\bdist.win-amd64\wheel\.\chimerax\remote_control
|
|---|
| 31480 | copying build\lib\chimerax\remote_control\__init__.py -> build\bdist.win-amd64\wheel\.\chimerax\remote_control
|
|---|
| 31481 | running install_egg_info
|
|---|
| 31482 | running egg_info
|
|---|
| 31483 | creating ChimeraX_RemoteControl.egg-info
|
|---|
| 31484 | writing ChimeraX_RemoteControl.egg-info\PKG-INFO
|
|---|
| 31485 | writing dependency_links to ChimeraX_RemoteControl.egg-info\dependency_links.txt
|
|---|
| 31486 | writing requirements to ChimeraX_RemoteControl.egg-info\requires.txt
|
|---|
| 31487 | writing top-level names to ChimeraX_RemoteControl.egg-info\top_level.txt
|
|---|
| 31488 | writing manifest file 'ChimeraX_RemoteControl.egg-info\SOURCES.txt'
|
|---|
| 31489 | reading manifest file 'ChimeraX_RemoteControl.egg-info\SOURCES.txt'
|
|---|
| 31490 | writing manifest file 'ChimeraX_RemoteControl.egg-info\SOURCES.txt'
|
|---|
| 31491 | Copying ChimeraX_RemoteControl.egg-info to build\bdist.win-amd64\wheel\.\ChimeraX_RemoteControl-1.0-py3.11.egg-info
|
|---|
| 31492 | running install_scripts
|
|---|
| 31493 | creating build\bdist.win-amd64\wheel\chimerax_remotecontrol-1.0.dist-info\WHEEL
|
|---|
| 31494 | creating 'dist\chimerax_remotecontrol-1.0-py3-none-any.whl' and adding 'build\bdist.win-amd64\wheel' to it
|
|---|
| 31495 | adding 'chimerax/remote_control/__init__.py'
|
|---|
| 31496 | adding 'chimerax/remote_control/remotecmd.py'
|
|---|
| 31497 | adding 'chimerax/remote_control/run.py'
|
|---|
| 31498 | adding 'chimerax_remotecontrol-1.0.dist-info/METADATA'
|
|---|
| 31499 | adding 'chimerax_remotecontrol-1.0.dist-info/WHEEL'
|
|---|
| 31500 | adding 'chimerax_remotecontrol-1.0.dist-info/top_level.txt'
|
|---|
| 31501 | adding 'chimerax_remotecontrol-1.0.dist-info/RECORD'
|
|---|
| 31502 | removing build\bdist.win-amd64\wheel
|
|---|
| 31503 | Distribution is in .\dist\ChimeraX_RemoteControl-1.0-py3-none-any.whl
|
|---|
| 31504 | INFO:
|
|---|
| 31505 |
|
|---|
| 31506 | make sync
|
|---|
| 31507 | make[6]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/remote_control'
|
|---|
| 31508 | cp -av dist/*.whl ../../../build/sync
|
|---|
| 31509 | 'dist/chimerax_remotecontrol-1.0-py3-none-any.whl' -> '../../../build/sync/chimerax_remotecontrol-1.0-py3-none-any.whl'
|
|---|
| 31510 | make[6]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/remote_control'
|
|---|
| 31511 | make[5]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/remote_control'
|
|---|
| 31512 | make -C render_by_attr build
|
|---|
| 31513 | make[5]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/render_by_attr'
|
|---|
| 31514 | if [ -z "../../../ChimeraX.app/bin/python.exe" ]; then \
|
|---|
| 31515 | echo "missing ChimeraX application's python"; exit 1; \
|
|---|
| 31516 | else \
|
|---|
| 31517 | PYTHONNOUSERSITE=1 ../../../ChimeraX.app/bin/python.exe -I -m chimerax.core --nogui --exit --safemode --cmd "devel build . exit true "; \
|
|---|
| 31518 | fi
|
|---|
| 31519 | INFO:
|
|---|
| 31520 | Executing: devel build . exit true
|
|---|
| 31521 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\setuptools\dist.py:759: SetuptoolsDeprecationWarning: License classifiers are deprecated.
|
|---|
| 31522 | !!
|
|---|
| 31523 |
|
|---|
| 31524 | ********************************************************************************
|
|---|
| 31525 | Please consider removing the following classifiers in favor of a SPDX license expression:
|
|---|
| 31526 |
|
|---|
| 31527 | License :: Free for non-commercial use
|
|---|
| 31528 |
|
|---|
| 31529 | See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details.
|
|---|
| 31530 | ********************************************************************************
|
|---|
| 31531 |
|
|---|
| 31532 | !!
|
|---|
| 31533 | self._finalize_license_expression()
|
|---|
| 31534 | running build
|
|---|
| 31535 | running build_py
|
|---|
| 31536 | creating build\lib\chimerax\render_by_attr
|
|---|
| 31537 | copying src\manager.py -> build\lib\chimerax\render_by_attr
|
|---|
| 31538 | copying src\tool.py -> build\lib\chimerax\render_by_attr
|
|---|
| 31539 | copying src\__init__.py -> build\lib\chimerax\render_by_attr
|
|---|
| 31540 | running bdist_wheel
|
|---|
| 31541 | installing to build\bdist.win-amd64\wheel
|
|---|
| 31542 | running install
|
|---|
| 31543 | running install_lib
|
|---|
| 31544 | creating build\bdist.win-amd64\wheel
|
|---|
| 31545 | creating build\bdist.win-amd64\wheel\chimerax
|
|---|
| 31546 | creating build\bdist.win-amd64\wheel\chimerax\render_by_attr
|
|---|
| 31547 | copying build\lib\chimerax\render_by_attr\manager.py -> build\bdist.win-amd64\wheel\.\chimerax\render_by_attr
|
|---|
| 31548 | copying build\lib\chimerax\render_by_attr\tool.py -> build\bdist.win-amd64\wheel\.\chimerax\render_by_attr
|
|---|
| 31549 | copying build\lib\chimerax\render_by_attr\__init__.py -> build\bdist.win-amd64\wheel\.\chimerax\render_by_attr
|
|---|
| 31550 | running install_egg_info
|
|---|
| 31551 | running egg_info
|
|---|
| 31552 | creating ChimeraX_RenderByAttr.egg-info
|
|---|
| 31553 | writing ChimeraX_RenderByAttr.egg-info\PKG-INFO
|
|---|
| 31554 | writing dependency_links to ChimeraX_RenderByAttr.egg-info\dependency_links.txt
|
|---|
| 31555 | writing requirements to ChimeraX_RenderByAttr.egg-info\requires.txt
|
|---|
| 31556 | writing top-level names to ChimeraX_RenderByAttr.egg-info\top_level.txt
|
|---|
| 31557 | writing manifest file 'ChimeraX_RenderByAttr.egg-info\SOURCES.txt'
|
|---|
| 31558 | reading manifest file 'ChimeraX_RenderByAttr.egg-info\SOURCES.txt'
|
|---|
| 31559 | writing manifest file 'ChimeraX_RenderByAttr.egg-info\SOURCES.txt'
|
|---|
| 31560 | Copying ChimeraX_RenderByAttr.egg-info to build\bdist.win-amd64\wheel\.\ChimeraX_RenderByAttr-1.6.5-py3.11.egg-info
|
|---|
| 31561 | running install_scripts
|
|---|
| 31562 | creating build\bdist.win-amd64\wheel\chimerax_renderbyattr-1.6.5.dist-info\WHEEL
|
|---|
| 31563 | creating 'dist\chimerax_renderbyattr-1.6.5-py3-none-any.whl' and adding 'build\bdist.win-amd64\wheel' to it
|
|---|
| 31564 | adding 'chimerax/render_by_attr/__init__.py'
|
|---|
| 31565 | adding 'chimerax/render_by_attr/manager.py'
|
|---|
| 31566 | adding 'chimerax/render_by_attr/tool.py'
|
|---|
| 31567 | adding 'chimerax_renderbyattr-1.6.5.dist-info/METADATA'
|
|---|
| 31568 | adding 'chimerax_renderbyattr-1.6.5.dist-info/WHEEL'
|
|---|
| 31569 | adding 'chimerax_renderbyattr-1.6.5.dist-info/top_level.txt'
|
|---|
| 31570 | adding 'chimerax_renderbyattr-1.6.5.dist-info/RECORD'
|
|---|
| 31571 | removing build\bdist.win-amd64\wheel
|
|---|
| 31572 | Distribution is in .\dist\ChimeraX_RenderByAttr-1.6.5-py3-none-any.whl
|
|---|
| 31573 | INFO:
|
|---|
| 31574 |
|
|---|
| 31575 | make sync
|
|---|
| 31576 | make[6]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/render_by_attr'
|
|---|
| 31577 | cp -av dist/*.whl ../../../build/sync
|
|---|
| 31578 | 'dist/chimerax_renderbyattr-1.6.5-py3-none-any.whl' -> '../../../build/sync/chimerax_renderbyattr-1.6.5-py3-none-any.whl'
|
|---|
| 31579 | make[6]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/render_by_attr'
|
|---|
| 31580 | make[5]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/render_by_attr'
|
|---|
| 31581 | make -C renumber_residues build
|
|---|
| 31582 | make[5]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/renumber_residues'
|
|---|
| 31583 | if [ -z "../../../ChimeraX.app/bin/python.exe" ]; then \
|
|---|
| 31584 | echo "missing ChimeraX application's python"; exit 1; \
|
|---|
| 31585 | else \
|
|---|
| 31586 | PYTHONNOUSERSITE=1 ../../../ChimeraX.app/bin/python.exe -I -m chimerax.core --nogui --exit --safemode --cmd "devel build . exit true "; \
|
|---|
| 31587 | fi
|
|---|
| 31588 | INFO:
|
|---|
| 31589 | Executing: devel build . exit true
|
|---|
| 31590 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\setuptools\dist.py:759: SetuptoolsDeprecationWarning: License classifiers are deprecated.
|
|---|
| 31591 | !!
|
|---|
| 31592 |
|
|---|
| 31593 | ********************************************************************************
|
|---|
| 31594 | Please consider removing the following classifiers in favor of a SPDX license expression:
|
|---|
| 31595 |
|
|---|
| 31596 | License :: Free for non-commercial use
|
|---|
| 31597 |
|
|---|
| 31598 | See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details.
|
|---|
| 31599 | ********************************************************************************
|
|---|
| 31600 |
|
|---|
| 31601 | !!
|
|---|
| 31602 | self._finalize_license_expression()
|
|---|
| 31603 | running build
|
|---|
| 31604 | running build_py
|
|---|
| 31605 | creating build\lib\chimerax\renumber_residues
|
|---|
| 31606 | copying src\cmd.py -> build\lib\chimerax\renumber_residues
|
|---|
| 31607 | copying src\tool.py -> build\lib\chimerax\renumber_residues
|
|---|
| 31608 | copying src\__init__.py -> build\lib\chimerax\renumber_residues
|
|---|
| 31609 | running bdist_wheel
|
|---|
| 31610 | installing to build\bdist.win-amd64\wheel
|
|---|
| 31611 | running install
|
|---|
| 31612 | running install_lib
|
|---|
| 31613 | creating build\bdist.win-amd64\wheel
|
|---|
| 31614 | creating build\bdist.win-amd64\wheel\chimerax
|
|---|
| 31615 | creating build\bdist.win-amd64\wheel\chimerax\renumber_residues
|
|---|
| 31616 | copying build\lib\chimerax\renumber_residues\cmd.py -> build\bdist.win-amd64\wheel\.\chimerax\renumber_residues
|
|---|
| 31617 | copying build\lib\chimerax\renumber_residues\tool.py -> build\bdist.win-amd64\wheel\.\chimerax\renumber_residues
|
|---|
| 31618 | copying build\lib\chimerax\renumber_residues\__init__.py -> build\bdist.win-amd64\wheel\.\chimerax\renumber_residues
|
|---|
| 31619 | running install_egg_info
|
|---|
| 31620 | running egg_info
|
|---|
| 31621 | creating ChimeraX_RenumberResidues.egg-info
|
|---|
| 31622 | writing ChimeraX_RenumberResidues.egg-info\PKG-INFO
|
|---|
| 31623 | writing dependency_links to ChimeraX_RenumberResidues.egg-info\dependency_links.txt
|
|---|
| 31624 | writing requirements to ChimeraX_RenumberResidues.egg-info\requires.txt
|
|---|
| 31625 | writing top-level names to ChimeraX_RenumberResidues.egg-info\top_level.txt
|
|---|
| 31626 | writing manifest file 'ChimeraX_RenumberResidues.egg-info\SOURCES.txt'
|
|---|
| 31627 | reading manifest file 'ChimeraX_RenumberResidues.egg-info\SOURCES.txt'
|
|---|
| 31628 | writing manifest file 'ChimeraX_RenumberResidues.egg-info\SOURCES.txt'
|
|---|
| 31629 | Copying ChimeraX_RenumberResidues.egg-info to build\bdist.win-amd64\wheel\.\ChimeraX_RenumberResidues-1.1-py3.11.egg-info
|
|---|
| 31630 | running install_scripts
|
|---|
| 31631 | creating build\bdist.win-amd64\wheel\chimerax_renumberresidues-1.1.dist-info\WHEEL
|
|---|
| 31632 | creating 'dist\chimerax_renumberresidues-1.1-py3-none-any.whl' and adding 'build\bdist.win-amd64\wheel' to it
|
|---|
| 31633 | adding 'chimerax/renumber_residues/__init__.py'
|
|---|
| 31634 | adding 'chimerax/renumber_residues/cmd.py'
|
|---|
| 31635 | adding 'chimerax/renumber_residues/tool.py'
|
|---|
| 31636 | adding 'chimerax_renumberresidues-1.1.dist-info/METADATA'
|
|---|
| 31637 | adding 'chimerax_renumberresidues-1.1.dist-info/WHEEL'
|
|---|
| 31638 | adding 'chimerax_renumberresidues-1.1.dist-info/top_level.txt'
|
|---|
| 31639 | adding 'chimerax_renumberresidues-1.1.dist-info/RECORD'
|
|---|
| 31640 | removing build\bdist.win-amd64\wheel
|
|---|
| 31641 | Distribution is in .\dist\ChimeraX_RenumberResidues-1.1-py3-none-any.whl
|
|---|
| 31642 | INFO:
|
|---|
| 31643 |
|
|---|
| 31644 | make sync
|
|---|
| 31645 | make[6]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/renumber_residues'
|
|---|
| 31646 | cp -av dist/*.whl ../../../build/sync
|
|---|
| 31647 | 'dist/chimerax_renumberresidues-1.1-py3-none-any.whl' -> '../../../build/sync/chimerax_renumberresidues-1.1-py3-none-any.whl'
|
|---|
| 31648 | make[6]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/renumber_residues'
|
|---|
| 31649 | make[5]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/renumber_residues'
|
|---|
| 31650 | make -C rest_server build
|
|---|
| 31651 | make[5]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/rest_server'
|
|---|
| 31652 | # This creates a self-signed cert
|
|---|
| 31653 | # https://stackoverflow.com/questions/10175812/how-to-create-a-self-signed-certificate-with-openssl
|
|---|
| 31654 | # with both key and cert in the same file
|
|---|
| 31655 | openssl req -new -x509 -keyout src/server.pem -out src/server.pem \
|
|---|
| 31656 | -days 365 -nodes -config ssl.conf
|
|---|
| 31657 | ......+.+...+..+.......+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*.........+..+...............+....+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*....+.......+......+........+.+...........+...+.......+........+.+.....+.+..............+.+...+..+...................+......+...+.....+.+.....+...+.............+.....+...+.........+...+.......+...........+....+....................+...+.......+...+..+.+......+.........+......+........+..........+..+.+............+..+.+.....+...+......+...+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
|
|---|
| 31658 | .+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*...+.............+...+.....+.......+.........+.....+.........+......+......+.........+.+.........+...........+....+......+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*....+......+...+.....+.+........+.+..+....+...+..+.+........+.+...........+.......+......+......+...+.....+...+.......+........+...+......+.+..+.+..............+.......+...+...+..+......+......+......+.......+...+.....+....+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
|
|---|
| 31659 | -----
|
|---|
| 31660 | if [ -z "../../../ChimeraX.app/bin/python.exe" ]; then \
|
|---|
| 31661 | echo "missing ChimeraX application's python"; exit 1; \
|
|---|
| 31662 | else \
|
|---|
| 31663 | PYTHONNOUSERSITE=1 ../../../ChimeraX.app/bin/python.exe -I -m chimerax.core --nogui --exit --safemode --cmd "devel build . exit true "; \
|
|---|
| 31664 | fi
|
|---|
| 31665 | INFO:
|
|---|
| 31666 | Executing: devel build . exit true
|
|---|
| 31667 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\setuptools\dist.py:759: SetuptoolsDeprecationWarning: License classifiers are deprecated.
|
|---|
| 31668 | !!
|
|---|
| 31669 |
|
|---|
| 31670 | ********************************************************************************
|
|---|
| 31671 | Please consider removing the following classifiers in favor of a SPDX license expression:
|
|---|
| 31672 |
|
|---|
| 31673 | License :: Free for non-commercial use
|
|---|
| 31674 |
|
|---|
| 31675 | See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details.
|
|---|
| 31676 | ********************************************************************************
|
|---|
| 31677 |
|
|---|
| 31678 | !!
|
|---|
| 31679 | self._finalize_license_expression()
|
|---|
| 31680 | running build
|
|---|
| 31681 | running build_py
|
|---|
| 31682 | creating build\lib\chimerax\rest_server
|
|---|
| 31683 | copying src\cgi.py -> build\lib\chimerax\rest_server
|
|---|
| 31684 | copying src\cmd.py -> build\lib\chimerax\rest_server
|
|---|
| 31685 | copying src\server.py -> build\lib\chimerax\rest_server
|
|---|
| 31686 | copying src\__init__.py -> build\lib\chimerax\rest_server
|
|---|
| 31687 | creating build\lib\chimerax\rest_server\static
|
|---|
| 31688 | copying src\static\cmdline.html -> build\lib\chimerax\rest_server\static
|
|---|
| 31689 | copying src\static\favicon.ico -> build\lib\chimerax\rest_server\static
|
|---|
| 31690 | copying src\server.pem -> build\lib\chimerax\rest_server
|
|---|
| 31691 | running bdist_wheel
|
|---|
| 31692 | installing to build\bdist.win-amd64\wheel
|
|---|
| 31693 | running install
|
|---|
| 31694 | running install_lib
|
|---|
| 31695 | creating build\bdist.win-amd64\wheel
|
|---|
| 31696 | creating build\bdist.win-amd64\wheel\chimerax
|
|---|
| 31697 | creating build\bdist.win-amd64\wheel\chimerax\rest_server
|
|---|
| 31698 | copying build\lib\chimerax\rest_server\cgi.py -> build\bdist.win-amd64\wheel\.\chimerax\rest_server
|
|---|
| 31699 | copying build\lib\chimerax\rest_server\cmd.py -> build\bdist.win-amd64\wheel\.\chimerax\rest_server
|
|---|
| 31700 | copying build\lib\chimerax\rest_server\server.pem -> build\bdist.win-amd64\wheel\.\chimerax\rest_server
|
|---|
| 31701 | copying build\lib\chimerax\rest_server\server.py -> build\bdist.win-amd64\wheel\.\chimerax\rest_server
|
|---|
| 31702 | creating build\bdist.win-amd64\wheel\chimerax\rest_server\static
|
|---|
| 31703 | copying build\lib\chimerax\rest_server\static\cmdline.html -> build\bdist.win-amd64\wheel\.\chimerax\rest_server\static
|
|---|
| 31704 | copying build\lib\chimerax\rest_server\static\favicon.ico -> build\bdist.win-amd64\wheel\.\chimerax\rest_server\static
|
|---|
| 31705 | copying build\lib\chimerax\rest_server\__init__.py -> build\bdist.win-amd64\wheel\.\chimerax\rest_server
|
|---|
| 31706 | running install_egg_info
|
|---|
| 31707 | running egg_info
|
|---|
| 31708 | creating ChimeraX_RestServer.egg-info
|
|---|
| 31709 | writing ChimeraX_RestServer.egg-info\PKG-INFO
|
|---|
| 31710 | writing dependency_links to ChimeraX_RestServer.egg-info\dependency_links.txt
|
|---|
| 31711 | writing requirements to ChimeraX_RestServer.egg-info\requires.txt
|
|---|
| 31712 | writing top-level names to ChimeraX_RestServer.egg-info\top_level.txt
|
|---|
| 31713 | writing manifest file 'ChimeraX_RestServer.egg-info\SOURCES.txt'
|
|---|
| 31714 | reading manifest file 'ChimeraX_RestServer.egg-info\SOURCES.txt'
|
|---|
| 31715 | writing manifest file 'ChimeraX_RestServer.egg-info\SOURCES.txt'
|
|---|
| 31716 | Copying ChimeraX_RestServer.egg-info to build\bdist.win-amd64\wheel\.\ChimeraX_RestServer-1.3.1-py3.11.egg-info
|
|---|
| 31717 | running install_scripts
|
|---|
| 31718 | creating build\bdist.win-amd64\wheel\chimerax_restserver-1.3.1.dist-info\WHEEL
|
|---|
| 31719 | creating 'dist\chimerax_restserver-1.3.1-py3-none-any.whl' and adding 'build\bdist.win-amd64\wheel' to it
|
|---|
| 31720 | adding 'chimerax/rest_server/__init__.py'
|
|---|
| 31721 | adding 'chimerax/rest_server/cgi.py'
|
|---|
| 31722 | adding 'chimerax/rest_server/cmd.py'
|
|---|
| 31723 | adding 'chimerax/rest_server/server.pem'
|
|---|
| 31724 | adding 'chimerax/rest_server/server.py'
|
|---|
| 31725 | adding 'chimerax/rest_server/static/cmdline.html'
|
|---|
| 31726 | adding 'chimerax/rest_server/static/favicon.ico'
|
|---|
| 31727 | adding 'chimerax_restserver-1.3.1.dist-info/METADATA'
|
|---|
| 31728 | adding 'chimerax_restserver-1.3.1.dist-info/WHEEL'
|
|---|
| 31729 | adding 'chimerax_restserver-1.3.1.dist-info/top_level.txt'
|
|---|
| 31730 | adding 'chimerax_restserver-1.3.1.dist-info/RECORD'
|
|---|
| 31731 | removing build\bdist.win-amd64\wheel
|
|---|
| 31732 | Distribution is in .\dist\ChimeraX_RestServer-1.3.1-py3-none-any.whl
|
|---|
| 31733 | INFO:
|
|---|
| 31734 |
|
|---|
| 31735 | make sync
|
|---|
| 31736 | make[6]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/rest_server'
|
|---|
| 31737 | cp -av dist/*.whl ../../../build/sync
|
|---|
| 31738 | 'dist/chimerax_restserver-1.3.1-py3-none-any.whl' -> '../../../build/sync/chimerax_restserver-1.3.1-py3-none-any.whl'
|
|---|
| 31739 | make[6]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/rest_server'
|
|---|
| 31740 | make[5]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/rest_server'
|
|---|
| 31741 | make -C residue_fit build
|
|---|
| 31742 | make[5]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/residue_fit'
|
|---|
| 31743 | if [ -z "../../../ChimeraX.app/bin/python.exe" ]; then \
|
|---|
| 31744 | echo "missing ChimeraX application's python"; exit 1; \
|
|---|
| 31745 | else \
|
|---|
| 31746 | PYTHONNOUSERSITE=1 ../../../ChimeraX.app/bin/python.exe -I -m chimerax.core --nogui --exit --safemode --cmd "devel build . exit true "; \
|
|---|
| 31747 | fi
|
|---|
| 31748 | INFO:
|
|---|
| 31749 | Executing: devel build . exit true
|
|---|
| 31750 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\setuptools\dist.py:759: SetuptoolsDeprecationWarning: License classifiers are deprecated.
|
|---|
| 31751 | !!
|
|---|
| 31752 |
|
|---|
| 31753 | ********************************************************************************
|
|---|
| 31754 | Please consider removing the following classifiers in favor of a SPDX license expression:
|
|---|
| 31755 |
|
|---|
| 31756 | License :: Free for non-commercial use
|
|---|
| 31757 |
|
|---|
| 31758 | See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details.
|
|---|
| 31759 | ********************************************************************************
|
|---|
| 31760 |
|
|---|
| 31761 | !!
|
|---|
| 31762 | self._finalize_license_expression()
|
|---|
| 31763 | running build
|
|---|
| 31764 | running build_py
|
|---|
| 31765 | creating build\lib\chimerax\residue_fit
|
|---|
| 31766 | copying src\cmd.py -> build\lib\chimerax\residue_fit
|
|---|
| 31767 | copying src\tool.py -> build\lib\chimerax\residue_fit
|
|---|
| 31768 | copying src\__init__.py -> build\lib\chimerax\residue_fit
|
|---|
| 31769 | running bdist_wheel
|
|---|
| 31770 | installing to build\bdist.win-amd64\wheel
|
|---|
| 31771 | running install
|
|---|
| 31772 | running install_lib
|
|---|
| 31773 | creating build\bdist.win-amd64\wheel
|
|---|
| 31774 | creating build\bdist.win-amd64\wheel\chimerax
|
|---|
| 31775 | creating build\bdist.win-amd64\wheel\chimerax\residue_fit
|
|---|
| 31776 | copying build\lib\chimerax\residue_fit\cmd.py -> build\bdist.win-amd64\wheel\.\chimerax\residue_fit
|
|---|
| 31777 | copying build\lib\chimerax\residue_fit\tool.py -> build\bdist.win-amd64\wheel\.\chimerax\residue_fit
|
|---|
| 31778 | copying build\lib\chimerax\residue_fit\__init__.py -> build\bdist.win-amd64\wheel\.\chimerax\residue_fit
|
|---|
| 31779 | running install_egg_info
|
|---|
| 31780 | running egg_info
|
|---|
| 31781 | creating ChimeraX_ResidueFit.egg-info
|
|---|
| 31782 | writing ChimeraX_ResidueFit.egg-info\PKG-INFO
|
|---|
| 31783 | writing dependency_links to ChimeraX_ResidueFit.egg-info\dependency_links.txt
|
|---|
| 31784 | writing requirements to ChimeraX_ResidueFit.egg-info\requires.txt
|
|---|
| 31785 | writing top-level names to ChimeraX_ResidueFit.egg-info\top_level.txt
|
|---|
| 31786 | writing manifest file 'ChimeraX_ResidueFit.egg-info\SOURCES.txt'
|
|---|
| 31787 | reading manifest file 'ChimeraX_ResidueFit.egg-info\SOURCES.txt'
|
|---|
| 31788 | writing manifest file 'ChimeraX_ResidueFit.egg-info\SOURCES.txt'
|
|---|
| 31789 | Copying ChimeraX_ResidueFit.egg-info to build\bdist.win-amd64\wheel\.\ChimeraX_ResidueFit-1.0.1-py3.11.egg-info
|
|---|
| 31790 | running install_scripts
|
|---|
| 31791 | creating build\bdist.win-amd64\wheel\chimerax_residuefit-1.0.1.dist-info\WHEEL
|
|---|
| 31792 | creating 'dist\chimerax_residuefit-1.0.1-py3-none-any.whl' and adding 'build\bdist.win-amd64\wheel' to it
|
|---|
| 31793 | adding 'chimerax/residue_fit/__init__.py'
|
|---|
| 31794 | adding 'chimerax/residue_fit/cmd.py'
|
|---|
| 31795 | adding 'chimerax/residue_fit/tool.py'
|
|---|
| 31796 | adding 'chimerax_residuefit-1.0.1.dist-info/METADATA'
|
|---|
| 31797 | adding 'chimerax_residuefit-1.0.1.dist-info/WHEEL'
|
|---|
| 31798 | adding 'chimerax_residuefit-1.0.1.dist-info/top_level.txt'
|
|---|
| 31799 | adding 'chimerax_residuefit-1.0.1.dist-info/RECORD'
|
|---|
| 31800 | removing build\bdist.win-amd64\wheel
|
|---|
| 31801 | Distribution is in .\dist\ChimeraX_ResidueFit-1.0.1-py3-none-any.whl
|
|---|
| 31802 | INFO:
|
|---|
| 31803 |
|
|---|
| 31804 | make sync
|
|---|
| 31805 | make[6]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/residue_fit'
|
|---|
| 31806 | cp -av dist/*.whl ../../../build/sync
|
|---|
| 31807 | 'dist/chimerax_residuefit-1.0.1-py3-none-any.whl' -> '../../../build/sync/chimerax_residuefit-1.0.1-py3-none-any.whl'
|
|---|
| 31808 | make[6]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/residue_fit'
|
|---|
| 31809 | make[5]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/residue_fit'
|
|---|
| 31810 | make -C rna_layout build
|
|---|
| 31811 | make[5]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/rna_layout'
|
|---|
| 31812 | if [ -z "../../../ChimeraX.app/bin/python.exe" ]; then \
|
|---|
| 31813 | echo "missing ChimeraX application's python"; exit 1; \
|
|---|
| 31814 | else \
|
|---|
| 31815 | PYTHONNOUSERSITE=1 ../../../ChimeraX.app/bin/python.exe -I -m chimerax.core --nogui --exit --safemode --cmd "devel build . exit true "; \
|
|---|
| 31816 | fi
|
|---|
| 31817 | INFO:
|
|---|
| 31818 | Executing: devel build . exit true
|
|---|
| 31819 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\setuptools\dist.py:759: SetuptoolsDeprecationWarning: License classifiers are deprecated.
|
|---|
| 31820 | !!
|
|---|
| 31821 |
|
|---|
| 31822 | ********************************************************************************
|
|---|
| 31823 | Please consider removing the following classifiers in favor of a SPDX license expression:
|
|---|
| 31824 |
|
|---|
| 31825 | License :: Free for non-commercial use
|
|---|
| 31826 |
|
|---|
| 31827 | See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details.
|
|---|
| 31828 | ********************************************************************************
|
|---|
| 31829 |
|
|---|
| 31830 | !!
|
|---|
| 31831 | self._finalize_license_expression()
|
|---|
| 31832 | running build
|
|---|
| 31833 | running build_py
|
|---|
| 31834 | creating build\lib\chimerax\rna_layout
|
|---|
| 31835 | copying src\rna_command.py -> build\lib\chimerax\rna_layout
|
|---|
| 31836 | copying src\rna_layout.py -> build\lib\chimerax\rna_layout
|
|---|
| 31837 | copying src\__init__.py -> build\lib\chimerax\rna_layout
|
|---|
| 31838 | copying src\rna_templates_6pj6.cif -> build\lib\chimerax\rna_layout
|
|---|
| 31839 | running bdist_wheel
|
|---|
| 31840 | installing to build\bdist.win-amd64\wheel
|
|---|
| 31841 | running install
|
|---|
| 31842 | running install_lib
|
|---|
| 31843 | creating build\bdist.win-amd64\wheel
|
|---|
| 31844 | creating build\bdist.win-amd64\wheel\chimerax
|
|---|
| 31845 | creating build\bdist.win-amd64\wheel\chimerax\rna_layout
|
|---|
| 31846 | copying build\lib\chimerax\rna_layout\rna_command.py -> build\bdist.win-amd64\wheel\.\chimerax\rna_layout
|
|---|
| 31847 | copying build\lib\chimerax\rna_layout\rna_layout.py -> build\bdist.win-amd64\wheel\.\chimerax\rna_layout
|
|---|
| 31848 | copying build\lib\chimerax\rna_layout\rna_templates_6pj6.cif -> build\bdist.win-amd64\wheel\.\chimerax\rna_layout
|
|---|
| 31849 | copying build\lib\chimerax\rna_layout\__init__.py -> build\bdist.win-amd64\wheel\.\chimerax\rna_layout
|
|---|
| 31850 | running install_egg_info
|
|---|
| 31851 | running egg_info
|
|---|
| 31852 | creating ChimeraX_RNALayout.egg-info
|
|---|
| 31853 | writing ChimeraX_RNALayout.egg-info\PKG-INFO
|
|---|
| 31854 | writing dependency_links to ChimeraX_RNALayout.egg-info\dependency_links.txt
|
|---|
| 31855 | writing requirements to ChimeraX_RNALayout.egg-info\requires.txt
|
|---|
| 31856 | writing top-level names to ChimeraX_RNALayout.egg-info\top_level.txt
|
|---|
| 31857 | writing manifest file 'ChimeraX_RNALayout.egg-info\SOURCES.txt'
|
|---|
| 31858 | reading manifest file 'ChimeraX_RNALayout.egg-info\SOURCES.txt'
|
|---|
| 31859 | writing manifest file 'ChimeraX_RNALayout.egg-info\SOURCES.txt'
|
|---|
| 31860 | Copying ChimeraX_RNALayout.egg-info to build\bdist.win-amd64\wheel\.\ChimeraX_RNALayout-1.0-py3.11.egg-info
|
|---|
| 31861 | running install_scripts
|
|---|
| 31862 | creating build\bdist.win-amd64\wheel\chimerax_rnalayout-1.0.dist-info\WHEEL
|
|---|
| 31863 | creating 'dist\chimerax_rnalayout-1.0-py3-none-any.whl' and adding 'build\bdist.win-amd64\wheel' to it
|
|---|
| 31864 | adding 'chimerax/rna_layout/__init__.py'
|
|---|
| 31865 | adding 'chimerax/rna_layout/rna_command.py'
|
|---|
| 31866 | adding 'chimerax/rna_layout/rna_layout.py'
|
|---|
| 31867 | adding 'chimerax/rna_layout/rna_templates_6pj6.cif'
|
|---|
| 31868 | adding 'chimerax_rnalayout-1.0.dist-info/METADATA'
|
|---|
| 31869 | adding 'chimerax_rnalayout-1.0.dist-info/WHEEL'
|
|---|
| 31870 | adding 'chimerax_rnalayout-1.0.dist-info/top_level.txt'
|
|---|
| 31871 | adding 'chimerax_rnalayout-1.0.dist-info/RECORD'
|
|---|
| 31872 | removing build\bdist.win-amd64\wheel
|
|---|
| 31873 | Distribution is in .\dist\ChimeraX_RNALayout-1.0-py3-none-any.whl
|
|---|
| 31874 | INFO:
|
|---|
| 31875 |
|
|---|
| 31876 | make sync
|
|---|
| 31877 | make[6]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/rna_layout'
|
|---|
| 31878 | cp -av dist/*.whl ../../../build/sync
|
|---|
| 31879 | 'dist/chimerax_rnalayout-1.0-py3-none-any.whl' -> '../../../build/sync/chimerax_rnalayout-1.0-py3-none-any.whl'
|
|---|
| 31880 | make[6]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/rna_layout'
|
|---|
| 31881 | make[5]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/rna_layout'
|
|---|
| 31882 | make -C rotamers build
|
|---|
| 31883 | make[5]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/rotamers'
|
|---|
| 31884 | if [ -z "../../../ChimeraX.app/bin/python.exe" ]; then \
|
|---|
| 31885 | echo "missing ChimeraX application's python"; exit 1; \
|
|---|
| 31886 | else \
|
|---|
| 31887 | PYTHONNOUSERSITE=1 ../../../ChimeraX.app/bin/python.exe -I -m chimerax.core --nogui --exit --safemode --cmd "devel build . exit true "; \
|
|---|
| 31888 | fi
|
|---|
| 31889 | INFO:
|
|---|
| 31890 | Executing: devel build . exit true
|
|---|
| 31891 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\setuptools\dist.py:759: SetuptoolsDeprecationWarning: License classifiers are deprecated.
|
|---|
| 31892 | !!
|
|---|
| 31893 |
|
|---|
| 31894 | ********************************************************************************
|
|---|
| 31895 | Please consider removing the following classifiers in favor of a SPDX license expression:
|
|---|
| 31896 |
|
|---|
| 31897 | License :: Free for non-commercial use
|
|---|
| 31898 |
|
|---|
| 31899 | See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details.
|
|---|
| 31900 | ********************************************************************************
|
|---|
| 31901 |
|
|---|
| 31902 | !!
|
|---|
| 31903 | self._finalize_license_expression()
|
|---|
| 31904 | running build
|
|---|
| 31905 | running build_py
|
|---|
| 31906 | creating build\lib\chimerax\rotamers
|
|---|
| 31907 | copying src\manager.py -> build\lib\chimerax\rotamers
|
|---|
| 31908 | copying src\rot_lib.py -> build\lib\chimerax\rotamers
|
|---|
| 31909 | copying src\__init__.py -> build\lib\chimerax\rotamers
|
|---|
| 31910 | running bdist_wheel
|
|---|
| 31911 | installing to build\bdist.win-amd64\wheel
|
|---|
| 31912 | running install
|
|---|
| 31913 | running install_lib
|
|---|
| 31914 | creating build\bdist.win-amd64\wheel
|
|---|
| 31915 | creating build\bdist.win-amd64\wheel\chimerax
|
|---|
| 31916 | creating build\bdist.win-amd64\wheel\chimerax\rotamers
|
|---|
| 31917 | copying build\lib\chimerax\rotamers\manager.py -> build\bdist.win-amd64\wheel\.\chimerax\rotamers
|
|---|
| 31918 | copying build\lib\chimerax\rotamers\rot_lib.py -> build\bdist.win-amd64\wheel\.\chimerax\rotamers
|
|---|
| 31919 | copying build\lib\chimerax\rotamers\__init__.py -> build\bdist.win-amd64\wheel\.\chimerax\rotamers
|
|---|
| 31920 | running install_egg_info
|
|---|
| 31921 | running egg_info
|
|---|
| 31922 | creating ChimeraX_RotamerLibMgr.egg-info
|
|---|
| 31923 | writing ChimeraX_RotamerLibMgr.egg-info\PKG-INFO
|
|---|
| 31924 | writing dependency_links to ChimeraX_RotamerLibMgr.egg-info\dependency_links.txt
|
|---|
| 31925 | writing requirements to ChimeraX_RotamerLibMgr.egg-info\requires.txt
|
|---|
| 31926 | writing top-level names to ChimeraX_RotamerLibMgr.egg-info\top_level.txt
|
|---|
| 31927 | writing manifest file 'ChimeraX_RotamerLibMgr.egg-info\SOURCES.txt'
|
|---|
| 31928 | reading manifest file 'ChimeraX_RotamerLibMgr.egg-info\SOURCES.txt'
|
|---|
| 31929 | writing manifest file 'ChimeraX_RotamerLibMgr.egg-info\SOURCES.txt'
|
|---|
| 31930 | Copying ChimeraX_RotamerLibMgr.egg-info to build\bdist.win-amd64\wheel\.\ChimeraX_RotamerLibMgr-4.0-py3.11.egg-info
|
|---|
| 31931 | running install_scripts
|
|---|
| 31932 | creating build\bdist.win-amd64\wheel\chimerax_rotamerlibmgr-4.0.dist-info\WHEEL
|
|---|
| 31933 | creating 'dist\chimerax_rotamerlibmgr-4.0-py3-none-any.whl' and adding 'build\bdist.win-amd64\wheel' to it
|
|---|
| 31934 | adding 'chimerax/rotamers/__init__.py'
|
|---|
| 31935 | adding 'chimerax/rotamers/manager.py'
|
|---|
| 31936 | adding 'chimerax/rotamers/rot_lib.py'
|
|---|
| 31937 | adding 'chimerax_rotamerlibmgr-4.0.dist-info/METADATA'
|
|---|
| 31938 | adding 'chimerax_rotamerlibmgr-4.0.dist-info/WHEEL'
|
|---|
| 31939 | adding 'chimerax_rotamerlibmgr-4.0.dist-info/top_level.txt'
|
|---|
| 31940 | adding 'chimerax_rotamerlibmgr-4.0.dist-info/RECORD'
|
|---|
| 31941 | removing build\bdist.win-amd64\wheel
|
|---|
| 31942 | Distribution is in .\dist\ChimeraX_RotamerLibMgr-4.0-py3-none-any.whl
|
|---|
| 31943 | INFO:
|
|---|
| 31944 |
|
|---|
| 31945 | make sync
|
|---|
| 31946 | make[6]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/rotamers'
|
|---|
| 31947 | cp -av dist/*.whl ../../../build/sync
|
|---|
| 31948 | 'dist/chimerax_rotamerlibmgr-4.0-py3-none-any.whl' -> '../../../build/sync/chimerax_rotamerlibmgr-4.0-py3-none-any.whl'
|
|---|
| 31949 | make[6]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/rotamers'
|
|---|
| 31950 | make[5]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/rotamers'
|
|---|
| 31951 | make -C rotamer_libs build
|
|---|
| 31952 | make[5]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/rotamer_libs'
|
|---|
| 31953 | make -C Dunbrack build
|
|---|
| 31954 | make[6]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/rotamer_libs/Dunbrack'
|
|---|
| 31955 | if [ -z "../../../../ChimeraX.app/bin/python.exe" ]; then \
|
|---|
| 31956 | echo "missing ChimeraX application's python"; exit 1; \
|
|---|
| 31957 | else \
|
|---|
| 31958 | PYTHONNOUSERSITE=1 ../../../../ChimeraX.app/bin/python.exe -I -m chimerax.core --nogui --exit --safemode --cmd "devel build . exit true "; \
|
|---|
| 31959 | fi
|
|---|
| 31960 | INFO:
|
|---|
| 31961 | Executing: devel build . exit true
|
|---|
| 31962 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\setuptools\dist.py:759: SetuptoolsDeprecationWarning: License classifiers are deprecated.
|
|---|
| 31963 | !!
|
|---|
| 31964 |
|
|---|
| 31965 | ********************************************************************************
|
|---|
| 31966 | Please consider removing the following classifiers in favor of a SPDX license expression:
|
|---|
| 31967 |
|
|---|
| 31968 | License :: Free for non-commercial use
|
|---|
| 31969 |
|
|---|
| 31970 | See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details.
|
|---|
| 31971 | ********************************************************************************
|
|---|
| 31972 |
|
|---|
| 31973 | !!
|
|---|
| 31974 | self._finalize_license_expression()
|
|---|
| 31975 | running build
|
|---|
| 31976 | running build_py
|
|---|
| 31977 | creating build\lib\chimerax\dunbrack_rotamer_lib
|
|---|
| 31978 | copying src\lib.py -> build\lib\chimerax\dunbrack_rotamer_lib
|
|---|
| 31979 | copying src\__init__.py -> build\lib\chimerax\dunbrack_rotamer_lib
|
|---|
| 31980 | copying src\dependentRotamerData.zip -> build\lib\chimerax\dunbrack_rotamer_lib
|
|---|
| 31981 | copying src\independentRotamerData2002.zip -> build\lib\chimerax\dunbrack_rotamer_lib
|
|---|
| 31982 | running bdist_wheel
|
|---|
| 31983 | installing to build\bdist.win-amd64\wheel
|
|---|
| 31984 | running install
|
|---|
| 31985 | running install_lib
|
|---|
| 31986 | creating build\bdist.win-amd64\wheel
|
|---|
| 31987 | creating build\bdist.win-amd64\wheel\chimerax
|
|---|
| 31988 | creating build\bdist.win-amd64\wheel\chimerax\dunbrack_rotamer_lib
|
|---|
| 31989 | copying build\lib\chimerax\dunbrack_rotamer_lib\dependentRotamerData.zip -> build\bdist.win-amd64\wheel\.\chimerax\dunbrack_rotamer_lib
|
|---|
| 31990 | copying build\lib\chimerax\dunbrack_rotamer_lib\independentRotamerData2002.zip -> build\bdist.win-amd64\wheel\.\chimerax\dunbrack_rotamer_lib
|
|---|
| 31991 | copying build\lib\chimerax\dunbrack_rotamer_lib\lib.py -> build\bdist.win-amd64\wheel\.\chimerax\dunbrack_rotamer_lib
|
|---|
| 31992 | copying build\lib\chimerax\dunbrack_rotamer_lib\__init__.py -> build\bdist.win-amd64\wheel\.\chimerax\dunbrack_rotamer_lib
|
|---|
| 31993 | running install_egg_info
|
|---|
| 31994 | running egg_info
|
|---|
| 31995 | creating ChimeraX_RotamerLibsDunbrack.egg-info
|
|---|
| 31996 | writing ChimeraX_RotamerLibsDunbrack.egg-info\PKG-INFO
|
|---|
| 31997 | writing dependency_links to ChimeraX_RotamerLibsDunbrack.egg-info\dependency_links.txt
|
|---|
| 31998 | writing requirements to ChimeraX_RotamerLibsDunbrack.egg-info\requires.txt
|
|---|
| 31999 | writing top-level names to ChimeraX_RotamerLibsDunbrack.egg-info\top_level.txt
|
|---|
| 32000 | writing manifest file 'ChimeraX_RotamerLibsDunbrack.egg-info\SOURCES.txt'
|
|---|
| 32001 | reading manifest file 'ChimeraX_RotamerLibsDunbrack.egg-info\SOURCES.txt'
|
|---|
| 32002 | writing manifest file 'ChimeraX_RotamerLibsDunbrack.egg-info\SOURCES.txt'
|
|---|
| 32003 | Copying ChimeraX_RotamerLibsDunbrack.egg-info to build\bdist.win-amd64\wheel\.\ChimeraX_RotamerLibsDunbrack-2.0-py3.11.egg-info
|
|---|
| 32004 | running install_scripts
|
|---|
| 32005 | creating build\bdist.win-amd64\wheel\chimerax_rotamerlibsdunbrack-2.0.dist-info\WHEEL
|
|---|
| 32006 | creating 'dist\chimerax_rotamerlibsdunbrack-2.0-py3-none-any.whl' and adding 'build\bdist.win-amd64\wheel' to it
|
|---|
| 32007 | adding 'chimerax/dunbrack_rotamer_lib/__init__.py'
|
|---|
| 32008 | adding 'chimerax/dunbrack_rotamer_lib/dependentRotamerData.zip'
|
|---|
| 32009 | adding 'chimerax/dunbrack_rotamer_lib/independentRotamerData2002.zip'
|
|---|
| 32010 | adding 'chimerax/dunbrack_rotamer_lib/lib.py'
|
|---|
| 32011 | adding 'chimerax_rotamerlibsdunbrack-2.0.dist-info/METADATA'
|
|---|
| 32012 | adding 'chimerax_rotamerlibsdunbrack-2.0.dist-info/WHEEL'
|
|---|
| 32013 | adding 'chimerax_rotamerlibsdunbrack-2.0.dist-info/top_level.txt'
|
|---|
| 32014 | adding 'chimerax_rotamerlibsdunbrack-2.0.dist-info/RECORD'
|
|---|
| 32015 | removing build\bdist.win-amd64\wheel
|
|---|
| 32016 | Distribution is in .\dist\ChimeraX_RotamerLibsDunbrack-2.0-py3-none-any.whl
|
|---|
| 32017 | INFO:
|
|---|
| 32018 |
|
|---|
| 32019 | make sync
|
|---|
| 32020 | make[7]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/rotamer_libs/Dunbrack'
|
|---|
| 32021 | cp -av dist/*.whl ../../../../build/sync
|
|---|
| 32022 | 'dist/chimerax_rotamerlibsdunbrack-2.0-py3-none-any.whl' -> '../../../../build/sync/chimerax_rotamerlibsdunbrack-2.0-py3-none-any.whl'
|
|---|
| 32023 | make[7]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/rotamer_libs/Dunbrack'
|
|---|
| 32024 | make[6]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/rotamer_libs/Dunbrack'
|
|---|
| 32025 | make -C Dynameomics build
|
|---|
| 32026 | make[6]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/rotamer_libs/Dynameomics'
|
|---|
| 32027 | if [ -z "../../../../ChimeraX.app/bin/python.exe" ]; then \
|
|---|
| 32028 | echo "missing ChimeraX application's python"; exit 1; \
|
|---|
| 32029 | else \
|
|---|
| 32030 | PYTHONNOUSERSITE=1 ../../../../ChimeraX.app/bin/python.exe -I -m chimerax.core --nogui --exit --safemode --cmd "devel build . exit true "; \
|
|---|
| 32031 | fi
|
|---|
| 32032 | INFO:
|
|---|
| 32033 | Executing: devel build . exit true
|
|---|
| 32034 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\setuptools\dist.py:759: SetuptoolsDeprecationWarning: License classifiers are deprecated.
|
|---|
| 32035 | !!
|
|---|
| 32036 |
|
|---|
| 32037 | ********************************************************************************
|
|---|
| 32038 | Please consider removing the following classifiers in favor of a SPDX license expression:
|
|---|
| 32039 |
|
|---|
| 32040 | License :: Free for non-commercial use
|
|---|
| 32041 |
|
|---|
| 32042 | See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details.
|
|---|
| 32043 | ********************************************************************************
|
|---|
| 32044 |
|
|---|
| 32045 | !!
|
|---|
| 32046 | self._finalize_license_expression()
|
|---|
| 32047 | running build
|
|---|
| 32048 | running build_py
|
|---|
| 32049 | creating build\lib\chimerax\dynameomics_rotamer_lib
|
|---|
| 32050 | copying src\lib.py -> build\lib\chimerax\dynameomics_rotamer_lib
|
|---|
| 32051 | copying src\__init__.py -> build\lib\chimerax\dynameomics_rotamer_lib
|
|---|
| 32052 | copying src\rotamerData.zip -> build\lib\chimerax\dynameomics_rotamer_lib
|
|---|
| 32053 | running bdist_wheel
|
|---|
| 32054 | installing to build\bdist.win-amd64\wheel
|
|---|
| 32055 | running install
|
|---|
| 32056 | running install_lib
|
|---|
| 32057 | creating build\bdist.win-amd64\wheel
|
|---|
| 32058 | creating build\bdist.win-amd64\wheel\chimerax
|
|---|
| 32059 | creating build\bdist.win-amd64\wheel\chimerax\dynameomics_rotamer_lib
|
|---|
| 32060 | copying build\lib\chimerax\dynameomics_rotamer_lib\lib.py -> build\bdist.win-amd64\wheel\.\chimerax\dynameomics_rotamer_lib
|
|---|
| 32061 | copying build\lib\chimerax\dynameomics_rotamer_lib\rotamerData.zip -> build\bdist.win-amd64\wheel\.\chimerax\dynameomics_rotamer_lib
|
|---|
| 32062 | copying build\lib\chimerax\dynameomics_rotamer_lib\__init__.py -> build\bdist.win-amd64\wheel\.\chimerax\dynameomics_rotamer_lib
|
|---|
| 32063 | running install_egg_info
|
|---|
| 32064 | running egg_info
|
|---|
| 32065 | creating ChimeraX_RotamerLibsDynameomics.egg-info
|
|---|
| 32066 | writing ChimeraX_RotamerLibsDynameomics.egg-info\PKG-INFO
|
|---|
| 32067 | writing dependency_links to ChimeraX_RotamerLibsDynameomics.egg-info\dependency_links.txt
|
|---|
| 32068 | writing requirements to ChimeraX_RotamerLibsDynameomics.egg-info\requires.txt
|
|---|
| 32069 | writing top-level names to ChimeraX_RotamerLibsDynameomics.egg-info\top_level.txt
|
|---|
| 32070 | writing manifest file 'ChimeraX_RotamerLibsDynameomics.egg-info\SOURCES.txt'
|
|---|
| 32071 | reading manifest file 'ChimeraX_RotamerLibsDynameomics.egg-info\SOURCES.txt'
|
|---|
| 32072 | writing manifest file 'ChimeraX_RotamerLibsDynameomics.egg-info\SOURCES.txt'
|
|---|
| 32073 | Copying ChimeraX_RotamerLibsDynameomics.egg-info to build\bdist.win-amd64\wheel\.\ChimeraX_RotamerLibsDynameomics-2.0-py3.11.egg-info
|
|---|
| 32074 | running install_scripts
|
|---|
| 32075 | creating build\bdist.win-amd64\wheel\chimerax_rotamerlibsdynameomics-2.0.dist-info\WHEEL
|
|---|
| 32076 | creating 'dist\chimerax_rotamerlibsdynameomics-2.0-py3-none-any.whl' and adding 'build\bdist.win-amd64\wheel' to it
|
|---|
| 32077 | adding 'chimerax/dynameomics_rotamer_lib/__init__.py'
|
|---|
| 32078 | adding 'chimerax/dynameomics_rotamer_lib/lib.py'
|
|---|
| 32079 | adding 'chimerax/dynameomics_rotamer_lib/rotamerData.zip'
|
|---|
| 32080 | adding 'chimerax_rotamerlibsdynameomics-2.0.dist-info/METADATA'
|
|---|
| 32081 | adding 'chimerax_rotamerlibsdynameomics-2.0.dist-info/WHEEL'
|
|---|
| 32082 | adding 'chimerax_rotamerlibsdynameomics-2.0.dist-info/top_level.txt'
|
|---|
| 32083 | adding 'chimerax_rotamerlibsdynameomics-2.0.dist-info/RECORD'
|
|---|
| 32084 | removing build\bdist.win-amd64\wheel
|
|---|
| 32085 | Distribution is in .\dist\ChimeraX_RotamerLibsDynameomics-2.0-py3-none-any.whl
|
|---|
| 32086 | INFO:
|
|---|
| 32087 |
|
|---|
| 32088 | make sync
|
|---|
| 32089 | make[7]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/rotamer_libs/Dynameomics'
|
|---|
| 32090 | cp -av dist/*.whl ../../../../build/sync
|
|---|
| 32091 | 'dist/chimerax_rotamerlibsdynameomics-2.0-py3-none-any.whl' -> '../../../../build/sync/chimerax_rotamerlibsdynameomics-2.0-py3-none-any.whl'
|
|---|
| 32092 | make[7]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/rotamer_libs/Dynameomics'
|
|---|
| 32093 | make[6]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/rotamer_libs/Dynameomics'
|
|---|
| 32094 | make -C Richardson build
|
|---|
| 32095 | make[6]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/rotamer_libs/Richardson'
|
|---|
| 32096 | if [ -z "../../../../ChimeraX.app/bin/python.exe" ]; then \
|
|---|
| 32097 | echo "missing ChimeraX application's python"; exit 1; \
|
|---|
| 32098 | else \
|
|---|
| 32099 | PYTHONNOUSERSITE=1 ../../../../ChimeraX.app/bin/python.exe -I -m chimerax.core --nogui --exit --safemode --cmd "devel build . exit true "; \
|
|---|
| 32100 | fi
|
|---|
| 32101 | INFO:
|
|---|
| 32102 | Executing: devel build . exit true
|
|---|
| 32103 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\setuptools\dist.py:759: SetuptoolsDeprecationWarning: License classifiers are deprecated.
|
|---|
| 32104 | !!
|
|---|
| 32105 |
|
|---|
| 32106 | ********************************************************************************
|
|---|
| 32107 | Please consider removing the following classifiers in favor of a SPDX license expression:
|
|---|
| 32108 |
|
|---|
| 32109 | License :: Free for non-commercial use
|
|---|
| 32110 |
|
|---|
| 32111 | See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details.
|
|---|
| 32112 | ********************************************************************************
|
|---|
| 32113 |
|
|---|
| 32114 | !!
|
|---|
| 32115 | self._finalize_license_expression()
|
|---|
| 32116 | running build
|
|---|
| 32117 | running build_py
|
|---|
| 32118 | creating build\lib\chimerax\richardson_rotamer_lib
|
|---|
| 32119 | copying src\lib.py -> build\lib\chimerax\richardson_rotamer_lib
|
|---|
| 32120 | copying src\__init__.py -> build\lib\chimerax\richardson_rotamer_lib
|
|---|
| 32121 | copying src\common.zip -> build\lib\chimerax\richardson_rotamer_lib
|
|---|
| 32122 | copying src\mode.zip -> build\lib\chimerax\richardson_rotamer_lib
|
|---|
| 32123 | running bdist_wheel
|
|---|
| 32124 | installing to build\bdist.win-amd64\wheel
|
|---|
| 32125 | running install
|
|---|
| 32126 | running install_lib
|
|---|
| 32127 | creating build\bdist.win-amd64\wheel
|
|---|
| 32128 | creating build\bdist.win-amd64\wheel\chimerax
|
|---|
| 32129 | creating build\bdist.win-amd64\wheel\chimerax\richardson_rotamer_lib
|
|---|
| 32130 | copying build\lib\chimerax\richardson_rotamer_lib\common.zip -> build\bdist.win-amd64\wheel\.\chimerax\richardson_rotamer_lib
|
|---|
| 32131 | copying build\lib\chimerax\richardson_rotamer_lib\lib.py -> build\bdist.win-amd64\wheel\.\chimerax\richardson_rotamer_lib
|
|---|
| 32132 | copying build\lib\chimerax\richardson_rotamer_lib\mode.zip -> build\bdist.win-amd64\wheel\.\chimerax\richardson_rotamer_lib
|
|---|
| 32133 | copying build\lib\chimerax\richardson_rotamer_lib\__init__.py -> build\bdist.win-amd64\wheel\.\chimerax\richardson_rotamer_lib
|
|---|
| 32134 | running install_egg_info
|
|---|
| 32135 | running egg_info
|
|---|
| 32136 | creating ChimeraX_RotamerLibsRichardson.egg-info
|
|---|
| 32137 | writing ChimeraX_RotamerLibsRichardson.egg-info\PKG-INFO
|
|---|
| 32138 | writing dependency_links to ChimeraX_RotamerLibsRichardson.egg-info\dependency_links.txt
|
|---|
| 32139 | writing requirements to ChimeraX_RotamerLibsRichardson.egg-info\requires.txt
|
|---|
| 32140 | writing top-level names to ChimeraX_RotamerLibsRichardson.egg-info\top_level.txt
|
|---|
| 32141 | writing manifest file 'ChimeraX_RotamerLibsRichardson.egg-info\SOURCES.txt'
|
|---|
| 32142 | reading manifest file 'ChimeraX_RotamerLibsRichardson.egg-info\SOURCES.txt'
|
|---|
| 32143 | writing manifest file 'ChimeraX_RotamerLibsRichardson.egg-info\SOURCES.txt'
|
|---|
| 32144 | Copying ChimeraX_RotamerLibsRichardson.egg-info to build\bdist.win-amd64\wheel\.\ChimeraX_RotamerLibsRichardson-2.0-py3.11.egg-info
|
|---|
| 32145 | running install_scripts
|
|---|
| 32146 | creating build\bdist.win-amd64\wheel\chimerax_rotamerlibsrichardson-2.0.dist-info\WHEEL
|
|---|
| 32147 | creating 'dist\chimerax_rotamerlibsrichardson-2.0-py3-none-any.whl' and adding 'build\bdist.win-amd64\wheel' to it
|
|---|
| 32148 | adding 'chimerax/richardson_rotamer_lib/__init__.py'
|
|---|
| 32149 | adding 'chimerax/richardson_rotamer_lib/common.zip'
|
|---|
| 32150 | adding 'chimerax/richardson_rotamer_lib/lib.py'
|
|---|
| 32151 | adding 'chimerax/richardson_rotamer_lib/mode.zip'
|
|---|
| 32152 | adding 'chimerax_rotamerlibsrichardson-2.0.dist-info/METADATA'
|
|---|
| 32153 | adding 'chimerax_rotamerlibsrichardson-2.0.dist-info/WHEEL'
|
|---|
| 32154 | adding 'chimerax_rotamerlibsrichardson-2.0.dist-info/top_level.txt'
|
|---|
| 32155 | adding 'chimerax_rotamerlibsrichardson-2.0.dist-info/RECORD'
|
|---|
| 32156 | removing build\bdist.win-amd64\wheel
|
|---|
| 32157 | Distribution is in .\dist\ChimeraX_RotamerLibsRichardson-2.0-py3-none-any.whl
|
|---|
| 32158 | INFO:
|
|---|
| 32159 |
|
|---|
| 32160 | make sync
|
|---|
| 32161 | make[7]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/rotamer_libs/Richardson'
|
|---|
| 32162 | cp -av dist/*.whl ../../../../build/sync
|
|---|
| 32163 | 'dist/chimerax_rotamerlibsrichardson-2.0-py3-none-any.whl' -> '../../../../build/sync/chimerax_rotamerlibsrichardson-2.0-py3-none-any.whl'
|
|---|
| 32164 | make[7]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/rotamer_libs/Richardson'
|
|---|
| 32165 | make[6]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/rotamer_libs/Richardson'
|
|---|
| 32166 | make[5]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/rotamer_libs'
|
|---|
| 32167 | make -C save_command build
|
|---|
| 32168 | make[5]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/save_command'
|
|---|
| 32169 | if [ -z "../../../ChimeraX.app/bin/python.exe" ]; then \
|
|---|
| 32170 | echo "missing ChimeraX application's python"; exit 1; \
|
|---|
| 32171 | else \
|
|---|
| 32172 | PYTHONNOUSERSITE=1 ../../../ChimeraX.app/bin/python.exe -I -m chimerax.core --nogui --exit --safemode --cmd "devel build . exit true "; \
|
|---|
| 32173 | fi
|
|---|
| 32174 | INFO:
|
|---|
| 32175 | Executing: devel build . exit true
|
|---|
| 32176 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\setuptools\dist.py:759: SetuptoolsDeprecationWarning: License classifiers are deprecated.
|
|---|
| 32177 | !!
|
|---|
| 32178 |
|
|---|
| 32179 | ********************************************************************************
|
|---|
| 32180 | Please consider removing the following classifiers in favor of a SPDX license expression:
|
|---|
| 32181 |
|
|---|
| 32182 | License :: Free for non-commercial use
|
|---|
| 32183 |
|
|---|
| 32184 | See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details.
|
|---|
| 32185 | ********************************************************************************
|
|---|
| 32186 |
|
|---|
| 32187 | !!
|
|---|
| 32188 | self._finalize_license_expression()
|
|---|
| 32189 | running build
|
|---|
| 32190 | running build_py
|
|---|
| 32191 | creating build\lib\chimerax\save_command
|
|---|
| 32192 | copying src\cmd.py -> build\lib\chimerax\save_command
|
|---|
| 32193 | copying src\dialog.py -> build\lib\chimerax\save_command
|
|---|
| 32194 | copying src\manager.py -> build\lib\chimerax\save_command
|
|---|
| 32195 | copying src\widgets.py -> build\lib\chimerax\save_command
|
|---|
| 32196 | copying src\__init__.py -> build\lib\chimerax\save_command
|
|---|
| 32197 | running bdist_wheel
|
|---|
| 32198 | installing to build\bdist.win-amd64\wheel
|
|---|
| 32199 | running install
|
|---|
| 32200 | running install_lib
|
|---|
| 32201 | creating build\bdist.win-amd64\wheel
|
|---|
| 32202 | creating build\bdist.win-amd64\wheel\chimerax
|
|---|
| 32203 | creating build\bdist.win-amd64\wheel\chimerax\save_command
|
|---|
| 32204 | copying build\lib\chimerax\save_command\cmd.py -> build\bdist.win-amd64\wheel\.\chimerax\save_command
|
|---|
| 32205 | copying build\lib\chimerax\save_command\dialog.py -> build\bdist.win-amd64\wheel\.\chimerax\save_command
|
|---|
| 32206 | copying build\lib\chimerax\save_command\manager.py -> build\bdist.win-amd64\wheel\.\chimerax\save_command
|
|---|
| 32207 | copying build\lib\chimerax\save_command\widgets.py -> build\bdist.win-amd64\wheel\.\chimerax\save_command
|
|---|
| 32208 | copying build\lib\chimerax\save_command\__init__.py -> build\bdist.win-amd64\wheel\.\chimerax\save_command
|
|---|
| 32209 | running install_egg_info
|
|---|
| 32210 | running egg_info
|
|---|
| 32211 | creating ChimeraX_SaveCommand.egg-info
|
|---|
| 32212 | writing ChimeraX_SaveCommand.egg-info\PKG-INFO
|
|---|
| 32213 | writing dependency_links to ChimeraX_SaveCommand.egg-info\dependency_links.txt
|
|---|
| 32214 | writing requirements to ChimeraX_SaveCommand.egg-info\requires.txt
|
|---|
| 32215 | writing top-level names to ChimeraX_SaveCommand.egg-info\top_level.txt
|
|---|
| 32216 | writing manifest file 'ChimeraX_SaveCommand.egg-info\SOURCES.txt'
|
|---|
| 32217 | reading manifest file 'ChimeraX_SaveCommand.egg-info\SOURCES.txt'
|
|---|
| 32218 | writing manifest file 'ChimeraX_SaveCommand.egg-info\SOURCES.txt'
|
|---|
| 32219 | Copying ChimeraX_SaveCommand.egg-info to build\bdist.win-amd64\wheel\.\ChimeraX_SaveCommand-1.5.2-py3.11.egg-info
|
|---|
| 32220 | running install_scripts
|
|---|
| 32221 | creating build\bdist.win-amd64\wheel\chimerax_savecommand-1.5.2.dist-info\WHEEL
|
|---|
| 32222 | creating 'dist\chimerax_savecommand-1.5.2-py3-none-any.whl' and adding 'build\bdist.win-amd64\wheel' to it
|
|---|
| 32223 | adding 'chimerax/save_command/__init__.py'
|
|---|
| 32224 | adding 'chimerax/save_command/cmd.py'
|
|---|
| 32225 | adding 'chimerax/save_command/dialog.py'
|
|---|
| 32226 | adding 'chimerax/save_command/manager.py'
|
|---|
| 32227 | adding 'chimerax/save_command/widgets.py'
|
|---|
| 32228 | adding 'chimerax_savecommand-1.5.2.dist-info/METADATA'
|
|---|
| 32229 | adding 'chimerax_savecommand-1.5.2.dist-info/WHEEL'
|
|---|
| 32230 | adding 'chimerax_savecommand-1.5.2.dist-info/top_level.txt'
|
|---|
| 32231 | adding 'chimerax_savecommand-1.5.2.dist-info/RECORD'
|
|---|
| 32232 | removing build\bdist.win-amd64\wheel
|
|---|
| 32233 | Distribution is in .\dist\ChimeraX_SaveCommand-1.5.2-py3-none-any.whl
|
|---|
| 32234 | INFO:
|
|---|
| 32235 |
|
|---|
| 32236 | make sync
|
|---|
| 32237 | make[6]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/save_command'
|
|---|
| 32238 | cp -av dist/*.whl ../../../build/sync
|
|---|
| 32239 | 'dist/chimerax_savecommand-1.5.2-py3-none-any.whl' -> '../../../build/sync/chimerax_savecommand-1.5.2-py3-none-any.whl'
|
|---|
| 32240 | make[6]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/save_command'
|
|---|
| 32241 | make[5]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/save_command'
|
|---|
| 32242 | make -C scenes build
|
|---|
| 32243 | make[5]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/scenes'
|
|---|
| 32244 | if [ -z "../../../ChimeraX.app/bin/python.exe" ]; then \
|
|---|
| 32245 | echo "missing ChimeraX application's python"; exit 1; \
|
|---|
| 32246 | else \
|
|---|
| 32247 | PYTHONNOUSERSITE=1 ../../../ChimeraX.app/bin/python.exe -I -m chimerax.core --nogui --exit --safemode --cmd "devel build . exit true "; \
|
|---|
| 32248 | fi
|
|---|
| 32249 | INFO:
|
|---|
| 32250 | Executing: devel build . exit true
|
|---|
| 32251 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\setuptools\config\_apply_pyprojecttoml.py:82: SetuptoolsDeprecationWarning: `project.license` as a TOML table is deprecated
|
|---|
| 32252 | !!
|
|---|
| 32253 |
|
|---|
| 32254 | ********************************************************************************
|
|---|
| 32255 | Please use a simple string containing a SPDX expression for `project.license`. You can also use `project.license-files`. (Both options available on setuptools>=77.0.0).
|
|---|
| 32256 |
|
|---|
| 32257 | By 2026-Feb-18, you need to update your project and remove deprecated calls
|
|---|
| 32258 | or your builds will no longer be supported.
|
|---|
| 32259 |
|
|---|
| 32260 | See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details.
|
|---|
| 32261 | ********************************************************************************
|
|---|
| 32262 |
|
|---|
| 32263 | !!
|
|---|
| 32264 | corresp(dist, value, root_dir)
|
|---|
| 32265 | running build
|
|---|
| 32266 | running build_py
|
|---|
| 32267 | creating build\lib\chimerax\scenes
|
|---|
| 32268 | copying src\cmd.py -> build\lib\chimerax\scenes
|
|---|
| 32269 | copying src\manager.py -> build\lib\chimerax\scenes
|
|---|
| 32270 | copying src\scene.py -> build\lib\chimerax\scenes
|
|---|
| 32271 | copying src\tool.py -> build\lib\chimerax\scenes
|
|---|
| 32272 | copying src\triggers.py -> build\lib\chimerax\scenes
|
|---|
| 32273 | copying src\__init__.py -> build\lib\chimerax\scenes
|
|---|
| 32274 | running bdist_wheel
|
|---|
| 32275 | installing to build\bdist.win-amd64\wheel
|
|---|
| 32276 | running install
|
|---|
| 32277 | running install_lib
|
|---|
| 32278 | creating build\bdist.win-amd64\wheel
|
|---|
| 32279 | creating build\bdist.win-amd64\wheel\chimerax
|
|---|
| 32280 | creating build\bdist.win-amd64\wheel\chimerax\scenes
|
|---|
| 32281 | copying build\lib\chimerax\scenes\cmd.py -> build\bdist.win-amd64\wheel\.\chimerax\scenes
|
|---|
| 32282 | copying build\lib\chimerax\scenes\manager.py -> build\bdist.win-amd64\wheel\.\chimerax\scenes
|
|---|
| 32283 | copying build\lib\chimerax\scenes\scene.py -> build\bdist.win-amd64\wheel\.\chimerax\scenes
|
|---|
| 32284 | copying build\lib\chimerax\scenes\tool.py -> build\bdist.win-amd64\wheel\.\chimerax\scenes
|
|---|
| 32285 | copying build\lib\chimerax\scenes\triggers.py -> build\bdist.win-amd64\wheel\.\chimerax\scenes
|
|---|
| 32286 | copying build\lib\chimerax\scenes\__init__.py -> build\bdist.win-amd64\wheel\.\chimerax\scenes
|
|---|
| 32287 | running install_egg_info
|
|---|
| 32288 | running egg_info
|
|---|
| 32289 | creating ChimeraX_Scenes.egg-info
|
|---|
| 32290 | writing ChimeraX_Scenes.egg-info\PKG-INFO
|
|---|
| 32291 | writing dependency_links to ChimeraX_Scenes.egg-info\dependency_links.txt
|
|---|
| 32292 | writing requirements to ChimeraX_Scenes.egg-info\requires.txt
|
|---|
| 32293 | writing top-level names to ChimeraX_Scenes.egg-info\top_level.txt
|
|---|
| 32294 | writing manifest file 'ChimeraX_Scenes.egg-info\SOURCES.txt'
|
|---|
| 32295 | reading manifest file 'ChimeraX_Scenes.egg-info\SOURCES.txt'
|
|---|
| 32296 | writing manifest file 'ChimeraX_Scenes.egg-info\SOURCES.txt'
|
|---|
| 32297 | Copying ChimeraX_Scenes.egg-info to build\bdist.win-amd64\wheel\.\ChimeraX_Scenes-0.2.2-py3.11.egg-info
|
|---|
| 32298 | running install_scripts
|
|---|
| 32299 | creating build\bdist.win-amd64\wheel\chimerax_scenes-0.2.2.dist-info\WHEEL
|
|---|
| 32300 | creating 'dist\chimerax_scenes-0.2.2-py3-none-any.whl' and adding 'build\bdist.win-amd64\wheel' to it
|
|---|
| 32301 | adding 'chimerax/scenes/__init__.py'
|
|---|
| 32302 | adding 'chimerax/scenes/cmd.py'
|
|---|
| 32303 | adding 'chimerax/scenes/manager.py'
|
|---|
| 32304 | adding 'chimerax/scenes/scene.py'
|
|---|
| 32305 | adding 'chimerax/scenes/tool.py'
|
|---|
| 32306 | adding 'chimerax/scenes/triggers.py'
|
|---|
| 32307 | adding 'chimerax_scenes-0.2.2.dist-info/METADATA'
|
|---|
| 32308 | adding 'chimerax_scenes-0.2.2.dist-info/WHEEL'
|
|---|
| 32309 | adding 'chimerax_scenes-0.2.2.dist-info/top_level.txt'
|
|---|
| 32310 | adding 'chimerax_scenes-0.2.2.dist-info/RECORD'
|
|---|
| 32311 | removing build\bdist.win-amd64\wheel
|
|---|
| 32312 | Distribution is in C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\scenes\dist\chimerax_scenes-0.2.2-py3-none-any.whl
|
|---|
| 32313 | INFO:
|
|---|
| 32314 |
|
|---|
| 32315 | make sync
|
|---|
| 32316 | make[6]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/scenes'
|
|---|
| 32317 | cp -av dist/*.whl ../../../build/sync
|
|---|
| 32318 | 'dist/chimerax_scenes-0.2.2-py3-none-any.whl' -> '../../../build/sync/chimerax_scenes-0.2.2-py3-none-any.whl'
|
|---|
| 32319 | make[6]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/scenes'
|
|---|
| 32320 | make[5]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/scenes'
|
|---|
| 32321 | make -C scheme_mgr build
|
|---|
| 32322 | make[5]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/scheme_mgr'
|
|---|
| 32323 | if [ -z "../../../ChimeraX.app/bin/python.exe" ]; then \
|
|---|
| 32324 | echo "missing ChimeraX application's python"; exit 1; \
|
|---|
| 32325 | else \
|
|---|
| 32326 | PYTHONNOUSERSITE=1 ../../../ChimeraX.app/bin/python.exe -I -m chimerax.core --nogui --exit --safemode --cmd "devel build . exit true "; \
|
|---|
| 32327 | fi
|
|---|
| 32328 | INFO:
|
|---|
| 32329 | Executing: devel build . exit true
|
|---|
| 32330 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\setuptools\dist.py:759: SetuptoolsDeprecationWarning: License classifiers are deprecated.
|
|---|
| 32331 | !!
|
|---|
| 32332 |
|
|---|
| 32333 | ********************************************************************************
|
|---|
| 32334 | Please consider removing the following classifiers in favor of a SPDX license expression:
|
|---|
| 32335 |
|
|---|
| 32336 | License :: Free for non-commercial use
|
|---|
| 32337 |
|
|---|
| 32338 | See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details.
|
|---|
| 32339 | ********************************************************************************
|
|---|
| 32340 |
|
|---|
| 32341 | !!
|
|---|
| 32342 | self._finalize_license_expression()
|
|---|
| 32343 | running build
|
|---|
| 32344 | running build_py
|
|---|
| 32345 | creating build\lib\chimerax\scheme_mgr
|
|---|
| 32346 | copying src\manager.py -> build\lib\chimerax\scheme_mgr
|
|---|
| 32347 | copying src\__init__.py -> build\lib\chimerax\scheme_mgr
|
|---|
| 32348 | running bdist_wheel
|
|---|
| 32349 | installing to build\bdist.win-amd64\wheel
|
|---|
| 32350 | running install
|
|---|
| 32351 | running install_lib
|
|---|
| 32352 | creating build\bdist.win-amd64\wheel
|
|---|
| 32353 | creating build\bdist.win-amd64\wheel\chimerax
|
|---|
| 32354 | creating build\bdist.win-amd64\wheel\chimerax\scheme_mgr
|
|---|
| 32355 | copying build\lib\chimerax\scheme_mgr\manager.py -> build\bdist.win-amd64\wheel\.\chimerax\scheme_mgr
|
|---|
| 32356 | copying build\lib\chimerax\scheme_mgr\__init__.py -> build\bdist.win-amd64\wheel\.\chimerax\scheme_mgr
|
|---|
| 32357 | running install_egg_info
|
|---|
| 32358 | running egg_info
|
|---|
| 32359 | creating ChimeraX_SchemeMgr.egg-info
|
|---|
| 32360 | writing ChimeraX_SchemeMgr.egg-info\PKG-INFO
|
|---|
| 32361 | writing dependency_links to ChimeraX_SchemeMgr.egg-info\dependency_links.txt
|
|---|
| 32362 | writing requirements to ChimeraX_SchemeMgr.egg-info\requires.txt
|
|---|
| 32363 | writing top-level names to ChimeraX_SchemeMgr.egg-info\top_level.txt
|
|---|
| 32364 | writing manifest file 'ChimeraX_SchemeMgr.egg-info\SOURCES.txt'
|
|---|
| 32365 | reading manifest file 'ChimeraX_SchemeMgr.egg-info\SOURCES.txt'
|
|---|
| 32366 | writing manifest file 'ChimeraX_SchemeMgr.egg-info\SOURCES.txt'
|
|---|
| 32367 | Copying ChimeraX_SchemeMgr.egg-info to build\bdist.win-amd64\wheel\.\ChimeraX_SchemeMgr-1.0-py3.11.egg-info
|
|---|
| 32368 | running install_scripts
|
|---|
| 32369 | creating build\bdist.win-amd64\wheel\chimerax_schememgr-1.0.dist-info\WHEEL
|
|---|
| 32370 | creating 'dist\chimerax_schememgr-1.0-py3-none-any.whl' and adding 'build\bdist.win-amd64\wheel' to it
|
|---|
| 32371 | adding 'chimerax/scheme_mgr/__init__.py'
|
|---|
| 32372 | adding 'chimerax/scheme_mgr/manager.py'
|
|---|
| 32373 | adding 'chimerax_schememgr-1.0.dist-info/METADATA'
|
|---|
| 32374 | adding 'chimerax_schememgr-1.0.dist-info/WHEEL'
|
|---|
| 32375 | adding 'chimerax_schememgr-1.0.dist-info/top_level.txt'
|
|---|
| 32376 | adding 'chimerax_schememgr-1.0.dist-info/RECORD'
|
|---|
| 32377 | removing build\bdist.win-amd64\wheel
|
|---|
| 32378 | Distribution is in .\dist\ChimeraX_SchemeMgr-1.0-py3-none-any.whl
|
|---|
| 32379 | INFO:
|
|---|
| 32380 |
|
|---|
| 32381 | make sync
|
|---|
| 32382 | make[6]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/scheme_mgr'
|
|---|
| 32383 | cp -av dist/*.whl ../../../build/sync
|
|---|
| 32384 | 'dist/chimerax_schememgr-1.0-py3-none-any.whl' -> '../../../build/sync/chimerax_schememgr-1.0-py3-none-any.whl'
|
|---|
| 32385 | make[6]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/scheme_mgr'
|
|---|
| 32386 | make[5]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/scheme_mgr'
|
|---|
| 32387 | make -C sdf build
|
|---|
| 32388 | make[5]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/sdf'
|
|---|
| 32389 | if [ -z "../../../ChimeraX.app/bin/python.exe" ]; then \
|
|---|
| 32390 | echo "missing ChimeraX application's python"; exit 1; \
|
|---|
| 32391 | else \
|
|---|
| 32392 | PYTHONNOUSERSITE=1 ../../../ChimeraX.app/bin/python.exe -I -m chimerax.core --nogui --exit --safemode --cmd "devel build . exit true "; \
|
|---|
| 32393 | fi
|
|---|
| 32394 | INFO:
|
|---|
| 32395 | Executing: devel build . exit true
|
|---|
| 32396 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\setuptools\dist.py:759: SetuptoolsDeprecationWarning: License classifiers are deprecated.
|
|---|
| 32397 | !!
|
|---|
| 32398 |
|
|---|
| 32399 | ********************************************************************************
|
|---|
| 32400 | Please consider removing the following classifiers in favor of a SPDX license expression:
|
|---|
| 32401 |
|
|---|
| 32402 | License :: Free for non-commercial use
|
|---|
| 32403 |
|
|---|
| 32404 | See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details.
|
|---|
| 32405 | ********************************************************************************
|
|---|
| 32406 |
|
|---|
| 32407 | !!
|
|---|
| 32408 | self._finalize_license_expression()
|
|---|
| 32409 | running build
|
|---|
| 32410 | running build_py
|
|---|
| 32411 | creating build\lib\chimerax\sdf
|
|---|
| 32412 | copying src\sdf.py -> build\lib\chimerax\sdf
|
|---|
| 32413 | copying src\__init__.py -> build\lib\chimerax\sdf
|
|---|
| 32414 | running bdist_wheel
|
|---|
| 32415 | installing to build\bdist.win-amd64\wheel
|
|---|
| 32416 | running install
|
|---|
| 32417 | running install_lib
|
|---|
| 32418 | creating build\bdist.win-amd64\wheel
|
|---|
| 32419 | creating build\bdist.win-amd64\wheel\chimerax
|
|---|
| 32420 | creating build\bdist.win-amd64\wheel\chimerax\sdf
|
|---|
| 32421 | copying build\lib\chimerax\sdf\sdf.py -> build\bdist.win-amd64\wheel\.\chimerax\sdf
|
|---|
| 32422 | copying build\lib\chimerax\sdf\__init__.py -> build\bdist.win-amd64\wheel\.\chimerax\sdf
|
|---|
| 32423 | running install_egg_info
|
|---|
| 32424 | running egg_info
|
|---|
| 32425 | creating ChimeraX_SDF.egg-info
|
|---|
| 32426 | writing ChimeraX_SDF.egg-info\PKG-INFO
|
|---|
| 32427 | writing dependency_links to ChimeraX_SDF.egg-info\dependency_links.txt
|
|---|
| 32428 | writing requirements to ChimeraX_SDF.egg-info\requires.txt
|
|---|
| 32429 | writing top-level names to ChimeraX_SDF.egg-info\top_level.txt
|
|---|
| 32430 | writing manifest file 'ChimeraX_SDF.egg-info\SOURCES.txt'
|
|---|
| 32431 | reading manifest file 'ChimeraX_SDF.egg-info\SOURCES.txt'
|
|---|
| 32432 | writing manifest file 'ChimeraX_SDF.egg-info\SOURCES.txt'
|
|---|
| 32433 | Copying ChimeraX_SDF.egg-info to build\bdist.win-amd64\wheel\.\ChimeraX_SDF-2.0.3-py3.11.egg-info
|
|---|
| 32434 | running install_scripts
|
|---|
| 32435 | creating build\bdist.win-amd64\wheel\chimerax_sdf-2.0.3.dist-info\WHEEL
|
|---|
| 32436 | creating 'dist\chimerax_sdf-2.0.3-py3-none-any.whl' and adding 'build\bdist.win-amd64\wheel' to it
|
|---|
| 32437 | adding 'chimerax/sdf/__init__.py'
|
|---|
| 32438 | adding 'chimerax/sdf/sdf.py'
|
|---|
| 32439 | adding 'chimerax_sdf-2.0.3.dist-info/METADATA'
|
|---|
| 32440 | adding 'chimerax_sdf-2.0.3.dist-info/WHEEL'
|
|---|
| 32441 | adding 'chimerax_sdf-2.0.3.dist-info/top_level.txt'
|
|---|
| 32442 | adding 'chimerax_sdf-2.0.3.dist-info/RECORD'
|
|---|
| 32443 | removing build\bdist.win-amd64\wheel
|
|---|
| 32444 | Distribution is in .\dist\ChimeraX_SDF-2.0.3-py3-none-any.whl
|
|---|
| 32445 | INFO:
|
|---|
| 32446 |
|
|---|
| 32447 | make sync
|
|---|
| 32448 | make[6]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/sdf'
|
|---|
| 32449 | cp -av dist/*.whl ../../../build/sync
|
|---|
| 32450 | 'dist/chimerax_sdf-2.0.3-py3-none-any.whl' -> '../../../build/sync/chimerax_sdf-2.0.3-py3-none-any.whl'
|
|---|
| 32451 | make[6]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/sdf'
|
|---|
| 32452 | make[5]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/sdf'
|
|---|
| 32453 | make -C sel_inspector build
|
|---|
| 32454 | make[5]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/sel_inspector'
|
|---|
| 32455 | if [ -z "../../../ChimeraX.app/bin/python.exe" ]; then \
|
|---|
| 32456 | echo "missing ChimeraX application's python"; exit 1; \
|
|---|
| 32457 | else \
|
|---|
| 32458 | PYTHONNOUSERSITE=1 ../../../ChimeraX.app/bin/python.exe -I -m chimerax.core --nogui --exit --safemode --cmd "devel build . exit true "; \
|
|---|
| 32459 | fi
|
|---|
| 32460 | INFO:
|
|---|
| 32461 | Executing: devel build . exit true
|
|---|
| 32462 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\setuptools\dist.py:759: SetuptoolsDeprecationWarning: License classifiers are deprecated.
|
|---|
| 32463 | !!
|
|---|
| 32464 |
|
|---|
| 32465 | ********************************************************************************
|
|---|
| 32466 | Please consider removing the following classifiers in favor of a SPDX license expression:
|
|---|
| 32467 |
|
|---|
| 32468 | License :: Free for non-commercial use
|
|---|
| 32469 |
|
|---|
| 32470 | See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details.
|
|---|
| 32471 | ********************************************************************************
|
|---|
| 32472 |
|
|---|
| 32473 | !!
|
|---|
| 32474 | self._finalize_license_expression()
|
|---|
| 32475 | running build
|
|---|
| 32476 | running build_py
|
|---|
| 32477 | creating build\lib\chimerax\sel_inspector
|
|---|
| 32478 | copying src\tool.py -> build\lib\chimerax\sel_inspector
|
|---|
| 32479 | copying src\__init__.py -> build\lib\chimerax\sel_inspector
|
|---|
| 32480 | creating build\lib\chimerax\sel_inspector\icons
|
|---|
| 32481 | copying src\icons\magnifying-glass+water.png -> build\lib\chimerax\sel_inspector\icons
|
|---|
| 32482 | copying src\icons\magnifying-glass-thin.png -> build\lib\chimerax\sel_inspector\icons
|
|---|
| 32483 | copying src\icons\magnifying-glass.png -> build\lib\chimerax\sel_inspector\icons
|
|---|
| 32484 | running bdist_wheel
|
|---|
| 32485 | installing to build\bdist.win-amd64\wheel
|
|---|
| 32486 | running install
|
|---|
| 32487 | running install_lib
|
|---|
| 32488 | creating build\bdist.win-amd64\wheel
|
|---|
| 32489 | creating build\bdist.win-amd64\wheel\chimerax
|
|---|
| 32490 | creating build\bdist.win-amd64\wheel\chimerax\sel_inspector
|
|---|
| 32491 | creating build\bdist.win-amd64\wheel\chimerax\sel_inspector\icons
|
|---|
| 32492 | copying build\lib\chimerax\sel_inspector\icons\magnifying-glass+water.png -> build\bdist.win-amd64\wheel\.\chimerax\sel_inspector\icons
|
|---|
| 32493 | copying build\lib\chimerax\sel_inspector\icons\magnifying-glass-thin.png -> build\bdist.win-amd64\wheel\.\chimerax\sel_inspector\icons
|
|---|
| 32494 | copying build\lib\chimerax\sel_inspector\icons\magnifying-glass.png -> build\bdist.win-amd64\wheel\.\chimerax\sel_inspector\icons
|
|---|
| 32495 | copying build\lib\chimerax\sel_inspector\tool.py -> build\bdist.win-amd64\wheel\.\chimerax\sel_inspector
|
|---|
| 32496 | copying build\lib\chimerax\sel_inspector\__init__.py -> build\bdist.win-amd64\wheel\.\chimerax\sel_inspector
|
|---|
| 32497 | running install_egg_info
|
|---|
| 32498 | running egg_info
|
|---|
| 32499 | creating ChimeraX_SelInspector.egg-info
|
|---|
| 32500 | writing ChimeraX_SelInspector.egg-info\PKG-INFO
|
|---|
| 32501 | writing dependency_links to ChimeraX_SelInspector.egg-info\dependency_links.txt
|
|---|
| 32502 | writing requirements to ChimeraX_SelInspector.egg-info\requires.txt
|
|---|
| 32503 | writing top-level names to ChimeraX_SelInspector.egg-info\top_level.txt
|
|---|
| 32504 | writing manifest file 'ChimeraX_SelInspector.egg-info\SOURCES.txt'
|
|---|
| 32505 | reading manifest file 'ChimeraX_SelInspector.egg-info\SOURCES.txt'
|
|---|
| 32506 | writing manifest file 'ChimeraX_SelInspector.egg-info\SOURCES.txt'
|
|---|
| 32507 | Copying ChimeraX_SelInspector.egg-info to build\bdist.win-amd64\wheel\.\ChimeraX_SelInspector-1.0-py3.11.egg-info
|
|---|
| 32508 | running install_scripts
|
|---|
| 32509 | creating build\bdist.win-amd64\wheel\chimerax_selinspector-1.0.dist-info\WHEEL
|
|---|
| 32510 | creating 'dist\chimerax_selinspector-1.0-py3-none-any.whl' and adding 'build\bdist.win-amd64\wheel' to it
|
|---|
| 32511 | adding 'chimerax/sel_inspector/__init__.py'
|
|---|
| 32512 | adding 'chimerax/sel_inspector/tool.py'
|
|---|
| 32513 | adding 'chimerax/sel_inspector/icons/magnifying-glass+water.png'
|
|---|
| 32514 | adding 'chimerax/sel_inspector/icons/magnifying-glass-thin.png'
|
|---|
| 32515 | adding 'chimerax/sel_inspector/icons/magnifying-glass.png'
|
|---|
| 32516 | adding 'chimerax_selinspector-1.0.dist-info/METADATA'
|
|---|
| 32517 | adding 'chimerax_selinspector-1.0.dist-info/WHEEL'
|
|---|
| 32518 | adding 'chimerax_selinspector-1.0.dist-info/top_level.txt'
|
|---|
| 32519 | adding 'chimerax_selinspector-1.0.dist-info/RECORD'
|
|---|
| 32520 | removing build\bdist.win-amd64\wheel
|
|---|
| 32521 | Distribution is in .\dist\ChimeraX_SelInspector-1.0-py3-none-any.whl
|
|---|
| 32522 | INFO:
|
|---|
| 32523 |
|
|---|
| 32524 | make sync
|
|---|
| 32525 | make[6]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/sel_inspector'
|
|---|
| 32526 | cp -av dist/*.whl ../../../build/sync
|
|---|
| 32527 | 'dist/chimerax_selinspector-1.0-py3-none-any.whl' -> '../../../build/sync/chimerax_selinspector-1.0-py3-none-any.whl'
|
|---|
| 32528 | make[6]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/sel_inspector'
|
|---|
| 32529 | make[5]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/sel_inspector'
|
|---|
| 32530 | make -C segger build
|
|---|
| 32531 | make[5]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/segger'
|
|---|
| 32532 | tar xf seggerx_2024_08_12.tar.gz --no-same-owner
|
|---|
| 32533 | tar: Ignoring unknown extended header keyword 'LIBARCHIVE.xattr.com.apple.metadata:kMDItemTextContentLanguage'
|
|---|
| 32534 | tar: Ignoring unknown extended header keyword 'LIBARCHIVE.xattr.com.apple.metadata:kMDItemKeyphraseVersion'
|
|---|
| 32535 | tar: Ignoring unknown extended header keyword 'LIBARCHIVE.xattr.com.apple.metadata:kMDItemKeyphraseLabels'
|
|---|
| 32536 | tar: Ignoring unknown extended header keyword 'LIBARCHIVE.xattr.com.apple.metadata:kMDItemKeyphraseConfidences'
|
|---|
| 32537 | tar: Ignoring unknown extended header keyword 'LIBARCHIVE.xattr.com.apple.metadata:kMDItemTextContentLanguage'
|
|---|
| 32538 | tar: Ignoring unknown extended header keyword 'LIBARCHIVE.xattr.com.apple.metadata:kMDItemKeyphraseVersion'
|
|---|
| 32539 | tar: Ignoring unknown extended header keyword 'LIBARCHIVE.xattr.com.apple.metadata:kMDItemKeyphraseLabels'
|
|---|
| 32540 | tar: Ignoring unknown extended header keyword 'LIBARCHIVE.xattr.com.apple.metadata:kMDItemKeyphraseConfidences'
|
|---|
| 32541 | touch seggerx
|
|---|
| 32542 | make -C seggerx/Segger build
|
|---|
| 32543 | make[6]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/segger/seggerx/Segger'
|
|---|
| 32544 | if [ -z "../../../../../ChimeraX.app/bin/python.exe" ]; then \
|
|---|
| 32545 | echo "missing ChimeraX application's python"; exit 1; \
|
|---|
| 32546 | else \
|
|---|
| 32547 | PYTHONNOUSERSITE=1 ../../../../../ChimeraX.app/bin/python.exe -I -m chimerax.core --nogui --exit --safemode --cmd "devel build . exit true "; \
|
|---|
| 32548 | fi
|
|---|
| 32549 | INFO:
|
|---|
| 32550 | Executing: devel build . exit true
|
|---|
| 32551 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\setuptools\dist.py:759: SetuptoolsDeprecationWarning: License classifiers are deprecated.
|
|---|
| 32552 | !!
|
|---|
| 32553 |
|
|---|
| 32554 | ********************************************************************************
|
|---|
| 32555 | Please consider removing the following classifiers in favor of a SPDX license expression:
|
|---|
| 32556 |
|
|---|
| 32557 | License :: Free for non-commercial use
|
|---|
| 32558 |
|
|---|
| 32559 | See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details.
|
|---|
| 32560 | ********************************************************************************
|
|---|
| 32561 |
|
|---|
| 32562 | !!
|
|---|
| 32563 | self._finalize_license_expression()
|
|---|
| 32564 | running build
|
|---|
| 32565 | running build_py
|
|---|
| 32566 | creating build\lib\chimerax\segger
|
|---|
| 32567 | copying src\attributes.py -> build\lib\chimerax\segger
|
|---|
| 32568 | copying src\axes.py -> build\lib\chimerax\segger
|
|---|
| 32569 | copying src\ChimeraExtension.py -> build\lib\chimerax\segger
|
|---|
| 32570 | copying src\extract_region_dialog.py -> build\lib\chimerax\segger
|
|---|
| 32571 | copying src\fit_devel.py -> build\lib\chimerax\segger
|
|---|
| 32572 | copying src\fit_dialog.py -> build\lib\chimerax\segger
|
|---|
| 32573 | copying src\graph.py -> build\lib\chimerax\segger
|
|---|
| 32574 | copying src\imageviewer.py -> build\lib\chimerax\segger
|
|---|
| 32575 | copying src\iseg_dialog.py -> build\lib\chimerax\segger
|
|---|
| 32576 | copying src\Mesh.py -> build\lib\chimerax\segger
|
|---|
| 32577 | copying src\modelz.py -> build\lib\chimerax\segger
|
|---|
| 32578 | copying src\mousemode.py -> build\lib\chimerax\segger
|
|---|
| 32579 | copying src\opensave.py -> build\lib\chimerax\segger
|
|---|
| 32580 | copying src\orthoview.py -> build\lib\chimerax\segger
|
|---|
| 32581 | copying src\promod_dialog.py -> build\lib\chimerax\segger
|
|---|
| 32582 | copying src\quaternion.py -> build\lib\chimerax\segger
|
|---|
| 32583 | copying src\regions.py -> build\lib\chimerax\segger
|
|---|
| 32584 | copying src\regionsfile.py -> build\lib\chimerax\segger
|
|---|
| 32585 | copying src\rseg_dialog.py -> build\lib\chimerax\segger
|
|---|
| 32586 | copying src\segcmd.py -> build\lib\chimerax\segger
|
|---|
| 32587 | copying src\segfile.py -> build\lib\chimerax\segger
|
|---|
| 32588 | copying src\segloop_dialog.py -> build\lib\chimerax\segger
|
|---|
| 32589 | copying src\segment_dialog.py -> build\lib\chimerax\segger
|
|---|
| 32590 | copying src\__init__.py -> build\lib\chimerax\segger
|
|---|
| 32591 | copying src\volseg.png -> build\lib\chimerax\segger
|
|---|
| 32592 | running bdist_wheel
|
|---|
| 32593 | installing to build\bdist.win-amd64\wheel
|
|---|
| 32594 | running install
|
|---|
| 32595 | running install_lib
|
|---|
| 32596 | creating build\bdist.win-amd64\wheel
|
|---|
| 32597 | creating build\bdist.win-amd64\wheel\chimerax
|
|---|
| 32598 | creating build\bdist.win-amd64\wheel\chimerax\segger
|
|---|
| 32599 | copying build\lib\chimerax\segger\attributes.py -> build\bdist.win-amd64\wheel\.\chimerax\segger
|
|---|
| 32600 | copying build\lib\chimerax\segger\axes.py -> build\bdist.win-amd64\wheel\.\chimerax\segger
|
|---|
| 32601 | copying build\lib\chimerax\segger\ChimeraExtension.py -> build\bdist.win-amd64\wheel\.\chimerax\segger
|
|---|
| 32602 | copying build\lib\chimerax\segger\extract_region_dialog.py -> build\bdist.win-amd64\wheel\.\chimerax\segger
|
|---|
| 32603 | copying build\lib\chimerax\segger\fit_devel.py -> build\bdist.win-amd64\wheel\.\chimerax\segger
|
|---|
| 32604 | copying build\lib\chimerax\segger\fit_dialog.py -> build\bdist.win-amd64\wheel\.\chimerax\segger
|
|---|
| 32605 | copying build\lib\chimerax\segger\graph.py -> build\bdist.win-amd64\wheel\.\chimerax\segger
|
|---|
| 32606 | copying build\lib\chimerax\segger\imageviewer.py -> build\bdist.win-amd64\wheel\.\chimerax\segger
|
|---|
| 32607 | copying build\lib\chimerax\segger\iseg_dialog.py -> build\bdist.win-amd64\wheel\.\chimerax\segger
|
|---|
| 32608 | copying build\lib\chimerax\segger\Mesh.py -> build\bdist.win-amd64\wheel\.\chimerax\segger
|
|---|
| 32609 | copying build\lib\chimerax\segger\modelz.py -> build\bdist.win-amd64\wheel\.\chimerax\segger
|
|---|
| 32610 | copying build\lib\chimerax\segger\mousemode.py -> build\bdist.win-amd64\wheel\.\chimerax\segger
|
|---|
| 32611 | copying build\lib\chimerax\segger\opensave.py -> build\bdist.win-amd64\wheel\.\chimerax\segger
|
|---|
| 32612 | copying build\lib\chimerax\segger\orthoview.py -> build\bdist.win-amd64\wheel\.\chimerax\segger
|
|---|
| 32613 | copying build\lib\chimerax\segger\promod_dialog.py -> build\bdist.win-amd64\wheel\.\chimerax\segger
|
|---|
| 32614 | copying build\lib\chimerax\segger\quaternion.py -> build\bdist.win-amd64\wheel\.\chimerax\segger
|
|---|
| 32615 | copying build\lib\chimerax\segger\regions.py -> build\bdist.win-amd64\wheel\.\chimerax\segger
|
|---|
| 32616 | copying build\lib\chimerax\segger\regionsfile.py -> build\bdist.win-amd64\wheel\.\chimerax\segger
|
|---|
| 32617 | copying build\lib\chimerax\segger\rseg_dialog.py -> build\bdist.win-amd64\wheel\.\chimerax\segger
|
|---|
| 32618 | copying build\lib\chimerax\segger\segcmd.py -> build\bdist.win-amd64\wheel\.\chimerax\segger
|
|---|
| 32619 | copying build\lib\chimerax\segger\segfile.py -> build\bdist.win-amd64\wheel\.\chimerax\segger
|
|---|
| 32620 | copying build\lib\chimerax\segger\segloop_dialog.py -> build\bdist.win-amd64\wheel\.\chimerax\segger
|
|---|
| 32621 | copying build\lib\chimerax\segger\segment_dialog.py -> build\bdist.win-amd64\wheel\.\chimerax\segger
|
|---|
| 32622 | copying build\lib\chimerax\segger\volseg.png -> build\bdist.win-amd64\wheel\.\chimerax\segger
|
|---|
| 32623 | copying build\lib\chimerax\segger\__init__.py -> build\bdist.win-amd64\wheel\.\chimerax\segger
|
|---|
| 32624 | running install_egg_info
|
|---|
| 32625 | running egg_info
|
|---|
| 32626 | creating ChimeraX_Segger.egg-info
|
|---|
| 32627 | writing ChimeraX_Segger.egg-info\PKG-INFO
|
|---|
| 32628 | writing dependency_links to ChimeraX_Segger.egg-info\dependency_links.txt
|
|---|
| 32629 | writing requirements to ChimeraX_Segger.egg-info\requires.txt
|
|---|
| 32630 | writing top-level names to ChimeraX_Segger.egg-info\top_level.txt
|
|---|
| 32631 | writing manifest file 'ChimeraX_Segger.egg-info\SOURCES.txt'
|
|---|
| 32632 | reading manifest file 'ChimeraX_Segger.egg-info\SOURCES.txt'
|
|---|
| 32633 | writing manifest file 'ChimeraX_Segger.egg-info\SOURCES.txt'
|
|---|
| 32634 | Copying ChimeraX_Segger.egg-info to build\bdist.win-amd64\wheel\.\ChimeraX_Segger-1.0-py3.11.egg-info
|
|---|
| 32635 | running install_scripts
|
|---|
| 32636 | creating build\bdist.win-amd64\wheel\chimerax_segger-1.0.dist-info\WHEEL
|
|---|
| 32637 | creating 'dist\chimerax_segger-1.0-py3-none-any.whl' and adding 'build\bdist.win-amd64\wheel' to it
|
|---|
| 32638 | adding 'chimerax/segger/ChimeraExtension.py'
|
|---|
| 32639 | adding 'chimerax/segger/Mesh.py'
|
|---|
| 32640 | adding 'chimerax/segger/__init__.py'
|
|---|
| 32641 | adding 'chimerax/segger/attributes.py'
|
|---|
| 32642 | adding 'chimerax/segger/axes.py'
|
|---|
| 32643 | adding 'chimerax/segger/extract_region_dialog.py'
|
|---|
| 32644 | adding 'chimerax/segger/fit_devel.py'
|
|---|
| 32645 | adding 'chimerax/segger/fit_dialog.py'
|
|---|
| 32646 | adding 'chimerax/segger/graph.py'
|
|---|
| 32647 | adding 'chimerax/segger/imageviewer.py'
|
|---|
| 32648 | adding 'chimerax/segger/iseg_dialog.py'
|
|---|
| 32649 | adding 'chimerax/segger/modelz.py'
|
|---|
| 32650 | adding 'chimerax/segger/mousemode.py'
|
|---|
| 32651 | adding 'chimerax/segger/opensave.py'
|
|---|
| 32652 | adding 'chimerax/segger/orthoview.py'
|
|---|
| 32653 | adding 'chimerax/segger/promod_dialog.py'
|
|---|
| 32654 | adding 'chimerax/segger/quaternion.py'
|
|---|
| 32655 | adding 'chimerax/segger/regions.py'
|
|---|
| 32656 | adding 'chimerax/segger/regionsfile.py'
|
|---|
| 32657 | adding 'chimerax/segger/rseg_dialog.py'
|
|---|
| 32658 | adding 'chimerax/segger/segcmd.py'
|
|---|
| 32659 | adding 'chimerax/segger/segfile.py'
|
|---|
| 32660 | adding 'chimerax/segger/segloop_dialog.py'
|
|---|
| 32661 | adding 'chimerax/segger/segment_dialog.py'
|
|---|
| 32662 | adding 'chimerax/segger/volseg.png'
|
|---|
| 32663 | adding 'chimerax_segger-1.0.dist-info/METADATA'
|
|---|
| 32664 | adding 'chimerax_segger-1.0.dist-info/WHEEL'
|
|---|
| 32665 | adding 'chimerax_segger-1.0.dist-info/top_level.txt'
|
|---|
| 32666 | adding 'chimerax_segger-1.0.dist-info/RECORD'
|
|---|
| 32667 | removing build\bdist.win-amd64\wheel
|
|---|
| 32668 | Distribution is in .\dist\ChimeraX_Segger-1.0-py3-none-any.whl
|
|---|
| 32669 | INFO:
|
|---|
| 32670 |
|
|---|
| 32671 | make sync
|
|---|
| 32672 | make[7]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/segger/seggerx/Segger'
|
|---|
| 32673 | cp -av dist/*.whl ../../../../../build/sync
|
|---|
| 32674 | 'dist/chimerax_segger-1.0-py3-none-any.whl' -> '../../../../../build/sync/chimerax_segger-1.0-py3-none-any.whl'
|
|---|
| 32675 | make[7]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/segger/seggerx/Segger'
|
|---|
| 32676 | make[6]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/segger/seggerx/Segger'
|
|---|
| 32677 | make[5]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/segger'
|
|---|
| 32678 | make -C segment build
|
|---|
| 32679 | make[5]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/segment'
|
|---|
| 32680 | if [ -z "../../../ChimeraX.app/bin/python.exe" ]; then \
|
|---|
| 32681 | echo "missing ChimeraX application's python"; exit 1; \
|
|---|
| 32682 | else \
|
|---|
| 32683 | PYTHONNOUSERSITE=1 ../../../ChimeraX.app/bin/python.exe -I -m chimerax.core --nogui --exit --safemode --cmd "devel build . exit true "; \
|
|---|
| 32684 | fi
|
|---|
| 32685 | INFO:
|
|---|
| 32686 | Executing: devel build . exit true
|
|---|
| 32687 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\setuptools\dist.py:759: SetuptoolsDeprecationWarning: License classifiers are deprecated.
|
|---|
| 32688 | !!
|
|---|
| 32689 |
|
|---|
| 32690 | ********************************************************************************
|
|---|
| 32691 | Please consider removing the following classifiers in favor of a SPDX license expression:
|
|---|
| 32692 |
|
|---|
| 32693 | License :: Free for non-commercial use
|
|---|
| 32694 |
|
|---|
| 32695 | See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details.
|
|---|
| 32696 | ********************************************************************************
|
|---|
| 32697 |
|
|---|
| 32698 | !!
|
|---|
| 32699 | self._finalize_license_expression()
|
|---|
| 32700 | running build
|
|---|
| 32701 | running build_py
|
|---|
| 32702 | creating build\lib.win-amd64-cpython-311\chimerax\segment
|
|---|
| 32703 | copying src\segment.py -> build\lib.win-amd64-cpython-311\chimerax\segment
|
|---|
| 32704 | copying src\__init__.py -> build\lib.win-amd64-cpython-311\chimerax\segment
|
|---|
| 32705 | running build_ext
|
|---|
| 32706 | building 'chimerax.segment._segment' extension
|
|---|
| 32707 | creating build\temp.win-amd64-cpython-311\Release\_segment
|
|---|
| 32708 | "C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\bin\HostX64\x64\cl.exe" /c /nologo /O2 /W3 /GL /DNDEBUG /MD -DMAJOR_VERSION=0 -DMINOR_VERSION=1 -IC:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\include -IC:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\core\include -IC:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\arrays\include -IC:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\include -IC:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Include "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\ucrt" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\shared" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\um" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\winrt" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\cppwinrt" "-Ic:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include" "-Ic:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\atlmfc\include" "-Ic:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\ucrt" "-Ic:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\shared" "-Ic:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\um" "-Ic:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\winrt" "-Ic:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\cppwinrt" /EHsc /Tp_segment/bin.cpp /Fobuild\temp.win-amd64-cpython-311\Release\_segment\bin.obj
|
|---|
| 32709 | bin.cpp
|
|---|
| 32710 | "C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\bin\HostX64\x64\cl.exe" /c /nologo /O2 /W3 /GL /DNDEBUG /MD -DMAJOR_VERSION=0 -DMINOR_VERSION=1 -IC:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\include -IC:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\core\include -IC:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\arrays\include -IC:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\include -IC:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Include "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\ucrt" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\shared" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\um" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\winrt" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\cppwinrt" "-Ic:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include" "-Ic:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\atlmfc\include" "-Ic:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\ucrt" "-Ic:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\shared" "-Ic:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\um" "-Ic:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\winrt" "-Ic:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\cppwinrt" /EHsc /Tp_segment/pysegment.cpp /Fobuild\temp.win-amd64-cpython-311\Release\_segment\pysegment.obj
|
|---|
| 32711 | pysegment.cpp
|
|---|
| 32712 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\segment\_segment\region_map.h(27): warning C4305: '=': truncation from 'double' to 'float'
|
|---|
| 32713 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\segment\_segment\region_map.cpp(48): warning C4244: '=': conversion from 'const int64_t' to 'int', possible loss of data
|
|---|
| 32714 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\segment\_segment\region_map.cpp(49): warning C4244: '=': conversion from 'const int64_t' to 'int', possible loss of data
|
|---|
| 32715 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\segment\_segment\region_map.cpp(50): warning C4244: '=': conversion from 'const int64_t' to 'int', possible loss of data
|
|---|
| 32716 | _segment/pysegment.cpp(225): warning C4244: 'initializing': conversion from 'int64_t' to 'unsigned int', possible loss of data
|
|---|
| 32717 | _segment/pysegment.cpp(246): warning C4244: 'initializing': conversion from 'int64_t' to 'unsigned int', possible loss of data
|
|---|
| 32718 | _segment/pysegment.cpp(390): warning C4244: 'argument': conversion from 'int64_t' to 'int', possible loss of data
|
|---|
| 32719 | _segment/pysegment.cpp(425): warning C4244: 'argument': conversion from 'int64_t' to 'int', possible loss of data
|
|---|
| 32720 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\segment\_segment\watershed.cpp(18): warning C4244: 'initializing': conversion from 'const int64_t' to 'int', possible loss of data
|
|---|
| 32721 | _segment/pysegment.cpp(56): note: see reference to function template instantiation 'Segment_Map::Index Segment_Map::watershed_regions<T>(const T *,const int64_t *,float,Segment_Map::Index *)' being compiled
|
|---|
| 32722 | with
|
|---|
| 32723 | [
|
|---|
| 32724 | T=char
|
|---|
| 32725 | ]
|
|---|
| 32726 | _segment/pysegment.cpp(87): note: see reference to function template instantiation 'void Segment_Map::watershed_reg<char>(const Reference_Counted_Array::Array<char> &,float,Segment_Map::Index *,Segment_Map::Index *)' being compiled
|
|---|
| 32727 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\segment\_segment\watershed.cpp(18): warning C4244: 'initializing': conversion from 'const int64_t' to 'int', possible loss of data
|
|---|
| 32728 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\segment\_segment\watershed.cpp(18): warning C4244: 'initializing': conversion from 'const int64_t' to 'int', possible loss of data
|
|---|
| 32729 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\segment\_segment\region_map.cpp(219): warning C4244: '=': conversion from 'const T' to 'float', possible loss of data
|
|---|
| 32730 | with
|
|---|
| 32731 | [
|
|---|
| 32732 | T=int
|
|---|
| 32733 | ]
|
|---|
| 32734 | _segment/pysegment.cpp(267): note: see reference to function template instantiation 'void Segment_Map::interface_values<T>(Segment_Map::Index *,const int64_t *,const T *,Segment_Map::Contacts &)' being compiled
|
|---|
| 32735 | with
|
|---|
| 32736 | [
|
|---|
| 32737 | T=int
|
|---|
| 32738 | ]
|
|---|
| 32739 | _segment/pysegment.cpp(290): note: see reference to function template instantiation 'void Segment_Map::interface_val<int>(Reference_Counted_Array::Array<unsigned int> &,const Reference_Counted_Array::Array<int> &,Segment_Map::Contacts &)' being compiled
|
|---|
| 32740 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\segment\_segment\region_map.cpp(219): warning C4244: '=': conversion from 'const T' to 'float', possible loss of data
|
|---|
| 32741 | with
|
|---|
| 32742 | [
|
|---|
| 32743 | T=unsigned int
|
|---|
| 32744 | ]
|
|---|
| 32745 | _segment/pysegment.cpp(267): note: see reference to function template instantiation 'void Segment_Map::interface_values<T>(Segment_Map::Index *,const int64_t *,const T *,Segment_Map::Contacts &)' being compiled
|
|---|
| 32746 | with
|
|---|
| 32747 | [
|
|---|
| 32748 | T=unsigned int
|
|---|
| 32749 | ]
|
|---|
| 32750 | _segment/pysegment.cpp(290): note: see reference to function template instantiation 'void Segment_Map::interface_val<unsigned int>(Reference_Counted_Array::Array<unsigned int> &,const Reference_Counted_Array::Array<unsigned int> &,Segment_Map::Contacts &)' being compiled
|
|---|
| 32751 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\segment\_segment\region_map.cpp(219): warning C4244: '=': conversion from 'const T' to 'float', possible loss of data
|
|---|
| 32752 | with
|
|---|
| 32753 | [
|
|---|
| 32754 | T=long
|
|---|
| 32755 | ]
|
|---|
| 32756 | _segment/pysegment.cpp(267): note: see reference to function template instantiation 'void Segment_Map::interface_values<T>(Segment_Map::Index *,const int64_t *,const T *,Segment_Map::Contacts &)' being compiled
|
|---|
| 32757 | with
|
|---|
| 32758 | [
|
|---|
| 32759 | T=long
|
|---|
| 32760 | ]
|
|---|
| 32761 | _segment/pysegment.cpp(290): note: see reference to function template instantiation 'void Segment_Map::interface_val<long>(Reference_Counted_Array::Array<unsigned int> &,const Reference_Counted_Array::Array<long> &,Segment_Map::Contacts &)' being compiled
|
|---|
| 32762 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\segment\_segment\region_map.cpp(219): warning C4244: '=': conversion from 'const T' to 'float', possible loss of data
|
|---|
| 32763 | with
|
|---|
| 32764 | [
|
|---|
| 32765 | T=unsigned long
|
|---|
| 32766 | ]
|
|---|
| 32767 | _segment/pysegment.cpp(267): note: see reference to function template instantiation 'void Segment_Map::interface_values<T>(Segment_Map::Index *,const int64_t *,const T *,Segment_Map::Contacts &)' being compiled
|
|---|
| 32768 | with
|
|---|
| 32769 | [
|
|---|
| 32770 | T=unsigned long
|
|---|
| 32771 | ]
|
|---|
| 32772 | _segment/pysegment.cpp(290): note: see reference to function template instantiation 'void Segment_Map::interface_val<unsigned long>(Reference_Counted_Array::Array<unsigned int> &,const Reference_Counted_Array::Array<unsigned long> &,Segment_Map::Contacts &)' being compiled
|
|---|
| 32773 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\segment\_segment\region_map.cpp(219): warning C4244: '=': conversion from 'const T' to 'float', possible loss of data
|
|---|
| 32774 | with
|
|---|
| 32775 | [
|
|---|
| 32776 | T=double
|
|---|
| 32777 | ]
|
|---|
| 32778 | _segment/pysegment.cpp(267): note: see reference to function template instantiation 'void Segment_Map::interface_values<T>(Segment_Map::Index *,const int64_t *,const T *,Segment_Map::Contacts &)' being compiled
|
|---|
| 32779 | with
|
|---|
| 32780 | [
|
|---|
| 32781 | T=double
|
|---|
| 32782 | ]
|
|---|
| 32783 | _segment/pysegment.cpp(290): note: see reference to function template instantiation 'void Segment_Map::interface_val<double>(Reference_Counted_Array::Array<unsigned int> &,const Reference_Counted_Array::Array<double> &,Segment_Map::Contacts &)' being compiled
|
|---|
| 32784 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\segment\_segment\region_map.cpp(243): warning C4305: '=': truncation from 'double' to 'float'
|
|---|
| 32785 | _segment/pysegment.cpp(321): note: see reference to function template instantiation 'void Segment_Map::region_maxima<T>(Segment_Map::Index *,const int64_t *,const T *,Segment_Map::Index,int *,float *)' being compiled
|
|---|
| 32786 | with
|
|---|
| 32787 | [
|
|---|
| 32788 | T=char
|
|---|
| 32789 | ]
|
|---|
| 32790 | _segment/pysegment.cpp(351): note: see reference to function template instantiation 'void Segment_Map::region_max<char>(Reference_Counted_Array::Array<unsigned int> &,const Reference_Counted_Array::Array<char> &,Segment_Map::Index,int *,float *)' being compiled
|
|---|
| 32791 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\segment\_segment\region_map.cpp(253): warning C4244: 'initializing': conversion from 'const T' to 'float', possible loss of data
|
|---|
| 32792 | with
|
|---|
| 32793 | [
|
|---|
| 32794 | T=int
|
|---|
| 32795 | ]
|
|---|
| 32796 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\segment\_segment\region_map.cpp(253): warning C4244: 'initializing': conversion from 'const T' to 'float', possible loss of data
|
|---|
| 32797 | with
|
|---|
| 32798 | [
|
|---|
| 32799 | T=unsigned int
|
|---|
| 32800 | ]
|
|---|
| 32801 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\segment\_segment\region_map.cpp(253): warning C4244: 'initializing': conversion from 'const T' to 'float', possible loss of data
|
|---|
| 32802 | with
|
|---|
| 32803 | [
|
|---|
| 32804 | T=long
|
|---|
| 32805 | ]
|
|---|
| 32806 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\segment\_segment\region_map.cpp(253): warning C4244: 'initializing': conversion from 'const T' to 'float', possible loss of data
|
|---|
| 32807 | with
|
|---|
| 32808 | [
|
|---|
| 32809 | T=unsigned long
|
|---|
| 32810 | ]
|
|---|
| 32811 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\segment\_segment\region_map.cpp(253): warning C4244: 'initializing': conversion from 'const T' to 'float', possible loss of data
|
|---|
| 32812 | with
|
|---|
| 32813 | [
|
|---|
| 32814 | T=double
|
|---|
| 32815 | ]
|
|---|
| 32816 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\segment\_segment\watershed.cpp(94): warning C4244: 'initializing': conversion from 'const int64_t' to 'int', possible loss of data
|
|---|
| 32817 | _segment/pysegment.cpp(365): note: see reference to function template instantiation 'void Segment_Map::find_local_maxima<T>(const T *,const int64_t *,int *,int)' being compiled
|
|---|
| 32818 | with
|
|---|
| 32819 | [
|
|---|
| 32820 | T=char
|
|---|
| 32821 | ]
|
|---|
| 32822 | _segment/pysegment.cpp(391): note: see reference to function template instantiation 'void Segment_Map::find_local_max<char>(const Reference_Counted_Array::Array<char> &,int *,int)' being compiled
|
|---|
| 32823 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\segment\_segment\watershed.cpp(94): warning C4244: 'initializing': conversion from 'const int64_t' to 'int', possible loss of data
|
|---|
| 32824 | C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\segment\_segment\watershed.cpp(94): warning C4244: 'initializing': conversion from 'const int64_t' to 'int', possible loss of data
|
|---|
| 32825 | "C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\bin\HostX64\x64\cl.exe" /c /nologo /O2 /W3 /GL /DNDEBUG /MD -DMAJOR_VERSION=0 -DMINOR_VERSION=1 -IC:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\include -IC:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\core\include -IC:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\arrays\include -IC:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\include -IC:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Include "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\ucrt" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\shared" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\um" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\winrt" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\cppwinrt" "-Ic:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include" "-Ic:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\atlmfc\include" "-Ic:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\ucrt" "-Ic:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\shared" "-Ic:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\um" "-Ic:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\winrt" "-Ic:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\cppwinrt" /EHsc /Tp_segment/segment.cpp /Fobuild\temp.win-amd64-cpython-311\Release\_segment\segment.obj
|
|---|
| 32826 | segment.cpp
|
|---|
| 32827 | "C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\bin\HostX64\x64\cl.exe" /c /nologo /O2 /W3 /GL /DNDEBUG /MD -DMAJOR_VERSION=0 -DMINOR_VERSION=1 -IC:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\include -IC:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\core\include -IC:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\arrays\include -IC:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\include -IC:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Include "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\ucrt" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\shared" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\um" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\winrt" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\cppwinrt" "-Ic:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include" "-Ic:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\atlmfc\include" "-Ic:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\ucrt" "-Ic:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\shared" "-Ic:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\um" "-Ic:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\winrt" "-Ic:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\cppwinrt" /EHsc /Tp_segment/segsurf.cpp /Fobuild\temp.win-amd64-cpython-311\Release\_segment\segsurf.obj
|
|---|
| 32828 | segsurf.cpp
|
|---|
| 32829 | _segment/segsurf.cpp(733): warning C4267: 'initializing': conversion from 'size_t' to 'Index', possible loss of data
|
|---|
| 32830 | _segment/segsurf.cpp(1483): warning C4244: 'argument': conversion from 'Data_Type' to 'int', possible loss of data
|
|---|
| 32831 | with
|
|---|
| 32832 | [
|
|---|
| 32833 | Data_Type=float
|
|---|
| 32834 | ]
|
|---|
| 32835 | _segment/segsurf.cpp(1560): note: see reference to function template instantiation 'void contour_surface<float>(const Reference_Counted_Array::Array<float> &,int,const IArray &,bool,Contour_Surface **)' being compiled
|
|---|
| 32836 | _segment/segsurf.cpp(1483): warning C4244: 'argument': conversion from 'Data_Type' to 'int', possible loss of data
|
|---|
| 32837 | with
|
|---|
| 32838 | [
|
|---|
| 32839 | Data_Type=double
|
|---|
| 32840 | ]
|
|---|
| 32841 | _segment/segsurf.cpp(1560): note: see reference to function template instantiation 'void contour_surface<double>(const Reference_Counted_Array::Array<double> &,int,const IArray &,bool,Contour_Surface **)' being compiled
|
|---|
| 32842 | _segment/segsurf.cpp(1066): warning C4244: 'argument': conversion from 'double' to 'float', possible loss of data
|
|---|
| 32843 | _segment/segsurf.cpp(1059): note: while compiling class template member function 'void CSurface<Data_Type>::mark_point_edge_cuts(const Region_Point &,Grid_Cell_List &,Grid_Cell_List &)'
|
|---|
| 32844 | with
|
|---|
| 32845 | [
|
|---|
| 32846 | Data_Type=char
|
|---|
| 32847 | ]
|
|---|
| 32848 | _segment/segsurf.cpp(931): note: see reference to function template instantiation 'void CSurface<Data_Type>::mark_point_edge_cuts(const Region_Point &,Grid_Cell_List &,Grid_Cell_List &)' being compiled
|
|---|
| 32849 | with
|
|---|
| 32850 | [
|
|---|
| 32851 | Data_Type=char
|
|---|
| 32852 | ]
|
|---|
| 32853 | _segment/segsurf.cpp(878): note: while compiling class template member function 'void CSurface<Data_Type>::compute_surface(void)'
|
|---|
| 32854 | with
|
|---|
| 32855 | [
|
|---|
| 32856 | Data_Type=char
|
|---|
| 32857 | ]
|
|---|
| 32858 | _segment/segsurf.cpp(1484): note: see reference to class template instantiation 'CSurface<Data_Type>' being compiled
|
|---|
| 32859 | with
|
|---|
| 32860 | [
|
|---|
| 32861 | Data_Type=char
|
|---|
| 32862 | ]
|
|---|
| 32863 | _segment/segsurf.cpp(1560): note: see reference to function template instantiation 'void contour_surface<char>(const Reference_Counted_Array::Array<char> &,int,const IArray &,bool,Contour_Surface **)' being compiled
|
|---|
| 32864 | _segment/segsurf.cpp(1072): warning C4244: 'argument': conversion from 'double' to 'float', possible loss of data
|
|---|
| 32865 | _segment/segsurf.cpp(1078): warning C4244: 'argument': conversion from 'double' to 'float', possible loss of data
|
|---|
| 32866 | _segment/segsurf.cpp(1084): warning C4244: 'argument': conversion from 'double' to 'float', possible loss of data
|
|---|
| 32867 | _segment/segsurf.cpp(1090): warning C4244: 'argument': conversion from 'double' to 'float', possible loss of data
|
|---|
| 32868 | _segment/segsurf.cpp(1096): warning C4244: 'argument': conversion from 'double' to 'float', possible loss of data
|
|---|
| 32869 | _segment/segsurf.cpp(1149): warning C4244: 'argument': conversion from 'double' to 'float', possible loss of data
|
|---|
| 32870 | _segment/segsurf.cpp(1137): note: while compiling class template member function 'void CSurface<Data_Type>::mark_interior_edge_cuts(Index,Index,Grid_Cell_List &,Grid_Cell_List &)'
|
|---|
| 32871 | with
|
|---|
| 32872 | [
|
|---|
| 32873 | Data_Type=char
|
|---|
| 32874 | ]
|
|---|
| 32875 | _segment/segsurf.cpp(1120): note: see reference to function template instantiation 'void CSurface<Data_Type>::mark_interior_edge_cuts(Index,Index,Grid_Cell_List &,Grid_Cell_List &)' being compiled
|
|---|
| 32876 | with
|
|---|
| 32877 | [
|
|---|
| 32878 | Data_Type=char
|
|---|
| 32879 | ]
|
|---|
| 32880 | _segment/segsurf.cpp(1107): note: while compiling class template member function 'void CSurface<Data_Type>::mark_plane_edge_cuts(Grid_Cell_List &,Grid_Cell_List &,Index)'
|
|---|
| 32881 | with
|
|---|
| 32882 | [
|
|---|
| 32883 | Data_Type=char
|
|---|
| 32884 | ]
|
|---|
| 32885 | _segment/segsurf.cpp(889): note: see reference to function template instantiation 'void CSurface<Data_Type>::mark_plane_edge_cuts(Grid_Cell_List &,Grid_Cell_List &,Index)' being compiled
|
|---|
| 32886 | with
|
|---|
| 32887 | [
|
|---|
| 32888 | Data_Type=char
|
|---|
| 32889 | ]
|
|---|
| 32890 | _segment/segsurf.cpp(1151): warning C4244: 'argument': conversion from 'double' to 'float', possible loss of data
|
|---|
| 32891 | _segment/segsurf.cpp(1153): warning C4244: 'argument': conversion from 'double' to 'float', possible loss of data
|
|---|
| 32892 | _segment/segsurf.cpp(1155): warning C4244: 'argument': conversion from 'double' to 'float', possible loss of data
|
|---|
| 32893 | _segment/segsurf.cpp(1157): warning C4244: 'argument': conversion from 'double' to 'float', possible loss of data
|
|---|
| 32894 | _segment/segsurf.cpp(1159): warning C4244: 'argument': conversion from 'double' to 'float', possible loss of data
|
|---|
| 32895 | _segment/segsurf.cpp(1187): warning C4244: 'argument': conversion from 'double' to 'float', possible loss of data
|
|---|
| 32896 | _segment/segsurf.cpp(1172): note: while compiling class template member function 'void CSurface<Data_Type>::mark_boundary_edge_cuts(Index,Index,Index,Grid_Cell_List &,Grid_Cell_List &)'
|
|---|
| 32897 | with
|
|---|
| 32898 | [
|
|---|
| 32899 | Data_Type=char
|
|---|
| 32900 | ]
|
|---|
| 32901 | _segment/segsurf.cpp(1114): note: see reference to function template instantiation 'void CSurface<Data_Type>::mark_boundary_edge_cuts(Index,Index,Index,Grid_Cell_List &,Grid_Cell_List &)' being compiled
|
|---|
| 32902 | with
|
|---|
| 32903 | [
|
|---|
| 32904 | Data_Type=char
|
|---|
| 32905 | ]
|
|---|
| 32906 | _segment/segsurf.cpp(1196): warning C4244: 'argument': conversion from 'double' to 'float', possible loss of data
|
|---|
| 32907 | _segment/segsurf.cpp(1205): warning C4244: 'argument': conversion from 'double' to 'float', possible loss of data
|
|---|
| 32908 | _segment/segsurf.cpp(1214): warning C4244: 'argument': conversion from 'double' to 'float', possible loss of data
|
|---|
| 32909 | _segment/segsurf.cpp(1223): warning C4244: 'argument': conversion from 'double' to 'float', possible loss of data
|
|---|
| 32910 | _segment/segsurf.cpp(1232): warning C4244: 'argument': conversion from 'double' to 'float', possible loss of data
|
|---|
| 32911 | _segment/segsurf.cpp(1245): warning C4244: 'argument': conversion from 'Index' to 'float', possible loss of data
|
|---|
| 32912 | _segment/segsurf.cpp(1244): note: while compiling class template member function 'void CSurface<Data_Type>::add_vertex_axis_0(Index,Index,Index,float,Grid_Cell_List &,Grid_Cell_List &)'
|
|---|
| 32913 | with
|
|---|
| 32914 | [
|
|---|
| 32915 | Data_Type=char
|
|---|
| 32916 | ]
|
|---|
| 32917 | _segment/segsurf.cpp(1066): note: see reference to function template instantiation 'void CSurface<Data_Type>::add_vertex_axis_0(Index,Index,Index,float,Grid_Cell_List &,Grid_Cell_List &)' being compiled
|
|---|
| 32918 | with
|
|---|
| 32919 | [
|
|---|
| 32920 | Data_Type=char
|
|---|
| 32921 | ]
|
|---|
| 32922 | _segment/segsurf.cpp(1245): warning C4244: 'argument': conversion from 'Index' to 'float', possible loss of data
|
|---|
| 32923 | _segment/segsurf.cpp(1259): warning C4244: 'argument': conversion from 'Index' to 'float', possible loss of data
|
|---|
| 32924 | _segment/segsurf.cpp(1258): note: while compiling class template member function 'void CSurface<Data_Type>::add_vertex_axis_1(Index,Index,Index,float,Grid_Cell_List &,Grid_Cell_List &)'
|
|---|
| 32925 | with
|
|---|
| 32926 | [
|
|---|
| 32927 | Data_Type=char
|
|---|
| 32928 | ]
|
|---|
| 32929 | _segment/segsurf.cpp(1078): note: see reference to function template instantiation 'void CSurface<Data_Type>::add_vertex_axis_1(Index,Index,Index,float,Grid_Cell_List &,Grid_Cell_List &)' being compiled
|
|---|
| 32930 | with
|
|---|
| 32931 | [
|
|---|
| 32932 | Data_Type=char
|
|---|
| 32933 | ]
|
|---|
| 32934 | _segment/segsurf.cpp(1259): warning C4244: 'argument': conversion from 'Index' to 'float', possible loss of data
|
|---|
| 32935 | _segment/segsurf.cpp(1273): warning C4244: 'argument': conversion from 'Index' to 'float', possible loss of data
|
|---|
| 32936 | _segment/segsurf.cpp(1272): note: while compiling class template member function 'void CSurface<Data_Type>::add_vertex_axis_2(Index,Index,float,Grid_Cell_List &)'
|
|---|
| 32937 | with
|
|---|
| 32938 | [
|
|---|
| 32939 | Data_Type=char
|
|---|
| 32940 | ]
|
|---|
| 32941 | _segment/segsurf.cpp(1090): note: see reference to function template instantiation 'void CSurface<Data_Type>::add_vertex_axis_2(Index,Index,float,Grid_Cell_List &)' being compiled
|
|---|
| 32942 | with
|
|---|
| 32943 | [
|
|---|
| 32944 | Data_Type=char
|
|---|
| 32945 | ]
|
|---|
| 32946 | _segment/segsurf.cpp(1273): warning C4244: 'argument': conversion from 'Index' to 'float', possible loss of data
|
|---|
| 32947 | _segment/segsurf.cpp(1289): warning C4244: 'argument': conversion from 'Index' to 'float', possible loss of data
|
|---|
| 32948 | _segment/segsurf.cpp(1287): note: while compiling class template member function 'Index CSurface<Data_Type>::add_cap_vertex_l0(Index,Index,Index,Index,Grid_Cell_List &,Grid_Cell_List &)'
|
|---|
| 32949 | with
|
|---|
| 32950 | [
|
|---|
| 32951 | Data_Type=char
|
|---|
| 32952 | ]
|
|---|
| 32953 | _segment/segsurf.cpp(1068): note: see reference to function template instantiation 'Index CSurface<Data_Type>::add_cap_vertex_l0(Index,Index,Index,Index,Grid_Cell_List &,Grid_Cell_List &)' being compiled
|
|---|
| 32954 | with
|
|---|
| 32955 | [
|
|---|
| 32956 | Data_Type=char
|
|---|
| 32957 | ]
|
|---|
| 32958 | _segment/segsurf.cpp(1289): warning C4244: 'argument': conversion from 'Index' to 'float', possible loss of data
|
|---|
| 32959 | _segment/segsurf.cpp(1289): warning C4244: 'argument': conversion from 'Index' to 'float', possible loss of data
|
|---|
| 32960 | _segment/segsurf.cpp(1305): warning C4244: 'argument': conversion from 'Index' to 'float', possible loss of data
|
|---|
| 32961 | _segment/segsurf.cpp(1303): note: while compiling class template member function 'Index CSurface<Data_Type>::add_cap_vertex_r0(Index,Index,Index,Index,Grid_Cell_List &,Grid_Cell_List &)'
|
|---|
| 32962 | with
|
|---|
| 32963 | [
|
|---|
| 32964 | Data_Type=char
|
|---|
| 32965 | ]
|
|---|
| 32966 | _segment/segsurf.cpp(1074): note: see reference to function template instantiation 'Index CSurface<Data_Type>::add_cap_vertex_r0(Index,Index,Index,Index,Grid_Cell_List &,Grid_Cell_List &)' being compiled
|
|---|
| 32967 | with
|
|---|
| 32968 | [
|
|---|
| 32969 | Data_Type=char
|
|---|
| 32970 | ]
|
|---|
| 32971 | _segment/segsurf.cpp(1305): warning C4244: 'argument': conversion from 'Index' to 'float', possible loss of data
|
|---|
| 32972 | _segment/segsurf.cpp(1305): warning C4244: 'argument': conversion from 'Index' to 'float', possible loss of data
|
|---|
| 32973 | _segment/segsurf.cpp(1322): warning C4244: 'argument': conversion from 'Index' to 'float', possible loss of data
|
|---|
| 32974 | _segment/segsurf.cpp(1320): note: while compiling class template member function 'Index CSurface<Data_Type>::add_cap_vertex_l1(Index,Index,Index,Index,Grid_Cell_List &,Grid_Cell_List &)'
|
|---|
| 32975 | with
|
|---|
| 32976 | [
|
|---|
| 32977 | Data_Type=char
|
|---|
| 32978 | ]
|
|---|
| 32979 | _segment/segsurf.cpp(1080): note: see reference to function template instantiation 'Index CSurface<Data_Type>::add_cap_vertex_l1(Index,Index,Index,Index,Grid_Cell_List &,Grid_Cell_List &)' being compiled
|
|---|
| 32980 | with
|
|---|
| 32981 | [
|
|---|
| 32982 | Data_Type=char
|
|---|
| 32983 | ]
|
|---|
| 32984 | _segment/segsurf.cpp(1322): warning C4244: 'argument': conversion from 'Index' to 'float', possible loss of data
|
|---|
| 32985 | _segment/segsurf.cpp(1322): warning C4244: 'argument': conversion from 'Index' to 'float', possible loss of data
|
|---|
| 32986 | _segment/segsurf.cpp(1339): warning C4244: 'argument': conversion from 'Index' to 'float', possible loss of data
|
|---|
| 32987 | _segment/segsurf.cpp(1337): note: while compiling class template member function 'Index CSurface<Data_Type>::add_cap_vertex_r1(Index,Index,Index,Index,Grid_Cell_List &,Grid_Cell_List &)'
|
|---|
| 32988 | with
|
|---|
| 32989 | [
|
|---|
| 32990 | Data_Type=char
|
|---|
| 32991 | ]
|
|---|
| 32992 | _segment/segsurf.cpp(1086): note: see reference to function template instantiation 'Index CSurface<Data_Type>::add_cap_vertex_r1(Index,Index,Index,Index,Grid_Cell_List &,Grid_Cell_List &)' being compiled
|
|---|
| 32993 | with
|
|---|
| 32994 | [
|
|---|
| 32995 | Data_Type=char
|
|---|
| 32996 | ]
|
|---|
| 32997 | _segment/segsurf.cpp(1339): warning C4244: 'argument': conversion from 'Index' to 'float', possible loss of data
|
|---|
| 32998 | _segment/segsurf.cpp(1339): warning C4244: 'argument': conversion from 'Index' to 'float', possible loss of data
|
|---|
| 32999 | _segment/segsurf.cpp(1355): warning C4244: 'argument': conversion from 'Index' to 'float', possible loss of data
|
|---|
| 33000 | _segment/segsurf.cpp(1353): note: while compiling class template member function 'Index CSurface<Data_Type>::add_cap_vertex_l2(Index,Index,Index,Index,Grid_Cell_List &)'
|
|---|
| 33001 | with
|
|---|
| 33002 | [
|
|---|
| 33003 | Data_Type=char
|
|---|
| 33004 | ]
|
|---|
| 33005 | _segment/segsurf.cpp(1092): note: see reference to function template instantiation 'Index CSurface<Data_Type>::add_cap_vertex_l2(Index,Index,Index,Index,Grid_Cell_List &)' being compiled
|
|---|
| 33006 | with
|
|---|
| 33007 | [
|
|---|
| 33008 | Data_Type=char
|
|---|
| 33009 | ]
|
|---|
| 33010 | _segment/segsurf.cpp(1355): warning C4244: 'argument': conversion from 'Index' to 'float', possible loss of data
|
|---|
| 33011 | _segment/segsurf.cpp(1355): warning C4244: 'argument': conversion from 'Index' to 'float', possible loss of data
|
|---|
| 33012 | _segment/segsurf.cpp(1371): warning C4244: 'argument': conversion from 'Index' to 'float', possible loss of data
|
|---|
| 33013 | _segment/segsurf.cpp(1369): note: while compiling class template member function 'Index CSurface<Data_Type>::add_cap_vertex_r2(Index,Index,Index,Index,Grid_Cell_List &)'
|
|---|
| 33014 | with
|
|---|
| 33015 | [
|
|---|
| 33016 | Data_Type=char
|
|---|
| 33017 | ]
|
|---|
| 33018 | _segment/segsurf.cpp(1098): note: see reference to function template instantiation 'Index CSurface<Data_Type>::add_cap_vertex_r2(Index,Index,Index,Index,Grid_Cell_List &)' being compiled
|
|---|
| 33019 | with
|
|---|
| 33020 | [
|
|---|
| 33021 | Data_Type=char
|
|---|
| 33022 | ]
|
|---|
| 33023 | _segment/segsurf.cpp(1371): warning C4244: 'argument': conversion from 'Index' to 'float', possible loss of data
|
|---|
| 33024 | _segment/segsurf.cpp(1371): warning C4244: 'argument': conversion from 'Index' to 'float', possible loss of data
|
|---|
| 33025 | _segment/segsurf.cpp(860): warning C4267: 'return': conversion from 'size_t' to 'Index', possible loss of data
|
|---|
| 33026 | _segment/segsurf.cpp(859): note: while compiling class template member function 'Index CSurface<Data_Type>::create_vertex(float,float,float)'
|
|---|
| 33027 | with
|
|---|
| 33028 | [
|
|---|
| 33029 | Data_Type=double
|
|---|
| 33030 | ]
|
|---|
| 33031 | _segment/segsurf.cpp(1245): note: see reference to function template instantiation 'Index CSurface<Data_Type>::create_vertex(float,float,float)' being compiled
|
|---|
| 33032 | with
|
|---|
| 33033 | [
|
|---|
| 33034 | Data_Type=double
|
|---|
| 33035 | ]
|
|---|
| 33036 | "C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\bin\HostX64\x64\link.exe" /nologo /INCREMENTAL:NO /LTCG /DLL /MANIFEST:EMBED,ID=2 /MANIFESTUAC:NO /LIBPATH:C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\lib /LIBPATH:C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\core\lib /LIBPATH:C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\arrays\lib /LIBPATH:C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\libs /LIBPATH:C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin /LIBPATH:C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\PCbuild\amd64 "/LIBPATH:C:\Program Files (x86)\Windows Kits\10\lib\10.0.19041.0\ucrt\x64" "/LIBPATH:C:\Program Files (x86)\Windows Kits\10\lib\10.0.19041.0\um\x64" "/LIBPATH:c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\lib\\x64" "/LIBPATH:c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\atlmfc\lib\\x64" "/LIBPATH:c:\Program Files (x86)\Windows Kits\10\lib\10.0.19041.0\ucrt\x64" "/LIBPATH:c:\Program Files (x86)\Windows Kits\10\lib\10.0.19041.0\um\x64" libarrays.lib /EXPORT:PyInit__segment build\temp.win-amd64-cpython-311\Release\_segment\bin.obj build\temp.win-amd64-cpython-311\Release\_segment\pysegment.obj build\temp.win-amd64-cpython-311\Release\_segment\segment.obj build\temp.win-amd64-cpython-311\Release\_segment\segsurf.obj /OUT:build\lib.win-amd64-cpython-311\chimerax\segment\_segment.cp311-win_amd64.pyd /IMPLIB:build\temp.win-amd64-cpython-311\Release\_segment\_segment.cp311-win_amd64.lib
|
|---|
| 33037 | Creating library build\temp.win-amd64-cpython-311\Release\_segment\_segment.cp311-win_amd64.lib and object build\temp.win-amd64-cpython-311\Release\_segment\_segment.cp311-win_amd64.exp
|
|---|
| 33038 | Generating code
|
|---|
| 33039 | Finished generating code
|
|---|
| 33040 | running bdist_wheel
|
|---|
| 33041 | installing to build\bdist.win-amd64\wheel
|
|---|
| 33042 | running install
|
|---|
| 33043 | running install_lib
|
|---|
| 33044 | running build_ext
|
|---|
| 33045 | creating build\bdist.win-amd64\wheel
|
|---|
| 33046 | creating build\bdist.win-amd64\wheel\chimerax
|
|---|
| 33047 | creating build\bdist.win-amd64\wheel\chimerax\segment
|
|---|
| 33048 | copying build\lib.win-amd64-cpython-311\chimerax\segment\segment.py -> build\bdist.win-amd64\wheel\.\chimerax\segment
|
|---|
| 33049 | copying build\lib.win-amd64-cpython-311\chimerax\segment\_segment.cp311-win_amd64.pyd -> build\bdist.win-amd64\wheel\.\chimerax\segment
|
|---|
| 33050 | copying build\lib.win-amd64-cpython-311\chimerax\segment\__init__.py -> build\bdist.win-amd64\wheel\.\chimerax\segment
|
|---|
| 33051 | running install_egg_info
|
|---|
| 33052 | running egg_info
|
|---|
| 33053 | creating ChimeraX_Segment.egg-info
|
|---|
| 33054 | writing ChimeraX_Segment.egg-info\PKG-INFO
|
|---|
| 33055 | writing dependency_links to ChimeraX_Segment.egg-info\dependency_links.txt
|
|---|
| 33056 | writing requirements to ChimeraX_Segment.egg-info\requires.txt
|
|---|
| 33057 | writing top-level names to ChimeraX_Segment.egg-info\top_level.txt
|
|---|
| 33058 | writing manifest file 'ChimeraX_Segment.egg-info\SOURCES.txt'
|
|---|
| 33059 | reading manifest file 'ChimeraX_Segment.egg-info\SOURCES.txt'
|
|---|
| 33060 | writing manifest file 'ChimeraX_Segment.egg-info\SOURCES.txt'
|
|---|
| 33061 | Copying ChimeraX_Segment.egg-info to build\bdist.win-amd64\wheel\.\ChimeraX_Segment-1.0.1-py3.11.egg-info
|
|---|
| 33062 | running install_scripts
|
|---|
| 33063 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\setuptools\command\bdist_wheel.py:103: RuntimeWarning: Config variable 'Py_DEBUG' is unset, Python ABI tag may be incorrect
|
|---|
| 33064 | if get_flag("Py_DEBUG", hasattr(sys, "gettotalrefcount"), warn=(impl == "cp")):
|
|---|
| 33065 | creating build\bdist.win-amd64\wheel\chimerax_segment-1.0.1.dist-info\WHEEL
|
|---|
| 33066 | creating 'dist\chimerax_segment-1.0.1-cp311-cp311-win_amd64.whl' and adding 'build\bdist.win-amd64\wheel' to it
|
|---|
| 33067 | adding 'chimerax/segment/__init__.py'
|
|---|
| 33068 | adding 'chimerax/segment/_segment.cp311-win_amd64.pyd'
|
|---|
| 33069 | adding 'chimerax/segment/segment.py'
|
|---|
| 33070 | adding 'chimerax_segment-1.0.1.dist-info/METADATA'
|
|---|
| 33071 | adding 'chimerax_segment-1.0.1.dist-info/WHEEL'
|
|---|
| 33072 | adding 'chimerax_segment-1.0.1.dist-info/top_level.txt'
|
|---|
| 33073 | adding 'chimerax_segment-1.0.1.dist-info/RECORD'
|
|---|
| 33074 | removing build\bdist.win-amd64\wheel
|
|---|
| 33075 | Distribution is in .\dist\ChimeraX_Segment-1.0.1-cp311-cp311-win_amd64.whl
|
|---|
| 33076 | INFO:
|
|---|
| 33077 |
|
|---|
| 33078 | make sync
|
|---|
| 33079 | make[6]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/segment'
|
|---|
| 33080 | cp -av dist/*.whl ../../../build/sync
|
|---|
| 33081 | 'dist/chimerax_segment-1.0.1-cp311-cp311-win_amd64.whl' -> '../../../build/sync/chimerax_segment-1.0.1-cp311-cp311-win_amd64.whl'
|
|---|
| 33082 | make[6]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/segment'
|
|---|
| 33083 | make[5]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/segment'
|
|---|
| 33084 | make -C segmentations build
|
|---|
| 33085 | make[5]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/segmentations'
|
|---|
| 33086 | if [ -z "../../../ChimeraX.app/bin/python.exe" ]; then \
|
|---|
| 33087 | echo "missing ChimeraX application's python"; exit 1; \
|
|---|
| 33088 | else \
|
|---|
| 33089 | PYTHONNOUSERSITE=1 ../../../ChimeraX.app/bin/python.exe -I -m chimerax.core --nogui --exit --safemode --cmd "devel build . exit true "; \
|
|---|
| 33090 | fi
|
|---|
| 33091 | INFO:
|
|---|
| 33092 | Executing: devel build . exit true
|
|---|
| 33093 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\setuptools\config\_apply_pyprojecttoml.py:82: SetuptoolsDeprecationWarning: `project.license` as a TOML table is deprecated
|
|---|
| 33094 | !!
|
|---|
| 33095 |
|
|---|
| 33096 | ********************************************************************************
|
|---|
| 33097 | Please use a simple string containing a SPDX expression for `project.license`. You can also use `project.license-files`. (Both options available on setuptools>=77.0.0).
|
|---|
| 33098 |
|
|---|
| 33099 | By 2026-Feb-18, you need to update your project and remove deprecated calls
|
|---|
| 33100 | or your builds will no longer be supported.
|
|---|
| 33101 |
|
|---|
| 33102 | See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details.
|
|---|
| 33103 | ********************************************************************************
|
|---|
| 33104 |
|
|---|
| 33105 | !!
|
|---|
| 33106 | corresp(dist, value, root_dir)
|
|---|
| 33107 | running build
|
|---|
| 33108 | running build_py
|
|---|
| 33109 | creating build\lib\chimerax\segmentations
|
|---|
| 33110 | copying src\bundle.py -> build\lib\chimerax\segmentations
|
|---|
| 33111 | copying src\dicom_segmentations.py -> build\lib\chimerax\segmentations
|
|---|
| 33112 | copying src\segmentation.py -> build\lib\chimerax\segmentations
|
|---|
| 33113 | copying src\segmentation_tracker.py -> build\lib\chimerax\segmentations
|
|---|
| 33114 | copying src\settings.py -> build\lib\chimerax\segmentations
|
|---|
| 33115 | copying src\triggers.py -> build\lib\chimerax\segmentations
|
|---|
| 33116 | copying src\types.py -> build\lib\chimerax\segmentations
|
|---|
| 33117 | copying src\__init__.py -> build\lib\chimerax\segmentations
|
|---|
| 33118 | creating build\lib\chimerax\segmentations\actions
|
|---|
| 33119 | copying src\actions\__init__.py -> build\lib\chimerax\segmentations\actions
|
|---|
| 33120 | creating build\lib\chimerax\segmentations\cmd
|
|---|
| 33121 | copying src\cmd\segmentations.py -> build\lib\chimerax\segmentations\cmd
|
|---|
| 33122 | copying src\cmd\__init__.py -> build\lib\chimerax\segmentations\cmd
|
|---|
| 33123 | creating build\lib\chimerax\segmentations\graphics
|
|---|
| 33124 | copying src\graphics\camera.py -> build\lib\chimerax\segmentations\graphics
|
|---|
| 33125 | copying src\graphics\cylinder.py -> build\lib\chimerax\segmentations\graphics
|
|---|
| 33126 | copying src\graphics\overlays.py -> build\lib\chimerax\segmentations\graphics
|
|---|
| 33127 | copying src\graphics\sphere.py -> build\lib\chimerax\segmentations\graphics
|
|---|
| 33128 | copying src\graphics\view.py -> build\lib\chimerax\segmentations\graphics
|
|---|
| 33129 | copying src\graphics\__init__.py -> build\lib\chimerax\segmentations\graphics
|
|---|
| 33130 | creating build\lib\chimerax\segmentations\ui
|
|---|
| 33131 | copying src\ui\color_key.py -> build\lib\chimerax\segmentations\ui
|
|---|
| 33132 | copying src\ui\label.py -> build\lib\chimerax\segmentations\ui
|
|---|
| 33133 | copying src\ui\orthoplanes.py -> build\lib\chimerax\segmentations\ui
|
|---|
| 33134 | copying src\ui\orthoplane_tool.py -> build\lib\chimerax\segmentations\ui
|
|---|
| 33135 | copying src\ui\segmentations.py -> build\lib\chimerax\segmentations\ui
|
|---|
| 33136 | copying src\ui\segmentation_mouse_mode.py -> build\lib\chimerax\segmentations\ui
|
|---|
| 33137 | copying src\ui\__init__.py -> build\lib\chimerax\segmentations\ui
|
|---|
| 33138 | creating build\lib\chimerax\segmentations\view
|
|---|
| 33139 | copying src\view\cmd.py -> build\lib\chimerax\segmentations\view
|
|---|
| 33140 | copying src\view\modes.py -> build\lib\chimerax\segmentations\view
|
|---|
| 33141 | copying src\view\ui.py -> build\lib\chimerax\segmentations\view
|
|---|
| 33142 | copying src\view\__init__.py -> build\lib\chimerax\segmentations\view
|
|---|
| 33143 | creating build\lib\chimerax\segmentations\icons
|
|---|
| 33144 | copying src\icons\mouse_small.svg -> build\lib\chimerax\segmentations\icons
|
|---|
| 33145 | copying src\icons\right_controller_small.svg -> build\lib\chimerax\segmentations\icons
|
|---|
| 33146 | copying src\icons\create_segmentation.png -> build\lib\chimerax\segmentations\icons
|
|---|
| 33147 | copying src\icons\mouse.png -> build\lib\chimerax\segmentations\icons
|
|---|
| 33148 | copying src\icons\move_cursor.png -> build\lib\chimerax\segmentations\icons
|
|---|
| 33149 | copying src\icons\resize_cursor.png -> build\lib\chimerax\segmentations\icons
|
|---|
| 33150 | copying src\icons\right_controller.png -> build\lib\chimerax\segmentations\icons
|
|---|
| 33151 | copying src\icons\segmentation.png -> build\lib\chimerax\segmentations\icons
|
|---|
| 33152 | running bdist_wheel
|
|---|
| 33153 | installing to build\bdist.win-amd64\wheel
|
|---|
| 33154 | running install
|
|---|
| 33155 | running install_lib
|
|---|
| 33156 | creating build\bdist.win-amd64\wheel
|
|---|
| 33157 | creating build\bdist.win-amd64\wheel\chimerax
|
|---|
| 33158 | creating build\bdist.win-amd64\wheel\chimerax\segmentations
|
|---|
| 33159 | creating build\bdist.win-amd64\wheel\chimerax\segmentations\actions
|
|---|
| 33160 | copying build\lib\chimerax\segmentations\actions\__init__.py -> build\bdist.win-amd64\wheel\.\chimerax\segmentations\actions
|
|---|
| 33161 | copying build\lib\chimerax\segmentations\bundle.py -> build\bdist.win-amd64\wheel\.\chimerax\segmentations
|
|---|
| 33162 | creating build\bdist.win-amd64\wheel\chimerax\segmentations\cmd
|
|---|
| 33163 | copying build\lib\chimerax\segmentations\cmd\segmentations.py -> build\bdist.win-amd64\wheel\.\chimerax\segmentations\cmd
|
|---|
| 33164 | copying build\lib\chimerax\segmentations\cmd\__init__.py -> build\bdist.win-amd64\wheel\.\chimerax\segmentations\cmd
|
|---|
| 33165 | copying build\lib\chimerax\segmentations\dicom_segmentations.py -> build\bdist.win-amd64\wheel\.\chimerax\segmentations
|
|---|
| 33166 | creating build\bdist.win-amd64\wheel\chimerax\segmentations\graphics
|
|---|
| 33167 | copying build\lib\chimerax\segmentations\graphics\camera.py -> build\bdist.win-amd64\wheel\.\chimerax\segmentations\graphics
|
|---|
| 33168 | copying build\lib\chimerax\segmentations\graphics\cylinder.py -> build\bdist.win-amd64\wheel\.\chimerax\segmentations\graphics
|
|---|
| 33169 | copying build\lib\chimerax\segmentations\graphics\overlays.py -> build\bdist.win-amd64\wheel\.\chimerax\segmentations\graphics
|
|---|
| 33170 | copying build\lib\chimerax\segmentations\graphics\sphere.py -> build\bdist.win-amd64\wheel\.\chimerax\segmentations\graphics
|
|---|
| 33171 | copying build\lib\chimerax\segmentations\graphics\view.py -> build\bdist.win-amd64\wheel\.\chimerax\segmentations\graphics
|
|---|
| 33172 | copying build\lib\chimerax\segmentations\graphics\__init__.py -> build\bdist.win-amd64\wheel\.\chimerax\segmentations\graphics
|
|---|
| 33173 | creating build\bdist.win-amd64\wheel\chimerax\segmentations\icons
|
|---|
| 33174 | copying build\lib\chimerax\segmentations\icons\create_segmentation.png -> build\bdist.win-amd64\wheel\.\chimerax\segmentations\icons
|
|---|
| 33175 | copying build\lib\chimerax\segmentations\icons\mouse.png -> build\bdist.win-amd64\wheel\.\chimerax\segmentations\icons
|
|---|
| 33176 | copying build\lib\chimerax\segmentations\icons\mouse_small.svg -> build\bdist.win-amd64\wheel\.\chimerax\segmentations\icons
|
|---|
| 33177 | copying build\lib\chimerax\segmentations\icons\move_cursor.png -> build\bdist.win-amd64\wheel\.\chimerax\segmentations\icons
|
|---|
| 33178 | copying build\lib\chimerax\segmentations\icons\resize_cursor.png -> build\bdist.win-amd64\wheel\.\chimerax\segmentations\icons
|
|---|
| 33179 | copying build\lib\chimerax\segmentations\icons\right_controller.png -> build\bdist.win-amd64\wheel\.\chimerax\segmentations\icons
|
|---|
| 33180 | copying build\lib\chimerax\segmentations\icons\right_controller_small.svg -> build\bdist.win-amd64\wheel\.\chimerax\segmentations\icons
|
|---|
| 33181 | copying build\lib\chimerax\segmentations\icons\segmentation.png -> build\bdist.win-amd64\wheel\.\chimerax\segmentations\icons
|
|---|
| 33182 | copying build\lib\chimerax\segmentations\segmentation.py -> build\bdist.win-amd64\wheel\.\chimerax\segmentations
|
|---|
| 33183 | copying build\lib\chimerax\segmentations\segmentation_tracker.py -> build\bdist.win-amd64\wheel\.\chimerax\segmentations
|
|---|
| 33184 | copying build\lib\chimerax\segmentations\settings.py -> build\bdist.win-amd64\wheel\.\chimerax\segmentations
|
|---|
| 33185 | copying build\lib\chimerax\segmentations\triggers.py -> build\bdist.win-amd64\wheel\.\chimerax\segmentations
|
|---|
| 33186 | copying build\lib\chimerax\segmentations\types.py -> build\bdist.win-amd64\wheel\.\chimerax\segmentations
|
|---|
| 33187 | creating build\bdist.win-amd64\wheel\chimerax\segmentations\ui
|
|---|
| 33188 | copying build\lib\chimerax\segmentations\ui\color_key.py -> build\bdist.win-amd64\wheel\.\chimerax\segmentations\ui
|
|---|
| 33189 | copying build\lib\chimerax\segmentations\ui\label.py -> build\bdist.win-amd64\wheel\.\chimerax\segmentations\ui
|
|---|
| 33190 | copying build\lib\chimerax\segmentations\ui\orthoplanes.py -> build\bdist.win-amd64\wheel\.\chimerax\segmentations\ui
|
|---|
| 33191 | copying build\lib\chimerax\segmentations\ui\orthoplane_tool.py -> build\bdist.win-amd64\wheel\.\chimerax\segmentations\ui
|
|---|
| 33192 | copying build\lib\chimerax\segmentations\ui\segmentations.py -> build\bdist.win-amd64\wheel\.\chimerax\segmentations\ui
|
|---|
| 33193 | copying build\lib\chimerax\segmentations\ui\segmentation_mouse_mode.py -> build\bdist.win-amd64\wheel\.\chimerax\segmentations\ui
|
|---|
| 33194 | copying build\lib\chimerax\segmentations\ui\__init__.py -> build\bdist.win-amd64\wheel\.\chimerax\segmentations\ui
|
|---|
| 33195 | creating build\bdist.win-amd64\wheel\chimerax\segmentations\view
|
|---|
| 33196 | copying build\lib\chimerax\segmentations\view\cmd.py -> build\bdist.win-amd64\wheel\.\chimerax\segmentations\view
|
|---|
| 33197 | copying build\lib\chimerax\segmentations\view\modes.py -> build\bdist.win-amd64\wheel\.\chimerax\segmentations\view
|
|---|
| 33198 | copying build\lib\chimerax\segmentations\view\ui.py -> build\bdist.win-amd64\wheel\.\chimerax\segmentations\view
|
|---|
| 33199 | copying build\lib\chimerax\segmentations\view\__init__.py -> build\bdist.win-amd64\wheel\.\chimerax\segmentations\view
|
|---|
| 33200 | copying build\lib\chimerax\segmentations\__init__.py -> build\bdist.win-amd64\wheel\.\chimerax\segmentations
|
|---|
| 33201 | running install_egg_info
|
|---|
| 33202 | running egg_info
|
|---|
| 33203 | creating ChimeraX_Segmentations.egg-info
|
|---|
| 33204 | writing ChimeraX_Segmentations.egg-info\PKG-INFO
|
|---|
| 33205 | writing dependency_links to ChimeraX_Segmentations.egg-info\dependency_links.txt
|
|---|
| 33206 | writing requirements to ChimeraX_Segmentations.egg-info\requires.txt
|
|---|
| 33207 | writing top-level names to ChimeraX_Segmentations.egg-info\top_level.txt
|
|---|
| 33208 | writing manifest file 'ChimeraX_Segmentations.egg-info\SOURCES.txt'
|
|---|
| 33209 | reading manifest file 'ChimeraX_Segmentations.egg-info\SOURCES.txt'
|
|---|
| 33210 | writing manifest file 'ChimeraX_Segmentations.egg-info\SOURCES.txt'
|
|---|
| 33211 | Copying ChimeraX_Segmentations.egg-info to build\bdist.win-amd64\wheel\.\ChimeraX_Segmentations-3.5.7-py3.11.egg-info
|
|---|
| 33212 | running install_scripts
|
|---|
| 33213 | creating build\bdist.win-amd64\wheel\chimerax_segmentations-3.5.7.dist-info\WHEEL
|
|---|
| 33214 | creating 'dist\chimerax_segmentations-3.5.7-py3-none-any.whl' and adding 'build\bdist.win-amd64\wheel' to it
|
|---|
| 33215 | adding 'chimerax/segmentations/__init__.py'
|
|---|
| 33216 | adding 'chimerax/segmentations/bundle.py'
|
|---|
| 33217 | adding 'chimerax/segmentations/dicom_segmentations.py'
|
|---|
| 33218 | adding 'chimerax/segmentations/segmentation.py'
|
|---|
| 33219 | adding 'chimerax/segmentations/segmentation_tracker.py'
|
|---|
| 33220 | adding 'chimerax/segmentations/settings.py'
|
|---|
| 33221 | adding 'chimerax/segmentations/triggers.py'
|
|---|
| 33222 | adding 'chimerax/segmentations/types.py'
|
|---|
| 33223 | adding 'chimerax/segmentations/actions/__init__.py'
|
|---|
| 33224 | adding 'chimerax/segmentations/cmd/__init__.py'
|
|---|
| 33225 | adding 'chimerax/segmentations/cmd/segmentations.py'
|
|---|
| 33226 | adding 'chimerax/segmentations/graphics/__init__.py'
|
|---|
| 33227 | adding 'chimerax/segmentations/graphics/camera.py'
|
|---|
| 33228 | adding 'chimerax/segmentations/graphics/cylinder.py'
|
|---|
| 33229 | adding 'chimerax/segmentations/graphics/overlays.py'
|
|---|
| 33230 | adding 'chimerax/segmentations/graphics/sphere.py'
|
|---|
| 33231 | adding 'chimerax/segmentations/graphics/view.py'
|
|---|
| 33232 | adding 'chimerax/segmentations/icons/create_segmentation.png'
|
|---|
| 33233 | adding 'chimerax/segmentations/icons/mouse.png'
|
|---|
| 33234 | adding 'chimerax/segmentations/icons/mouse_small.svg'
|
|---|
| 33235 | adding 'chimerax/segmentations/icons/move_cursor.png'
|
|---|
| 33236 | adding 'chimerax/segmentations/icons/resize_cursor.png'
|
|---|
| 33237 | adding 'chimerax/segmentations/icons/right_controller.png'
|
|---|
| 33238 | adding 'chimerax/segmentations/icons/right_controller_small.svg'
|
|---|
| 33239 | adding 'chimerax/segmentations/icons/segmentation.png'
|
|---|
| 33240 | adding 'chimerax/segmentations/ui/__init__.py'
|
|---|
| 33241 | adding 'chimerax/segmentations/ui/color_key.py'
|
|---|
| 33242 | adding 'chimerax/segmentations/ui/label.py'
|
|---|
| 33243 | adding 'chimerax/segmentations/ui/orthoplane_tool.py'
|
|---|
| 33244 | adding 'chimerax/segmentations/ui/orthoplanes.py'
|
|---|
| 33245 | adding 'chimerax/segmentations/ui/segmentation_mouse_mode.py'
|
|---|
| 33246 | adding 'chimerax/segmentations/ui/segmentations.py'
|
|---|
| 33247 | adding 'chimerax/segmentations/view/__init__.py'
|
|---|
| 33248 | adding 'chimerax/segmentations/view/cmd.py'
|
|---|
| 33249 | adding 'chimerax/segmentations/view/modes.py'
|
|---|
| 33250 | adding 'chimerax/segmentations/view/ui.py'
|
|---|
| 33251 | adding 'chimerax_segmentations-3.5.7.dist-info/METADATA'
|
|---|
| 33252 | adding 'chimerax_segmentations-3.5.7.dist-info/WHEEL'
|
|---|
| 33253 | adding 'chimerax_segmentations-3.5.7.dist-info/top_level.txt'
|
|---|
| 33254 | adding 'chimerax_segmentations-3.5.7.dist-info/RECORD'
|
|---|
| 33255 | removing build\bdist.win-amd64\wheel
|
|---|
| 33256 | Distribution is in C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\segmentations\dist\chimerax_segmentations-3.5.7-py3-none-any.whl
|
|---|
| 33257 | INFO:
|
|---|
| 33258 |
|
|---|
| 33259 | make sync
|
|---|
| 33260 | make[6]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/segmentations'
|
|---|
| 33261 | cp -av dist/*.whl ../../../build/sync
|
|---|
| 33262 | 'dist/chimerax_segmentations-3.5.7-py3-none-any.whl' -> '../../../build/sync/chimerax_segmentations-3.5.7-py3-none-any.whl'
|
|---|
| 33263 | make[6]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/segmentations'
|
|---|
| 33264 | make[5]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/segmentations'
|
|---|
| 33265 | make -C seqalign build
|
|---|
| 33266 | make[5]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/seqalign'
|
|---|
| 33267 | if [ -z "../../../ChimeraX.app/bin/python.exe" ]; then \
|
|---|
| 33268 | echo "missing ChimeraX application's python"; exit 1; \
|
|---|
| 33269 | else \
|
|---|
| 33270 | PYTHONNOUSERSITE=1 ../../../ChimeraX.app/bin/python.exe -I -m chimerax.core --nogui --exit --safemode --cmd "devel build . exit true "; \
|
|---|
| 33271 | fi
|
|---|
| 33272 | INFO:
|
|---|
| 33273 | Executing: devel build . exit true
|
|---|
| 33274 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\setuptools\dist.py:759: SetuptoolsDeprecationWarning: License classifiers are deprecated.
|
|---|
| 33275 | !!
|
|---|
| 33276 |
|
|---|
| 33277 | ********************************************************************************
|
|---|
| 33278 | Please consider removing the following classifiers in favor of a SPDX license expression:
|
|---|
| 33279 |
|
|---|
| 33280 | License :: Free for non-commercial use
|
|---|
| 33281 |
|
|---|
| 33282 | See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details.
|
|---|
| 33283 | ********************************************************************************
|
|---|
| 33284 |
|
|---|
| 33285 | !!
|
|---|
| 33286 | self._finalize_license_expression()
|
|---|
| 33287 | running build
|
|---|
| 33288 | running build_py
|
|---|
| 33289 | creating build\lib\chimerax\seqalign
|
|---|
| 33290 | copying src\align.py -> build\lib\chimerax\seqalign
|
|---|
| 33291 | copying src\alignment.py -> build\lib\chimerax\seqalign
|
|---|
| 33292 | copying src\cmd.py -> build\lib\chimerax\seqalign
|
|---|
| 33293 | copying src\manager.py -> build\lib\chimerax\seqalign
|
|---|
| 33294 | copying src\parse.py -> build\lib\chimerax\seqalign
|
|---|
| 33295 | copying src\settings.py -> build\lib\chimerax\seqalign
|
|---|
| 33296 | copying src\widgets.py -> build\lib\chimerax\seqalign
|
|---|
| 33297 | copying src\__init__.py -> build\lib\chimerax\seqalign
|
|---|
| 33298 | creating build\lib\chimerax\seqalign\io
|
|---|
| 33299 | copying src\io\readALN.py -> build\lib\chimerax\seqalign\io
|
|---|
| 33300 | copying src\io\readFASTA.py -> build\lib\chimerax\seqalign\io
|
|---|
| 33301 | copying src\io\readHSSP.py -> build\lib\chimerax\seqalign\io
|
|---|
| 33302 | copying src\io\readMSF.py -> build\lib\chimerax\seqalign\io
|
|---|
| 33303 | copying src\io\readPFAM.py -> build\lib\chimerax\seqalign\io
|
|---|
| 33304 | copying src\io\readPIR.py -> build\lib\chimerax\seqalign\io
|
|---|
| 33305 | copying src\io\readRSF.py -> build\lib\chimerax\seqalign\io
|
|---|
| 33306 | copying src\io\readSTOCKHOLM.py -> build\lib\chimerax\seqalign\io
|
|---|
| 33307 | copying src\io\saveALN.py -> build\lib\chimerax\seqalign\io
|
|---|
| 33308 | copying src\io\saveFASTA.py -> build\lib\chimerax\seqalign\io
|
|---|
| 33309 | copying src\io\savePIR.py -> build\lib\chimerax\seqalign\io
|
|---|
| 33310 | copying src\io\__init__.py -> build\lib\chimerax\seqalign\io
|
|---|
| 33311 | running bdist_wheel
|
|---|
| 33312 | installing to build\bdist.win-amd64\wheel
|
|---|
| 33313 | running install
|
|---|
| 33314 | running install_lib
|
|---|
| 33315 | creating build\bdist.win-amd64\wheel
|
|---|
| 33316 | creating build\bdist.win-amd64\wheel\chimerax
|
|---|
| 33317 | creating build\bdist.win-amd64\wheel\chimerax\seqalign
|
|---|
| 33318 | copying build\lib\chimerax\seqalign\align.py -> build\bdist.win-amd64\wheel\.\chimerax\seqalign
|
|---|
| 33319 | copying build\lib\chimerax\seqalign\alignment.py -> build\bdist.win-amd64\wheel\.\chimerax\seqalign
|
|---|
| 33320 | copying build\lib\chimerax\seqalign\cmd.py -> build\bdist.win-amd64\wheel\.\chimerax\seqalign
|
|---|
| 33321 | creating build\bdist.win-amd64\wheel\chimerax\seqalign\io
|
|---|
| 33322 | copying build\lib\chimerax\seqalign\io\readALN.py -> build\bdist.win-amd64\wheel\.\chimerax\seqalign\io
|
|---|
| 33323 | copying build\lib\chimerax\seqalign\io\readFASTA.py -> build\bdist.win-amd64\wheel\.\chimerax\seqalign\io
|
|---|
| 33324 | copying build\lib\chimerax\seqalign\io\readHSSP.py -> build\bdist.win-amd64\wheel\.\chimerax\seqalign\io
|
|---|
| 33325 | copying build\lib\chimerax\seqalign\io\readMSF.py -> build\bdist.win-amd64\wheel\.\chimerax\seqalign\io
|
|---|
| 33326 | copying build\lib\chimerax\seqalign\io\readPFAM.py -> build\bdist.win-amd64\wheel\.\chimerax\seqalign\io
|
|---|
| 33327 | copying build\lib\chimerax\seqalign\io\readPIR.py -> build\bdist.win-amd64\wheel\.\chimerax\seqalign\io
|
|---|
| 33328 | copying build\lib\chimerax\seqalign\io\readRSF.py -> build\bdist.win-amd64\wheel\.\chimerax\seqalign\io
|
|---|
| 33329 | copying build\lib\chimerax\seqalign\io\readSTOCKHOLM.py -> build\bdist.win-amd64\wheel\.\chimerax\seqalign\io
|
|---|
| 33330 | copying build\lib\chimerax\seqalign\io\saveALN.py -> build\bdist.win-amd64\wheel\.\chimerax\seqalign\io
|
|---|
| 33331 | copying build\lib\chimerax\seqalign\io\saveFASTA.py -> build\bdist.win-amd64\wheel\.\chimerax\seqalign\io
|
|---|
| 33332 | copying build\lib\chimerax\seqalign\io\savePIR.py -> build\bdist.win-amd64\wheel\.\chimerax\seqalign\io
|
|---|
| 33333 | copying build\lib\chimerax\seqalign\io\__init__.py -> build\bdist.win-amd64\wheel\.\chimerax\seqalign\io
|
|---|
| 33334 | copying build\lib\chimerax\seqalign\manager.py -> build\bdist.win-amd64\wheel\.\chimerax\seqalign
|
|---|
| 33335 | copying build\lib\chimerax\seqalign\parse.py -> build\bdist.win-amd64\wheel\.\chimerax\seqalign
|
|---|
| 33336 | copying build\lib\chimerax\seqalign\settings.py -> build\bdist.win-amd64\wheel\.\chimerax\seqalign
|
|---|
| 33337 | copying build\lib\chimerax\seqalign\widgets.py -> build\bdist.win-amd64\wheel\.\chimerax\seqalign
|
|---|
| 33338 | copying build\lib\chimerax\seqalign\__init__.py -> build\bdist.win-amd64\wheel\.\chimerax\seqalign
|
|---|
| 33339 | running install_egg_info
|
|---|
| 33340 | running egg_info
|
|---|
| 33341 | creating ChimeraX_Alignments.egg-info
|
|---|
| 33342 | writing ChimeraX_Alignments.egg-info\PKG-INFO
|
|---|
| 33343 | writing dependency_links to ChimeraX_Alignments.egg-info\dependency_links.txt
|
|---|
| 33344 | writing requirements to ChimeraX_Alignments.egg-info\requires.txt
|
|---|
| 33345 | writing top-level names to ChimeraX_Alignments.egg-info\top_level.txt
|
|---|
| 33346 | writing manifest file 'ChimeraX_Alignments.egg-info\SOURCES.txt'
|
|---|
| 33347 | reading manifest file 'ChimeraX_Alignments.egg-info\SOURCES.txt'
|
|---|
| 33348 | writing manifest file 'ChimeraX_Alignments.egg-info\SOURCES.txt'
|
|---|
| 33349 | Copying ChimeraX_Alignments.egg-info to build\bdist.win-amd64\wheel\.\ChimeraX_Alignments-3.0.2-py3.11.egg-info
|
|---|
| 33350 | running install_scripts
|
|---|
| 33351 | creating build\bdist.win-amd64\wheel\chimerax_alignments-3.0.2.dist-info\WHEEL
|
|---|
| 33352 | creating 'dist\chimerax_alignments-3.0.2-py3-none-any.whl' and adding 'build\bdist.win-amd64\wheel' to it
|
|---|
| 33353 | adding 'chimerax/seqalign/__init__.py'
|
|---|
| 33354 | adding 'chimerax/seqalign/align.py'
|
|---|
| 33355 | adding 'chimerax/seqalign/alignment.py'
|
|---|
| 33356 | adding 'chimerax/seqalign/cmd.py'
|
|---|
| 33357 | adding 'chimerax/seqalign/manager.py'
|
|---|
| 33358 | adding 'chimerax/seqalign/parse.py'
|
|---|
| 33359 | adding 'chimerax/seqalign/settings.py'
|
|---|
| 33360 | adding 'chimerax/seqalign/widgets.py'
|
|---|
| 33361 | adding 'chimerax/seqalign/io/__init__.py'
|
|---|
| 33362 | adding 'chimerax/seqalign/io/readALN.py'
|
|---|
| 33363 | adding 'chimerax/seqalign/io/readFASTA.py'
|
|---|
| 33364 | adding 'chimerax/seqalign/io/readHSSP.py'
|
|---|
| 33365 | adding 'chimerax/seqalign/io/readMSF.py'
|
|---|
| 33366 | adding 'chimerax/seqalign/io/readPFAM.py'
|
|---|
| 33367 | adding 'chimerax/seqalign/io/readPIR.py'
|
|---|
| 33368 | adding 'chimerax/seqalign/io/readRSF.py'
|
|---|
| 33369 | adding 'chimerax/seqalign/io/readSTOCKHOLM.py'
|
|---|
| 33370 | adding 'chimerax/seqalign/io/saveALN.py'
|
|---|
| 33371 | adding 'chimerax/seqalign/io/saveFASTA.py'
|
|---|
| 33372 | adding 'chimerax/seqalign/io/savePIR.py'
|
|---|
| 33373 | adding 'chimerax_alignments-3.0.2.dist-info/METADATA'
|
|---|
| 33374 | adding 'chimerax_alignments-3.0.2.dist-info/WHEEL'
|
|---|
| 33375 | adding 'chimerax_alignments-3.0.2.dist-info/top_level.txt'
|
|---|
| 33376 | adding 'chimerax_alignments-3.0.2.dist-info/RECORD'
|
|---|
| 33377 | removing build\bdist.win-amd64\wheel
|
|---|
| 33378 | Distribution is in .\dist\ChimeraX_Alignments-3.0.2-py3-none-any.whl
|
|---|
| 33379 | INFO:
|
|---|
| 33380 |
|
|---|
| 33381 | make sync
|
|---|
| 33382 | make[6]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/seqalign'
|
|---|
| 33383 | cp -av dist/*.whl ../../../build/sync
|
|---|
| 33384 | 'dist/chimerax_alignments-3.0.2-py3-none-any.whl' -> '../../../build/sync/chimerax_alignments-3.0.2-py3-none-any.whl'
|
|---|
| 33385 | make[6]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/seqalign'
|
|---|
| 33386 | make[5]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/seqalign'
|
|---|
| 33387 | make -C seq_view build
|
|---|
| 33388 | make[5]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/seq_view'
|
|---|
| 33389 | if [ -z "../../../ChimeraX.app/bin/python.exe" ]; then \
|
|---|
| 33390 | echo "missing ChimeraX application's python"; exit 1; \
|
|---|
| 33391 | else \
|
|---|
| 33392 | PYTHONNOUSERSITE=1 ../../../ChimeraX.app/bin/python.exe -I -m chimerax.core --nogui --exit --safemode --cmd "devel build . exit true "; \
|
|---|
| 33393 | fi
|
|---|
| 33394 | INFO:
|
|---|
| 33395 | Executing: devel build . exit true
|
|---|
| 33396 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\setuptools\dist.py:759: SetuptoolsDeprecationWarning: License classifiers are deprecated.
|
|---|
| 33397 | !!
|
|---|
| 33398 |
|
|---|
| 33399 | ********************************************************************************
|
|---|
| 33400 | Please consider removing the following classifiers in favor of a SPDX license expression:
|
|---|
| 33401 |
|
|---|
| 33402 | License :: Free for non-commercial use
|
|---|
| 33403 |
|
|---|
| 33404 | See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details.
|
|---|
| 33405 | ********************************************************************************
|
|---|
| 33406 |
|
|---|
| 33407 | !!
|
|---|
| 33408 | self._finalize_license_expression()
|
|---|
| 33409 | running build
|
|---|
| 33410 | running build_py
|
|---|
| 33411 | creating build\lib\chimerax\seq_view
|
|---|
| 33412 | copying src\associations_tool.py -> build\lib\chimerax\seq_view
|
|---|
| 33413 | copying src\cmd.py -> build\lib\chimerax\seq_view
|
|---|
| 33414 | copying src\copy_seq.py -> build\lib\chimerax\seq_view
|
|---|
| 33415 | copying src\feature_browser.py -> build\lib\chimerax\seq_view
|
|---|
| 33416 | copying src\identity.py -> build\lib\chimerax\seq_view
|
|---|
| 33417 | copying src\match.py -> build\lib\chimerax\seq_view
|
|---|
| 33418 | copying src\region_browser.py -> build\lib\chimerax\seq_view
|
|---|
| 33419 | copying src\rename_seq.py -> build\lib\chimerax\seq_view
|
|---|
| 33420 | copying src\seq_canvas.py -> build\lib\chimerax\seq_view
|
|---|
| 33421 | copying src\settings.py -> build\lib\chimerax\seq_view
|
|---|
| 33422 | copying src\settings_tool.py -> build\lib\chimerax\seq_view
|
|---|
| 33423 | copying src\tool.py -> build\lib\chimerax\seq_view
|
|---|
| 33424 | copying src\transfer_seq_tool.py -> build\lib\chimerax\seq_view
|
|---|
| 33425 | copying src\__init__.py -> build\lib\chimerax\seq_view
|
|---|
| 33426 | running bdist_wheel
|
|---|
| 33427 | installing to build\bdist.win-amd64\wheel
|
|---|
| 33428 | running install
|
|---|
| 33429 | running install_lib
|
|---|
| 33430 | creating build\bdist.win-amd64\wheel
|
|---|
| 33431 | creating build\bdist.win-amd64\wheel\chimerax
|
|---|
| 33432 | creating build\bdist.win-amd64\wheel\chimerax\seq_view
|
|---|
| 33433 | copying build\lib\chimerax\seq_view\associations_tool.py -> build\bdist.win-amd64\wheel\.\chimerax\seq_view
|
|---|
| 33434 | copying build\lib\chimerax\seq_view\cmd.py -> build\bdist.win-amd64\wheel\.\chimerax\seq_view
|
|---|
| 33435 | copying build\lib\chimerax\seq_view\copy_seq.py -> build\bdist.win-amd64\wheel\.\chimerax\seq_view
|
|---|
| 33436 | copying build\lib\chimerax\seq_view\feature_browser.py -> build\bdist.win-amd64\wheel\.\chimerax\seq_view
|
|---|
| 33437 | copying build\lib\chimerax\seq_view\identity.py -> build\bdist.win-amd64\wheel\.\chimerax\seq_view
|
|---|
| 33438 | copying build\lib\chimerax\seq_view\match.py -> build\bdist.win-amd64\wheel\.\chimerax\seq_view
|
|---|
| 33439 | copying build\lib\chimerax\seq_view\region_browser.py -> build\bdist.win-amd64\wheel\.\chimerax\seq_view
|
|---|
| 33440 | copying build\lib\chimerax\seq_view\rename_seq.py -> build\bdist.win-amd64\wheel\.\chimerax\seq_view
|
|---|
| 33441 | copying build\lib\chimerax\seq_view\seq_canvas.py -> build\bdist.win-amd64\wheel\.\chimerax\seq_view
|
|---|
| 33442 | copying build\lib\chimerax\seq_view\settings.py -> build\bdist.win-amd64\wheel\.\chimerax\seq_view
|
|---|
| 33443 | copying build\lib\chimerax\seq_view\settings_tool.py -> build\bdist.win-amd64\wheel\.\chimerax\seq_view
|
|---|
| 33444 | copying build\lib\chimerax\seq_view\tool.py -> build\bdist.win-amd64\wheel\.\chimerax\seq_view
|
|---|
| 33445 | copying build\lib\chimerax\seq_view\transfer_seq_tool.py -> build\bdist.win-amd64\wheel\.\chimerax\seq_view
|
|---|
| 33446 | copying build\lib\chimerax\seq_view\__init__.py -> build\bdist.win-amd64\wheel\.\chimerax\seq_view
|
|---|
| 33447 | running install_egg_info
|
|---|
| 33448 | running egg_info
|
|---|
| 33449 | creating ChimeraX_SeqView.egg-info
|
|---|
| 33450 | writing ChimeraX_SeqView.egg-info\PKG-INFO
|
|---|
| 33451 | writing dependency_links to ChimeraX_SeqView.egg-info\dependency_links.txt
|
|---|
| 33452 | writing requirements to ChimeraX_SeqView.egg-info\requires.txt
|
|---|
| 33453 | writing top-level names to ChimeraX_SeqView.egg-info\top_level.txt
|
|---|
| 33454 | writing manifest file 'ChimeraX_SeqView.egg-info\SOURCES.txt'
|
|---|
| 33455 | reading manifest file 'ChimeraX_SeqView.egg-info\SOURCES.txt'
|
|---|
| 33456 | writing manifest file 'ChimeraX_SeqView.egg-info\SOURCES.txt'
|
|---|
| 33457 | Copying ChimeraX_SeqView.egg-info to build\bdist.win-amd64\wheel\.\ChimeraX_SeqView-2.17.2-py3.11.egg-info
|
|---|
| 33458 | running install_scripts
|
|---|
| 33459 | creating build\bdist.win-amd64\wheel\chimerax_seqview-2.17.2.dist-info\WHEEL
|
|---|
| 33460 | creating 'dist\chimerax_seqview-2.17.2-py3-none-any.whl' and adding 'build\bdist.win-amd64\wheel' to it
|
|---|
| 33461 | adding 'chimerax/seq_view/__init__.py'
|
|---|
| 33462 | adding 'chimerax/seq_view/associations_tool.py'
|
|---|
| 33463 | adding 'chimerax/seq_view/cmd.py'
|
|---|
| 33464 | adding 'chimerax/seq_view/copy_seq.py'
|
|---|
| 33465 | adding 'chimerax/seq_view/feature_browser.py'
|
|---|
| 33466 | adding 'chimerax/seq_view/identity.py'
|
|---|
| 33467 | adding 'chimerax/seq_view/match.py'
|
|---|
| 33468 | adding 'chimerax/seq_view/region_browser.py'
|
|---|
| 33469 | adding 'chimerax/seq_view/rename_seq.py'
|
|---|
| 33470 | adding 'chimerax/seq_view/seq_canvas.py'
|
|---|
| 33471 | adding 'chimerax/seq_view/settings.py'
|
|---|
| 33472 | adding 'chimerax/seq_view/settings_tool.py'
|
|---|
| 33473 | adding 'chimerax/seq_view/tool.py'
|
|---|
| 33474 | adding 'chimerax/seq_view/transfer_seq_tool.py'
|
|---|
| 33475 | adding 'chimerax_seqview-2.17.2.dist-info/METADATA'
|
|---|
| 33476 | adding 'chimerax_seqview-2.17.2.dist-info/WHEEL'
|
|---|
| 33477 | adding 'chimerax_seqview-2.17.2.dist-info/top_level.txt'
|
|---|
| 33478 | adding 'chimerax_seqview-2.17.2.dist-info/RECORD'
|
|---|
| 33479 | removing build\bdist.win-amd64\wheel
|
|---|
| 33480 | Distribution is in .\dist\ChimeraX_SeqView-2.17.2-py3-none-any.whl
|
|---|
| 33481 | INFO:
|
|---|
| 33482 |
|
|---|
| 33483 | make sync
|
|---|
| 33484 | make[6]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/seq_view'
|
|---|
| 33485 | cp -av dist/*.whl ../../../build/sync
|
|---|
| 33486 | 'dist/chimerax_seqview-2.17.2-py3-none-any.whl' -> '../../../build/sync/chimerax_seqview-2.17.2-py3-none-any.whl'
|
|---|
| 33487 | make[6]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/seq_view'
|
|---|
| 33488 | make[5]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/seq_view'
|
|---|
| 33489 | make -C shape build
|
|---|
| 33490 | make[5]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/shape'
|
|---|
| 33491 | if [ -z "../../../ChimeraX.app/bin/python.exe" ]; then \
|
|---|
| 33492 | echo "missing ChimeraX application's python"; exit 1; \
|
|---|
| 33493 | else \
|
|---|
| 33494 | PYTHONNOUSERSITE=1 ../../../ChimeraX.app/bin/python.exe -I -m chimerax.core --nogui --exit --safemode --cmd "devel build . exit true "; \
|
|---|
| 33495 | fi
|
|---|
| 33496 | INFO:
|
|---|
| 33497 | Executing: devel build . exit true
|
|---|
| 33498 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\setuptools\dist.py:759: SetuptoolsDeprecationWarning: License classifiers are deprecated.
|
|---|
| 33499 | !!
|
|---|
| 33500 |
|
|---|
| 33501 | ********************************************************************************
|
|---|
| 33502 | Please consider removing the following classifiers in favor of a SPDX license expression:
|
|---|
| 33503 |
|
|---|
| 33504 | License :: Free for non-commercial use
|
|---|
| 33505 |
|
|---|
| 33506 | See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details.
|
|---|
| 33507 | ********************************************************************************
|
|---|
| 33508 |
|
|---|
| 33509 | !!
|
|---|
| 33510 | self._finalize_license_expression()
|
|---|
| 33511 | running build
|
|---|
| 33512 | running build_py
|
|---|
| 33513 | creating build\lib\chimerax\shape
|
|---|
| 33514 | copying src\boxpath.py -> build\lib\chimerax\shape
|
|---|
| 33515 | copying src\resizemode.py -> build\lib\chimerax\shape
|
|---|
| 33516 | copying src\shape.py -> build\lib\chimerax\shape
|
|---|
| 33517 | copying src\__init__.py -> build\lib\chimerax\shape
|
|---|
| 33518 | running bdist_wheel
|
|---|
| 33519 | installing to build\bdist.win-amd64\wheel
|
|---|
| 33520 | running install
|
|---|
| 33521 | running install_lib
|
|---|
| 33522 | creating build\bdist.win-amd64\wheel
|
|---|
| 33523 | creating build\bdist.win-amd64\wheel\chimerax
|
|---|
| 33524 | creating build\bdist.win-amd64\wheel\chimerax\shape
|
|---|
| 33525 | copying build\lib\chimerax\shape\boxpath.py -> build\bdist.win-amd64\wheel\.\chimerax\shape
|
|---|
| 33526 | copying build\lib\chimerax\shape\resizemode.py -> build\bdist.win-amd64\wheel\.\chimerax\shape
|
|---|
| 33527 | copying build\lib\chimerax\shape\shape.py -> build\bdist.win-amd64\wheel\.\chimerax\shape
|
|---|
| 33528 | copying build\lib\chimerax\shape\__init__.py -> build\bdist.win-amd64\wheel\.\chimerax\shape
|
|---|
| 33529 | running install_egg_info
|
|---|
| 33530 | running egg_info
|
|---|
| 33531 | creating ChimeraX_Shape.egg-info
|
|---|
| 33532 | writing ChimeraX_Shape.egg-info\PKG-INFO
|
|---|
| 33533 | writing dependency_links to ChimeraX_Shape.egg-info\dependency_links.txt
|
|---|
| 33534 | writing requirements to ChimeraX_Shape.egg-info\requires.txt
|
|---|
| 33535 | writing top-level names to ChimeraX_Shape.egg-info\top_level.txt
|
|---|
| 33536 | writing manifest file 'ChimeraX_Shape.egg-info\SOURCES.txt'
|
|---|
| 33537 | reading manifest file 'ChimeraX_Shape.egg-info\SOURCES.txt'
|
|---|
| 33538 | writing manifest file 'ChimeraX_Shape.egg-info\SOURCES.txt'
|
|---|
| 33539 | Copying ChimeraX_Shape.egg-info to build\bdist.win-amd64\wheel\.\ChimeraX_Shape-1.1-py3.11.egg-info
|
|---|
| 33540 | running install_scripts
|
|---|
| 33541 | creating build\bdist.win-amd64\wheel\chimerax_shape-1.1.dist-info\WHEEL
|
|---|
| 33542 | creating 'dist\chimerax_shape-1.1-py3-none-any.whl' and adding 'build\bdist.win-amd64\wheel' to it
|
|---|
| 33543 | adding 'chimerax/shape/__init__.py'
|
|---|
| 33544 | adding 'chimerax/shape/boxpath.py'
|
|---|
| 33545 | adding 'chimerax/shape/resizemode.py'
|
|---|
| 33546 | adding 'chimerax/shape/shape.py'
|
|---|
| 33547 | adding 'chimerax_shape-1.1.dist-info/METADATA'
|
|---|
| 33548 | adding 'chimerax_shape-1.1.dist-info/WHEEL'
|
|---|
| 33549 | adding 'chimerax_shape-1.1.dist-info/top_level.txt'
|
|---|
| 33550 | adding 'chimerax_shape-1.1.dist-info/RECORD'
|
|---|
| 33551 | removing build\bdist.win-amd64\wheel
|
|---|
| 33552 | Distribution is in .\dist\ChimeraX_Shape-1.1-py3-none-any.whl
|
|---|
| 33553 | INFO:
|
|---|
| 33554 |
|
|---|
| 33555 | make sync
|
|---|
| 33556 | make[6]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/shape'
|
|---|
| 33557 | cp -av dist/*.whl ../../../build/sync
|
|---|
| 33558 | 'dist/chimerax_shape-1.1-py3-none-any.whl' -> '../../../build/sync/chimerax_shape-1.1-py3-none-any.whl'
|
|---|
| 33559 | make[6]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/shape'
|
|---|
| 33560 | make[5]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/shape'
|
|---|
| 33561 | make -C shell build
|
|---|
| 33562 | make[5]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/shell'
|
|---|
| 33563 | if [ -z "../../../ChimeraX.app/bin/python.exe" ]; then \
|
|---|
| 33564 | echo "missing ChimeraX application's python"; exit 1; \
|
|---|
| 33565 | else \
|
|---|
| 33566 | PYTHONNOUSERSITE=1 ../../../ChimeraX.app/bin/python.exe -I -m chimerax.core --nogui --exit --safemode --cmd "devel build . exit true "; \
|
|---|
| 33567 | fi
|
|---|
| 33568 | INFO:
|
|---|
| 33569 | Executing: devel build . exit true
|
|---|
| 33570 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\setuptools\dist.py:759: SetuptoolsDeprecationWarning: License classifiers are deprecated.
|
|---|
| 33571 | !!
|
|---|
| 33572 |
|
|---|
| 33573 | ********************************************************************************
|
|---|
| 33574 | Please consider removing the following classifiers in favor of a SPDX license expression:
|
|---|
| 33575 |
|
|---|
| 33576 | License :: Free for non-commercial use
|
|---|
| 33577 |
|
|---|
| 33578 | See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details.
|
|---|
| 33579 | ********************************************************************************
|
|---|
| 33580 |
|
|---|
| 33581 | !!
|
|---|
| 33582 | self._finalize_license_expression()
|
|---|
| 33583 | running build
|
|---|
| 33584 | running build_py
|
|---|
| 33585 | creating build\lib\chimerax\shell
|
|---|
| 33586 | copying src\tool.py -> build\lib\chimerax\shell
|
|---|
| 33587 | copying src\__init__.py -> build\lib\chimerax\shell
|
|---|
| 33588 | running bdist_wheel
|
|---|
| 33589 | installing to build\bdist.win-amd64\wheel
|
|---|
| 33590 | running install
|
|---|
| 33591 | running install_lib
|
|---|
| 33592 | creating build\bdist.win-amd64\wheel
|
|---|
| 33593 | creating build\bdist.win-amd64\wheel\chimerax
|
|---|
| 33594 | creating build\bdist.win-amd64\wheel\chimerax\shell
|
|---|
| 33595 | copying build\lib\chimerax\shell\tool.py -> build\bdist.win-amd64\wheel\.\chimerax\shell
|
|---|
| 33596 | copying build\lib\chimerax\shell\__init__.py -> build\bdist.win-amd64\wheel\.\chimerax\shell
|
|---|
| 33597 | running install_egg_info
|
|---|
| 33598 | running egg_info
|
|---|
| 33599 | creating ChimeraX_Shell.egg-info
|
|---|
| 33600 | writing ChimeraX_Shell.egg-info\PKG-INFO
|
|---|
| 33601 | writing dependency_links to ChimeraX_Shell.egg-info\dependency_links.txt
|
|---|
| 33602 | writing requirements to ChimeraX_Shell.egg-info\requires.txt
|
|---|
| 33603 | writing top-level names to ChimeraX_Shell.egg-info\top_level.txt
|
|---|
| 33604 | writing manifest file 'ChimeraX_Shell.egg-info\SOURCES.txt'
|
|---|
| 33605 | reading manifest file 'ChimeraX_Shell.egg-info\SOURCES.txt'
|
|---|
| 33606 | writing manifest file 'ChimeraX_Shell.egg-info\SOURCES.txt'
|
|---|
| 33607 | Copying ChimeraX_Shell.egg-info to build\bdist.win-amd64\wheel\.\ChimeraX_Shell-1.0.1-py3.11.egg-info
|
|---|
| 33608 | running install_scripts
|
|---|
| 33609 | creating build\bdist.win-amd64\wheel\chimerax_shell-1.0.1.dist-info\WHEEL
|
|---|
| 33610 | creating 'dist\chimerax_shell-1.0.1-py3-none-any.whl' and adding 'build\bdist.win-amd64\wheel' to it
|
|---|
| 33611 | adding 'chimerax/shell/__init__.py'
|
|---|
| 33612 | adding 'chimerax/shell/tool.py'
|
|---|
| 33613 | adding 'chimerax_shell-1.0.1.dist-info/METADATA'
|
|---|
| 33614 | adding 'chimerax_shell-1.0.1.dist-info/WHEEL'
|
|---|
| 33615 | adding 'chimerax_shell-1.0.1.dist-info/top_level.txt'
|
|---|
| 33616 | adding 'chimerax_shell-1.0.1.dist-info/RECORD'
|
|---|
| 33617 | removing build\bdist.win-amd64\wheel
|
|---|
| 33618 | Distribution is in .\dist\ChimeraX_Shell-1.0.1-py3-none-any.whl
|
|---|
| 33619 | INFO:
|
|---|
| 33620 |
|
|---|
| 33621 | make sync
|
|---|
| 33622 | make[6]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/shell'
|
|---|
| 33623 | cp -av dist/*.whl ../../../build/sync
|
|---|
| 33624 | 'dist/chimerax_shell-1.0.1-py3-none-any.whl' -> '../../../build/sync/chimerax_shell-1.0.1-py3-none-any.whl'
|
|---|
| 33625 | make[6]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/shell'
|
|---|
| 33626 | make[5]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/shell'
|
|---|
| 33627 | make -C shortcuts build
|
|---|
| 33628 | make[5]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/shortcuts'
|
|---|
| 33629 | if [ -z "../../../ChimeraX.app/bin/python.exe" ]; then \
|
|---|
| 33630 | echo "missing ChimeraX application's python"; exit 1; \
|
|---|
| 33631 | else \
|
|---|
| 33632 | PYTHONNOUSERSITE=1 ../../../ChimeraX.app/bin/python.exe -I -m chimerax.core --nogui --exit --safemode --cmd "devel build . exit true "; \
|
|---|
| 33633 | fi
|
|---|
| 33634 | INFO:
|
|---|
| 33635 | Executing: devel build . exit true
|
|---|
| 33636 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\setuptools\dist.py:759: SetuptoolsDeprecationWarning: License classifiers are deprecated.
|
|---|
| 33637 | !!
|
|---|
| 33638 |
|
|---|
| 33639 | ********************************************************************************
|
|---|
| 33640 | Please consider removing the following classifiers in favor of a SPDX license expression:
|
|---|
| 33641 |
|
|---|
| 33642 | License :: Free for non-commercial use
|
|---|
| 33643 |
|
|---|
| 33644 | See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details.
|
|---|
| 33645 | ********************************************************************************
|
|---|
| 33646 |
|
|---|
| 33647 | !!
|
|---|
| 33648 | self._finalize_license_expression()
|
|---|
| 33649 | running build
|
|---|
| 33650 | running build_py
|
|---|
| 33651 | creating build\lib\chimerax\shortcuts
|
|---|
| 33652 | copying src\settings.py -> build\lib\chimerax\shortcuts
|
|---|
| 33653 | copying src\shortcuts.py -> build\lib\chimerax\shortcuts
|
|---|
| 33654 | copying src\tool.py -> build\lib\chimerax\shortcuts
|
|---|
| 33655 | copying src\__init__.py -> build\lib\chimerax\shortcuts
|
|---|
| 33656 | creating build\lib\chimerax\shortcuts\icons
|
|---|
| 33657 | copying src\icons\airways.png -> build\lib\chimerax\shortcuts\icons
|
|---|
| 33658 | copying src\icons\atomhide-dark.png -> build\lib\chimerax\shortcuts\icons
|
|---|
| 33659 | copying src\icons\atomhide.png -> build\lib\chimerax\shortcuts\icons
|
|---|
| 33660 | copying src\icons\atomshow.png -> build\lib\chimerax\shortcuts\icons
|
|---|
| 33661 | copying src\icons\ball.png -> build\lib\chimerax\shortcuts\icons
|
|---|
| 33662 | copying src\icons\bfactor.png -> build\lib\chimerax\shortcuts\icons
|
|---|
| 33663 | copying src\icons\blackbg.png -> build\lib\chimerax\shortcuts\icons
|
|---|
| 33664 | copying src\icons\brain.png -> build\lib\chimerax\shortcuts\icons
|
|---|
| 33665 | copying src\icons\camera.png -> build\lib\chimerax\shortcuts\icons
|
|---|
| 33666 | copying src\icons\chest.png -> build\lib\chimerax\shortcuts\icons
|
|---|
| 33667 | copying src\icons\colorbychain.png -> build\lib\chimerax\shortcuts\icons
|
|---|
| 33668 | copying src\icons\colorbyelement.png -> build\lib\chimerax\shortcuts\icons
|
|---|
| 33669 | copying src\icons\colorrandom.png -> build\lib\chimerax\shortcuts\icons
|
|---|
| 33670 | copying src\icons\colorzone.png -> build\lib\chimerax\shortcuts\icons
|
|---|
| 33671 | copying src\icons\cubeoutline.png -> build\lib\chimerax\shortcuts\icons
|
|---|
| 33672 | copying src\icons\diffmap.png -> build\lib\chimerax\shortcuts\icons
|
|---|
| 33673 | copying src\icons\dust.png -> build\lib\chimerax\shortcuts\icons
|
|---|
| 33674 | copying src\icons\ear.png -> build\lib\chimerax\shortcuts\icons
|
|---|
| 33675 | copying src\icons\esp.png -> build\lib\chimerax\shortcuts\icons
|
|---|
| 33676 | copying src\icons\fitmap.png -> build\lib\chimerax\shortcuts\icons
|
|---|
| 33677 | copying src\icons\flat.png -> build\lib\chimerax\shortcuts\icons
|
|---|
| 33678 | copying src\icons\fulllight.png -> build\lib\chimerax\shortcuts\icons
|
|---|
| 33679 | copying src\icons\fullvolume.png -> build\lib\chimerax\shortcuts\icons
|
|---|
| 33680 | copying src\icons\graybg.png -> build\lib\chimerax\shortcuts\icons
|
|---|
| 33681 | copying src\icons\hbonds.png -> build\lib\chimerax\shortcuts\icons
|
|---|
| 33682 | copying src\icons\hbondsflat.png -> build\lib\chimerax\shortcuts\icons
|
|---|
| 33683 | copying src\icons\hbondsflathide.png -> build\lib\chimerax\shortcuts\icons
|
|---|
| 33684 | copying src\icons\hbondshide.png -> build\lib\chimerax\shortcuts\icons
|
|---|
| 33685 | copying src\icons\hidemap.png -> build\lib\chimerax\shortcuts\icons
|
|---|
| 33686 | copying src\icons\hydrophobicity.png -> build\lib\chimerax\shortcuts\icons
|
|---|
| 33687 | copying src\icons\icecube.png -> build\lib\chimerax\shortcuts\icons
|
|---|
| 33688 | copying src\icons\initialcurve.png -> build\lib\chimerax\shortcuts\icons
|
|---|
| 33689 | copying src\icons\interfaces.png -> build\lib\chimerax\shortcuts\icons
|
|---|
| 33690 | copying src\icons\lock.png -> build\lib\chimerax\shortcuts\icons
|
|---|
| 33691 | copying src\icons\mapimage.png -> build\lib\chimerax\shortcuts\icons
|
|---|
| 33692 | copying src\icons\mapsurf.png -> build\lib\chimerax\shortcuts\icons
|
|---|
| 33693 | copying src\icons\mesh.png -> build\lib\chimerax\shortcuts\icons
|
|---|
| 33694 | copying src\icons\orient-dark.png -> build\lib\chimerax\shortcuts\icons
|
|---|
| 33695 | copying src\icons\orient.png -> build\lib\chimerax\shortcuts\icons
|
|---|
| 33696 | copying src\icons\orthoplanes.png -> build\lib\chimerax\shortcuts\icons
|
|---|
| 33697 | copying src\icons\outlinebox.png -> build\lib\chimerax\shortcuts\icons
|
|---|
| 33698 | copying src\icons\perpslice.png -> build\lib\chimerax\shortcuts\icons
|
|---|
| 33699 | copying src\icons\plane.png -> build\lib\chimerax\shortcuts\icons
|
|---|
| 33700 | copying src\icons\polymer.png -> build\lib\chimerax\shortcuts\icons
|
|---|
| 33701 | copying src\icons\rainbow.png -> build\lib\chimerax\shortcuts\icons
|
|---|
| 33702 | copying src\icons\ribbon.png -> build\lib\chimerax\shortcuts\icons
|
|---|
| 33703 | copying src\icons\ribhide-dark.png -> build\lib\chimerax\shortcuts\icons
|
|---|
| 33704 | copying src\icons\ribhide.png -> build\lib\chimerax\shortcuts\icons
|
|---|
| 33705 | copying src\icons\ribshow.png -> build\lib\chimerax\shortcuts\icons
|
|---|
| 33706 | copying src\icons\sequence.png -> build\lib\chimerax\shortcuts\icons
|
|---|
| 33707 | copying src\icons\shadow.png -> build\lib\chimerax\shortcuts\icons
|
|---|
| 33708 | copying src\icons\showmap.png -> build\lib\chimerax\shortcuts\icons
|
|---|
| 33709 | copying src\icons\silhouette-dark.png -> build\lib\chimerax\shortcuts\icons
|
|---|
| 33710 | copying src\icons\silhouette.png -> build\lib\chimerax\shortcuts\icons
|
|---|
| 33711 | copying src\icons\simplelight.png -> build\lib\chimerax\shortcuts\icons
|
|---|
| 33712 | copying src\icons\slab.png -> build\lib\chimerax\shortcuts\icons
|
|---|
| 33713 | copying src\icons\smooth.png -> build\lib\chimerax\shortcuts\icons
|
|---|
| 33714 | copying src\icons\softlight.png -> build\lib\chimerax\shortcuts\icons
|
|---|
| 33715 | copying src\icons\sphere.png -> build\lib\chimerax\shortcuts\icons
|
|---|
| 33716 | copying src\icons\step1.png -> build\lib\chimerax\shortcuts\icons
|
|---|
| 33717 | copying src\icons\step2.png -> build\lib\chimerax\shortcuts\icons
|
|---|
| 33718 | copying src\icons\step4.png -> build\lib\chimerax\shortcuts\icons
|
|---|
| 33719 | copying src\icons\stick.png -> build\lib\chimerax\shortcuts\icons
|
|---|
| 33720 | copying src\icons\surf.png -> build\lib\chimerax\shortcuts\icons
|
|---|
| 33721 | copying src\icons\surfhide-dark.png -> build\lib\chimerax\shortcuts\icons
|
|---|
| 33722 | copying src\icons\surfhide.png -> build\lib\chimerax\shortcuts\icons
|
|---|
| 33723 | copying src\icons\surfshow.png -> build\lib\chimerax\shortcuts\icons
|
|---|
| 33724 | copying src\icons\video.png -> build\lib\chimerax\shortcuts\icons
|
|---|
| 33725 | copying src\icons\viewall-dark.png -> build\lib\chimerax\shortcuts\icons
|
|---|
| 33726 | copying src\icons\viewall.png -> build\lib\chimerax\shortcuts\icons
|
|---|
| 33727 | copying src\icons\viewsel-dark.png -> build\lib\chimerax\shortcuts\icons
|
|---|
| 33728 | copying src\icons\viewsel.png -> build\lib\chimerax\shortcuts\icons
|
|---|
| 33729 | copying src\icons\volzone.png -> build\lib\chimerax\shortcuts\icons
|
|---|
| 33730 | copying src\icons\vr.png -> build\lib\chimerax\shortcuts\icons
|
|---|
| 33731 | copying src\icons\whitebg.png -> build\lib\chimerax\shortcuts\icons
|
|---|
| 33732 | copying src\icons\xr.png -> build\lib\chimerax\shortcuts\icons
|
|---|
| 33733 | copying src\icons\xyzslice.png -> build\lib\chimerax\shortcuts\icons
|
|---|
| 33734 | copying src\icons\raycasting.svg -> build\lib\chimerax\shortcuts\icons
|
|---|
| 33735 | running bdist_wheel
|
|---|
| 33736 | installing to build\bdist.win-amd64\wheel
|
|---|
| 33737 | running install
|
|---|
| 33738 | running install_lib
|
|---|
| 33739 | creating build\bdist.win-amd64\wheel
|
|---|
| 33740 | creating build\bdist.win-amd64\wheel\chimerax
|
|---|
| 33741 | creating build\bdist.win-amd64\wheel\chimerax\shortcuts
|
|---|
| 33742 | creating build\bdist.win-amd64\wheel\chimerax\shortcuts\icons
|
|---|
| 33743 | copying build\lib\chimerax\shortcuts\icons\airways.png -> build\bdist.win-amd64\wheel\.\chimerax\shortcuts\icons
|
|---|
| 33744 | copying build\lib\chimerax\shortcuts\icons\atomhide-dark.png -> build\bdist.win-amd64\wheel\.\chimerax\shortcuts\icons
|
|---|
| 33745 | copying build\lib\chimerax\shortcuts\icons\atomhide.png -> build\bdist.win-amd64\wheel\.\chimerax\shortcuts\icons
|
|---|
| 33746 | copying build\lib\chimerax\shortcuts\icons\atomshow.png -> build\bdist.win-amd64\wheel\.\chimerax\shortcuts\icons
|
|---|
| 33747 | copying build\lib\chimerax\shortcuts\icons\ball.png -> build\bdist.win-amd64\wheel\.\chimerax\shortcuts\icons
|
|---|
| 33748 | copying build\lib\chimerax\shortcuts\icons\bfactor.png -> build\bdist.win-amd64\wheel\.\chimerax\shortcuts\icons
|
|---|
| 33749 | copying build\lib\chimerax\shortcuts\icons\blackbg.png -> build\bdist.win-amd64\wheel\.\chimerax\shortcuts\icons
|
|---|
| 33750 | copying build\lib\chimerax\shortcuts\icons\brain.png -> build\bdist.win-amd64\wheel\.\chimerax\shortcuts\icons
|
|---|
| 33751 | copying build\lib\chimerax\shortcuts\icons\camera.png -> build\bdist.win-amd64\wheel\.\chimerax\shortcuts\icons
|
|---|
| 33752 | copying build\lib\chimerax\shortcuts\icons\chest.png -> build\bdist.win-amd64\wheel\.\chimerax\shortcuts\icons
|
|---|
| 33753 | copying build\lib\chimerax\shortcuts\icons\colorbychain.png -> build\bdist.win-amd64\wheel\.\chimerax\shortcuts\icons
|
|---|
| 33754 | copying build\lib\chimerax\shortcuts\icons\colorbyelement.png -> build\bdist.win-amd64\wheel\.\chimerax\shortcuts\icons
|
|---|
| 33755 | copying build\lib\chimerax\shortcuts\icons\colorrandom.png -> build\bdist.win-amd64\wheel\.\chimerax\shortcuts\icons
|
|---|
| 33756 | copying build\lib\chimerax\shortcuts\icons\colorzone.png -> build\bdist.win-amd64\wheel\.\chimerax\shortcuts\icons
|
|---|
| 33757 | copying build\lib\chimerax\shortcuts\icons\cubeoutline.png -> build\bdist.win-amd64\wheel\.\chimerax\shortcuts\icons
|
|---|
| 33758 | copying build\lib\chimerax\shortcuts\icons\diffmap.png -> build\bdist.win-amd64\wheel\.\chimerax\shortcuts\icons
|
|---|
| 33759 | copying build\lib\chimerax\shortcuts\icons\dust.png -> build\bdist.win-amd64\wheel\.\chimerax\shortcuts\icons
|
|---|
| 33760 | copying build\lib\chimerax\shortcuts\icons\ear.png -> build\bdist.win-amd64\wheel\.\chimerax\shortcuts\icons
|
|---|
| 33761 | copying build\lib\chimerax\shortcuts\icons\esp.png -> build\bdist.win-amd64\wheel\.\chimerax\shortcuts\icons
|
|---|
| 33762 | copying build\lib\chimerax\shortcuts\icons\fitmap.png -> build\bdist.win-amd64\wheel\.\chimerax\shortcuts\icons
|
|---|
| 33763 | copying build\lib\chimerax\shortcuts\icons\flat.png -> build\bdist.win-amd64\wheel\.\chimerax\shortcuts\icons
|
|---|
| 33764 | copying build\lib\chimerax\shortcuts\icons\fulllight.png -> build\bdist.win-amd64\wheel\.\chimerax\shortcuts\icons
|
|---|
| 33765 | copying build\lib\chimerax\shortcuts\icons\fullvolume.png -> build\bdist.win-amd64\wheel\.\chimerax\shortcuts\icons
|
|---|
| 33766 | copying build\lib\chimerax\shortcuts\icons\graybg.png -> build\bdist.win-amd64\wheel\.\chimerax\shortcuts\icons
|
|---|
| 33767 | copying build\lib\chimerax\shortcuts\icons\hbonds.png -> build\bdist.win-amd64\wheel\.\chimerax\shortcuts\icons
|
|---|
| 33768 | copying build\lib\chimerax\shortcuts\icons\hbondsflat.png -> build\bdist.win-amd64\wheel\.\chimerax\shortcuts\icons
|
|---|
| 33769 | copying build\lib\chimerax\shortcuts\icons\hbondsflathide.png -> build\bdist.win-amd64\wheel\.\chimerax\shortcuts\icons
|
|---|
| 33770 | copying build\lib\chimerax\shortcuts\icons\hbondshide.png -> build\bdist.win-amd64\wheel\.\chimerax\shortcuts\icons
|
|---|
| 33771 | copying build\lib\chimerax\shortcuts\icons\hidemap.png -> build\bdist.win-amd64\wheel\.\chimerax\shortcuts\icons
|
|---|
| 33772 | copying build\lib\chimerax\shortcuts\icons\hydrophobicity.png -> build\bdist.win-amd64\wheel\.\chimerax\shortcuts\icons
|
|---|
| 33773 | copying build\lib\chimerax\shortcuts\icons\icecube.png -> build\bdist.win-amd64\wheel\.\chimerax\shortcuts\icons
|
|---|
| 33774 | copying build\lib\chimerax\shortcuts\icons\initialcurve.png -> build\bdist.win-amd64\wheel\.\chimerax\shortcuts\icons
|
|---|
| 33775 | copying build\lib\chimerax\shortcuts\icons\interfaces.png -> build\bdist.win-amd64\wheel\.\chimerax\shortcuts\icons
|
|---|
| 33776 | copying build\lib\chimerax\shortcuts\icons\lock.png -> build\bdist.win-amd64\wheel\.\chimerax\shortcuts\icons
|
|---|
| 33777 | copying build\lib\chimerax\shortcuts\icons\mapimage.png -> build\bdist.win-amd64\wheel\.\chimerax\shortcuts\icons
|
|---|
| 33778 | copying build\lib\chimerax\shortcuts\icons\mapsurf.png -> build\bdist.win-amd64\wheel\.\chimerax\shortcuts\icons
|
|---|
| 33779 | copying build\lib\chimerax\shortcuts\icons\mesh.png -> build\bdist.win-amd64\wheel\.\chimerax\shortcuts\icons
|
|---|
| 33780 | copying build\lib\chimerax\shortcuts\icons\orient-dark.png -> build\bdist.win-amd64\wheel\.\chimerax\shortcuts\icons
|
|---|
| 33781 | copying build\lib\chimerax\shortcuts\icons\orient.png -> build\bdist.win-amd64\wheel\.\chimerax\shortcuts\icons
|
|---|
| 33782 | copying build\lib\chimerax\shortcuts\icons\orthoplanes.png -> build\bdist.win-amd64\wheel\.\chimerax\shortcuts\icons
|
|---|
| 33783 | copying build\lib\chimerax\shortcuts\icons\outlinebox.png -> build\bdist.win-amd64\wheel\.\chimerax\shortcuts\icons
|
|---|
| 33784 | copying build\lib\chimerax\shortcuts\icons\perpslice.png -> build\bdist.win-amd64\wheel\.\chimerax\shortcuts\icons
|
|---|
| 33785 | copying build\lib\chimerax\shortcuts\icons\plane.png -> build\bdist.win-amd64\wheel\.\chimerax\shortcuts\icons
|
|---|
| 33786 | copying build\lib\chimerax\shortcuts\icons\polymer.png -> build\bdist.win-amd64\wheel\.\chimerax\shortcuts\icons
|
|---|
| 33787 | copying build\lib\chimerax\shortcuts\icons\rainbow.png -> build\bdist.win-amd64\wheel\.\chimerax\shortcuts\icons
|
|---|
| 33788 | copying build\lib\chimerax\shortcuts\icons\raycasting.svg -> build\bdist.win-amd64\wheel\.\chimerax\shortcuts\icons
|
|---|
| 33789 | copying build\lib\chimerax\shortcuts\icons\ribbon.png -> build\bdist.win-amd64\wheel\.\chimerax\shortcuts\icons
|
|---|
| 33790 | copying build\lib\chimerax\shortcuts\icons\ribhide-dark.png -> build\bdist.win-amd64\wheel\.\chimerax\shortcuts\icons
|
|---|
| 33791 | copying build\lib\chimerax\shortcuts\icons\ribhide.png -> build\bdist.win-amd64\wheel\.\chimerax\shortcuts\icons
|
|---|
| 33792 | copying build\lib\chimerax\shortcuts\icons\ribshow.png -> build\bdist.win-amd64\wheel\.\chimerax\shortcuts\icons
|
|---|
| 33793 | copying build\lib\chimerax\shortcuts\icons\sequence.png -> build\bdist.win-amd64\wheel\.\chimerax\shortcuts\icons
|
|---|
| 33794 | copying build\lib\chimerax\shortcuts\icons\shadow.png -> build\bdist.win-amd64\wheel\.\chimerax\shortcuts\icons
|
|---|
| 33795 | copying build\lib\chimerax\shortcuts\icons\showmap.png -> build\bdist.win-amd64\wheel\.\chimerax\shortcuts\icons
|
|---|
| 33796 | copying build\lib\chimerax\shortcuts\icons\silhouette-dark.png -> build\bdist.win-amd64\wheel\.\chimerax\shortcuts\icons
|
|---|
| 33797 | copying build\lib\chimerax\shortcuts\icons\silhouette.png -> build\bdist.win-amd64\wheel\.\chimerax\shortcuts\icons
|
|---|
| 33798 | copying build\lib\chimerax\shortcuts\icons\simplelight.png -> build\bdist.win-amd64\wheel\.\chimerax\shortcuts\icons
|
|---|
| 33799 | copying build\lib\chimerax\shortcuts\icons\slab.png -> build\bdist.win-amd64\wheel\.\chimerax\shortcuts\icons
|
|---|
| 33800 | copying build\lib\chimerax\shortcuts\icons\smooth.png -> build\bdist.win-amd64\wheel\.\chimerax\shortcuts\icons
|
|---|
| 33801 | copying build\lib\chimerax\shortcuts\icons\softlight.png -> build\bdist.win-amd64\wheel\.\chimerax\shortcuts\icons
|
|---|
| 33802 | copying build\lib\chimerax\shortcuts\icons\sphere.png -> build\bdist.win-amd64\wheel\.\chimerax\shortcuts\icons
|
|---|
| 33803 | copying build\lib\chimerax\shortcuts\icons\step1.png -> build\bdist.win-amd64\wheel\.\chimerax\shortcuts\icons
|
|---|
| 33804 | copying build\lib\chimerax\shortcuts\icons\step2.png -> build\bdist.win-amd64\wheel\.\chimerax\shortcuts\icons
|
|---|
| 33805 | copying build\lib\chimerax\shortcuts\icons\step4.png -> build\bdist.win-amd64\wheel\.\chimerax\shortcuts\icons
|
|---|
| 33806 | copying build\lib\chimerax\shortcuts\icons\stick.png -> build\bdist.win-amd64\wheel\.\chimerax\shortcuts\icons
|
|---|
| 33807 | copying build\lib\chimerax\shortcuts\icons\surf.png -> build\bdist.win-amd64\wheel\.\chimerax\shortcuts\icons
|
|---|
| 33808 | copying build\lib\chimerax\shortcuts\icons\surfhide-dark.png -> build\bdist.win-amd64\wheel\.\chimerax\shortcuts\icons
|
|---|
| 33809 | copying build\lib\chimerax\shortcuts\icons\surfhide.png -> build\bdist.win-amd64\wheel\.\chimerax\shortcuts\icons
|
|---|
| 33810 | copying build\lib\chimerax\shortcuts\icons\surfshow.png -> build\bdist.win-amd64\wheel\.\chimerax\shortcuts\icons
|
|---|
| 33811 | copying build\lib\chimerax\shortcuts\icons\video.png -> build\bdist.win-amd64\wheel\.\chimerax\shortcuts\icons
|
|---|
| 33812 | copying build\lib\chimerax\shortcuts\icons\viewall-dark.png -> build\bdist.win-amd64\wheel\.\chimerax\shortcuts\icons
|
|---|
| 33813 | copying build\lib\chimerax\shortcuts\icons\viewall.png -> build\bdist.win-amd64\wheel\.\chimerax\shortcuts\icons
|
|---|
| 33814 | copying build\lib\chimerax\shortcuts\icons\viewsel-dark.png -> build\bdist.win-amd64\wheel\.\chimerax\shortcuts\icons
|
|---|
| 33815 | copying build\lib\chimerax\shortcuts\icons\viewsel.png -> build\bdist.win-amd64\wheel\.\chimerax\shortcuts\icons
|
|---|
| 33816 | copying build\lib\chimerax\shortcuts\icons\volzone.png -> build\bdist.win-amd64\wheel\.\chimerax\shortcuts\icons
|
|---|
| 33817 | copying build\lib\chimerax\shortcuts\icons\vr.png -> build\bdist.win-amd64\wheel\.\chimerax\shortcuts\icons
|
|---|
| 33818 | copying build\lib\chimerax\shortcuts\icons\whitebg.png -> build\bdist.win-amd64\wheel\.\chimerax\shortcuts\icons
|
|---|
| 33819 | copying build\lib\chimerax\shortcuts\icons\xr.png -> build\bdist.win-amd64\wheel\.\chimerax\shortcuts\icons
|
|---|
| 33820 | copying build\lib\chimerax\shortcuts\icons\xyzslice.png -> build\bdist.win-amd64\wheel\.\chimerax\shortcuts\icons
|
|---|
| 33821 | copying build\lib\chimerax\shortcuts\settings.py -> build\bdist.win-amd64\wheel\.\chimerax\shortcuts
|
|---|
| 33822 | copying build\lib\chimerax\shortcuts\shortcuts.py -> build\bdist.win-amd64\wheel\.\chimerax\shortcuts
|
|---|
| 33823 | copying build\lib\chimerax\shortcuts\tool.py -> build\bdist.win-amd64\wheel\.\chimerax\shortcuts
|
|---|
| 33824 | copying build\lib\chimerax\shortcuts\__init__.py -> build\bdist.win-amd64\wheel\.\chimerax\shortcuts
|
|---|
| 33825 | running install_egg_info
|
|---|
| 33826 | running egg_info
|
|---|
| 33827 | creating ChimeraX_Shortcuts.egg-info
|
|---|
| 33828 | writing ChimeraX_Shortcuts.egg-info\PKG-INFO
|
|---|
| 33829 | writing dependency_links to ChimeraX_Shortcuts.egg-info\dependency_links.txt
|
|---|
| 33830 | writing requirements to ChimeraX_Shortcuts.egg-info\requires.txt
|
|---|
| 33831 | writing top-level names to ChimeraX_Shortcuts.egg-info\top_level.txt
|
|---|
| 33832 | writing manifest file 'ChimeraX_Shortcuts.egg-info\SOURCES.txt'
|
|---|
| 33833 | reading manifest file 'ChimeraX_Shortcuts.egg-info\SOURCES.txt'
|
|---|
| 33834 | writing manifest file 'ChimeraX_Shortcuts.egg-info\SOURCES.txt'
|
|---|
| 33835 | Copying ChimeraX_Shortcuts.egg-info to build\bdist.win-amd64\wheel\.\ChimeraX_Shortcuts-1.2.1-py3.11.egg-info
|
|---|
| 33836 | running install_scripts
|
|---|
| 33837 | creating build\bdist.win-amd64\wheel\chimerax_shortcuts-1.2.1.dist-info\WHEEL
|
|---|
| 33838 | creating 'dist\chimerax_shortcuts-1.2.1-py3-none-any.whl' and adding 'build\bdist.win-amd64\wheel' to it
|
|---|
| 33839 | adding 'chimerax/shortcuts/__init__.py'
|
|---|
| 33840 | adding 'chimerax/shortcuts/settings.py'
|
|---|
| 33841 | adding 'chimerax/shortcuts/shortcuts.py'
|
|---|
| 33842 | adding 'chimerax/shortcuts/tool.py'
|
|---|
| 33843 | adding 'chimerax/shortcuts/icons/airways.png'
|
|---|
| 33844 | adding 'chimerax/shortcuts/icons/atomhide-dark.png'
|
|---|
| 33845 | adding 'chimerax/shortcuts/icons/atomhide.png'
|
|---|
| 33846 | adding 'chimerax/shortcuts/icons/atomshow.png'
|
|---|
| 33847 | adding 'chimerax/shortcuts/icons/ball.png'
|
|---|
| 33848 | adding 'chimerax/shortcuts/icons/bfactor.png'
|
|---|
| 33849 | adding 'chimerax/shortcuts/icons/blackbg.png'
|
|---|
| 33850 | adding 'chimerax/shortcuts/icons/brain.png'
|
|---|
| 33851 | adding 'chimerax/shortcuts/icons/camera.png'
|
|---|
| 33852 | adding 'chimerax/shortcuts/icons/chest.png'
|
|---|
| 33853 | adding 'chimerax/shortcuts/icons/colorbychain.png'
|
|---|
| 33854 | adding 'chimerax/shortcuts/icons/colorbyelement.png'
|
|---|
| 33855 | adding 'chimerax/shortcuts/icons/colorrandom.png'
|
|---|
| 33856 | adding 'chimerax/shortcuts/icons/colorzone.png'
|
|---|
| 33857 | adding 'chimerax/shortcuts/icons/cubeoutline.png'
|
|---|
| 33858 | adding 'chimerax/shortcuts/icons/diffmap.png'
|
|---|
| 33859 | adding 'chimerax/shortcuts/icons/dust.png'
|
|---|
| 33860 | adding 'chimerax/shortcuts/icons/ear.png'
|
|---|
| 33861 | adding 'chimerax/shortcuts/icons/esp.png'
|
|---|
| 33862 | adding 'chimerax/shortcuts/icons/fitmap.png'
|
|---|
| 33863 | adding 'chimerax/shortcuts/icons/flat.png'
|
|---|
| 33864 | adding 'chimerax/shortcuts/icons/fulllight.png'
|
|---|
| 33865 | adding 'chimerax/shortcuts/icons/fullvolume.png'
|
|---|
| 33866 | adding 'chimerax/shortcuts/icons/graybg.png'
|
|---|
| 33867 | adding 'chimerax/shortcuts/icons/hbonds.png'
|
|---|
| 33868 | adding 'chimerax/shortcuts/icons/hbondsflat.png'
|
|---|
| 33869 | adding 'chimerax/shortcuts/icons/hbondsflathide.png'
|
|---|
| 33870 | adding 'chimerax/shortcuts/icons/hbondshide.png'
|
|---|
| 33871 | adding 'chimerax/shortcuts/icons/hidemap.png'
|
|---|
| 33872 | adding 'chimerax/shortcuts/icons/hydrophobicity.png'
|
|---|
| 33873 | adding 'chimerax/shortcuts/icons/icecube.png'
|
|---|
| 33874 | adding 'chimerax/shortcuts/icons/initialcurve.png'
|
|---|
| 33875 | adding 'chimerax/shortcuts/icons/interfaces.png'
|
|---|
| 33876 | adding 'chimerax/shortcuts/icons/lock.png'
|
|---|
| 33877 | adding 'chimerax/shortcuts/icons/mapimage.png'
|
|---|
| 33878 | adding 'chimerax/shortcuts/icons/mapsurf.png'
|
|---|
| 33879 | adding 'chimerax/shortcuts/icons/mesh.png'
|
|---|
| 33880 | adding 'chimerax/shortcuts/icons/orient-dark.png'
|
|---|
| 33881 | adding 'chimerax/shortcuts/icons/orient.png'
|
|---|
| 33882 | adding 'chimerax/shortcuts/icons/orthoplanes.png'
|
|---|
| 33883 | adding 'chimerax/shortcuts/icons/outlinebox.png'
|
|---|
| 33884 | adding 'chimerax/shortcuts/icons/perpslice.png'
|
|---|
| 33885 | adding 'chimerax/shortcuts/icons/plane.png'
|
|---|
| 33886 | adding 'chimerax/shortcuts/icons/polymer.png'
|
|---|
| 33887 | adding 'chimerax/shortcuts/icons/rainbow.png'
|
|---|
| 33888 | adding 'chimerax/shortcuts/icons/raycasting.svg'
|
|---|
| 33889 | adding 'chimerax/shortcuts/icons/ribbon.png'
|
|---|
| 33890 | adding 'chimerax/shortcuts/icons/ribhide-dark.png'
|
|---|
| 33891 | adding 'chimerax/shortcuts/icons/ribhide.png'
|
|---|
| 33892 | adding 'chimerax/shortcuts/icons/ribshow.png'
|
|---|
| 33893 | adding 'chimerax/shortcuts/icons/sequence.png'
|
|---|
| 33894 | adding 'chimerax/shortcuts/icons/shadow.png'
|
|---|
| 33895 | adding 'chimerax/shortcuts/icons/showmap.png'
|
|---|
| 33896 | adding 'chimerax/shortcuts/icons/silhouette-dark.png'
|
|---|
| 33897 | adding 'chimerax/shortcuts/icons/silhouette.png'
|
|---|
| 33898 | adding 'chimerax/shortcuts/icons/simplelight.png'
|
|---|
| 33899 | adding 'chimerax/shortcuts/icons/slab.png'
|
|---|
| 33900 | adding 'chimerax/shortcuts/icons/smooth.png'
|
|---|
| 33901 | adding 'chimerax/shortcuts/icons/softlight.png'
|
|---|
| 33902 | adding 'chimerax/shortcuts/icons/sphere.png'
|
|---|
| 33903 | adding 'chimerax/shortcuts/icons/step1.png'
|
|---|
| 33904 | adding 'chimerax/shortcuts/icons/step2.png'
|
|---|
| 33905 | adding 'chimerax/shortcuts/icons/step4.png'
|
|---|
| 33906 | adding 'chimerax/shortcuts/icons/stick.png'
|
|---|
| 33907 | adding 'chimerax/shortcuts/icons/surf.png'
|
|---|
| 33908 | adding 'chimerax/shortcuts/icons/surfhide-dark.png'
|
|---|
| 33909 | adding 'chimerax/shortcuts/icons/surfhide.png'
|
|---|
| 33910 | adding 'chimerax/shortcuts/icons/surfshow.png'
|
|---|
| 33911 | adding 'chimerax/shortcuts/icons/video.png'
|
|---|
| 33912 | adding 'chimerax/shortcuts/icons/viewall-dark.png'
|
|---|
| 33913 | adding 'chimerax/shortcuts/icons/viewall.png'
|
|---|
| 33914 | adding 'chimerax/shortcuts/icons/viewsel-dark.png'
|
|---|
| 33915 | adding 'chimerax/shortcuts/icons/viewsel.png'
|
|---|
| 33916 | adding 'chimerax/shortcuts/icons/volzone.png'
|
|---|
| 33917 | adding 'chimerax/shortcuts/icons/vr.png'
|
|---|
| 33918 | adding 'chimerax/shortcuts/icons/whitebg.png'
|
|---|
| 33919 | adding 'chimerax/shortcuts/icons/xr.png'
|
|---|
| 33920 | adding 'chimerax/shortcuts/icons/xyzslice.png'
|
|---|
| 33921 | adding 'chimerax_shortcuts-1.2.1.dist-info/METADATA'
|
|---|
| 33922 | adding 'chimerax_shortcuts-1.2.1.dist-info/WHEEL'
|
|---|
| 33923 | adding 'chimerax_shortcuts-1.2.1.dist-info/top_level.txt'
|
|---|
| 33924 | adding 'chimerax_shortcuts-1.2.1.dist-info/RECORD'
|
|---|
| 33925 | removing build\bdist.win-amd64\wheel
|
|---|
| 33926 | Distribution is in .\dist\ChimeraX_Shortcuts-1.2.1-py3-none-any.whl
|
|---|
| 33927 | INFO:
|
|---|
| 33928 |
|
|---|
| 33929 | make sync
|
|---|
| 33930 | make[6]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/shortcuts'
|
|---|
| 33931 | cp -av dist/*.whl ../../../build/sync
|
|---|
| 33932 | 'dist/chimerax_shortcuts-1.2.1-py3-none-any.whl' -> '../../../build/sync/chimerax_shortcuts-1.2.1-py3-none-any.whl'
|
|---|
| 33933 | make[6]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/shortcuts'
|
|---|
| 33934 | make[5]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/shortcuts'
|
|---|
| 33935 | make -C show_sequences build
|
|---|
| 33936 | make[5]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/show_sequences'
|
|---|
| 33937 | if [ -z "../../../ChimeraX.app/bin/python.exe" ]; then \
|
|---|
| 33938 | echo "missing ChimeraX application's python"; exit 1; \
|
|---|
| 33939 | else \
|
|---|
| 33940 | PYTHONNOUSERSITE=1 ../../../ChimeraX.app/bin/python.exe -I -m chimerax.core --nogui --exit --safemode --cmd "devel build . exit true "; \
|
|---|
| 33941 | fi
|
|---|
| 33942 | INFO:
|
|---|
| 33943 | Executing: devel build . exit true
|
|---|
| 33944 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\setuptools\dist.py:759: SetuptoolsDeprecationWarning: License classifiers are deprecated.
|
|---|
| 33945 | !!
|
|---|
| 33946 |
|
|---|
| 33947 | ********************************************************************************
|
|---|
| 33948 | Please consider removing the following classifiers in favor of a SPDX license expression:
|
|---|
| 33949 |
|
|---|
| 33950 | License :: Free for non-commercial use
|
|---|
| 33951 |
|
|---|
| 33952 | See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details.
|
|---|
| 33953 | ********************************************************************************
|
|---|
| 33954 |
|
|---|
| 33955 | !!
|
|---|
| 33956 | self._finalize_license_expression()
|
|---|
| 33957 | running build
|
|---|
| 33958 | running build_py
|
|---|
| 33959 | creating build\lib\chimerax\show_sequences
|
|---|
| 33960 | copying src\tool.py -> build\lib\chimerax\show_sequences
|
|---|
| 33961 | copying src\__init__.py -> build\lib\chimerax\show_sequences
|
|---|
| 33962 | running bdist_wheel
|
|---|
| 33963 | installing to build\bdist.win-amd64\wheel
|
|---|
| 33964 | running install
|
|---|
| 33965 | running install_lib
|
|---|
| 33966 | creating build\bdist.win-amd64\wheel
|
|---|
| 33967 | creating build\bdist.win-amd64\wheel\chimerax
|
|---|
| 33968 | creating build\bdist.win-amd64\wheel\chimerax\show_sequences
|
|---|
| 33969 | copying build\lib\chimerax\show_sequences\tool.py -> build\bdist.win-amd64\wheel\.\chimerax\show_sequences
|
|---|
| 33970 | copying build\lib\chimerax\show_sequences\__init__.py -> build\bdist.win-amd64\wheel\.\chimerax\show_sequences
|
|---|
| 33971 | running install_egg_info
|
|---|
| 33972 | running egg_info
|
|---|
| 33973 | creating ChimeraX_ShowSequences.egg-info
|
|---|
| 33974 | writing ChimeraX_ShowSequences.egg-info\PKG-INFO
|
|---|
| 33975 | writing dependency_links to ChimeraX_ShowSequences.egg-info\dependency_links.txt
|
|---|
| 33976 | writing requirements to ChimeraX_ShowSequences.egg-info\requires.txt
|
|---|
| 33977 | writing top-level names to ChimeraX_ShowSequences.egg-info\top_level.txt
|
|---|
| 33978 | writing manifest file 'ChimeraX_ShowSequences.egg-info\SOURCES.txt'
|
|---|
| 33979 | reading manifest file 'ChimeraX_ShowSequences.egg-info\SOURCES.txt'
|
|---|
| 33980 | writing manifest file 'ChimeraX_ShowSequences.egg-info\SOURCES.txt'
|
|---|
| 33981 | Copying ChimeraX_ShowSequences.egg-info to build\bdist.win-amd64\wheel\.\ChimeraX_ShowSequences-1.0.3-py3.11.egg-info
|
|---|
| 33982 | running install_scripts
|
|---|
| 33983 | creating build\bdist.win-amd64\wheel\chimerax_showsequences-1.0.3.dist-info\WHEEL
|
|---|
| 33984 | creating 'dist\chimerax_showsequences-1.0.3-py3-none-any.whl' and adding 'build\bdist.win-amd64\wheel' to it
|
|---|
| 33985 | adding 'chimerax/show_sequences/__init__.py'
|
|---|
| 33986 | adding 'chimerax/show_sequences/tool.py'
|
|---|
| 33987 | adding 'chimerax_showsequences-1.0.3.dist-info/METADATA'
|
|---|
| 33988 | adding 'chimerax_showsequences-1.0.3.dist-info/WHEEL'
|
|---|
| 33989 | adding 'chimerax_showsequences-1.0.3.dist-info/top_level.txt'
|
|---|
| 33990 | adding 'chimerax_showsequences-1.0.3.dist-info/RECORD'
|
|---|
| 33991 | removing build\bdist.win-amd64\wheel
|
|---|
| 33992 | Distribution is in .\dist\ChimeraX_ShowSequences-1.0.3-py3-none-any.whl
|
|---|
| 33993 | INFO:
|
|---|
| 33994 |
|
|---|
| 33995 | make sync
|
|---|
| 33996 | make[6]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/show_sequences'
|
|---|
| 33997 | cp -av dist/*.whl ../../../build/sync
|
|---|
| 33998 | 'dist/chimerax_showsequences-1.0.3-py3-none-any.whl' -> '../../../build/sync/chimerax_showsequences-1.0.3-py3-none-any.whl'
|
|---|
| 33999 | make[6]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/show_sequences'
|
|---|
| 34000 | make[5]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/show_sequences'
|
|---|
| 34001 | make -C sideview build
|
|---|
| 34002 | make[5]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/sideview'
|
|---|
| 34003 | if [ -z "../../../ChimeraX.app/bin/python.exe" ]; then \
|
|---|
| 34004 | echo "missing ChimeraX application's python"; exit 1; \
|
|---|
| 34005 | else \
|
|---|
| 34006 | PYTHONNOUSERSITE=1 ../../../ChimeraX.app/bin/python.exe -I -m chimerax.core --nogui --exit --safemode --cmd "devel build . exit true "; \
|
|---|
| 34007 | fi
|
|---|
| 34008 | INFO:
|
|---|
| 34009 | Executing: devel build . exit true
|
|---|
| 34010 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\setuptools\dist.py:759: SetuptoolsDeprecationWarning: License classifiers are deprecated.
|
|---|
| 34011 | !!
|
|---|
| 34012 |
|
|---|
| 34013 | ********************************************************************************
|
|---|
| 34014 | Please consider removing the following classifiers in favor of a SPDX license expression:
|
|---|
| 34015 |
|
|---|
| 34016 | License :: Free for non-commercial use
|
|---|
| 34017 |
|
|---|
| 34018 | See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details.
|
|---|
| 34019 | ********************************************************************************
|
|---|
| 34020 |
|
|---|
| 34021 | !!
|
|---|
| 34022 | self._finalize_license_expression()
|
|---|
| 34023 | running build
|
|---|
| 34024 | running build_py
|
|---|
| 34025 | creating build\lib\chimerax\sideview
|
|---|
| 34026 | copying src\tool.py -> build\lib\chimerax\sideview
|
|---|
| 34027 | copying src\__init__.py -> build\lib\chimerax\sideview
|
|---|
| 34028 | running bdist_wheel
|
|---|
| 34029 | installing to build\bdist.win-amd64\wheel
|
|---|
| 34030 | running install
|
|---|
| 34031 | running install_lib
|
|---|
| 34032 | creating build\bdist.win-amd64\wheel
|
|---|
| 34033 | creating build\bdist.win-amd64\wheel\chimerax
|
|---|
| 34034 | creating build\bdist.win-amd64\wheel\chimerax\sideview
|
|---|
| 34035 | copying build\lib\chimerax\sideview\tool.py -> build\bdist.win-amd64\wheel\.\chimerax\sideview
|
|---|
| 34036 | copying build\lib\chimerax\sideview\__init__.py -> build\bdist.win-amd64\wheel\.\chimerax\sideview
|
|---|
| 34037 | running install_egg_info
|
|---|
| 34038 | running egg_info
|
|---|
| 34039 | creating ChimeraX_SideView.egg-info
|
|---|
| 34040 | writing ChimeraX_SideView.egg-info\PKG-INFO
|
|---|
| 34041 | writing dependency_links to ChimeraX_SideView.egg-info\dependency_links.txt
|
|---|
| 34042 | writing requirements to ChimeraX_SideView.egg-info\requires.txt
|
|---|
| 34043 | writing top-level names to ChimeraX_SideView.egg-info\top_level.txt
|
|---|
| 34044 | writing manifest file 'ChimeraX_SideView.egg-info\SOURCES.txt'
|
|---|
| 34045 | reading manifest file 'ChimeraX_SideView.egg-info\SOURCES.txt'
|
|---|
| 34046 | writing manifest file 'ChimeraX_SideView.egg-info\SOURCES.txt'
|
|---|
| 34047 | Copying ChimeraX_SideView.egg-info to build\bdist.win-amd64\wheel\.\ChimeraX_SideView-1.0.1-py3.11.egg-info
|
|---|
| 34048 | running install_scripts
|
|---|
| 34049 | creating build\bdist.win-amd64\wheel\chimerax_sideview-1.0.1.dist-info\WHEEL
|
|---|
| 34050 | creating 'dist\chimerax_sideview-1.0.1-py3-none-any.whl' and adding 'build\bdist.win-amd64\wheel' to it
|
|---|
| 34051 | adding 'chimerax/sideview/__init__.py'
|
|---|
| 34052 | adding 'chimerax/sideview/tool.py'
|
|---|
| 34053 | adding 'chimerax_sideview-1.0.1.dist-info/METADATA'
|
|---|
| 34054 | adding 'chimerax_sideview-1.0.1.dist-info/WHEEL'
|
|---|
| 34055 | adding 'chimerax_sideview-1.0.1.dist-info/top_level.txt'
|
|---|
| 34056 | adding 'chimerax_sideview-1.0.1.dist-info/RECORD'
|
|---|
| 34057 | removing build\bdist.win-amd64\wheel
|
|---|
| 34058 | Distribution is in .\dist\ChimeraX_SideView-1.0.1-py3-none-any.whl
|
|---|
| 34059 | INFO:
|
|---|
| 34060 |
|
|---|
| 34061 | make sync
|
|---|
| 34062 | make[6]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/sideview'
|
|---|
| 34063 | cp -av dist/*.whl ../../../build/sync
|
|---|
| 34064 | 'dist/chimerax_sideview-1.0.1-py3-none-any.whl' -> '../../../build/sync/chimerax_sideview-1.0.1-py3-none-any.whl'
|
|---|
| 34065 | make[6]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/sideview'
|
|---|
| 34066 | make[5]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/sideview'
|
|---|
| 34067 | make -C sim_matrices build
|
|---|
| 34068 | make[5]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/sim_matrices'
|
|---|
| 34069 | if [ -z "../../../ChimeraX.app/bin/python.exe" ]; then \
|
|---|
| 34070 | echo "missing ChimeraX application's python"; exit 1; \
|
|---|
| 34071 | else \
|
|---|
| 34072 | PYTHONNOUSERSITE=1 ../../../ChimeraX.app/bin/python.exe -I -m chimerax.core --nogui --exit --safemode --cmd "devel build . exit true "; \
|
|---|
| 34073 | fi
|
|---|
| 34074 | INFO:
|
|---|
| 34075 | Executing: devel build . exit true
|
|---|
| 34076 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\setuptools\dist.py:759: SetuptoolsDeprecationWarning: License classifiers are deprecated.
|
|---|
| 34077 | !!
|
|---|
| 34078 |
|
|---|
| 34079 | ********************************************************************************
|
|---|
| 34080 | Please consider removing the following classifiers in favor of a SPDX license expression:
|
|---|
| 34081 |
|
|---|
| 34082 | License :: Free for non-commercial use
|
|---|
| 34083 |
|
|---|
| 34084 | See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details.
|
|---|
| 34085 | ********************************************************************************
|
|---|
| 34086 |
|
|---|
| 34087 | !!
|
|---|
| 34088 | self._finalize_license_expression()
|
|---|
| 34089 | running build
|
|---|
| 34090 | running build_py
|
|---|
| 34091 | creating build\lib\chimerax\sim_matrices
|
|---|
| 34092 | copying src\options.py -> build\lib\chimerax\sim_matrices
|
|---|
| 34093 | copying src\__init__.py -> build\lib\chimerax\sim_matrices
|
|---|
| 34094 | creating build\lib\chimerax\sim_matrices\matrices
|
|---|
| 34095 | copying src\matrices\BLOSUM-100.matrix -> build\lib\chimerax\sim_matrices\matrices
|
|---|
| 34096 | copying src\matrices\BLOSUM-30.matrix -> build\lib\chimerax\sim_matrices\matrices
|
|---|
| 34097 | copying src\matrices\BLOSUM-35.matrix -> build\lib\chimerax\sim_matrices\matrices
|
|---|
| 34098 | copying src\matrices\BLOSUM-40.matrix -> build\lib\chimerax\sim_matrices\matrices
|
|---|
| 34099 | copying src\matrices\BLOSUM-45.matrix -> build\lib\chimerax\sim_matrices\matrices
|
|---|
| 34100 | copying src\matrices\BLOSUM-50.matrix -> build\lib\chimerax\sim_matrices\matrices
|
|---|
| 34101 | copying src\matrices\BLOSUM-55.matrix -> build\lib\chimerax\sim_matrices\matrices
|
|---|
| 34102 | copying src\matrices\BLOSUM-60.matrix -> build\lib\chimerax\sim_matrices\matrices
|
|---|
| 34103 | copying src\matrices\BLOSUM-62.matrix -> build\lib\chimerax\sim_matrices\matrices
|
|---|
| 34104 | copying src\matrices\BLOSUM-65.matrix -> build\lib\chimerax\sim_matrices\matrices
|
|---|
| 34105 | copying src\matrices\BLOSUM-70.matrix -> build\lib\chimerax\sim_matrices\matrices
|
|---|
| 34106 | copying src\matrices\BLOSUM-75.matrix -> build\lib\chimerax\sim_matrices\matrices
|
|---|
| 34107 | copying src\matrices\BLOSUM-80.matrix -> build\lib\chimerax\sim_matrices\matrices
|
|---|
| 34108 | copying src\matrices\BLOSUM-85.matrix -> build\lib\chimerax\sim_matrices\matrices
|
|---|
| 34109 | copying src\matrices\BLOSUM-90.matrix -> build\lib\chimerax\sim_matrices\matrices
|
|---|
| 34110 | copying src\matrices\BLOSUM-N.matrix -> build\lib\chimerax\sim_matrices\matrices
|
|---|
| 34111 | copying src\matrices\Grantham.matrix -> build\lib\chimerax\sim_matrices\matrices
|
|---|
| 34112 | copying src\matrices\HSDM.matrix -> build\lib\chimerax\sim_matrices\matrices
|
|---|
| 34113 | copying src\matrices\PAM-120.matrix -> build\lib\chimerax\sim_matrices\matrices
|
|---|
| 34114 | copying src\matrices\PAM-150.matrix -> build\lib\chimerax\sim_matrices\matrices
|
|---|
| 34115 | copying src\matrices\PAM-250.matrix -> build\lib\chimerax\sim_matrices\matrices
|
|---|
| 34116 | copying src\matrices\PAM-40.matrix -> build\lib\chimerax\sim_matrices\matrices
|
|---|
| 34117 | copying src\matrices\SDM.matrix -> build\lib\chimerax\sim_matrices\matrices
|
|---|
| 34118 | copying src\matrices\Nucleic.dnamatrix -> build\lib\chimerax\sim_matrices\matrices
|
|---|
| 34119 | running bdist_wheel
|
|---|
| 34120 | installing to build\bdist.win-amd64\wheel
|
|---|
| 34121 | running install
|
|---|
| 34122 | running install_lib
|
|---|
| 34123 | creating build\bdist.win-amd64\wheel
|
|---|
| 34124 | creating build\bdist.win-amd64\wheel\chimerax
|
|---|
| 34125 | creating build\bdist.win-amd64\wheel\chimerax\sim_matrices
|
|---|
| 34126 | creating build\bdist.win-amd64\wheel\chimerax\sim_matrices\matrices
|
|---|
| 34127 | copying build\lib\chimerax\sim_matrices\matrices\BLOSUM-100.matrix -> build\bdist.win-amd64\wheel\.\chimerax\sim_matrices\matrices
|
|---|
| 34128 | copying build\lib\chimerax\sim_matrices\matrices\BLOSUM-30.matrix -> build\bdist.win-amd64\wheel\.\chimerax\sim_matrices\matrices
|
|---|
| 34129 | copying build\lib\chimerax\sim_matrices\matrices\BLOSUM-35.matrix -> build\bdist.win-amd64\wheel\.\chimerax\sim_matrices\matrices
|
|---|
| 34130 | copying build\lib\chimerax\sim_matrices\matrices\BLOSUM-40.matrix -> build\bdist.win-amd64\wheel\.\chimerax\sim_matrices\matrices
|
|---|
| 34131 | copying build\lib\chimerax\sim_matrices\matrices\BLOSUM-45.matrix -> build\bdist.win-amd64\wheel\.\chimerax\sim_matrices\matrices
|
|---|
| 34132 | copying build\lib\chimerax\sim_matrices\matrices\BLOSUM-50.matrix -> build\bdist.win-amd64\wheel\.\chimerax\sim_matrices\matrices
|
|---|
| 34133 | copying build\lib\chimerax\sim_matrices\matrices\BLOSUM-55.matrix -> build\bdist.win-amd64\wheel\.\chimerax\sim_matrices\matrices
|
|---|
| 34134 | copying build\lib\chimerax\sim_matrices\matrices\BLOSUM-60.matrix -> build\bdist.win-amd64\wheel\.\chimerax\sim_matrices\matrices
|
|---|
| 34135 | copying build\lib\chimerax\sim_matrices\matrices\BLOSUM-62.matrix -> build\bdist.win-amd64\wheel\.\chimerax\sim_matrices\matrices
|
|---|
| 34136 | copying build\lib\chimerax\sim_matrices\matrices\BLOSUM-65.matrix -> build\bdist.win-amd64\wheel\.\chimerax\sim_matrices\matrices
|
|---|
| 34137 | copying build\lib\chimerax\sim_matrices\matrices\BLOSUM-70.matrix -> build\bdist.win-amd64\wheel\.\chimerax\sim_matrices\matrices
|
|---|
| 34138 | copying build\lib\chimerax\sim_matrices\matrices\BLOSUM-75.matrix -> build\bdist.win-amd64\wheel\.\chimerax\sim_matrices\matrices
|
|---|
| 34139 | copying build\lib\chimerax\sim_matrices\matrices\BLOSUM-80.matrix -> build\bdist.win-amd64\wheel\.\chimerax\sim_matrices\matrices
|
|---|
| 34140 | copying build\lib\chimerax\sim_matrices\matrices\BLOSUM-85.matrix -> build\bdist.win-amd64\wheel\.\chimerax\sim_matrices\matrices
|
|---|
| 34141 | copying build\lib\chimerax\sim_matrices\matrices\BLOSUM-90.matrix -> build\bdist.win-amd64\wheel\.\chimerax\sim_matrices\matrices
|
|---|
| 34142 | copying build\lib\chimerax\sim_matrices\matrices\BLOSUM-N.matrix -> build\bdist.win-amd64\wheel\.\chimerax\sim_matrices\matrices
|
|---|
| 34143 | copying build\lib\chimerax\sim_matrices\matrices\Grantham.matrix -> build\bdist.win-amd64\wheel\.\chimerax\sim_matrices\matrices
|
|---|
| 34144 | copying build\lib\chimerax\sim_matrices\matrices\HSDM.matrix -> build\bdist.win-amd64\wheel\.\chimerax\sim_matrices\matrices
|
|---|
| 34145 | copying build\lib\chimerax\sim_matrices\matrices\Nucleic.dnamatrix -> build\bdist.win-amd64\wheel\.\chimerax\sim_matrices\matrices
|
|---|
| 34146 | copying build\lib\chimerax\sim_matrices\matrices\PAM-120.matrix -> build\bdist.win-amd64\wheel\.\chimerax\sim_matrices\matrices
|
|---|
| 34147 | copying build\lib\chimerax\sim_matrices\matrices\PAM-150.matrix -> build\bdist.win-amd64\wheel\.\chimerax\sim_matrices\matrices
|
|---|
| 34148 | copying build\lib\chimerax\sim_matrices\matrices\PAM-250.matrix -> build\bdist.win-amd64\wheel\.\chimerax\sim_matrices\matrices
|
|---|
| 34149 | copying build\lib\chimerax\sim_matrices\matrices\PAM-40.matrix -> build\bdist.win-amd64\wheel\.\chimerax\sim_matrices\matrices
|
|---|
| 34150 | copying build\lib\chimerax\sim_matrices\matrices\SDM.matrix -> build\bdist.win-amd64\wheel\.\chimerax\sim_matrices\matrices
|
|---|
| 34151 | copying build\lib\chimerax\sim_matrices\options.py -> build\bdist.win-amd64\wheel\.\chimerax\sim_matrices
|
|---|
| 34152 | copying build\lib\chimerax\sim_matrices\__init__.py -> build\bdist.win-amd64\wheel\.\chimerax\sim_matrices
|
|---|
| 34153 | running install_egg_info
|
|---|
| 34154 | running egg_info
|
|---|
| 34155 | creating ChimeraX_AlignmentMatrices.egg-info
|
|---|
| 34156 | writing ChimeraX_AlignmentMatrices.egg-info\PKG-INFO
|
|---|
| 34157 | writing dependency_links to ChimeraX_AlignmentMatrices.egg-info\dependency_links.txt
|
|---|
| 34158 | writing requirements to ChimeraX_AlignmentMatrices.egg-info\requires.txt
|
|---|
| 34159 | writing top-level names to ChimeraX_AlignmentMatrices.egg-info\top_level.txt
|
|---|
| 34160 | writing manifest file 'ChimeraX_AlignmentMatrices.egg-info\SOURCES.txt'
|
|---|
| 34161 | reading manifest file 'ChimeraX_AlignmentMatrices.egg-info\SOURCES.txt'
|
|---|
| 34162 | writing manifest file 'ChimeraX_AlignmentMatrices.egg-info\SOURCES.txt'
|
|---|
| 34163 | Copying ChimeraX_AlignmentMatrices.egg-info to build\bdist.win-amd64\wheel\.\ChimeraX_AlignmentMatrices-2.1-py3.11.egg-info
|
|---|
| 34164 | running install_scripts
|
|---|
| 34165 | creating build\bdist.win-amd64\wheel\chimerax_alignmentmatrices-2.1.dist-info\WHEEL
|
|---|
| 34166 | creating 'dist\chimerax_alignmentmatrices-2.1-py3-none-any.whl' and adding 'build\bdist.win-amd64\wheel' to it
|
|---|
| 34167 | adding 'chimerax/sim_matrices/__init__.py'
|
|---|
| 34168 | adding 'chimerax/sim_matrices/options.py'
|
|---|
| 34169 | adding 'chimerax/sim_matrices/matrices/BLOSUM-100.matrix'
|
|---|
| 34170 | adding 'chimerax/sim_matrices/matrices/BLOSUM-30.matrix'
|
|---|
| 34171 | adding 'chimerax/sim_matrices/matrices/BLOSUM-35.matrix'
|
|---|
| 34172 | adding 'chimerax/sim_matrices/matrices/BLOSUM-40.matrix'
|
|---|
| 34173 | adding 'chimerax/sim_matrices/matrices/BLOSUM-45.matrix'
|
|---|
| 34174 | adding 'chimerax/sim_matrices/matrices/BLOSUM-50.matrix'
|
|---|
| 34175 | adding 'chimerax/sim_matrices/matrices/BLOSUM-55.matrix'
|
|---|
| 34176 | adding 'chimerax/sim_matrices/matrices/BLOSUM-60.matrix'
|
|---|
| 34177 | adding 'chimerax/sim_matrices/matrices/BLOSUM-62.matrix'
|
|---|
| 34178 | adding 'chimerax/sim_matrices/matrices/BLOSUM-65.matrix'
|
|---|
| 34179 | adding 'chimerax/sim_matrices/matrices/BLOSUM-70.matrix'
|
|---|
| 34180 | adding 'chimerax/sim_matrices/matrices/BLOSUM-75.matrix'
|
|---|
| 34181 | adding 'chimerax/sim_matrices/matrices/BLOSUM-80.matrix'
|
|---|
| 34182 | adding 'chimerax/sim_matrices/matrices/BLOSUM-85.matrix'
|
|---|
| 34183 | adding 'chimerax/sim_matrices/matrices/BLOSUM-90.matrix'
|
|---|
| 34184 | adding 'chimerax/sim_matrices/matrices/BLOSUM-N.matrix'
|
|---|
| 34185 | adding 'chimerax/sim_matrices/matrices/Grantham.matrix'
|
|---|
| 34186 | adding 'chimerax/sim_matrices/matrices/HSDM.matrix'
|
|---|
| 34187 | adding 'chimerax/sim_matrices/matrices/Nucleic.dnamatrix'
|
|---|
| 34188 | adding 'chimerax/sim_matrices/matrices/PAM-120.matrix'
|
|---|
| 34189 | adding 'chimerax/sim_matrices/matrices/PAM-150.matrix'
|
|---|
| 34190 | adding 'chimerax/sim_matrices/matrices/PAM-250.matrix'
|
|---|
| 34191 | adding 'chimerax/sim_matrices/matrices/PAM-40.matrix'
|
|---|
| 34192 | adding 'chimerax/sim_matrices/matrices/SDM.matrix'
|
|---|
| 34193 | adding 'chimerax_alignmentmatrices-2.1.dist-info/METADATA'
|
|---|
| 34194 | adding 'chimerax_alignmentmatrices-2.1.dist-info/WHEEL'
|
|---|
| 34195 | adding 'chimerax_alignmentmatrices-2.1.dist-info/top_level.txt'
|
|---|
| 34196 | adding 'chimerax_alignmentmatrices-2.1.dist-info/RECORD'
|
|---|
| 34197 | removing build\bdist.win-amd64\wheel
|
|---|
| 34198 | Distribution is in .\dist\ChimeraX_AlignmentMatrices-2.1-py3-none-any.whl
|
|---|
| 34199 | INFO:
|
|---|
| 34200 |
|
|---|
| 34201 | make sync
|
|---|
| 34202 | make[6]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/sim_matrices'
|
|---|
| 34203 | cp -av dist/*.whl ../../../build/sync
|
|---|
| 34204 | 'dist/chimerax_alignmentmatrices-2.1-py3-none-any.whl' -> '../../../build/sync/chimerax_alignmentmatrices-2.1-py3-none-any.whl'
|
|---|
| 34205 | make[6]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/sim_matrices'
|
|---|
| 34206 | make[5]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/sim_matrices'
|
|---|
| 34207 | make -C similarstructures build
|
|---|
| 34208 | make[5]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/similarstructures'
|
|---|
| 34209 | if [ -z "../../../ChimeraX.app/bin/python.exe" ]; then \
|
|---|
| 34210 | echo "missing ChimeraX application's python"; exit 1; \
|
|---|
| 34211 | else \
|
|---|
| 34212 | PYTHONNOUSERSITE=1 ../../../ChimeraX.app/bin/python.exe -I -m chimerax.core --nogui --exit --safemode --cmd "devel build . exit true "; \
|
|---|
| 34213 | fi
|
|---|
| 34214 | INFO:
|
|---|
| 34215 | Executing: devel build . exit true
|
|---|
| 34216 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\setuptools\dist.py:759: SetuptoolsDeprecationWarning: License classifiers are deprecated.
|
|---|
| 34217 | !!
|
|---|
| 34218 |
|
|---|
| 34219 | ********************************************************************************
|
|---|
| 34220 | Please consider removing the following classifiers in favor of a SPDX license expression:
|
|---|
| 34221 |
|
|---|
| 34222 | License :: Free for non-commercial use
|
|---|
| 34223 |
|
|---|
| 34224 | See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details.
|
|---|
| 34225 | ********************************************************************************
|
|---|
| 34226 |
|
|---|
| 34227 | !!
|
|---|
| 34228 | self._finalize_license_expression()
|
|---|
| 34229 | running build
|
|---|
| 34230 | running build_py
|
|---|
| 34231 | creating build\lib\chimerax\similarstructures
|
|---|
| 34232 | copying src\blast_search.py -> build\lib\chimerax\similarstructures
|
|---|
| 34233 | copying src\cluster.py -> build\lib\chimerax\similarstructures
|
|---|
| 34234 | copying src\coords.py -> build\lib\chimerax\similarstructures
|
|---|
| 34235 | copying src\foldseek_search.py -> build\lib\chimerax\similarstructures
|
|---|
| 34236 | copying src\gui.py -> build\lib\chimerax\similarstructures
|
|---|
| 34237 | copying src\lddt.py -> build\lib\chimerax\similarstructures
|
|---|
| 34238 | copying src\ligands.py -> build\lib\chimerax\similarstructures
|
|---|
| 34239 | copying src\mmseqs2_search.py -> build\lib\chimerax\similarstructures
|
|---|
| 34240 | copying src\sequences.py -> build\lib\chimerax\similarstructures
|
|---|
| 34241 | copying src\simstruct.py -> build\lib\chimerax\similarstructures
|
|---|
| 34242 | copying src\traces.py -> build\lib\chimerax\similarstructures
|
|---|
| 34243 | copying src\__init__.py -> build\lib\chimerax\similarstructures
|
|---|
| 34244 | running bdist_wheel
|
|---|
| 34245 | installing to build\bdist.win-amd64\wheel
|
|---|
| 34246 | running install
|
|---|
| 34247 | running install_lib
|
|---|
| 34248 | creating build\bdist.win-amd64\wheel
|
|---|
| 34249 | creating build\bdist.win-amd64\wheel\chimerax
|
|---|
| 34250 | creating build\bdist.win-amd64\wheel\chimerax\similarstructures
|
|---|
| 34251 | copying build\lib\chimerax\similarstructures\blast_search.py -> build\bdist.win-amd64\wheel\.\chimerax\similarstructures
|
|---|
| 34252 | copying build\lib\chimerax\similarstructures\cluster.py -> build\bdist.win-amd64\wheel\.\chimerax\similarstructures
|
|---|
| 34253 | copying build\lib\chimerax\similarstructures\coords.py -> build\bdist.win-amd64\wheel\.\chimerax\similarstructures
|
|---|
| 34254 | copying build\lib\chimerax\similarstructures\foldseek_search.py -> build\bdist.win-amd64\wheel\.\chimerax\similarstructures
|
|---|
| 34255 | copying build\lib\chimerax\similarstructures\gui.py -> build\bdist.win-amd64\wheel\.\chimerax\similarstructures
|
|---|
| 34256 | copying build\lib\chimerax\similarstructures\lddt.py -> build\bdist.win-amd64\wheel\.\chimerax\similarstructures
|
|---|
| 34257 | copying build\lib\chimerax\similarstructures\ligands.py -> build\bdist.win-amd64\wheel\.\chimerax\similarstructures
|
|---|
| 34258 | copying build\lib\chimerax\similarstructures\mmseqs2_search.py -> build\bdist.win-amd64\wheel\.\chimerax\similarstructures
|
|---|
| 34259 | copying build\lib\chimerax\similarstructures\sequences.py -> build\bdist.win-amd64\wheel\.\chimerax\similarstructures
|
|---|
| 34260 | copying build\lib\chimerax\similarstructures\simstruct.py -> build\bdist.win-amd64\wheel\.\chimerax\similarstructures
|
|---|
| 34261 | copying build\lib\chimerax\similarstructures\traces.py -> build\bdist.win-amd64\wheel\.\chimerax\similarstructures
|
|---|
| 34262 | copying build\lib\chimerax\similarstructures\__init__.py -> build\bdist.win-amd64\wheel\.\chimerax\similarstructures
|
|---|
| 34263 | running install_egg_info
|
|---|
| 34264 | running egg_info
|
|---|
| 34265 | creating ChimeraX_SimilarStructures.egg-info
|
|---|
| 34266 | writing ChimeraX_SimilarStructures.egg-info\PKG-INFO
|
|---|
| 34267 | writing dependency_links to ChimeraX_SimilarStructures.egg-info\dependency_links.txt
|
|---|
| 34268 | writing requirements to ChimeraX_SimilarStructures.egg-info\requires.txt
|
|---|
| 34269 | writing top-level names to ChimeraX_SimilarStructures.egg-info\top_level.txt
|
|---|
| 34270 | writing manifest file 'ChimeraX_SimilarStructures.egg-info\SOURCES.txt'
|
|---|
| 34271 | reading manifest file 'ChimeraX_SimilarStructures.egg-info\SOURCES.txt'
|
|---|
| 34272 | writing manifest file 'ChimeraX_SimilarStructures.egg-info\SOURCES.txt'
|
|---|
| 34273 | Copying ChimeraX_SimilarStructures.egg-info to build\bdist.win-amd64\wheel\.\ChimeraX_SimilarStructures-1.0.1-py3.11.egg-info
|
|---|
| 34274 | running install_scripts
|
|---|
| 34275 | creating build\bdist.win-amd64\wheel\chimerax_similarstructures-1.0.1.dist-info\WHEEL
|
|---|
| 34276 | creating 'dist\chimerax_similarstructures-1.0.1-py3-none-any.whl' and adding 'build\bdist.win-amd64\wheel' to it
|
|---|
| 34277 | adding 'chimerax/similarstructures/__init__.py'
|
|---|
| 34278 | adding 'chimerax/similarstructures/blast_search.py'
|
|---|
| 34279 | adding 'chimerax/similarstructures/cluster.py'
|
|---|
| 34280 | adding 'chimerax/similarstructures/coords.py'
|
|---|
| 34281 | adding 'chimerax/similarstructures/foldseek_search.py'
|
|---|
| 34282 | adding 'chimerax/similarstructures/gui.py'
|
|---|
| 34283 | adding 'chimerax/similarstructures/lddt.py'
|
|---|
| 34284 | adding 'chimerax/similarstructures/ligands.py'
|
|---|
| 34285 | adding 'chimerax/similarstructures/mmseqs2_search.py'
|
|---|
| 34286 | adding 'chimerax/similarstructures/sequences.py'
|
|---|
| 34287 | adding 'chimerax/similarstructures/simstruct.py'
|
|---|
| 34288 | adding 'chimerax/similarstructures/traces.py'
|
|---|
| 34289 | adding 'chimerax_similarstructures-1.0.1.dist-info/METADATA'
|
|---|
| 34290 | adding 'chimerax_similarstructures-1.0.1.dist-info/WHEEL'
|
|---|
| 34291 | adding 'chimerax_similarstructures-1.0.1.dist-info/top_level.txt'
|
|---|
| 34292 | adding 'chimerax_similarstructures-1.0.1.dist-info/RECORD'
|
|---|
| 34293 | removing build\bdist.win-amd64\wheel
|
|---|
| 34294 | Distribution is in .\dist\ChimeraX_SimilarStructures-1.0.1-py3-none-any.whl
|
|---|
| 34295 | INFO:
|
|---|
| 34296 |
|
|---|
| 34297 | make sync
|
|---|
| 34298 | make[6]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/similarstructures'
|
|---|
| 34299 | cp -av dist/*.whl ../../../build/sync
|
|---|
| 34300 | 'dist/chimerax_similarstructures-1.0.1-py3-none-any.whl' -> '../../../build/sync/chimerax_similarstructures-1.0.1-py3-none-any.whl'
|
|---|
| 34301 | make[6]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/similarstructures'
|
|---|
| 34302 | make[5]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/similarstructures'
|
|---|
| 34303 | make -C smiles build
|
|---|
| 34304 | make[5]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/smiles'
|
|---|
| 34305 | if [ -z "../../../ChimeraX.app/bin/python.exe" ]; then \
|
|---|
| 34306 | echo "missing ChimeraX application's python"; exit 1; \
|
|---|
| 34307 | else \
|
|---|
| 34308 | PYTHONNOUSERSITE=1 ../../../ChimeraX.app/bin/python.exe -I -m chimerax.core --nogui --exit --safemode --cmd "devel build . exit true "; \
|
|---|
| 34309 | fi
|
|---|
| 34310 | INFO:
|
|---|
| 34311 | Executing: devel build . exit true
|
|---|
| 34312 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\setuptools\dist.py:759: SetuptoolsDeprecationWarning: License classifiers are deprecated.
|
|---|
| 34313 | !!
|
|---|
| 34314 |
|
|---|
| 34315 | ********************************************************************************
|
|---|
| 34316 | Please consider removing the following classifiers in favor of a SPDX license expression:
|
|---|
| 34317 |
|
|---|
| 34318 | License :: Free for non-commercial use
|
|---|
| 34319 |
|
|---|
| 34320 | See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details.
|
|---|
| 34321 | ********************************************************************************
|
|---|
| 34322 |
|
|---|
| 34323 | !!
|
|---|
| 34324 | self._finalize_license_expression()
|
|---|
| 34325 | running build
|
|---|
| 34326 | running build_py
|
|---|
| 34327 | creating build\lib\chimerax\smiles
|
|---|
| 34328 | copying src\build_ui.py -> build\lib\chimerax\smiles
|
|---|
| 34329 | copying src\smiles.py -> build\lib\chimerax\smiles
|
|---|
| 34330 | copying src\__init__.py -> build\lib\chimerax\smiles
|
|---|
| 34331 | running bdist_wheel
|
|---|
| 34332 | installing to build\bdist.win-amd64\wheel
|
|---|
| 34333 | running install
|
|---|
| 34334 | running install_lib
|
|---|
| 34335 | creating build\bdist.win-amd64\wheel
|
|---|
| 34336 | creating build\bdist.win-amd64\wheel\chimerax
|
|---|
| 34337 | creating build\bdist.win-amd64\wheel\chimerax\smiles
|
|---|
| 34338 | copying build\lib\chimerax\smiles\build_ui.py -> build\bdist.win-amd64\wheel\.\chimerax\smiles
|
|---|
| 34339 | copying build\lib\chimerax\smiles\smiles.py -> build\bdist.win-amd64\wheel\.\chimerax\smiles
|
|---|
| 34340 | copying build\lib\chimerax\smiles\__init__.py -> build\bdist.win-amd64\wheel\.\chimerax\smiles
|
|---|
| 34341 | running install_egg_info
|
|---|
| 34342 | running egg_info
|
|---|
| 34343 | creating ChimeraX_Smiles.egg-info
|
|---|
| 34344 | writing ChimeraX_Smiles.egg-info\PKG-INFO
|
|---|
| 34345 | writing dependency_links to ChimeraX_Smiles.egg-info\dependency_links.txt
|
|---|
| 34346 | writing requirements to ChimeraX_Smiles.egg-info\requires.txt
|
|---|
| 34347 | writing top-level names to ChimeraX_Smiles.egg-info\top_level.txt
|
|---|
| 34348 | writing manifest file 'ChimeraX_Smiles.egg-info\SOURCES.txt'
|
|---|
| 34349 | reading manifest file 'ChimeraX_Smiles.egg-info\SOURCES.txt'
|
|---|
| 34350 | writing manifest file 'ChimeraX_Smiles.egg-info\SOURCES.txt'
|
|---|
| 34351 | Copying ChimeraX_Smiles.egg-info to build\bdist.win-amd64\wheel\.\ChimeraX_Smiles-2.1.2-py3.11.egg-info
|
|---|
| 34352 | running install_scripts
|
|---|
| 34353 | creating build\bdist.win-amd64\wheel\chimerax_smiles-2.1.2.dist-info\WHEEL
|
|---|
| 34354 | creating 'dist\chimerax_smiles-2.1.2-py3-none-any.whl' and adding 'build\bdist.win-amd64\wheel' to it
|
|---|
| 34355 | adding 'chimerax/smiles/__init__.py'
|
|---|
| 34356 | adding 'chimerax/smiles/build_ui.py'
|
|---|
| 34357 | adding 'chimerax/smiles/smiles.py'
|
|---|
| 34358 | adding 'chimerax_smiles-2.1.2.dist-info/METADATA'
|
|---|
| 34359 | adding 'chimerax_smiles-2.1.2.dist-info/WHEEL'
|
|---|
| 34360 | adding 'chimerax_smiles-2.1.2.dist-info/top_level.txt'
|
|---|
| 34361 | adding 'chimerax_smiles-2.1.2.dist-info/RECORD'
|
|---|
| 34362 | removing build\bdist.win-amd64\wheel
|
|---|
| 34363 | Distribution is in .\dist\ChimeraX_Smiles-2.1.2-py3-none-any.whl
|
|---|
| 34364 | INFO:
|
|---|
| 34365 |
|
|---|
| 34366 | make sync
|
|---|
| 34367 | make[6]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/smiles'
|
|---|
| 34368 | cp -av dist/*.whl ../../../build/sync
|
|---|
| 34369 | 'dist/chimerax_smiles-2.1.2-py3-none-any.whl' -> '../../../build/sync/chimerax_smiles-2.1.2-py3-none-any.whl'
|
|---|
| 34370 | make[6]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/smiles'
|
|---|
| 34371 | make[5]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/smiles'
|
|---|
| 34372 | make -C smooth_lines build
|
|---|
| 34373 | make[5]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/smooth_lines'
|
|---|
| 34374 | if [ -z "../../../ChimeraX.app/bin/python.exe" ]; then \
|
|---|
| 34375 | echo "missing ChimeraX application's python"; exit 1; \
|
|---|
| 34376 | else \
|
|---|
| 34377 | PYTHONNOUSERSITE=1 ../../../ChimeraX.app/bin/python.exe -I -m chimerax.core --nogui --exit --safemode --cmd "devel build . exit true "; \
|
|---|
| 34378 | fi
|
|---|
| 34379 | INFO:
|
|---|
| 34380 | Executing: devel build . exit true
|
|---|
| 34381 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\setuptools\dist.py:759: SetuptoolsDeprecationWarning: License classifiers are deprecated.
|
|---|
| 34382 | !!
|
|---|
| 34383 |
|
|---|
| 34384 | ********************************************************************************
|
|---|
| 34385 | Please consider removing the following classifiers in favor of a SPDX license expression:
|
|---|
| 34386 |
|
|---|
| 34387 | License :: Free for non-commercial use
|
|---|
| 34388 |
|
|---|
| 34389 | See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details.
|
|---|
| 34390 | ********************************************************************************
|
|---|
| 34391 |
|
|---|
| 34392 | !!
|
|---|
| 34393 | self._finalize_license_expression()
|
|---|
| 34394 | running build
|
|---|
| 34395 | running build_py
|
|---|
| 34396 | creating build\lib\chimerax\smooth_lines
|
|---|
| 34397 | copying src\smoothlines.py -> build\lib\chimerax\smooth_lines
|
|---|
| 34398 | copying src\__init__.py -> build\lib\chimerax\smooth_lines
|
|---|
| 34399 | running bdist_wheel
|
|---|
| 34400 | installing to build\bdist.win-amd64\wheel
|
|---|
| 34401 | running install
|
|---|
| 34402 | running install_lib
|
|---|
| 34403 | creating build\bdist.win-amd64\wheel
|
|---|
| 34404 | creating build\bdist.win-amd64\wheel\chimerax
|
|---|
| 34405 | creating build\bdist.win-amd64\wheel\chimerax\smooth_lines
|
|---|
| 34406 | copying build\lib\chimerax\smooth_lines\smoothlines.py -> build\bdist.win-amd64\wheel\.\chimerax\smooth_lines
|
|---|
| 34407 | copying build\lib\chimerax\smooth_lines\__init__.py -> build\bdist.win-amd64\wheel\.\chimerax\smooth_lines
|
|---|
| 34408 | running install_egg_info
|
|---|
| 34409 | running egg_info
|
|---|
| 34410 | creating ChimeraX_SmoothLines.egg-info
|
|---|
| 34411 | writing ChimeraX_SmoothLines.egg-info\PKG-INFO
|
|---|
| 34412 | writing dependency_links to ChimeraX_SmoothLines.egg-info\dependency_links.txt
|
|---|
| 34413 | writing requirements to ChimeraX_SmoothLines.egg-info\requires.txt
|
|---|
| 34414 | writing top-level names to ChimeraX_SmoothLines.egg-info\top_level.txt
|
|---|
| 34415 | writing manifest file 'ChimeraX_SmoothLines.egg-info\SOURCES.txt'
|
|---|
| 34416 | reading manifest file 'ChimeraX_SmoothLines.egg-info\SOURCES.txt'
|
|---|
| 34417 | writing manifest file 'ChimeraX_SmoothLines.egg-info\SOURCES.txt'
|
|---|
| 34418 | Copying ChimeraX_SmoothLines.egg-info to build\bdist.win-amd64\wheel\.\ChimeraX_SmoothLines-1.0-py3.11.egg-info
|
|---|
| 34419 | running install_scripts
|
|---|
| 34420 | creating build\bdist.win-amd64\wheel\chimerax_smoothlines-1.0.dist-info\WHEEL
|
|---|
| 34421 | creating 'dist\chimerax_smoothlines-1.0-py3-none-any.whl' and adding 'build\bdist.win-amd64\wheel' to it
|
|---|
| 34422 | adding 'chimerax/smooth_lines/__init__.py'
|
|---|
| 34423 | adding 'chimerax/smooth_lines/smoothlines.py'
|
|---|
| 34424 | adding 'chimerax_smoothlines-1.0.dist-info/METADATA'
|
|---|
| 34425 | adding 'chimerax_smoothlines-1.0.dist-info/WHEEL'
|
|---|
| 34426 | adding 'chimerax_smoothlines-1.0.dist-info/top_level.txt'
|
|---|
| 34427 | adding 'chimerax_smoothlines-1.0.dist-info/RECORD'
|
|---|
| 34428 | removing build\bdist.win-amd64\wheel
|
|---|
| 34429 | Distribution is in .\dist\ChimeraX_SmoothLines-1.0-py3-none-any.whl
|
|---|
| 34430 | INFO:
|
|---|
| 34431 |
|
|---|
| 34432 | make sync
|
|---|
| 34433 | make[6]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/smooth_lines'
|
|---|
| 34434 | cp -av dist/*.whl ../../../build/sync
|
|---|
| 34435 | 'dist/chimerax_smoothlines-1.0-py3-none-any.whl' -> '../../../build/sync/chimerax_smoothlines-1.0-py3-none-any.whl'
|
|---|
| 34436 | make[6]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/smooth_lines'
|
|---|
| 34437 | make[5]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/smooth_lines'
|
|---|
| 34438 | make -C spacenavigator build
|
|---|
| 34439 | make[5]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/spacenavigator'
|
|---|
| 34440 | if [ -z "../../../ChimeraX.app/bin/python.exe" ]; then \
|
|---|
| 34441 | echo "missing ChimeraX application's python"; exit 1; \
|
|---|
| 34442 | else \
|
|---|
| 34443 | PYTHONNOUSERSITE=1 ../../../ChimeraX.app/bin/python.exe -I -m chimerax.core --nogui --exit --safemode --cmd "devel build . exit true "; \
|
|---|
| 34444 | fi
|
|---|
| 34445 | INFO:
|
|---|
| 34446 | Executing: devel build . exit true
|
|---|
| 34447 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\setuptools\_distutils\dist.py:289: UserWarning: Unknown distribution option: 'distclass'
|
|---|
| 34448 | warnings.warn(msg)
|
|---|
| 34449 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\setuptools\config\_apply_pyprojecttoml.py:82: SetuptoolsDeprecationWarning: `project.license` as a TOML table is deprecated
|
|---|
| 34450 | !!
|
|---|
| 34451 |
|
|---|
| 34452 | ********************************************************************************
|
|---|
| 34453 | Please use a simple string containing a SPDX expression for `project.license`. You can also use `project.license-files`. (Both options available on setuptools>=77.0.0).
|
|---|
| 34454 |
|
|---|
| 34455 | By 2026-Feb-18, you need to update your project and remove deprecated calls
|
|---|
| 34456 | or your builds will no longer be supported.
|
|---|
| 34457 |
|
|---|
| 34458 | See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details.
|
|---|
| 34459 | ********************************************************************************
|
|---|
| 34460 |
|
|---|
| 34461 | !!
|
|---|
| 34462 | corresp(dist, value, root_dir)
|
|---|
| 34463 | running build
|
|---|
| 34464 | running build_py
|
|---|
| 34465 | creating build\lib.win-amd64-cpython-311\chimerax\spacenavigator
|
|---|
| 34466 | copying src\snav.py -> build\lib.win-amd64-cpython-311\chimerax\spacenavigator
|
|---|
| 34467 | copying src\snavmac.py -> build\lib.win-amd64-cpython-311\chimerax\spacenavigator
|
|---|
| 34468 | copying src\snavwin32.py -> build\lib.win-amd64-cpython-311\chimerax\spacenavigator
|
|---|
| 34469 | copying src\__init__.py -> build\lib.win-amd64-cpython-311\chimerax\spacenavigator
|
|---|
| 34470 | running build_ext
|
|---|
| 34471 | running bdist_wheel
|
|---|
| 34472 | installing to build\bdist.win-amd64\wheel
|
|---|
| 34473 | running install
|
|---|
| 34474 | running install_lib
|
|---|
| 34475 | running build_ext
|
|---|
| 34476 | creating build\bdist.win-amd64\wheel
|
|---|
| 34477 | creating build\bdist.win-amd64\wheel\chimerax
|
|---|
| 34478 | creating build\bdist.win-amd64\wheel\chimerax\spacenavigator
|
|---|
| 34479 | copying build\lib.win-amd64-cpython-311\chimerax\spacenavigator\snav.py -> build\bdist.win-amd64\wheel\.\chimerax\spacenavigator
|
|---|
| 34480 | copying build\lib.win-amd64-cpython-311\chimerax\spacenavigator\snavmac.py -> build\bdist.win-amd64\wheel\.\chimerax\spacenavigator
|
|---|
| 34481 | copying build\lib.win-amd64-cpython-311\chimerax\spacenavigator\snavwin32.py -> build\bdist.win-amd64\wheel\.\chimerax\spacenavigator
|
|---|
| 34482 | copying build\lib.win-amd64-cpython-311\chimerax\spacenavigator\__init__.py -> build\bdist.win-amd64\wheel\.\chimerax\spacenavigator
|
|---|
| 34483 | running install_egg_info
|
|---|
| 34484 | running egg_info
|
|---|
| 34485 | creating ChimeraX_SpaceNavigator.egg-info
|
|---|
| 34486 | writing ChimeraX_SpaceNavigator.egg-info\PKG-INFO
|
|---|
| 34487 | writing dependency_links to ChimeraX_SpaceNavigator.egg-info\dependency_links.txt
|
|---|
| 34488 | writing requirements to ChimeraX_SpaceNavigator.egg-info\requires.txt
|
|---|
| 34489 | writing top-level names to ChimeraX_SpaceNavigator.egg-info\top_level.txt
|
|---|
| 34490 | writing manifest file 'ChimeraX_SpaceNavigator.egg-info\SOURCES.txt'
|
|---|
| 34491 | reading manifest file 'ChimeraX_SpaceNavigator.egg-info\SOURCES.txt'
|
|---|
| 34492 | writing manifest file 'ChimeraX_SpaceNavigator.egg-info\SOURCES.txt'
|
|---|
| 34493 | Copying ChimeraX_SpaceNavigator.egg-info to build\bdist.win-amd64\wheel\.\ChimeraX_SpaceNavigator-1.0-py3.11.egg-info
|
|---|
| 34494 | running install_scripts
|
|---|
| 34495 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\setuptools\command\bdist_wheel.py:103: RuntimeWarning: Config variable 'Py_DEBUG' is unset, Python ABI tag may be incorrect
|
|---|
| 34496 | if get_flag("Py_DEBUG", hasattr(sys, "gettotalrefcount"), warn=(impl == "cp")):
|
|---|
| 34497 | creating build\bdist.win-amd64\wheel\chimerax_spacenavigator-1.0.dist-info\WHEEL
|
|---|
| 34498 | creating 'dist\chimerax_spacenavigator-1.0-cp311-cp311-win_amd64.whl' and adding 'build\bdist.win-amd64\wheel' to it
|
|---|
| 34499 | adding 'chimerax/spacenavigator/__init__.py'
|
|---|
| 34500 | adding 'chimerax/spacenavigator/snav.py'
|
|---|
| 34501 | adding 'chimerax/spacenavigator/snavmac.py'
|
|---|
| 34502 | adding 'chimerax/spacenavigator/snavwin32.py'
|
|---|
| 34503 | adding 'chimerax_spacenavigator-1.0.dist-info/METADATA'
|
|---|
| 34504 | adding 'chimerax_spacenavigator-1.0.dist-info/WHEEL'
|
|---|
| 34505 | adding 'chimerax_spacenavigator-1.0.dist-info/top_level.txt'
|
|---|
| 34506 | adding 'chimerax_spacenavigator-1.0.dist-info/RECORD'
|
|---|
| 34507 | removing build\bdist.win-amd64\wheel
|
|---|
| 34508 | Distribution is in C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\spacenavigator\dist\chimerax_spacenavigator-1.0-cp311-cp311-win_amd64.whl
|
|---|
| 34509 | INFO:
|
|---|
| 34510 |
|
|---|
| 34511 | make sync
|
|---|
| 34512 | make[6]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/spacenavigator'
|
|---|
| 34513 | cp -av dist/*.whl ../../../build/sync
|
|---|
| 34514 | 'dist/chimerax_spacenavigator-1.0-cp311-cp311-win_amd64.whl' -> '../../../build/sync/chimerax_spacenavigator-1.0-cp311-cp311-win_amd64.whl'
|
|---|
| 34515 | make[6]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/spacenavigator'
|
|---|
| 34516 | make[5]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/spacenavigator'
|
|---|
| 34517 | make -C std_commands build
|
|---|
| 34518 | make[5]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/std_commands'
|
|---|
| 34519 | if [ -z "../../../ChimeraX.app/bin/python.exe" ]; then \
|
|---|
| 34520 | echo "missing ChimeraX application's python"; exit 1; \
|
|---|
| 34521 | else \
|
|---|
| 34522 | PYTHONNOUSERSITE=1 ../../../ChimeraX.app/bin/python.exe -I -m chimerax.core --nogui --exit --safemode --cmd "devel build . exit true "; \
|
|---|
| 34523 | fi
|
|---|
| 34524 | INFO:
|
|---|
| 34525 | Executing: devel build . exit true
|
|---|
| 34526 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\setuptools\dist.py:759: SetuptoolsDeprecationWarning: License classifiers are deprecated.
|
|---|
| 34527 | !!
|
|---|
| 34528 |
|
|---|
| 34529 | ********************************************************************************
|
|---|
| 34530 | Please consider removing the following classifiers in favor of a SPDX license expression:
|
|---|
| 34531 |
|
|---|
| 34532 | License :: Free for non-commercial use
|
|---|
| 34533 |
|
|---|
| 34534 | See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details.
|
|---|
| 34535 | ********************************************************************************
|
|---|
| 34536 |
|
|---|
| 34537 | !!
|
|---|
| 34538 | self._finalize_license_expression()
|
|---|
| 34539 | running build
|
|---|
| 34540 | running build_py
|
|---|
| 34541 | creating build\lib\chimerax\std_commands
|
|---|
| 34542 | copying src\alias.py -> build\lib\chimerax\std_commands
|
|---|
| 34543 | copying src\align.py -> build\lib\chimerax\std_commands
|
|---|
| 34544 | copying src\altlocs.py -> build\lib\chimerax\std_commands
|
|---|
| 34545 | copying src\angle.py -> build\lib\chimerax\std_commands
|
|---|
| 34546 | copying src\camera.py -> build\lib\chimerax\std_commands
|
|---|
| 34547 | copying src\cartoon.py -> build\lib\chimerax\std_commands
|
|---|
| 34548 | copying src\cd.py -> build\lib\chimerax\std_commands
|
|---|
| 34549 | copying src\clip.py -> build\lib\chimerax\std_commands
|
|---|
| 34550 | copying src\close.py -> build\lib\chimerax\std_commands
|
|---|
| 34551 | copying src\cofr.py -> build\lib\chimerax\std_commands
|
|---|
| 34552 | copying src\color.py -> build\lib\chimerax\std_commands
|
|---|
| 34553 | copying src\colorname.py -> build\lib\chimerax\std_commands
|
|---|
| 34554 | copying src\coordset.py -> build\lib\chimerax\std_commands
|
|---|
| 34555 | copying src\coordset_gui.py -> build\lib\chimerax\std_commands
|
|---|
| 34556 | copying src\crossfade.py -> build\lib\chimerax\std_commands
|
|---|
| 34557 | copying src\defattr.py -> build\lib\chimerax\std_commands
|
|---|
| 34558 | copying src\defattr_gui.py -> build\lib\chimerax\std_commands
|
|---|
| 34559 | copying src\delete.py -> build\lib\chimerax\std_commands
|
|---|
| 34560 | copying src\dssp.py -> build\lib\chimerax\std_commands
|
|---|
| 34561 | copying src\exit.py -> build\lib\chimerax\std_commands
|
|---|
| 34562 | copying src\fly.py -> build\lib\chimerax\std_commands
|
|---|
| 34563 | copying src\getcrd.py -> build\lib\chimerax\std_commands
|
|---|
| 34564 | copying src\graphics.py -> build\lib\chimerax\std_commands
|
|---|
| 34565 | copying src\hide.py -> build\lib\chimerax\std_commands
|
|---|
| 34566 | copying src\lighting.py -> build\lib\chimerax\std_commands
|
|---|
| 34567 | copying src\material.py -> build\lib\chimerax\std_commands
|
|---|
| 34568 | copying src\measure_buriedarea.py -> build\lib\chimerax\std_commands
|
|---|
| 34569 | copying src\measure_center.py -> build\lib\chimerax\std_commands
|
|---|
| 34570 | copying src\measure_convexity.py -> build\lib\chimerax\std_commands
|
|---|
| 34571 | copying src\measure_correlation.py -> build\lib\chimerax\std_commands
|
|---|
| 34572 | copying src\measure_inertia.py -> build\lib\chimerax\std_commands
|
|---|
| 34573 | copying src\measure_length.py -> build\lib\chimerax\std_commands
|
|---|
| 34574 | copying src\measure_rotation.py -> build\lib\chimerax\std_commands
|
|---|
| 34575 | copying src\measure_symmetry.py -> build\lib\chimerax\std_commands
|
|---|
| 34576 | copying src\measure_weight.py -> build\lib\chimerax\std_commands
|
|---|
| 34577 | copying src\move.py -> build\lib\chimerax\std_commands
|
|---|
| 34578 | copying src\move_cofr.py -> build\lib\chimerax\std_commands
|
|---|
| 34579 | copying src\palette.py -> build\lib\chimerax\std_commands
|
|---|
| 34580 | copying src\perframe.py -> build\lib\chimerax\std_commands
|
|---|
| 34581 | copying src\pwd.py -> build\lib\chimerax\std_commands
|
|---|
| 34582 | copying src\rainbow.py -> build\lib\chimerax\std_commands
|
|---|
| 34583 | copying src\rename.py -> build\lib\chimerax\std_commands
|
|---|
| 34584 | copying src\ribbon.py -> build\lib\chimerax\std_commands
|
|---|
| 34585 | copying src\rmsd.py -> build\lib\chimerax\std_commands
|
|---|
| 34586 | copying src\rock.py -> build\lib\chimerax\std_commands
|
|---|
| 34587 | copying src\roll.py -> build\lib\chimerax\std_commands
|
|---|
| 34588 | copying src\runscript.py -> build\lib\chimerax\std_commands
|
|---|
| 34589 | copying src\select.py -> build\lib\chimerax\std_commands
|
|---|
| 34590 | copying src\selectors.py -> build\lib\chimerax\std_commands
|
|---|
| 34591 | copying src\set.py -> build\lib\chimerax\std_commands
|
|---|
| 34592 | copying src\setattr.py -> build\lib\chimerax\std_commands
|
|---|
| 34593 | copying src\show.py -> build\lib\chimerax\std_commands
|
|---|
| 34594 | copying src\size.py -> build\lib\chimerax\std_commands
|
|---|
| 34595 | copying src\split.py -> build\lib\chimerax\std_commands
|
|---|
| 34596 | copying src\stop.py -> build\lib\chimerax\std_commands
|
|---|
| 34597 | copying src\style.py -> build\lib\chimerax\std_commands
|
|---|
| 34598 | copying src\sym.py -> build\lib\chimerax\std_commands
|
|---|
| 34599 | copying src\tile.py -> build\lib\chimerax\std_commands
|
|---|
| 34600 | copying src\time.py -> build\lib\chimerax\std_commands
|
|---|
| 34601 | copying src\transparency.py -> build\lib\chimerax\std_commands
|
|---|
| 34602 | copying src\turn.py -> build\lib\chimerax\std_commands
|
|---|
| 34603 | copying src\undo.py -> build\lib\chimerax\std_commands
|
|---|
| 34604 | copying src\usage.py -> build\lib\chimerax\std_commands
|
|---|
| 34605 | copying src\version.py -> build\lib\chimerax\std_commands
|
|---|
| 34606 | copying src\view.py -> build\lib\chimerax\std_commands
|
|---|
| 34607 | copying src\wait.py -> build\lib\chimerax\std_commands
|
|---|
| 34608 | copying src\windowsize.py -> build\lib\chimerax\std_commands
|
|---|
| 34609 | copying src\wobble.py -> build\lib\chimerax\std_commands
|
|---|
| 34610 | copying src\zonesel.py -> build\lib\chimerax\std_commands
|
|---|
| 34611 | copying src\zoom.py -> build\lib\chimerax\std_commands
|
|---|
| 34612 | copying src\__init__.py -> build\lib\chimerax\std_commands
|
|---|
| 34613 | copying src\coordset.png -> build\lib\chimerax\std_commands
|
|---|
| 34614 | running bdist_wheel
|
|---|
| 34615 | installing to build\bdist.win-amd64\wheel
|
|---|
| 34616 | running install
|
|---|
| 34617 | running install_lib
|
|---|
| 34618 | creating build\bdist.win-amd64\wheel
|
|---|
| 34619 | creating build\bdist.win-amd64\wheel\chimerax
|
|---|
| 34620 | creating build\bdist.win-amd64\wheel\chimerax\std_commands
|
|---|
| 34621 | copying build\lib\chimerax\std_commands\alias.py -> build\bdist.win-amd64\wheel\.\chimerax\std_commands
|
|---|
| 34622 | copying build\lib\chimerax\std_commands\align.py -> build\bdist.win-amd64\wheel\.\chimerax\std_commands
|
|---|
| 34623 | copying build\lib\chimerax\std_commands\altlocs.py -> build\bdist.win-amd64\wheel\.\chimerax\std_commands
|
|---|
| 34624 | copying build\lib\chimerax\std_commands\angle.py -> build\bdist.win-amd64\wheel\.\chimerax\std_commands
|
|---|
| 34625 | copying build\lib\chimerax\std_commands\camera.py -> build\bdist.win-amd64\wheel\.\chimerax\std_commands
|
|---|
| 34626 | copying build\lib\chimerax\std_commands\cartoon.py -> build\bdist.win-amd64\wheel\.\chimerax\std_commands
|
|---|
| 34627 | copying build\lib\chimerax\std_commands\cd.py -> build\bdist.win-amd64\wheel\.\chimerax\std_commands
|
|---|
| 34628 | copying build\lib\chimerax\std_commands\clip.py -> build\bdist.win-amd64\wheel\.\chimerax\std_commands
|
|---|
| 34629 | copying build\lib\chimerax\std_commands\close.py -> build\bdist.win-amd64\wheel\.\chimerax\std_commands
|
|---|
| 34630 | copying build\lib\chimerax\std_commands\cofr.py -> build\bdist.win-amd64\wheel\.\chimerax\std_commands
|
|---|
| 34631 | copying build\lib\chimerax\std_commands\color.py -> build\bdist.win-amd64\wheel\.\chimerax\std_commands
|
|---|
| 34632 | copying build\lib\chimerax\std_commands\colorname.py -> build\bdist.win-amd64\wheel\.\chimerax\std_commands
|
|---|
| 34633 | copying build\lib\chimerax\std_commands\coordset.png -> build\bdist.win-amd64\wheel\.\chimerax\std_commands
|
|---|
| 34634 | copying build\lib\chimerax\std_commands\coordset.py -> build\bdist.win-amd64\wheel\.\chimerax\std_commands
|
|---|
| 34635 | copying build\lib\chimerax\std_commands\coordset_gui.py -> build\bdist.win-amd64\wheel\.\chimerax\std_commands
|
|---|
| 34636 | copying build\lib\chimerax\std_commands\crossfade.py -> build\bdist.win-amd64\wheel\.\chimerax\std_commands
|
|---|
| 34637 | copying build\lib\chimerax\std_commands\defattr.py -> build\bdist.win-amd64\wheel\.\chimerax\std_commands
|
|---|
| 34638 | copying build\lib\chimerax\std_commands\defattr_gui.py -> build\bdist.win-amd64\wheel\.\chimerax\std_commands
|
|---|
| 34639 | copying build\lib\chimerax\std_commands\delete.py -> build\bdist.win-amd64\wheel\.\chimerax\std_commands
|
|---|
| 34640 | copying build\lib\chimerax\std_commands\dssp.py -> build\bdist.win-amd64\wheel\.\chimerax\std_commands
|
|---|
| 34641 | copying build\lib\chimerax\std_commands\exit.py -> build\bdist.win-amd64\wheel\.\chimerax\std_commands
|
|---|
| 34642 | copying build\lib\chimerax\std_commands\fly.py -> build\bdist.win-amd64\wheel\.\chimerax\std_commands
|
|---|
| 34643 | copying build\lib\chimerax\std_commands\getcrd.py -> build\bdist.win-amd64\wheel\.\chimerax\std_commands
|
|---|
| 34644 | copying build\lib\chimerax\std_commands\graphics.py -> build\bdist.win-amd64\wheel\.\chimerax\std_commands
|
|---|
| 34645 | copying build\lib\chimerax\std_commands\hide.py -> build\bdist.win-amd64\wheel\.\chimerax\std_commands
|
|---|
| 34646 | copying build\lib\chimerax\std_commands\lighting.py -> build\bdist.win-amd64\wheel\.\chimerax\std_commands
|
|---|
| 34647 | copying build\lib\chimerax\std_commands\material.py -> build\bdist.win-amd64\wheel\.\chimerax\std_commands
|
|---|
| 34648 | copying build\lib\chimerax\std_commands\measure_buriedarea.py -> build\bdist.win-amd64\wheel\.\chimerax\std_commands
|
|---|
| 34649 | copying build\lib\chimerax\std_commands\measure_center.py -> build\bdist.win-amd64\wheel\.\chimerax\std_commands
|
|---|
| 34650 | copying build\lib\chimerax\std_commands\measure_convexity.py -> build\bdist.win-amd64\wheel\.\chimerax\std_commands
|
|---|
| 34651 | copying build\lib\chimerax\std_commands\measure_correlation.py -> build\bdist.win-amd64\wheel\.\chimerax\std_commands
|
|---|
| 34652 | copying build\lib\chimerax\std_commands\measure_inertia.py -> build\bdist.win-amd64\wheel\.\chimerax\std_commands
|
|---|
| 34653 | copying build\lib\chimerax\std_commands\measure_length.py -> build\bdist.win-amd64\wheel\.\chimerax\std_commands
|
|---|
| 34654 | copying build\lib\chimerax\std_commands\measure_rotation.py -> build\bdist.win-amd64\wheel\.\chimerax\std_commands
|
|---|
| 34655 | copying build\lib\chimerax\std_commands\measure_symmetry.py -> build\bdist.win-amd64\wheel\.\chimerax\std_commands
|
|---|
| 34656 | copying build\lib\chimerax\std_commands\measure_weight.py -> build\bdist.win-amd64\wheel\.\chimerax\std_commands
|
|---|
| 34657 | copying build\lib\chimerax\std_commands\move.py -> build\bdist.win-amd64\wheel\.\chimerax\std_commands
|
|---|
| 34658 | copying build\lib\chimerax\std_commands\move_cofr.py -> build\bdist.win-amd64\wheel\.\chimerax\std_commands
|
|---|
| 34659 | copying build\lib\chimerax\std_commands\palette.py -> build\bdist.win-amd64\wheel\.\chimerax\std_commands
|
|---|
| 34660 | copying build\lib\chimerax\std_commands\perframe.py -> build\bdist.win-amd64\wheel\.\chimerax\std_commands
|
|---|
| 34661 | copying build\lib\chimerax\std_commands\pwd.py -> build\bdist.win-amd64\wheel\.\chimerax\std_commands
|
|---|
| 34662 | copying build\lib\chimerax\std_commands\rainbow.py -> build\bdist.win-amd64\wheel\.\chimerax\std_commands
|
|---|
| 34663 | copying build\lib\chimerax\std_commands\rename.py -> build\bdist.win-amd64\wheel\.\chimerax\std_commands
|
|---|
| 34664 | copying build\lib\chimerax\std_commands\ribbon.py -> build\bdist.win-amd64\wheel\.\chimerax\std_commands
|
|---|
| 34665 | copying build\lib\chimerax\std_commands\rmsd.py -> build\bdist.win-amd64\wheel\.\chimerax\std_commands
|
|---|
| 34666 | copying build\lib\chimerax\std_commands\rock.py -> build\bdist.win-amd64\wheel\.\chimerax\std_commands
|
|---|
| 34667 | copying build\lib\chimerax\std_commands\roll.py -> build\bdist.win-amd64\wheel\.\chimerax\std_commands
|
|---|
| 34668 | copying build\lib\chimerax\std_commands\runscript.py -> build\bdist.win-amd64\wheel\.\chimerax\std_commands
|
|---|
| 34669 | copying build\lib\chimerax\std_commands\select.py -> build\bdist.win-amd64\wheel\.\chimerax\std_commands
|
|---|
| 34670 | copying build\lib\chimerax\std_commands\selectors.py -> build\bdist.win-amd64\wheel\.\chimerax\std_commands
|
|---|
| 34671 | copying build\lib\chimerax\std_commands\set.py -> build\bdist.win-amd64\wheel\.\chimerax\std_commands
|
|---|
| 34672 | copying build\lib\chimerax\std_commands\setattr.py -> build\bdist.win-amd64\wheel\.\chimerax\std_commands
|
|---|
| 34673 | copying build\lib\chimerax\std_commands\show.py -> build\bdist.win-amd64\wheel\.\chimerax\std_commands
|
|---|
| 34674 | copying build\lib\chimerax\std_commands\size.py -> build\bdist.win-amd64\wheel\.\chimerax\std_commands
|
|---|
| 34675 | copying build\lib\chimerax\std_commands\split.py -> build\bdist.win-amd64\wheel\.\chimerax\std_commands
|
|---|
| 34676 | copying build\lib\chimerax\std_commands\stop.py -> build\bdist.win-amd64\wheel\.\chimerax\std_commands
|
|---|
| 34677 | copying build\lib\chimerax\std_commands\style.py -> build\bdist.win-amd64\wheel\.\chimerax\std_commands
|
|---|
| 34678 | copying build\lib\chimerax\std_commands\sym.py -> build\bdist.win-amd64\wheel\.\chimerax\std_commands
|
|---|
| 34679 | copying build\lib\chimerax\std_commands\tile.py -> build\bdist.win-amd64\wheel\.\chimerax\std_commands
|
|---|
| 34680 | copying build\lib\chimerax\std_commands\time.py -> build\bdist.win-amd64\wheel\.\chimerax\std_commands
|
|---|
| 34681 | copying build\lib\chimerax\std_commands\transparency.py -> build\bdist.win-amd64\wheel\.\chimerax\std_commands
|
|---|
| 34682 | copying build\lib\chimerax\std_commands\turn.py -> build\bdist.win-amd64\wheel\.\chimerax\std_commands
|
|---|
| 34683 | copying build\lib\chimerax\std_commands\undo.py -> build\bdist.win-amd64\wheel\.\chimerax\std_commands
|
|---|
| 34684 | copying build\lib\chimerax\std_commands\usage.py -> build\bdist.win-amd64\wheel\.\chimerax\std_commands
|
|---|
| 34685 | copying build\lib\chimerax\std_commands\version.py -> build\bdist.win-amd64\wheel\.\chimerax\std_commands
|
|---|
| 34686 | copying build\lib\chimerax\std_commands\view.py -> build\bdist.win-amd64\wheel\.\chimerax\std_commands
|
|---|
| 34687 | copying build\lib\chimerax\std_commands\wait.py -> build\bdist.win-amd64\wheel\.\chimerax\std_commands
|
|---|
| 34688 | copying build\lib\chimerax\std_commands\windowsize.py -> build\bdist.win-amd64\wheel\.\chimerax\std_commands
|
|---|
| 34689 | copying build\lib\chimerax\std_commands\wobble.py -> build\bdist.win-amd64\wheel\.\chimerax\std_commands
|
|---|
| 34690 | copying build\lib\chimerax\std_commands\zonesel.py -> build\bdist.win-amd64\wheel\.\chimerax\std_commands
|
|---|
| 34691 | copying build\lib\chimerax\std_commands\zoom.py -> build\bdist.win-amd64\wheel\.\chimerax\std_commands
|
|---|
| 34692 | copying build\lib\chimerax\std_commands\__init__.py -> build\bdist.win-amd64\wheel\.\chimerax\std_commands
|
|---|
| 34693 | running install_egg_info
|
|---|
| 34694 | running egg_info
|
|---|
| 34695 | creating ChimeraX_StdCommands.egg-info
|
|---|
| 34696 | writing ChimeraX_StdCommands.egg-info\PKG-INFO
|
|---|
| 34697 | writing dependency_links to ChimeraX_StdCommands.egg-info\dependency_links.txt
|
|---|
| 34698 | writing requirements to ChimeraX_StdCommands.egg-info\requires.txt
|
|---|
| 34699 | writing top-level names to ChimeraX_StdCommands.egg-info\top_level.txt
|
|---|
| 34700 | writing manifest file 'ChimeraX_StdCommands.egg-info\SOURCES.txt'
|
|---|
| 34701 | reading manifest file 'ChimeraX_StdCommands.egg-info\SOURCES.txt'
|
|---|
| 34702 | writing manifest file 'ChimeraX_StdCommands.egg-info\SOURCES.txt'
|
|---|
| 34703 | Copying ChimeraX_StdCommands.egg-info to build\bdist.win-amd64\wheel\.\ChimeraX_StdCommands-1.19.1-py3.11.egg-info
|
|---|
| 34704 | running install_scripts
|
|---|
| 34705 | creating build\bdist.win-amd64\wheel\chimerax_stdcommands-1.19.1.dist-info\WHEEL
|
|---|
| 34706 | creating 'dist\chimerax_stdcommands-1.19.1-py3-none-any.whl' and adding 'build\bdist.win-amd64\wheel' to it
|
|---|
| 34707 | adding 'chimerax/std_commands/__init__.py'
|
|---|
| 34708 | adding 'chimerax/std_commands/alias.py'
|
|---|
| 34709 | adding 'chimerax/std_commands/align.py'
|
|---|
| 34710 | adding 'chimerax/std_commands/altlocs.py'
|
|---|
| 34711 | adding 'chimerax/std_commands/angle.py'
|
|---|
| 34712 | adding 'chimerax/std_commands/camera.py'
|
|---|
| 34713 | adding 'chimerax/std_commands/cartoon.py'
|
|---|
| 34714 | adding 'chimerax/std_commands/cd.py'
|
|---|
| 34715 | adding 'chimerax/std_commands/clip.py'
|
|---|
| 34716 | adding 'chimerax/std_commands/close.py'
|
|---|
| 34717 | adding 'chimerax/std_commands/cofr.py'
|
|---|
| 34718 | adding 'chimerax/std_commands/color.py'
|
|---|
| 34719 | adding 'chimerax/std_commands/colorname.py'
|
|---|
| 34720 | adding 'chimerax/std_commands/coordset.png'
|
|---|
| 34721 | adding 'chimerax/std_commands/coordset.py'
|
|---|
| 34722 | adding 'chimerax/std_commands/coordset_gui.py'
|
|---|
| 34723 | adding 'chimerax/std_commands/crossfade.py'
|
|---|
| 34724 | adding 'chimerax/std_commands/defattr.py'
|
|---|
| 34725 | adding 'chimerax/std_commands/defattr_gui.py'
|
|---|
| 34726 | adding 'chimerax/std_commands/delete.py'
|
|---|
| 34727 | adding 'chimerax/std_commands/dssp.py'
|
|---|
| 34728 | adding 'chimerax/std_commands/exit.py'
|
|---|
| 34729 | adding 'chimerax/std_commands/fly.py'
|
|---|
| 34730 | adding 'chimerax/std_commands/getcrd.py'
|
|---|
| 34731 | adding 'chimerax/std_commands/graphics.py'
|
|---|
| 34732 | adding 'chimerax/std_commands/hide.py'
|
|---|
| 34733 | adding 'chimerax/std_commands/lighting.py'
|
|---|
| 34734 | adding 'chimerax/std_commands/material.py'
|
|---|
| 34735 | adding 'chimerax/std_commands/measure_buriedarea.py'
|
|---|
| 34736 | adding 'chimerax/std_commands/measure_center.py'
|
|---|
| 34737 | adding 'chimerax/std_commands/measure_convexity.py'
|
|---|
| 34738 | adding 'chimerax/std_commands/measure_correlation.py'
|
|---|
| 34739 | adding 'chimerax/std_commands/measure_inertia.py'
|
|---|
| 34740 | adding 'chimerax/std_commands/measure_length.py'
|
|---|
| 34741 | adding 'chimerax/std_commands/measure_rotation.py'
|
|---|
| 34742 | adding 'chimerax/std_commands/measure_symmetry.py'
|
|---|
| 34743 | adding 'chimerax/std_commands/measure_weight.py'
|
|---|
| 34744 | adding 'chimerax/std_commands/move.py'
|
|---|
| 34745 | adding 'chimerax/std_commands/move_cofr.py'
|
|---|
| 34746 | adding 'chimerax/std_commands/palette.py'
|
|---|
| 34747 | adding 'chimerax/std_commands/perframe.py'
|
|---|
| 34748 | adding 'chimerax/std_commands/pwd.py'
|
|---|
| 34749 | adding 'chimerax/std_commands/rainbow.py'
|
|---|
| 34750 | adding 'chimerax/std_commands/rename.py'
|
|---|
| 34751 | adding 'chimerax/std_commands/ribbon.py'
|
|---|
| 34752 | adding 'chimerax/std_commands/rmsd.py'
|
|---|
| 34753 | adding 'chimerax/std_commands/rock.py'
|
|---|
| 34754 | adding 'chimerax/std_commands/roll.py'
|
|---|
| 34755 | adding 'chimerax/std_commands/runscript.py'
|
|---|
| 34756 | adding 'chimerax/std_commands/select.py'
|
|---|
| 34757 | adding 'chimerax/std_commands/selectors.py'
|
|---|
| 34758 | adding 'chimerax/std_commands/set.py'
|
|---|
| 34759 | adding 'chimerax/std_commands/setattr.py'
|
|---|
| 34760 | adding 'chimerax/std_commands/show.py'
|
|---|
| 34761 | adding 'chimerax/std_commands/size.py'
|
|---|
| 34762 | adding 'chimerax/std_commands/split.py'
|
|---|
| 34763 | adding 'chimerax/std_commands/stop.py'
|
|---|
| 34764 | adding 'chimerax/std_commands/style.py'
|
|---|
| 34765 | adding 'chimerax/std_commands/sym.py'
|
|---|
| 34766 | adding 'chimerax/std_commands/tile.py'
|
|---|
| 34767 | adding 'chimerax/std_commands/time.py'
|
|---|
| 34768 | adding 'chimerax/std_commands/transparency.py'
|
|---|
| 34769 | adding 'chimerax/std_commands/turn.py'
|
|---|
| 34770 | adding 'chimerax/std_commands/undo.py'
|
|---|
| 34771 | adding 'chimerax/std_commands/usage.py'
|
|---|
| 34772 | adding 'chimerax/std_commands/version.py'
|
|---|
| 34773 | adding 'chimerax/std_commands/view.py'
|
|---|
| 34774 | adding 'chimerax/std_commands/wait.py'
|
|---|
| 34775 | adding 'chimerax/std_commands/windowsize.py'
|
|---|
| 34776 | adding 'chimerax/std_commands/wobble.py'
|
|---|
| 34777 | adding 'chimerax/std_commands/zonesel.py'
|
|---|
| 34778 | adding 'chimerax/std_commands/zoom.py'
|
|---|
| 34779 | adding 'chimerax_stdcommands-1.19.1.dist-info/METADATA'
|
|---|
| 34780 | adding 'chimerax_stdcommands-1.19.1.dist-info/WHEEL'
|
|---|
| 34781 | adding 'chimerax_stdcommands-1.19.1.dist-info/top_level.txt'
|
|---|
| 34782 | adding 'chimerax_stdcommands-1.19.1.dist-info/RECORD'
|
|---|
| 34783 | removing build\bdist.win-amd64\wheel
|
|---|
| 34784 | Distribution is in .\dist\ChimeraX_StdCommands-1.19.1-py3-none-any.whl
|
|---|
| 34785 | INFO:
|
|---|
| 34786 |
|
|---|
| 34787 | make sync
|
|---|
| 34788 | make[6]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/std_commands'
|
|---|
| 34789 | cp -av dist/*.whl ../../../build/sync
|
|---|
| 34790 | 'dist/chimerax_stdcommands-1.19.1-py3-none-any.whl' -> '../../../build/sync/chimerax_stdcommands-1.19.1-py3-none-any.whl'
|
|---|
| 34791 | make[6]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/std_commands'
|
|---|
| 34792 | make[5]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/std_commands'
|
|---|
| 34793 | make -C stl build
|
|---|
| 34794 | make[5]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/stl'
|
|---|
| 34795 | if [ -z "../../../ChimeraX.app/bin/python.exe" ]; then \
|
|---|
| 34796 | echo "missing ChimeraX application's python"; exit 1; \
|
|---|
| 34797 | else \
|
|---|
| 34798 | PYTHONNOUSERSITE=1 ../../../ChimeraX.app/bin/python.exe -I -m chimerax.core --nogui --exit --safemode --cmd "devel build . exit true "; \
|
|---|
| 34799 | fi
|
|---|
| 34800 | INFO:
|
|---|
| 34801 | Executing: devel build . exit true
|
|---|
| 34802 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\setuptools\dist.py:759: SetuptoolsDeprecationWarning: License classifiers are deprecated.
|
|---|
| 34803 | !!
|
|---|
| 34804 |
|
|---|
| 34805 | ********************************************************************************
|
|---|
| 34806 | Please consider removing the following classifiers in favor of a SPDX license expression:
|
|---|
| 34807 |
|
|---|
| 34808 | License :: Free for non-commercial use
|
|---|
| 34809 |
|
|---|
| 34810 | See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details.
|
|---|
| 34811 | ********************************************************************************
|
|---|
| 34812 |
|
|---|
| 34813 | !!
|
|---|
| 34814 | self._finalize_license_expression()
|
|---|
| 34815 | running build
|
|---|
| 34816 | running build_py
|
|---|
| 34817 | creating build\lib.win-amd64-cpython-311\chimerax\stl
|
|---|
| 34818 | copying src\stl.py -> build\lib.win-amd64-cpython-311\chimerax\stl
|
|---|
| 34819 | copying src\stl_cpp.py -> build\lib.win-amd64-cpython-311\chimerax\stl
|
|---|
| 34820 | copying src\__init__.py -> build\lib.win-amd64-cpython-311\chimerax\stl
|
|---|
| 34821 | running build_ext
|
|---|
| 34822 | building 'chimerax.stl._stl' extension
|
|---|
| 34823 | creating build\temp.win-amd64-cpython-311\Release\_stl
|
|---|
| 34824 | "C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\bin\HostX64\x64\cl.exe" /c /nologo /O2 /W3 /GL /DNDEBUG /MD -DMAJOR_VERSION=0 -DMINOR_VERSION=1 -IC:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\include -IC:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\core\include -IC:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\arrays\include -IC:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\include -IC:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Include "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\ucrt" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\shared" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\um" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\winrt" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\cppwinrt" "-Ic:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include" "-Ic:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\atlmfc\include" "-Ic:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\ucrt" "-Ic:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\shared" "-Ic:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\um" "-Ic:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\winrt" "-Ic:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\cppwinrt" /EHsc /Tp_stl/stl.cpp /Fobuild\temp.win-amd64-cpython-311\Release\_stl\stl.obj
|
|---|
| 34825 | stl.cpp
|
|---|
| 34826 | _stl/stl.cpp(165): warning C4244: '=': conversion from 'int64_t' to 'int', possible loss of data
|
|---|
| 34827 | _stl/stl.cpp(175): warning C4244: '=': conversion from 'int64_t' to 'int', possible loss of data
|
|---|
| 34828 | "C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\bin\HostX64\x64\link.exe" /nologo /INCREMENTAL:NO /LTCG /DLL /MANIFEST:EMBED,ID=2 /MANIFESTUAC:NO /LIBPATH:C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\lib /LIBPATH:C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\core\lib /LIBPATH:C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\arrays\lib /LIBPATH:C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\libs /LIBPATH:C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin /LIBPATH:C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\PCbuild\amd64 "/LIBPATH:C:\Program Files (x86)\Windows Kits\10\lib\10.0.19041.0\ucrt\x64" "/LIBPATH:C:\Program Files (x86)\Windows Kits\10\lib\10.0.19041.0\um\x64" "/LIBPATH:c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\lib\\x64" "/LIBPATH:c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\atlmfc\lib\\x64" "/LIBPATH:c:\Program Files (x86)\Windows Kits\10\lib\10.0.19041.0\ucrt\x64" "/LIBPATH:c:\Program Files (x86)\Windows Kits\10\lib\10.0.19041.0\um\x64" libarrays.lib /EXPORT:PyInit__stl build\temp.win-amd64-cpython-311\Release\_stl\stl.obj /OUT:build\lib.win-amd64-cpython-311\chimerax\stl\_stl.cp311-win_amd64.pyd /IMPLIB:build\temp.win-amd64-cpython-311\Release\_stl\_stl.cp311-win_amd64.lib
|
|---|
| 34829 | Creating library build\temp.win-amd64-cpython-311\Release\_stl\_stl.cp311-win_amd64.lib and object build\temp.win-amd64-cpython-311\Release\_stl\_stl.cp311-win_amd64.exp
|
|---|
| 34830 | Generating code
|
|---|
| 34831 | Finished generating code
|
|---|
| 34832 | running bdist_wheel
|
|---|
| 34833 | installing to build\bdist.win-amd64\wheel
|
|---|
| 34834 | running install
|
|---|
| 34835 | running install_lib
|
|---|
| 34836 | running build_ext
|
|---|
| 34837 | creating build\bdist.win-amd64\wheel
|
|---|
| 34838 | creating build\bdist.win-amd64\wheel\chimerax
|
|---|
| 34839 | creating build\bdist.win-amd64\wheel\chimerax\stl
|
|---|
| 34840 | copying build\lib.win-amd64-cpython-311\chimerax\stl\stl.py -> build\bdist.win-amd64\wheel\.\chimerax\stl
|
|---|
| 34841 | copying build\lib.win-amd64-cpython-311\chimerax\stl\stl_cpp.py -> build\bdist.win-amd64\wheel\.\chimerax\stl
|
|---|
| 34842 | copying build\lib.win-amd64-cpython-311\chimerax\stl\_stl.cp311-win_amd64.pyd -> build\bdist.win-amd64\wheel\.\chimerax\stl
|
|---|
| 34843 | copying build\lib.win-amd64-cpython-311\chimerax\stl\__init__.py -> build\bdist.win-amd64\wheel\.\chimerax\stl
|
|---|
| 34844 | running install_egg_info
|
|---|
| 34845 | running egg_info
|
|---|
| 34846 | creating ChimeraX_STL.egg-info
|
|---|
| 34847 | writing ChimeraX_STL.egg-info\PKG-INFO
|
|---|
| 34848 | writing dependency_links to ChimeraX_STL.egg-info\dependency_links.txt
|
|---|
| 34849 | writing requirements to ChimeraX_STL.egg-info\requires.txt
|
|---|
| 34850 | writing top-level names to ChimeraX_STL.egg-info\top_level.txt
|
|---|
| 34851 | writing manifest file 'ChimeraX_STL.egg-info\SOURCES.txt'
|
|---|
| 34852 | reading manifest file 'ChimeraX_STL.egg-info\SOURCES.txt'
|
|---|
| 34853 | writing manifest file 'ChimeraX_STL.egg-info\SOURCES.txt'
|
|---|
| 34854 | Copying ChimeraX_STL.egg-info to build\bdist.win-amd64\wheel\.\ChimeraX_STL-1.0.1-py3.11.egg-info
|
|---|
| 34855 | running install_scripts
|
|---|
| 34856 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\setuptools\command\bdist_wheel.py:103: RuntimeWarning: Config variable 'Py_DEBUG' is unset, Python ABI tag may be incorrect
|
|---|
| 34857 | if get_flag("Py_DEBUG", hasattr(sys, "gettotalrefcount"), warn=(impl == "cp")):
|
|---|
| 34858 | creating build\bdist.win-amd64\wheel\chimerax_stl-1.0.1.dist-info\WHEEL
|
|---|
| 34859 | creating 'dist\chimerax_stl-1.0.1-cp311-cp311-win_amd64.whl' and adding 'build\bdist.win-amd64\wheel' to it
|
|---|
| 34860 | adding 'chimerax/stl/__init__.py'
|
|---|
| 34861 | adding 'chimerax/stl/_stl.cp311-win_amd64.pyd'
|
|---|
| 34862 | adding 'chimerax/stl/stl.py'
|
|---|
| 34863 | adding 'chimerax/stl/stl_cpp.py'
|
|---|
| 34864 | adding 'chimerax_stl-1.0.1.dist-info/METADATA'
|
|---|
| 34865 | adding 'chimerax_stl-1.0.1.dist-info/WHEEL'
|
|---|
| 34866 | adding 'chimerax_stl-1.0.1.dist-info/top_level.txt'
|
|---|
| 34867 | adding 'chimerax_stl-1.0.1.dist-info/RECORD'
|
|---|
| 34868 | removing build\bdist.win-amd64\wheel
|
|---|
| 34869 | Distribution is in .\dist\ChimeraX_STL-1.0.1-cp311-cp311-win_amd64.whl
|
|---|
| 34870 | INFO:
|
|---|
| 34871 |
|
|---|
| 34872 | make sync
|
|---|
| 34873 | make[6]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/stl'
|
|---|
| 34874 | cp -av dist/*.whl ../../../build/sync
|
|---|
| 34875 | 'dist/chimerax_stl-1.0.1-cp311-cp311-win_amd64.whl' -> '../../../build/sync/chimerax_stl-1.0.1-cp311-cp311-win_amd64.whl'
|
|---|
| 34876 | make[6]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/stl'
|
|---|
| 34877 | make[5]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/stl'
|
|---|
| 34878 | make -C storm build
|
|---|
| 34879 | make[5]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/storm'
|
|---|
| 34880 | if [ -z "../../../ChimeraX.app/bin/python.exe" ]; then \
|
|---|
| 34881 | echo "missing ChimeraX application's python"; exit 1; \
|
|---|
| 34882 | else \
|
|---|
| 34883 | PYTHONNOUSERSITE=1 ../../../ChimeraX.app/bin/python.exe -I -m chimerax.core --nogui --exit --safemode --cmd "devel build . exit true "; \
|
|---|
| 34884 | fi
|
|---|
| 34885 | INFO:
|
|---|
| 34886 | Executing: devel build . exit true
|
|---|
| 34887 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\setuptools\dist.py:759: SetuptoolsDeprecationWarning: License classifiers are deprecated.
|
|---|
| 34888 | !!
|
|---|
| 34889 |
|
|---|
| 34890 | ********************************************************************************
|
|---|
| 34891 | Please consider removing the following classifiers in favor of a SPDX license expression:
|
|---|
| 34892 |
|
|---|
| 34893 | License :: Free for non-commercial use
|
|---|
| 34894 |
|
|---|
| 34895 | See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details.
|
|---|
| 34896 | ********************************************************************************
|
|---|
| 34897 |
|
|---|
| 34898 | !!
|
|---|
| 34899 | self._finalize_license_expression()
|
|---|
| 34900 | running build
|
|---|
| 34901 | running build_py
|
|---|
| 34902 | creating build\lib\chimerax\storm
|
|---|
| 34903 | copying src\storm.py -> build\lib\chimerax\storm
|
|---|
| 34904 | copying src\__init__.py -> build\lib\chimerax\storm
|
|---|
| 34905 | running bdist_wheel
|
|---|
| 34906 | installing to build\bdist.win-amd64\wheel
|
|---|
| 34907 | running install
|
|---|
| 34908 | running install_lib
|
|---|
| 34909 | creating build\bdist.win-amd64\wheel
|
|---|
| 34910 | creating build\bdist.win-amd64\wheel\chimerax
|
|---|
| 34911 | creating build\bdist.win-amd64\wheel\chimerax\storm
|
|---|
| 34912 | copying build\lib\chimerax\storm\storm.py -> build\bdist.win-amd64\wheel\.\chimerax\storm
|
|---|
| 34913 | copying build\lib\chimerax\storm\__init__.py -> build\bdist.win-amd64\wheel\.\chimerax\storm
|
|---|
| 34914 | running install_egg_info
|
|---|
| 34915 | running egg_info
|
|---|
| 34916 | creating ChimeraX_Storm.egg-info
|
|---|
| 34917 | writing ChimeraX_Storm.egg-info\PKG-INFO
|
|---|
| 34918 | writing dependency_links to ChimeraX_Storm.egg-info\dependency_links.txt
|
|---|
| 34919 | writing requirements to ChimeraX_Storm.egg-info\requires.txt
|
|---|
| 34920 | writing top-level names to ChimeraX_Storm.egg-info\top_level.txt
|
|---|
| 34921 | writing manifest file 'ChimeraX_Storm.egg-info\SOURCES.txt'
|
|---|
| 34922 | reading manifest file 'ChimeraX_Storm.egg-info\SOURCES.txt'
|
|---|
| 34923 | writing manifest file 'ChimeraX_Storm.egg-info\SOURCES.txt'
|
|---|
| 34924 | Copying ChimeraX_Storm.egg-info to build\bdist.win-amd64\wheel\.\ChimeraX_Storm-1.0-py3.11.egg-info
|
|---|
| 34925 | running install_scripts
|
|---|
| 34926 | creating build\bdist.win-amd64\wheel\chimerax_storm-1.0.dist-info\WHEEL
|
|---|
| 34927 | creating 'dist\chimerax_storm-1.0-py3-none-any.whl' and adding 'build\bdist.win-amd64\wheel' to it
|
|---|
| 34928 | adding 'chimerax/storm/__init__.py'
|
|---|
| 34929 | adding 'chimerax/storm/storm.py'
|
|---|
| 34930 | adding 'chimerax_storm-1.0.dist-info/METADATA'
|
|---|
| 34931 | adding 'chimerax_storm-1.0.dist-info/WHEEL'
|
|---|
| 34932 | adding 'chimerax_storm-1.0.dist-info/top_level.txt'
|
|---|
| 34933 | adding 'chimerax_storm-1.0.dist-info/RECORD'
|
|---|
| 34934 | removing build\bdist.win-amd64\wheel
|
|---|
| 34935 | Distribution is in .\dist\ChimeraX_Storm-1.0-py3-none-any.whl
|
|---|
| 34936 | INFO:
|
|---|
| 34937 |
|
|---|
| 34938 | make sync
|
|---|
| 34939 | make[6]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/storm'
|
|---|
| 34940 | cp -av dist/*.whl ../../../build/sync
|
|---|
| 34941 | 'dist/chimerax_storm-1.0-py3-none-any.whl' -> '../../../build/sync/chimerax_storm-1.0-py3-none-any.whl'
|
|---|
| 34942 | make[6]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/storm'
|
|---|
| 34943 | make[5]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/storm'
|
|---|
| 34944 | make -C struct_measure build
|
|---|
| 34945 | make[5]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/struct_measure'
|
|---|
| 34946 | if [ -z "../../../ChimeraX.app/bin/python.exe" ]; then \
|
|---|
| 34947 | echo "missing ChimeraX application's python"; exit 1; \
|
|---|
| 34948 | else \
|
|---|
| 34949 | PYTHONNOUSERSITE=1 ../../../ChimeraX.app/bin/python.exe -I -m chimerax.core --nogui --exit --safemode --cmd "devel build . exit true "; \
|
|---|
| 34950 | fi
|
|---|
| 34951 | INFO:
|
|---|
| 34952 | Executing: devel build . exit true
|
|---|
| 34953 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\setuptools\dist.py:759: SetuptoolsDeprecationWarning: License classifiers are deprecated.
|
|---|
| 34954 | !!
|
|---|
| 34955 |
|
|---|
| 34956 | ********************************************************************************
|
|---|
| 34957 | Please consider removing the following classifiers in favor of a SPDX license expression:
|
|---|
| 34958 |
|
|---|
| 34959 | License :: Free for non-commercial use
|
|---|
| 34960 |
|
|---|
| 34961 | See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details.
|
|---|
| 34962 | ********************************************************************************
|
|---|
| 34963 |
|
|---|
| 34964 | !!
|
|---|
| 34965 | self._finalize_license_expression()
|
|---|
| 34966 | running build
|
|---|
| 34967 | running build_py
|
|---|
| 34968 | creating build\lib\chimerax\struct_measure
|
|---|
| 34969 | copying src\mouse_dist.py -> build\lib\chimerax\struct_measure
|
|---|
| 34970 | copying src\settings.py -> build\lib\chimerax\struct_measure
|
|---|
| 34971 | copying src\tool.py -> build\lib\chimerax\struct_measure
|
|---|
| 34972 | copying src\__init__.py -> build\lib\chimerax\struct_measure
|
|---|
| 34973 | copying src\distance.png -> build\lib\chimerax\struct_measure
|
|---|
| 34974 | running bdist_wheel
|
|---|
| 34975 | installing to build\bdist.win-amd64\wheel
|
|---|
| 34976 | running install
|
|---|
| 34977 | running install_lib
|
|---|
| 34978 | creating build\bdist.win-amd64\wheel
|
|---|
| 34979 | creating build\bdist.win-amd64\wheel\chimerax
|
|---|
| 34980 | creating build\bdist.win-amd64\wheel\chimerax\struct_measure
|
|---|
| 34981 | copying build\lib\chimerax\struct_measure\distance.png -> build\bdist.win-amd64\wheel\.\chimerax\struct_measure
|
|---|
| 34982 | copying build\lib\chimerax\struct_measure\mouse_dist.py -> build\bdist.win-amd64\wheel\.\chimerax\struct_measure
|
|---|
| 34983 | copying build\lib\chimerax\struct_measure\settings.py -> build\bdist.win-amd64\wheel\.\chimerax\struct_measure
|
|---|
| 34984 | copying build\lib\chimerax\struct_measure\tool.py -> build\bdist.win-amd64\wheel\.\chimerax\struct_measure
|
|---|
| 34985 | copying build\lib\chimerax\struct_measure\__init__.py -> build\bdist.win-amd64\wheel\.\chimerax\struct_measure
|
|---|
| 34986 | running install_egg_info
|
|---|
| 34987 | running egg_info
|
|---|
| 34988 | creating ChimeraX_StructMeasure.egg-info
|
|---|
| 34989 | writing ChimeraX_StructMeasure.egg-info\PKG-INFO
|
|---|
| 34990 | writing dependency_links to ChimeraX_StructMeasure.egg-info\dependency_links.txt
|
|---|
| 34991 | writing requirements to ChimeraX_StructMeasure.egg-info\requires.txt
|
|---|
| 34992 | writing top-level names to ChimeraX_StructMeasure.egg-info\top_level.txt
|
|---|
| 34993 | writing manifest file 'ChimeraX_StructMeasure.egg-info\SOURCES.txt'
|
|---|
| 34994 | reading manifest file 'ChimeraX_StructMeasure.egg-info\SOURCES.txt'
|
|---|
| 34995 | writing manifest file 'ChimeraX_StructMeasure.egg-info\SOURCES.txt'
|
|---|
| 34996 | Copying ChimeraX_StructMeasure.egg-info to build\bdist.win-amd64\wheel\.\ChimeraX_StructMeasure-1.2.1-py3.11.egg-info
|
|---|
| 34997 | running install_scripts
|
|---|
| 34998 | creating build\bdist.win-amd64\wheel\chimerax_structmeasure-1.2.1.dist-info\WHEEL
|
|---|
| 34999 | creating 'dist\chimerax_structmeasure-1.2.1-py3-none-any.whl' and adding 'build\bdist.win-amd64\wheel' to it
|
|---|
| 35000 | adding 'chimerax/struct_measure/__init__.py'
|
|---|
| 35001 | adding 'chimerax/struct_measure/distance.png'
|
|---|
| 35002 | adding 'chimerax/struct_measure/mouse_dist.py'
|
|---|
| 35003 | adding 'chimerax/struct_measure/settings.py'
|
|---|
| 35004 | adding 'chimerax/struct_measure/tool.py'
|
|---|
| 35005 | adding 'chimerax_structmeasure-1.2.1.dist-info/METADATA'
|
|---|
| 35006 | adding 'chimerax_structmeasure-1.2.1.dist-info/WHEEL'
|
|---|
| 35007 | adding 'chimerax_structmeasure-1.2.1.dist-info/top_level.txt'
|
|---|
| 35008 | adding 'chimerax_structmeasure-1.2.1.dist-info/RECORD'
|
|---|
| 35009 | removing build\bdist.win-amd64\wheel
|
|---|
| 35010 | Distribution is in .\dist\ChimeraX_StructMeasure-1.2.1-py3-none-any.whl
|
|---|
| 35011 | INFO:
|
|---|
| 35012 |
|
|---|
| 35013 | make sync
|
|---|
| 35014 | make[6]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/struct_measure'
|
|---|
| 35015 | cp -av dist/*.whl ../../../build/sync
|
|---|
| 35016 | 'dist/chimerax_structmeasure-1.2.1-py3-none-any.whl' -> '../../../build/sync/chimerax_structmeasure-1.2.1-py3-none-any.whl'
|
|---|
| 35017 | make[6]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/struct_measure'
|
|---|
| 35018 | make[5]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/struct_measure'
|
|---|
| 35019 | make -C struts build
|
|---|
| 35020 | make[5]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/struts'
|
|---|
| 35021 | if [ -z "../../../ChimeraX.app/bin/python.exe" ]; then \
|
|---|
| 35022 | echo "missing ChimeraX application's python"; exit 1; \
|
|---|
| 35023 | else \
|
|---|
| 35024 | PYTHONNOUSERSITE=1 ../../../ChimeraX.app/bin/python.exe -I -m chimerax.core --nogui --exit --safemode --cmd "devel build . exit true "; \
|
|---|
| 35025 | fi
|
|---|
| 35026 | INFO:
|
|---|
| 35027 | Executing: devel build . exit true
|
|---|
| 35028 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\setuptools\dist.py:759: SetuptoolsDeprecationWarning: License classifiers are deprecated.
|
|---|
| 35029 | !!
|
|---|
| 35030 |
|
|---|
| 35031 | ********************************************************************************
|
|---|
| 35032 | Please consider removing the following classifiers in favor of a SPDX license expression:
|
|---|
| 35033 |
|
|---|
| 35034 | License :: Free for non-commercial use
|
|---|
| 35035 |
|
|---|
| 35036 | See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details.
|
|---|
| 35037 | ********************************************************************************
|
|---|
| 35038 |
|
|---|
| 35039 | !!
|
|---|
| 35040 | self._finalize_license_expression()
|
|---|
| 35041 | running build
|
|---|
| 35042 | running build_py
|
|---|
| 35043 | creating build\lib\chimerax\struts
|
|---|
| 35044 | copying src\struts.py -> build\lib\chimerax\struts
|
|---|
| 35045 | copying src\__init__.py -> build\lib\chimerax\struts
|
|---|
| 35046 | running bdist_wheel
|
|---|
| 35047 | installing to build\bdist.win-amd64\wheel
|
|---|
| 35048 | running install
|
|---|
| 35049 | running install_lib
|
|---|
| 35050 | creating build\bdist.win-amd64\wheel
|
|---|
| 35051 | creating build\bdist.win-amd64\wheel\chimerax
|
|---|
| 35052 | creating build\bdist.win-amd64\wheel\chimerax\struts
|
|---|
| 35053 | copying build\lib\chimerax\struts\struts.py -> build\bdist.win-amd64\wheel\.\chimerax\struts
|
|---|
| 35054 | copying build\lib\chimerax\struts\__init__.py -> build\bdist.win-amd64\wheel\.\chimerax\struts
|
|---|
| 35055 | running install_egg_info
|
|---|
| 35056 | running egg_info
|
|---|
| 35057 | creating ChimeraX_Struts.egg-info
|
|---|
| 35058 | writing ChimeraX_Struts.egg-info\PKG-INFO
|
|---|
| 35059 | writing dependency_links to ChimeraX_Struts.egg-info\dependency_links.txt
|
|---|
| 35060 | writing requirements to ChimeraX_Struts.egg-info\requires.txt
|
|---|
| 35061 | writing top-level names to ChimeraX_Struts.egg-info\top_level.txt
|
|---|
| 35062 | writing manifest file 'ChimeraX_Struts.egg-info\SOURCES.txt'
|
|---|
| 35063 | reading manifest file 'ChimeraX_Struts.egg-info\SOURCES.txt'
|
|---|
| 35064 | writing manifest file 'ChimeraX_Struts.egg-info\SOURCES.txt'
|
|---|
| 35065 | Copying ChimeraX_Struts.egg-info to build\bdist.win-amd64\wheel\.\ChimeraX_Struts-1.0.1-py3.11.egg-info
|
|---|
| 35066 | running install_scripts
|
|---|
| 35067 | creating build\bdist.win-amd64\wheel\chimerax_struts-1.0.1.dist-info\WHEEL
|
|---|
| 35068 | creating 'dist\chimerax_struts-1.0.1-py3-none-any.whl' and adding 'build\bdist.win-amd64\wheel' to it
|
|---|
| 35069 | adding 'chimerax/struts/__init__.py'
|
|---|
| 35070 | adding 'chimerax/struts/struts.py'
|
|---|
| 35071 | adding 'chimerax_struts-1.0.1.dist-info/METADATA'
|
|---|
| 35072 | adding 'chimerax_struts-1.0.1.dist-info/WHEEL'
|
|---|
| 35073 | adding 'chimerax_struts-1.0.1.dist-info/top_level.txt'
|
|---|
| 35074 | adding 'chimerax_struts-1.0.1.dist-info/RECORD'
|
|---|
| 35075 | removing build\bdist.win-amd64\wheel
|
|---|
| 35076 | Distribution is in .\dist\ChimeraX_Struts-1.0.1-py3-none-any.whl
|
|---|
| 35077 | INFO:
|
|---|
| 35078 |
|
|---|
| 35079 | make sync
|
|---|
| 35080 | make[6]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/struts'
|
|---|
| 35081 | cp -av dist/*.whl ../../../build/sync
|
|---|
| 35082 | 'dist/chimerax_struts-1.0.1-py3-none-any.whl' -> '../../../build/sync/chimerax_struts-1.0.1-py3-none-any.whl'
|
|---|
| 35083 | make[6]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/struts'
|
|---|
| 35084 | make[5]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/struts'
|
|---|
| 35085 | make -C surface build
|
|---|
| 35086 | make[5]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/surface'
|
|---|
| 35087 | if [ -z "../../../ChimeraX.app/bin/python.exe" ]; then \
|
|---|
| 35088 | echo "missing ChimeraX application's python"; exit 1; \
|
|---|
| 35089 | else \
|
|---|
| 35090 | PYTHONNOUSERSITE=1 ../../../ChimeraX.app/bin/python.exe -I -m chimerax.core --nogui --exit --safemode --cmd "devel build . exit true "; \
|
|---|
| 35091 | fi
|
|---|
| 35092 | INFO:
|
|---|
| 35093 | Executing: devel build . exit true
|
|---|
| 35094 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\setuptools\dist.py:759: SetuptoolsDeprecationWarning: License classifiers are deprecated.
|
|---|
| 35095 | !!
|
|---|
| 35096 |
|
|---|
| 35097 | ********************************************************************************
|
|---|
| 35098 | Please consider removing the following classifiers in favor of a SPDX license expression:
|
|---|
| 35099 |
|
|---|
| 35100 | License :: Free for non-commercial use
|
|---|
| 35101 |
|
|---|
| 35102 | See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details.
|
|---|
| 35103 | ********************************************************************************
|
|---|
| 35104 |
|
|---|
| 35105 | !!
|
|---|
| 35106 | self._finalize_license_expression()
|
|---|
| 35107 | running build
|
|---|
| 35108 | running build_py
|
|---|
| 35109 | creating build\lib.win-amd64-cpython-311\chimerax\surface
|
|---|
| 35110 | copying src\area.py -> build\lib.win-amd64-cpython-311\chimerax\surface
|
|---|
| 35111 | copying src\areagui.py -> build\lib.win-amd64-cpython-311\chimerax\surface
|
|---|
| 35112 | copying src\bondzone.py -> build\lib.win-amd64-cpython-311\chimerax\surface
|
|---|
| 35113 | copying src\cap.py -> build\lib.win-amd64-cpython-311\chimerax\surface
|
|---|
| 35114 | copying src\check.py -> build\lib.win-amd64-cpython-311\chimerax\surface
|
|---|
| 35115 | copying src\collada.py -> build\lib.win-amd64-cpython-311\chimerax\surface
|
|---|
| 35116 | copying src\colorcmds.py -> build\lib.win-amd64-cpython-311\chimerax\surface
|
|---|
| 35117 | copying src\colorgeom.py -> build\lib.win-amd64-cpython-311\chimerax\surface
|
|---|
| 35118 | copying src\colorvol.py -> build\lib.win-amd64-cpython-311\chimerax\surface
|
|---|
| 35119 | copying src\colorzone.py -> build\lib.win-amd64-cpython-311\chimerax\surface
|
|---|
| 35120 | copying src\colorzonegui.py -> build\lib.win-amd64-cpython-311\chimerax\surface
|
|---|
| 35121 | copying src\combine.py -> build\lib.win-amd64-cpython-311\chimerax\surface
|
|---|
| 35122 | copying src\dust.py -> build\lib.win-amd64-cpython-311\chimerax\surface
|
|---|
| 35123 | copying src\dustgui.py -> build\lib.win-amd64-cpython-311\chimerax\surface
|
|---|
| 35124 | copying src\gaussian.py -> build\lib.win-amd64-cpython-311\chimerax\surface
|
|---|
| 35125 | copying src\geodesic.py -> build\lib.win-amd64-cpython-311\chimerax\surface
|
|---|
| 35126 | copying src\gridsurf.py -> build\lib.win-amd64-cpython-311\chimerax\surface
|
|---|
| 35127 | copying src\hidefarblobs.py -> build\lib.win-amd64-cpython-311\chimerax\surface
|
|---|
| 35128 | copying src\icosahedron.py -> build\lib.win-amd64-cpython-311\chimerax\surface
|
|---|
| 35129 | copying src\measure_contactarea.py -> build\lib.win-amd64-cpython-311\chimerax\surface
|
|---|
| 35130 | copying src\measure_sasacmd.py -> build\lib.win-amd64-cpython-311\chimerax\surface
|
|---|
| 35131 | copying src\sasa.py -> build\lib.win-amd64-cpython-311\chimerax\surface
|
|---|
| 35132 | copying src\settings.py -> build\lib.win-amd64-cpython-311\chimerax\surface
|
|---|
| 35133 | copying src\shapes.py -> build\lib.win-amd64-cpython-311\chimerax\surface
|
|---|
| 35134 | copying src\sop.py -> build\lib.win-amd64-cpython-311\chimerax\surface
|
|---|
| 35135 | copying src\split.py -> build\lib.win-amd64-cpython-311\chimerax\surface
|
|---|
| 35136 | copying src\splitbycolor.py -> build\lib.win-amd64-cpython-311\chimerax\surface
|
|---|
| 35137 | copying src\squaremesh.py -> build\lib.win-amd64-cpython-311\chimerax\surface
|
|---|
| 35138 | copying src\surfacecmds.py -> build\lib.win-amd64-cpython-311\chimerax\surface
|
|---|
| 35139 | copying src\surfcolorgui.py -> build\lib.win-amd64-cpython-311\chimerax\surface
|
|---|
| 35140 | copying src\texture.py -> build\lib.win-amd64-cpython-311\chimerax\surface
|
|---|
| 35141 | copying src\topology.py -> build\lib.win-amd64-cpython-311\chimerax\surface
|
|---|
| 35142 | copying src\tube.py -> build\lib.win-amd64-cpython-311\chimerax\surface
|
|---|
| 35143 | copying src\updaters.py -> build\lib.win-amd64-cpython-311\chimerax\surface
|
|---|
| 35144 | copying src\zone.py -> build\lib.win-amd64-cpython-311\chimerax\surface
|
|---|
| 35145 | copying src\zonegui.py -> build\lib.win-amd64-cpython-311\chimerax\surface
|
|---|
| 35146 | copying src\__init__.py -> build\lib.win-amd64-cpython-311\chimerax\surface
|
|---|
| 35147 | running build_ext
|
|---|
| 35148 | building 'chimerax.surface._surface' extension
|
|---|
| 35149 | creating build\temp.win-amd64-cpython-311\Release\_surface
|
|---|
| 35150 | "C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\bin\HostX64\x64\cl.exe" /c /nologo /O2 /W3 /GL /DNDEBUG /MD -DMAJOR_VERSION=0 -DMINOR_VERSION=1 -IC:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\include -IC:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\core\include -IC:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\arrays\include -IC:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\include -IC:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Include "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\ucrt" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\shared" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\um" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\winrt" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\cppwinrt" "-Ic:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include" "-Ic:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\atlmfc\include" "-Ic:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\ucrt" "-Ic:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\shared" "-Ic:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\um" "-Ic:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\winrt" "-Ic:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\cppwinrt" /EHsc /Tp_surface/border.cpp /Fobuild\temp.win-amd64-cpython-311\Release\_surface\border.obj
|
|---|
| 35151 | border.cpp
|
|---|
| 35152 | "C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\bin\HostX64\x64\cl.exe" /c /nologo /O2 /W3 /GL /DNDEBUG /MD -DMAJOR_VERSION=0 -DMINOR_VERSION=1 -IC:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\include -IC:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\core\include -IC:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\arrays\include -IC:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\include -IC:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Include "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\ucrt" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\shared" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\um" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\winrt" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\cppwinrt" "-Ic:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include" "-Ic:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\atlmfc\include" "-Ic:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\ucrt" "-Ic:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\shared" "-Ic:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\um" "-Ic:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\winrt" "-Ic:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\cppwinrt" /EHsc /Tp_surface/capper.cpp /Fobuild\temp.win-amd64-cpython-311\Release\_surface\capper.obj
|
|---|
| 35153 | capper.cpp
|
|---|
| 35154 | "C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\bin\HostX64\x64\cl.exe" /c /nologo /O2 /W3 /GL /DNDEBUG /MD -DMAJOR_VERSION=0 -DMINOR_VERSION=1 -IC:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\include -IC:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\core\include -IC:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\arrays\include -IC:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\include -IC:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Include "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\ucrt" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\shared" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\um" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\winrt" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\cppwinrt" "-Ic:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include" "-Ic:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\atlmfc\include" "-Ic:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\ucrt" "-Ic:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\shared" "-Ic:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\um" "-Ic:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\winrt" "-Ic:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\cppwinrt" /EHsc /Tp_surface/connected.cpp /Fobuild\temp.win-amd64-cpython-311\Release\_surface\connected.obj
|
|---|
| 35155 | connected.cpp
|
|---|
| 35156 | _surface/connected.cpp(105): warning C4244: 'argument': conversion from 'int64_t' to '_Ty', possible loss of data
|
|---|
| 35157 | with
|
|---|
| 35158 | [
|
|---|
| 35159 | _Ty=int
|
|---|
| 35160 | ]
|
|---|
| 35161 | _surface/connected.cpp(163): warning C4244: 'argument': conversion from 'int64_t' to '_Ty', possible loss of data
|
|---|
| 35162 | with
|
|---|
| 35163 | [
|
|---|
| 35164 | _Ty=int
|
|---|
| 35165 | ]
|
|---|
| 35166 | "C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\bin\HostX64\x64\cl.exe" /c /nologo /O2 /W3 /GL /DNDEBUG /MD -DMAJOR_VERSION=0 -DMINOR_VERSION=1 -IC:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\include -IC:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\core\include -IC:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\arrays\include -IC:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\include -IC:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Include "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\ucrt" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\shared" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\um" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\winrt" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\cppwinrt" "-Ic:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include" "-Ic:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\atlmfc\include" "-Ic:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\ucrt" "-Ic:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\shared" "-Ic:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\um" "-Ic:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\winrt" "-Ic:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\cppwinrt" /EHsc /Tp_surface/convexity.cpp /Fobuild\temp.win-amd64-cpython-311\Release\_surface\convexity.obj
|
|---|
| 35167 | convexity.cpp
|
|---|
| 35168 | _surface/convexity.cpp(76): warning C4244: 'initializing': conversion from 'int64_t' to 'int', possible loss of data
|
|---|
| 35169 | _surface/convexity.cpp(199): warning C4244: 'initializing': conversion from 'int64_t' to 'int', possible loss of data
|
|---|
| 35170 | _surface/convexity.cpp(225): warning C4244: 'initializing': conversion from 'int64_t' to 'int', possible loss of data
|
|---|
| 35171 | _surface/convexity.cpp(283): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data
|
|---|
| 35172 | "C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\bin\HostX64\x64\cl.exe" /c /nologo /O2 /W3 /GL /DNDEBUG /MD -DMAJOR_VERSION=0 -DMINOR_VERSION=1 -IC:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\include -IC:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\core\include -IC:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\arrays\include -IC:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\include -IC:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Include "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\ucrt" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\shared" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\um" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\winrt" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\cppwinrt" "-Ic:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include" "-Ic:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\atlmfc\include" "-Ic:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\ucrt" "-Ic:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\shared" "-Ic:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\um" "-Ic:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\winrt" "-Ic:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\cppwinrt" /EHsc /Tp_surface/measure.cpp /Fobuild\temp.win-amd64-cpython-311\Release\_surface\measure.obj
|
|---|
| 35173 | measure.cpp
|
|---|
| 35174 | _surface/measure.cpp(91): warning C4244: 'initializing': conversion from 'int64_t' to 'int', possible loss of data
|
|---|
| 35175 | _surface/measure.cpp(119): warning C4244: 'initializing': conversion from 'double' to 'float', possible loss of data
|
|---|
| 35176 | _surface/measure.cpp(130): warning C4244: 'initializing': conversion from 'int64_t' to 'int', possible loss of data
|
|---|
| 35177 | _surface/measure.cpp(196): warning C4244: 'initializing': conversion from 'int64_t' to 'int', possible loss of data
|
|---|
| 35178 | _surface/measure.cpp(224): warning C4244: 'initializing': conversion from 'int64_t' to 'int', possible loss of data
|
|---|
| 35179 | _surface/measure.cpp(305): warning C4244: 'initializing': conversion from 'int64_t' to 'int', possible loss of data
|
|---|
| 35180 | _surface/measure.cpp(340): warning C4244: 'initializing': conversion from 'int64_t' to 'int', possible loss of data
|
|---|
| 35181 | _surface/measure.cpp(350): warning C4244: '+=': conversion from 'double' to 'float', possible loss of data
|
|---|
| 35182 | _surface/measure.cpp(351): warning C4244: '+=': conversion from 'double' to 'float', possible loss of data
|
|---|
| 35183 | _surface/measure.cpp(352): warning C4244: '+=': conversion from 'double' to 'float', possible loss of data
|
|---|
| 35184 | _surface/measure.cpp(372): warning C4244: 'initializing': conversion from 'double' to 'float', possible loss of data
|
|---|
| 35185 | "C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\bin\HostX64\x64\cl.exe" /c /nologo /O2 /W3 /GL /DNDEBUG /MD -DMAJOR_VERSION=0 -DMINOR_VERSION=1 -IC:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\include -IC:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\core\include -IC:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\arrays\include -IC:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\include -IC:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Include "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\ucrt" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\shared" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\um" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\winrt" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\cppwinrt" "-Ic:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include" "-Ic:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\atlmfc\include" "-Ic:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\ucrt" "-Ic:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\shared" "-Ic:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\um" "-Ic:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\winrt" "-Ic:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\cppwinrt" /EHsc /Tp_surface/normals.cpp /Fobuild\temp.win-amd64-cpython-311\Release\_surface\normals.obj
|
|---|
| 35186 | normals.cpp
|
|---|
| 35187 | _surface/normals.cpp(39): warning C4244: 'initializing': conversion from 'int64_t' to 'int', possible loss of data
|
|---|
| 35188 | _surface/normals.cpp(49): warning C4244: 'initializing': conversion from 'int64_t' to 'int', possible loss of data
|
|---|
| 35189 | _surface/normals.cpp(63): warning C4244: 'initializing': conversion from 'double' to 'float', possible loss of data
|
|---|
| 35190 | _surface/normals.cpp(76): warning C4244: 'initializing': conversion from 'double' to 'float', possible loss of data
|
|---|
| 35191 | _surface/normals.cpp(93): warning C4244: 'initializing': conversion from 'int64_t' to 'int', possible loss of data
|
|---|
| 35192 | _surface/normals.cpp(93): warning C4244: 'initializing': conversion from 'int64_t' to 'int', possible loss of data
|
|---|
| 35193 | _surface/normals.cpp(93): warning C4244: 'initializing': conversion from 'int64_t' to 'int', possible loss of data
|
|---|
| 35194 | _surface/normals.cpp(102): warning C4244: 'initializing': conversion from 'int64_t' to 'int', possible loss of data
|
|---|
| 35195 | _surface/normals.cpp(103): warning C4244: 'initializing': conversion from 'int64_t' to 'int', possible loss of data
|
|---|
| 35196 | _surface/normals.cpp(103): warning C4244: 'initializing': conversion from 'int64_t' to 'int', possible loss of data
|
|---|
| 35197 | "C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\bin\HostX64\x64\cl.exe" /c /nologo /O2 /W3 /GL /DNDEBUG /MD -DMAJOR_VERSION=0 -DMINOR_VERSION=1 -IC:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\include -IC:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\core\include -IC:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\arrays\include -IC:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\include -IC:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Include "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\ucrt" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\shared" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\um" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\winrt" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\cppwinrt" "-Ic:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include" "-Ic:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\atlmfc\include" "-Ic:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\ucrt" "-Ic:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\shared" "-Ic:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\um" "-Ic:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\winrt" "-Ic:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\cppwinrt" /EHsc /Tp_surface/patches.cpp /Fobuild\temp.win-amd64-cpython-311\Release\_surface\patches.obj
|
|---|
| 35198 | patches.cpp
|
|---|
| 35199 | _surface/patches.cpp(154): warning C4244: '=': conversion from 'double' to 'float', possible loss of data
|
|---|
| 35200 | _surface/patches.cpp(155): warning C4244: '=': conversion from 'double' to 'float', possible loss of data
|
|---|
| 35201 | _surface/patches.cpp(156): warning C4244: '=': conversion from 'double' to 'float', possible loss of data
|
|---|
| 35202 | _surface/patches.cpp(157): warning C4244: '=': conversion from 'double' to 'float', possible loss of data
|
|---|
| 35203 | _surface/patches.cpp(168): warning C4267: 'argument': conversion from 'size_t' to '_Ty', possible loss of data
|
|---|
| 35204 | with
|
|---|
| 35205 | [
|
|---|
| 35206 | _Ty=int
|
|---|
| 35207 | ]
|
|---|
| 35208 | _surface/patches.cpp(184): warning C4267: 'return': conversion from 'size_t' to 'int', possible loss of data
|
|---|
| 35209 | _surface/patches.cpp(202): warning C4267: 'initializing': conversion from 'size_t' to 'int', possible loss of data
|
|---|
| 35210 | _surface/patches.cpp(213): warning C4244: 'argument': conversion from 'int64_t' to 'int', possible loss of data
|
|---|
| 35211 | _surface/patches.cpp(213): warning C4244: 'argument': conversion from 'int64_t' to 'int', possible loss of data
|
|---|
| 35212 | _surface/patches.cpp(213): warning C4244: 'argument': conversion from 'int64_t' to 'int', possible loss of data
|
|---|
| 35213 | _surface/patches.cpp(215): warning C4244: 'argument': conversion from 'int64_t' to 'int', possible loss of data
|
|---|
| 35214 | _surface/patches.cpp(215): warning C4244: 'argument': conversion from 'int64_t' to 'int', possible loss of data
|
|---|
| 35215 | _surface/patches.cpp(215): warning C4244: 'argument': conversion from 'int64_t' to 'int', possible loss of data
|
|---|
| 35216 | _surface/patches.cpp(217): warning C4244: 'argument': conversion from 'int64_t' to 'int', possible loss of data
|
|---|
| 35217 | _surface/patches.cpp(217): warning C4244: 'argument': conversion from 'int64_t' to 'int', possible loss of data
|
|---|
| 35218 | _surface/patches.cpp(217): warning C4244: 'argument': conversion from 'int64_t' to 'int', possible loss of data
|
|---|
| 35219 | _surface/patches.cpp(301): warning C4267: 'initializing': conversion from 'size_t' to 'int', possible loss of data
|
|---|
| 35220 | _surface/patches.cpp(324): warning C4267: 'initializing': conversion from 'size_t' to 'int', possible loss of data
|
|---|
| 35221 | _surface/patches.cpp(342): warning C4267: 'initializing': conversion from 'size_t' to 'int', possible loss of data
|
|---|
| 35222 | _surface/patches.cpp(526): warning C4244: 'argument': conversion from 'int64_t' to 'int', possible loss of data
|
|---|
| 35223 | _surface/patches.cpp(526): warning C4244: 'argument': conversion from 'int64_t' to 'int', possible loss of data
|
|---|
| 35224 | _surface/patches.cpp(526): warning C4244: 'argument': conversion from 'int64_t' to 'int', possible loss of data
|
|---|
| 35225 | _surface/patches.cpp(541): warning C4267: 'initializing': conversion from 'size_t' to 'int', possible loss of data
|
|---|
| 35226 | _surface/patches.cpp(562): warning C4267: 'initializing': conversion from 'size_t' to 'int', possible loss of data
|
|---|
| 35227 | _surface/patches.cpp(637): warning C4267: 'return': conversion from 'size_t' to 'int', possible loss of data
|
|---|
| 35228 | _surface/patches.cpp(644): warning C4267: 'initializing': conversion from 'size_t' to 'int', possible loss of data
|
|---|
| 35229 | _surface/patches.cpp(665): warning C4267: 'initializing': conversion from 'size_t' to 'int', possible loss of data
|
|---|
| 35230 | _surface/patches.cpp(676): warning C4244: 'argument': conversion from 'int64_t' to 'int', possible loss of data
|
|---|
| 35231 | _surface/patches.cpp(676): warning C4244: 'argument': conversion from 'int64_t' to 'int', possible loss of data
|
|---|
| 35232 | _surface/patches.cpp(698): warning C4244: 'initializing': conversion from 'int64_t' to 'int', possible loss of data
|
|---|
| 35233 | _surface/patches.cpp(708): warning C4244: 'initializing': conversion from 'int64_t' to 'int', possible loss of data
|
|---|
| 35234 | _surface/patches.cpp(777): warning C4267: 'initializing': conversion from 'size_t' to 'int', possible loss of data
|
|---|
| 35235 | _surface/patches.cpp(777): warning C4267: 'initializing': conversion from 'size_t' to 'int', possible loss of data
|
|---|
| 35236 | _surface/patches.cpp(823): warning C4244: 'initializing': conversion from 'int64_t' to 'int', possible loss of data
|
|---|
| 35237 | "C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\bin\HostX64\x64\cl.exe" /c /nologo /O2 /W3 /GL /DNDEBUG /MD -DMAJOR_VERSION=0 -DMINOR_VERSION=1 -IC:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\include -IC:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\core\include -IC:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\arrays\include -IC:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\include -IC:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Include "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\ucrt" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\shared" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\um" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\winrt" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\cppwinrt" "-Ic:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include" "-Ic:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\atlmfc\include" "-Ic:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\ucrt" "-Ic:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\shared" "-Ic:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\um" "-Ic:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\winrt" "-Ic:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\cppwinrt" /EHsc /Tp_surface/refinemesh.cpp /Fobuild\temp.win-amd64-cpython-311\Release\_surface\refinemesh.obj
|
|---|
| 35238 | refinemesh.cpp
|
|---|
| 35239 | _surface/refinemesh.cpp(296): warning C4244: 'initializing': conversion from 'double' to 'Cap_Calculation::Real', possible loss of data
|
|---|
| 35240 | _surface/refinemesh.cpp(316): warning C4305: 'initializing': truncation from 'double' to 'Cap_Calculation::Real'
|
|---|
| 35241 | _surface/refinemesh.cpp(358): warning C4244: 'initializing': conversion from 'double' to 'Cap_Calculation::Real', possible loss of data
|
|---|
| 35242 | _surface/refinemesh.cpp(365): warning C4267: 'initializing': conversion from 'size_t' to 'Cap_Calculation::Index', possible loss of data
|
|---|
| 35243 | _surface/refinemesh.cpp(575): warning C4267: 'initializing': conversion from 'size_t' to 'Cap_Calculation::Triangle_Side', possible loss of data
|
|---|
| 35244 | _surface/refinemesh.cpp(953): warning C4244: 'initializing': conversion from 'double' to 'Cap_Calculation::Real', possible loss of data
|
|---|
| 35245 | _surface/refinemesh.cpp(1008): warning C4244: '=': conversion from 'double' to 'Cap_Calculation::Real', possible loss of data
|
|---|
| 35246 | _surface/refinemesh.cpp(1075): warning C4244: 'initializing': conversion from 'int64_t' to 'int', possible loss of data
|
|---|
| 35247 | _surface/refinemesh.cpp(1079): warning C4244: 'initializing': conversion from 'int64_t' to 'int', possible loss of data
|
|---|
| 35248 | "C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\bin\HostX64\x64\cl.exe" /c /nologo /O2 /W3 /GL /DNDEBUG /MD -DMAJOR_VERSION=0 -DMINOR_VERSION=1 -IC:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\include -IC:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\core\include -IC:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\arrays\include -IC:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\include -IC:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Include "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\ucrt" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\shared" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\um" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\winrt" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\cppwinrt" "-Ic:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include" "-Ic:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\atlmfc\include" "-Ic:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\ucrt" "-Ic:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\shared" "-Ic:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\um" "-Ic:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\winrt" "-Ic:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\cppwinrt" /EHsc /Tp_surface/sasa.cpp /Fobuild\temp.win-amd64-cpython-311\Release\_surface\sasa.obj
|
|---|
| 35249 | sasa.cpp
|
|---|
| 35250 | _surface/sasa.cpp(208): warning C4267: 'initializing': conversion from 'size_t' to 'int', possible loss of data
|
|---|
| 35251 | _surface/sasa.cpp(219): warning C4267: 'initializing': conversion from 'size_t' to 'int', possible loss of data
|
|---|
| 35252 | _surface/sasa.cpp(276): warning C4267: 'initializing': conversion from 'size_t' to 'int', possible loss of data
|
|---|
| 35253 | _surface/sasa.cpp(308): warning C4267: 'initializing': conversion from 'size_t' to 'int', possible loss of data
|
|---|
| 35254 | _surface/sasa.cpp(324): warning C4267: 'initializing': conversion from 'size_t' to 'int', possible loss of data
|
|---|
| 35255 | _surface/sasa.cpp(359): warning C4267: 'initializing': conversion from 'size_t' to 'int', possible loss of data
|
|---|
| 35256 | _surface/sasa.cpp(484): warning C4267: 'initializing': conversion from 'size_t' to 'int', possible loss of data
|
|---|
| 35257 | _surface/sasa.cpp(512): warning C4267: 'initializing': conversion from 'size_t' to 'int', possible loss of data
|
|---|
| 35258 | _surface/sasa.cpp(550): warning C4267: 'initializing': conversion from 'size_t' to 'int', possible loss of data
|
|---|
| 35259 | _surface/sasa.cpp(565): warning C4267: 'initializing': conversion from 'size_t' to 'int', possible loss of data
|
|---|
| 35260 | _surface/sasa.cpp(584): warning C4267: 'initializing': conversion from 'size_t' to 'int', possible loss of data
|
|---|
| 35261 | _surface/sasa.cpp(617): warning C4267: 'initializing': conversion from 'size_t' to 'int', possible loss of data
|
|---|
| 35262 | _surface/sasa.cpp(634): warning C4267: 'initializing': conversion from 'size_t' to 'int', possible loss of data
|
|---|
| 35263 | _surface/sasa.cpp(638): warning C4267: 'initializing': conversion from 'size_t' to 'int', possible loss of data
|
|---|
| 35264 | _surface/sasa.cpp(701): warning C4267: 'initializing': conversion from 'size_t' to 'int', possible loss of data
|
|---|
| 35265 | _surface/sasa.cpp(718): warning C4267: 'initializing': conversion from 'size_t' to 'int', possible loss of data
|
|---|
| 35266 | _surface/sasa.cpp(751): warning C4267: 'initializing': conversion from 'size_t' to 'int', possible loss of data
|
|---|
| 35267 | _surface/sasa.cpp(816): warning C4244: 'initializing': conversion from 'int64_t' to 'int', possible loss of data
|
|---|
| 35268 | _surface/sasa.cpp(826): warning C4244: 'argument': conversion from 'int64_t' to 'int', possible loss of data
|
|---|
| 35269 | _surface/sasa.cpp(873): warning C4244: 'argument': conversion from 'int64_t' to 'int', possible loss of data
|
|---|
| 35270 | _surface/sasa.cpp(872): warning C4244: 'argument': conversion from 'int64_t' to 'int', possible loss of data
|
|---|
| 35271 | "C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\bin\HostX64\x64\cl.exe" /c /nologo /O2 /W3 /GL /DNDEBUG /MD -DMAJOR_VERSION=0 -DMINOR_VERSION=1 -IC:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\include -IC:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\core\include -IC:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\arrays\include -IC:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\include -IC:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Include "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\ucrt" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\shared" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\um" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\winrt" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\cppwinrt" "-Ic:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include" "-Ic:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\atlmfc\include" "-Ic:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\ucrt" "-Ic:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\shared" "-Ic:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\um" "-Ic:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\winrt" "-Ic:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\cppwinrt" /EHsc /Tp_surface/smooth.cpp /Fobuild\temp.win-amd64-cpython-311\Release\_surface\smooth.obj
|
|---|
| 35272 | smooth.cpp
|
|---|
| 35273 | _surface/smooth.cpp(43): warning C4244: 'initializing': conversion from 'int64_t' to 'int', possible loss of data
|
|---|
| 35274 | _surface/smooth.cpp(51): warning C4244: 'initializing': conversion from 'int64_t' to 'int', possible loss of data
|
|---|
| 35275 | _surface/smooth.cpp(51): warning C4244: 'initializing': conversion from 'int64_t' to 'int', possible loss of data
|
|---|
| 35276 | "C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\bin\HostX64\x64\cl.exe" /c /nologo /O2 /W3 /GL /DNDEBUG /MD -DMAJOR_VERSION=0 -DMINOR_VERSION=1 -IC:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\include -IC:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\core\include -IC:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\arrays\include -IC:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\include -IC:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Include "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\ucrt" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\shared" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\um" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\winrt" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\cppwinrt" "-Ic:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include" "-Ic:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\atlmfc\include" "-Ic:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\ucrt" "-Ic:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\shared" "-Ic:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\um" "-Ic:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\winrt" "-Ic:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\cppwinrt" /EHsc /Tp_surface/subdivide.cpp /Fobuild\temp.win-amd64-cpython-311\Release\_surface\subdivide.obj
|
|---|
| 35277 | subdivide.cpp
|
|---|
| 35278 | _surface/subdivide.cpp(142): warning C4267: 'initializing': conversion from 'size_t' to 'int', possible loss of data
|
|---|
| 35279 | _surface/subdivide.cpp(148): warning C4244: 'initializing': conversion from 'int64_t' to 'int', possible loss of data
|
|---|
| 35280 | _surface/subdivide.cpp(178): warning C4244: 'initializing': conversion from 'int64_t' to 'int', possible loss of data
|
|---|
| 35281 | _surface/subdivide.cpp(178): warning C4244: 'initializing': conversion from 'int64_t' to 'int', possible loss of data
|
|---|
| 35282 | _surface/subdivide.cpp(179): warning C4244: 'initializing': conversion from 'int64_t' to 'int', possible loss of data
|
|---|
| 35283 | _surface/subdivide.cpp(199): warning C4244: 'initializing': conversion from 'int64_t' to 'int', possible loss of data
|
|---|
| 35284 | _surface/subdivide.cpp(204): warning C4244: 'initializing': conversion from 'int64_t' to 'int', possible loss of data
|
|---|
| 35285 | _surface/subdivide.cpp(218): warning C4244: 'initializing': conversion from 'double' to 'float', possible loss of data
|
|---|
| 35286 | _surface/subdivide.cpp(228): warning C4244: 'initializing': conversion from 'int64_t' to 'int', possible loss of data
|
|---|
| 35287 | _surface/subdivide.cpp(256): warning C4244: 'initializing': conversion from 'double' to 'float', possible loss of data
|
|---|
| 35288 | _surface/subdivide.cpp(292): warning C4244: 'initializing': conversion from 'int64_t' to 'int', possible loss of data
|
|---|
| 35289 | _surface/subdivide.cpp(293): warning C4244: 'initializing': conversion from 'int64_t' to 'int', possible loss of data
|
|---|
| 35290 | _surface/subdivide.cpp(293): warning C4244: 'initializing': conversion from 'int64_t' to 'int', possible loss of data
|
|---|
| 35291 | _surface/subdivide.cpp(300): warning C4267: 'argument': conversion from 'size_t' to 'int', possible loss of data
|
|---|
| 35292 | _surface/subdivide.cpp(313): warning C4244: 'initializing': conversion from 'int64_t' to 'int', possible loss of data
|
|---|
| 35293 | _surface/subdivide.cpp(314): warning C4244: 'initializing': conversion from 'int64_t' to 'int', possible loss of data
|
|---|
| 35294 | _surface/subdivide.cpp(314): warning C4244: 'initializing': conversion from 'int64_t' to 'int', possible loss of data
|
|---|
| 35295 | _surface/subdivide.cpp(333): warning C4267: 'initializing': conversion from 'size_t' to 'int', possible loss of data
|
|---|
| 35296 | _surface/subdivide.cpp(333): warning C4267: 'initializing': conversion from 'size_t' to 'int', possible loss of data
|
|---|
| 35297 | _surface/subdivide.cpp(333): warning C4267: 'initializing': conversion from 'size_t' to 'int', possible loss of data
|
|---|
| 35298 | _surface/subdivide.cpp(383): warning C4267: 'initializing': conversion from 'size_t' to 'int', possible loss of data
|
|---|
| 35299 | _surface/subdivide.cpp(396): warning C4244: 'return': conversion from 'double' to 'float', possible loss of data
|
|---|
| 35300 | _surface/subdivide.cpp(404): warning C4267: 'initializing': conversion from 'size_t' to 'int', possible loss of data
|
|---|
| 35301 | _surface/subdivide.cpp(404): warning C4267: 'initializing': conversion from 'size_t' to 'int', possible loss of data
|
|---|
| 35302 | _surface/subdivide.cpp(427): warning C4267: 'initializing': conversion from 'size_t' to 'int', possible loss of data
|
|---|
| 35303 | _surface/subdivide.cpp(427): warning C4267: 'initializing': conversion from 'size_t' to 'int', possible loss of data
|
|---|
| 35304 | "C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\bin\HostX64\x64\cl.exe" /c /nologo /O2 /W3 /GL /DNDEBUG /MD -DMAJOR_VERSION=0 -DMINOR_VERSION=1 -IC:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\include -IC:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\core\include -IC:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\arrays\include -IC:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\include -IC:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Include "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\ucrt" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\shared" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\um" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\winrt" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\cppwinrt" "-Ic:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include" "-Ic:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\atlmfc\include" "-Ic:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\ucrt" "-Ic:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\shared" "-Ic:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\um" "-Ic:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\winrt" "-Ic:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\cppwinrt" /EHsc /Tp_surface/surface.cpp /Fobuild\temp.win-amd64-cpython-311\Release\_surface\surface.obj
|
|---|
| 35305 | surface.cpp
|
|---|
| 35306 | "C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\bin\HostX64\x64\cl.exe" /c /nologo /O2 /W3 /GL /DNDEBUG /MD -DMAJOR_VERSION=0 -DMINOR_VERSION=1 -IC:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\include -IC:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\core\include -IC:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\arrays\include -IC:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\include -IC:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Include "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\ucrt" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\shared" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\um" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\winrt" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\cppwinrt" "-Ic:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include" "-Ic:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\atlmfc\include" "-Ic:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\ucrt" "-Ic:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\shared" "-Ic:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\um" "-Ic:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\winrt" "-Ic:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\cppwinrt" /EHsc /Tp_surface/surfdist.cpp /Fobuild\temp.win-amd64-cpython-311\Release\_surface\surfdist.obj
|
|---|
| 35307 | surfdist.cpp
|
|---|
| 35308 | _surface/surfdist.cpp(63): warning C4244: 'initializing': conversion from 'int64_t' to 'int', possible loss of data
|
|---|
| 35309 | _surface/surfdist.cpp(101): warning C4244: 'initializing': conversion from 'int64_t' to 'int', possible loss of data
|
|---|
| 35310 | _surface/surfdist.cpp(101): warning C4244: 'initializing': conversion from 'int64_t' to 'int', possible loss of data
|
|---|
| 35311 | _surface/surfdist.cpp(101): warning C4244: 'initializing': conversion from 'int64_t' to 'int', possible loss of data
|
|---|
| 35312 | _surface/surfdist.cpp(103): warning C4244: 'initializing': conversion from 'int64_t' to 'int', possible loss of data
|
|---|
| 35313 | _surface/surfdist.cpp(103): warning C4244: 'initializing': conversion from 'int64_t' to 'int', possible loss of data
|
|---|
| 35314 | _surface/surfdist.cpp(105): warning C4244: 'initializing': conversion from 'int64_t' to 'int', possible loss of data
|
|---|
| 35315 | _surface/surfdist.cpp(105): warning C4244: 'initializing': conversion from 'int64_t' to 'int', possible loss of data
|
|---|
| 35316 | _surface/surfdist.cpp(105): warning C4244: 'initializing': conversion from 'int64_t' to 'int', possible loss of data
|
|---|
| 35317 | _surface/surfdist.cpp(142): warning C4244: 'return': conversion from 'double' to 'float', possible loss of data
|
|---|
| 35318 | _surface/surfdist.cpp(144): warning C4244: 'initializing': conversion from 'double' to 'float', possible loss of data
|
|---|
| 35319 | _surface/surfdist.cpp(218): warning C4244: '=': conversion from 'double' to 'float', possible loss of data
|
|---|
| 35320 | "C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\bin\HostX64\x64\cl.exe" /c /nologo /O2 /W3 /GL /DNDEBUG /MD -DMAJOR_VERSION=0 -DMINOR_VERSION=1 -IC:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\include -IC:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\core\include -IC:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\arrays\include -IC:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\include -IC:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Include "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\ucrt" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\shared" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\um" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\winrt" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\cppwinrt" "-Ic:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include" "-Ic:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\atlmfc\include" "-Ic:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\ucrt" "-Ic:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\shared" "-Ic:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\um" "-Ic:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\winrt" "-Ic:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\cppwinrt" /EHsc /Tp_surface/triangulate.cpp /Fobuild\temp.win-amd64-cpython-311\Release\_surface\triangulate.obj
|
|---|
| 35321 | triangulate.cpp
|
|---|
| 35322 | _surface/triangulate.cpp(51): warning C4068: unknown pragma 'clang'
|
|---|
| 35323 | _surface/triangulate.cpp(131): warning C4312: 'reinterpret_cast': conversion from 'int' to 'void *' of greater size
|
|---|
| 35324 | _surface/triangulate.cpp(156): warning C4311: 'reinterpret_cast': pointer truncation from 'void *' to 'long'
|
|---|
| 35325 | _surface/triangulate.cpp(156): warning C4302: 'reinterpret_cast': truncation from 'void *' to 'long'
|
|---|
| 35326 | _surface/triangulate.cpp(176): warning C4267: 'initializing': conversion from 'size_t' to 'int', possible loss of data
|
|---|
| 35327 | _surface/triangulate.cpp(177): warning C4312: 'reinterpret_cast': conversion from 'int' to 'void *' of greater size
|
|---|
| 35328 | _surface/triangulate.cpp(189): warning C4244: 'initializing': conversion from 'int64_t' to 'int', possible loss of data
|
|---|
| 35329 | _surface/triangulate.cpp(189): warning C4244: 'initializing': conversion from 'int64_t' to 'int', possible loss of data
|
|---|
| 35330 | _surface/triangulate.cpp(189): warning C4244: 'initializing': conversion from 'int64_t' to 'int', possible loss of data
|
|---|
| 35331 | _surface/triangulate.cpp(221): warning C4244: 'argument': conversion from 'int64_t' to 'int', possible loss of data
|
|---|
| 35332 | _surface/triangulate.cpp(225): warning C4244: 'initializing': conversion from 'int64_t' to 'int', possible loss of data
|
|---|
| 35333 | _surface/triangulate.cpp(225): warning C4244: 'initializing': conversion from 'int64_t' to 'int', possible loss of data
|
|---|
| 35334 | _surface/triangulate.cpp(225): warning C4244: 'initializing': conversion from 'int64_t' to 'int', possible loss of data
|
|---|
| 35335 | "C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\bin\HostX64\x64\cl.exe" /c /nologo /O2 /W3 /GL /DNDEBUG /MD -DMAJOR_VERSION=0 -DMINOR_VERSION=1 -IC:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\include -IC:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\core\include -IC:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\arrays\include -IC:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\include -IC:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Include "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\ucrt" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\shared" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\um" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\winrt" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\cppwinrt" "-Ic:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include" "-Ic:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\atlmfc\include" "-Ic:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\ucrt" "-Ic:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\shared" "-Ic:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\um" "-Ic:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\winrt" "-Ic:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\cppwinrt" /EHsc /Tp_surface/tube.cpp /Fobuild\temp.win-amd64-cpython-311\Release\_surface\tube.obj
|
|---|
| 35336 | tube.cpp
|
|---|
| 35337 | _surface/tube.cpp(90): warning C4244: 'initializing': conversion from 'double' to 'float', possible loss of data
|
|---|
| 35338 | _surface/tube.cpp(100): warning C4244: 'initializing': conversion from 'double' to 'float', possible loss of data
|
|---|
| 35339 | _surface/tube.cpp(201): warning C4244: 'initializing': conversion from 'int64_t' to 'int', possible loss of data
|
|---|
| 35340 | _surface/tube.cpp(210): warning C4244: 'initializing': conversion from 'int64_t' to 'int', possible loss of data
|
|---|
| 35341 | _surface/tube.cpp(297): warning C4244: 'initializing': conversion from 'int64_t' to 'int', possible loss of data
|
|---|
| 35342 | _surface/tube.cpp(372): warning C4244: 'initializing': conversion from 'int64_t' to 'int', possible loss of data
|
|---|
| 35343 | "C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\bin\HostX64\x64\link.exe" /nologo /INCREMENTAL:NO /LTCG /DLL /MANIFEST:EMBED,ID=2 /MANIFESTUAC:NO /LIBPATH:C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\lib /LIBPATH:C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\core\lib /LIBPATH:C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\arrays\lib /LIBPATH:C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\libs /LIBPATH:C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin /LIBPATH:C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\PCbuild\amd64 "/LIBPATH:C:\Program Files (x86)\Windows Kits\10\lib\10.0.19041.0\ucrt\x64" "/LIBPATH:C:\Program Files (x86)\Windows Kits\10\lib\10.0.19041.0\um\x64" "/LIBPATH:c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\lib\\x64" "/LIBPATH:c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\atlmfc\lib\\x64" "/LIBPATH:c:\Program Files (x86)\Windows Kits\10\lib\10.0.19041.0\ucrt\x64" "/LIBPATH:c:\Program Files (x86)\Windows Kits\10\lib\10.0.19041.0\um\x64" libarrays.lib glu32.lib opengl32.lib /EXPORT:PyInit__surface build\temp.win-amd64-cpython-311\Release\_surface\border.obj build\temp.win-amd64-cpython-311\Release\_surface\capper.obj build\temp.win-amd64-cpython-311\Release\_surface\connected.obj build\temp.win-amd64-cpython-311\Release\_surface\convexity.obj build\temp.win-amd64-cpython-311\Release\_surface\measure.obj build\temp.win-amd64-cpython-311\Release\_surface\normals.obj build\temp.win-amd64-cpython-311\Release\_surface\patches.obj build\temp.win-amd64-cpython-311\Release\_surface\refinemesh.obj build\temp.win-amd64-cpython-311\Release\_surface\sasa.obj build\temp.win-amd64-cpython-311\Release\_surface\smooth.obj build\temp.win-amd64-cpython-311\Release\_surface\subdivide.obj build\temp.win-amd64-cpython-311\Release\_surface\surface.obj build\temp.win-amd64-cpython-311\Release\_surface\surfdist.obj build\temp.win-amd64-cpython-311\Release\_surface\triangulate.obj build\temp.win-amd64-cpython-311\Release\_surface\tube.obj /OUT:build\lib.win-amd64-cpython-311\chimerax\surface\_surface.cp311-win_amd64.pyd /IMPLIB:build\temp.win-amd64-cpython-311\Release\_surface\_surface.cp311-win_amd64.lib
|
|---|
| 35344 | Creating library build\temp.win-amd64-cpython-311\Release\_surface\_surface.cp311-win_amd64.lib and object build\temp.win-amd64-cpython-311\Release\_surface\_surface.cp311-win_amd64.exp
|
|---|
| 35345 | Generating code
|
|---|
| 35346 | Finished generating code
|
|---|
| 35347 | running bdist_wheel
|
|---|
| 35348 | installing to build\bdist.win-amd64\wheel
|
|---|
| 35349 | running install
|
|---|
| 35350 | running install_lib
|
|---|
| 35351 | running build_ext
|
|---|
| 35352 | creating build\bdist.win-amd64\wheel
|
|---|
| 35353 | creating build\bdist.win-amd64\wheel\chimerax
|
|---|
| 35354 | creating build\bdist.win-amd64\wheel\chimerax\surface
|
|---|
| 35355 | copying build\lib.win-amd64-cpython-311\chimerax\surface\area.py -> build\bdist.win-amd64\wheel\.\chimerax\surface
|
|---|
| 35356 | copying build\lib.win-amd64-cpython-311\chimerax\surface\areagui.py -> build\bdist.win-amd64\wheel\.\chimerax\surface
|
|---|
| 35357 | copying build\lib.win-amd64-cpython-311\chimerax\surface\bondzone.py -> build\bdist.win-amd64\wheel\.\chimerax\surface
|
|---|
| 35358 | copying build\lib.win-amd64-cpython-311\chimerax\surface\cap.py -> build\bdist.win-amd64\wheel\.\chimerax\surface
|
|---|
| 35359 | copying build\lib.win-amd64-cpython-311\chimerax\surface\check.py -> build\bdist.win-amd64\wheel\.\chimerax\surface
|
|---|
| 35360 | copying build\lib.win-amd64-cpython-311\chimerax\surface\collada.py -> build\bdist.win-amd64\wheel\.\chimerax\surface
|
|---|
| 35361 | copying build\lib.win-amd64-cpython-311\chimerax\surface\colorcmds.py -> build\bdist.win-amd64\wheel\.\chimerax\surface
|
|---|
| 35362 | copying build\lib.win-amd64-cpython-311\chimerax\surface\colorgeom.py -> build\bdist.win-amd64\wheel\.\chimerax\surface
|
|---|
| 35363 | copying build\lib.win-amd64-cpython-311\chimerax\surface\colorvol.py -> build\bdist.win-amd64\wheel\.\chimerax\surface
|
|---|
| 35364 | copying build\lib.win-amd64-cpython-311\chimerax\surface\colorzone.py -> build\bdist.win-amd64\wheel\.\chimerax\surface
|
|---|
| 35365 | copying build\lib.win-amd64-cpython-311\chimerax\surface\colorzonegui.py -> build\bdist.win-amd64\wheel\.\chimerax\surface
|
|---|
| 35366 | copying build\lib.win-amd64-cpython-311\chimerax\surface\combine.py -> build\bdist.win-amd64\wheel\.\chimerax\surface
|
|---|
| 35367 | copying build\lib.win-amd64-cpython-311\chimerax\surface\dust.py -> build\bdist.win-amd64\wheel\.\chimerax\surface
|
|---|
| 35368 | copying build\lib.win-amd64-cpython-311\chimerax\surface\dustgui.py -> build\bdist.win-amd64\wheel\.\chimerax\surface
|
|---|
| 35369 | copying build\lib.win-amd64-cpython-311\chimerax\surface\gaussian.py -> build\bdist.win-amd64\wheel\.\chimerax\surface
|
|---|
| 35370 | copying build\lib.win-amd64-cpython-311\chimerax\surface\geodesic.py -> build\bdist.win-amd64\wheel\.\chimerax\surface
|
|---|
| 35371 | copying build\lib.win-amd64-cpython-311\chimerax\surface\gridsurf.py -> build\bdist.win-amd64\wheel\.\chimerax\surface
|
|---|
| 35372 | copying build\lib.win-amd64-cpython-311\chimerax\surface\hidefarblobs.py -> build\bdist.win-amd64\wheel\.\chimerax\surface
|
|---|
| 35373 | copying build\lib.win-amd64-cpython-311\chimerax\surface\icosahedron.py -> build\bdist.win-amd64\wheel\.\chimerax\surface
|
|---|
| 35374 | copying build\lib.win-amd64-cpython-311\chimerax\surface\measure_contactarea.py -> build\bdist.win-amd64\wheel\.\chimerax\surface
|
|---|
| 35375 | copying build\lib.win-amd64-cpython-311\chimerax\surface\measure_sasacmd.py -> build\bdist.win-amd64\wheel\.\chimerax\surface
|
|---|
| 35376 | copying build\lib.win-amd64-cpython-311\chimerax\surface\sasa.py -> build\bdist.win-amd64\wheel\.\chimerax\surface
|
|---|
| 35377 | copying build\lib.win-amd64-cpython-311\chimerax\surface\settings.py -> build\bdist.win-amd64\wheel\.\chimerax\surface
|
|---|
| 35378 | copying build\lib.win-amd64-cpython-311\chimerax\surface\shapes.py -> build\bdist.win-amd64\wheel\.\chimerax\surface
|
|---|
| 35379 | copying build\lib.win-amd64-cpython-311\chimerax\surface\sop.py -> build\bdist.win-amd64\wheel\.\chimerax\surface
|
|---|
| 35380 | copying build\lib.win-amd64-cpython-311\chimerax\surface\split.py -> build\bdist.win-amd64\wheel\.\chimerax\surface
|
|---|
| 35381 | copying build\lib.win-amd64-cpython-311\chimerax\surface\splitbycolor.py -> build\bdist.win-amd64\wheel\.\chimerax\surface
|
|---|
| 35382 | copying build\lib.win-amd64-cpython-311\chimerax\surface\squaremesh.py -> build\bdist.win-amd64\wheel\.\chimerax\surface
|
|---|
| 35383 | copying build\lib.win-amd64-cpython-311\chimerax\surface\surfacecmds.py -> build\bdist.win-amd64\wheel\.\chimerax\surface
|
|---|
| 35384 | copying build\lib.win-amd64-cpython-311\chimerax\surface\surfcolorgui.py -> build\bdist.win-amd64\wheel\.\chimerax\surface
|
|---|
| 35385 | copying build\lib.win-amd64-cpython-311\chimerax\surface\texture.py -> build\bdist.win-amd64\wheel\.\chimerax\surface
|
|---|
| 35386 | copying build\lib.win-amd64-cpython-311\chimerax\surface\topology.py -> build\bdist.win-amd64\wheel\.\chimerax\surface
|
|---|
| 35387 | copying build\lib.win-amd64-cpython-311\chimerax\surface\tube.py -> build\bdist.win-amd64\wheel\.\chimerax\surface
|
|---|
| 35388 | copying build\lib.win-amd64-cpython-311\chimerax\surface\updaters.py -> build\bdist.win-amd64\wheel\.\chimerax\surface
|
|---|
| 35389 | copying build\lib.win-amd64-cpython-311\chimerax\surface\zone.py -> build\bdist.win-amd64\wheel\.\chimerax\surface
|
|---|
| 35390 | copying build\lib.win-amd64-cpython-311\chimerax\surface\zonegui.py -> build\bdist.win-amd64\wheel\.\chimerax\surface
|
|---|
| 35391 | copying build\lib.win-amd64-cpython-311\chimerax\surface\_surface.cp311-win_amd64.pyd -> build\bdist.win-amd64\wheel\.\chimerax\surface
|
|---|
| 35392 | copying build\lib.win-amd64-cpython-311\chimerax\surface\__init__.py -> build\bdist.win-amd64\wheel\.\chimerax\surface
|
|---|
| 35393 | running install_egg_info
|
|---|
| 35394 | running egg_info
|
|---|
| 35395 | creating ChimeraX_Surface.egg-info
|
|---|
| 35396 | writing ChimeraX_Surface.egg-info\PKG-INFO
|
|---|
| 35397 | writing dependency_links to ChimeraX_Surface.egg-info\dependency_links.txt
|
|---|
| 35398 | writing requirements to ChimeraX_Surface.egg-info\requires.txt
|
|---|
| 35399 | writing top-level names to ChimeraX_Surface.egg-info\top_level.txt
|
|---|
| 35400 | writing manifest file 'ChimeraX_Surface.egg-info\SOURCES.txt'
|
|---|
| 35401 | reading manifest file 'ChimeraX_Surface.egg-info\SOURCES.txt'
|
|---|
| 35402 | writing manifest file 'ChimeraX_Surface.egg-info\SOURCES.txt'
|
|---|
| 35403 | Copying ChimeraX_Surface.egg-info to build\bdist.win-amd64\wheel\.\ChimeraX_Surface-1.0.1-py3.11.egg-info
|
|---|
| 35404 | running install_scripts
|
|---|
| 35405 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\setuptools\command\bdist_wheel.py:103: RuntimeWarning: Config variable 'Py_DEBUG' is unset, Python ABI tag may be incorrect
|
|---|
| 35406 | if get_flag("Py_DEBUG", hasattr(sys, "gettotalrefcount"), warn=(impl == "cp")):
|
|---|
| 35407 | creating build\bdist.win-amd64\wheel\chimerax_surface-1.0.1.dist-info\WHEEL
|
|---|
| 35408 | creating 'dist\chimerax_surface-1.0.1-cp311-cp311-win_amd64.whl' and adding 'build\bdist.win-amd64\wheel' to it
|
|---|
| 35409 | adding 'chimerax/surface/__init__.py'
|
|---|
| 35410 | adding 'chimerax/surface/_surface.cp311-win_amd64.pyd'
|
|---|
| 35411 | adding 'chimerax/surface/area.py'
|
|---|
| 35412 | adding 'chimerax/surface/areagui.py'
|
|---|
| 35413 | adding 'chimerax/surface/bondzone.py'
|
|---|
| 35414 | adding 'chimerax/surface/cap.py'
|
|---|
| 35415 | adding 'chimerax/surface/check.py'
|
|---|
| 35416 | adding 'chimerax/surface/collada.py'
|
|---|
| 35417 | adding 'chimerax/surface/colorcmds.py'
|
|---|
| 35418 | adding 'chimerax/surface/colorgeom.py'
|
|---|
| 35419 | adding 'chimerax/surface/colorvol.py'
|
|---|
| 35420 | adding 'chimerax/surface/colorzone.py'
|
|---|
| 35421 | adding 'chimerax/surface/colorzonegui.py'
|
|---|
| 35422 | adding 'chimerax/surface/combine.py'
|
|---|
| 35423 | adding 'chimerax/surface/dust.py'
|
|---|
| 35424 | adding 'chimerax/surface/dustgui.py'
|
|---|
| 35425 | adding 'chimerax/surface/gaussian.py'
|
|---|
| 35426 | adding 'chimerax/surface/geodesic.py'
|
|---|
| 35427 | adding 'chimerax/surface/gridsurf.py'
|
|---|
| 35428 | adding 'chimerax/surface/hidefarblobs.py'
|
|---|
| 35429 | adding 'chimerax/surface/icosahedron.py'
|
|---|
| 35430 | adding 'chimerax/surface/measure_contactarea.py'
|
|---|
| 35431 | adding 'chimerax/surface/measure_sasacmd.py'
|
|---|
| 35432 | adding 'chimerax/surface/sasa.py'
|
|---|
| 35433 | adding 'chimerax/surface/settings.py'
|
|---|
| 35434 | adding 'chimerax/surface/shapes.py'
|
|---|
| 35435 | adding 'chimerax/surface/sop.py'
|
|---|
| 35436 | adding 'chimerax/surface/split.py'
|
|---|
| 35437 | adding 'chimerax/surface/splitbycolor.py'
|
|---|
| 35438 | adding 'chimerax/surface/squaremesh.py'
|
|---|
| 35439 | adding 'chimerax/surface/surfacecmds.py'
|
|---|
| 35440 | adding 'chimerax/surface/surfcolorgui.py'
|
|---|
| 35441 | adding 'chimerax/surface/texture.py'
|
|---|
| 35442 | adding 'chimerax/surface/topology.py'
|
|---|
| 35443 | adding 'chimerax/surface/tube.py'
|
|---|
| 35444 | adding 'chimerax/surface/updaters.py'
|
|---|
| 35445 | adding 'chimerax/surface/zone.py'
|
|---|
| 35446 | adding 'chimerax/surface/zonegui.py'
|
|---|
| 35447 | adding 'chimerax_surface-1.0.1.dist-info/METADATA'
|
|---|
| 35448 | adding 'chimerax_surface-1.0.1.dist-info/WHEEL'
|
|---|
| 35449 | adding 'chimerax_surface-1.0.1.dist-info/top_level.txt'
|
|---|
| 35450 | adding 'chimerax_surface-1.0.1.dist-info/RECORD'
|
|---|
| 35451 | removing build\bdist.win-amd64\wheel
|
|---|
| 35452 | Distribution is in .\dist\ChimeraX_Surface-1.0.1-cp311-cp311-win_amd64.whl
|
|---|
| 35453 | INFO:
|
|---|
| 35454 |
|
|---|
| 35455 | make sync
|
|---|
| 35456 | make[6]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/surface'
|
|---|
| 35457 | cp -av dist/*.whl ../../../build/sync
|
|---|
| 35458 | 'dist/chimerax_surface-1.0.1-cp311-cp311-win_amd64.whl' -> '../../../build/sync/chimerax_surface-1.0.1-cp311-cp311-win_amd64.whl'
|
|---|
| 35459 | make[6]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/surface'
|
|---|
| 35460 | make[5]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/surface'
|
|---|
| 35461 | make -C swapaa build
|
|---|
| 35462 | make[5]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/swapaa'
|
|---|
| 35463 | if [ -z "../../../ChimeraX.app/bin/python.exe" ]; then \
|
|---|
| 35464 | echo "missing ChimeraX application's python"; exit 1; \
|
|---|
| 35465 | else \
|
|---|
| 35466 | PYTHONNOUSERSITE=1 ../../../ChimeraX.app/bin/python.exe -I -m chimerax.core --nogui --exit --safemode --cmd "devel build . exit true "; \
|
|---|
| 35467 | fi
|
|---|
| 35468 | INFO:
|
|---|
| 35469 | Executing: devel build . exit true
|
|---|
| 35470 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\setuptools\dist.py:759: SetuptoolsDeprecationWarning: License classifiers are deprecated.
|
|---|
| 35471 | !!
|
|---|
| 35472 |
|
|---|
| 35473 | ********************************************************************************
|
|---|
| 35474 | Please consider removing the following classifiers in favor of a SPDX license expression:
|
|---|
| 35475 |
|
|---|
| 35476 | License :: Free for non-commercial use
|
|---|
| 35477 |
|
|---|
| 35478 | See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details.
|
|---|
| 35479 | ********************************************************************************
|
|---|
| 35480 |
|
|---|
| 35481 | !!
|
|---|
| 35482 | self._finalize_license_expression()
|
|---|
| 35483 | running build
|
|---|
| 35484 | running build_py
|
|---|
| 35485 | creating build\lib\chimerax\swapaa
|
|---|
| 35486 | copying src\mouse_swapaa.py -> build\lib\chimerax\swapaa
|
|---|
| 35487 | copying src\swapaa.py -> build\lib\chimerax\swapaa
|
|---|
| 35488 | copying src\templates.py -> build\lib\chimerax\swapaa
|
|---|
| 35489 | copying src\__init__.py -> build\lib\chimerax\swapaa
|
|---|
| 35490 | copying src\templates.cif -> build\lib\chimerax\swapaa
|
|---|
| 35491 | copying src\swapaa.png -> build\lib\chimerax\swapaa
|
|---|
| 35492 | running bdist_wheel
|
|---|
| 35493 | installing to build\bdist.win-amd64\wheel
|
|---|
| 35494 | running install
|
|---|
| 35495 | running install_lib
|
|---|
| 35496 | creating build\bdist.win-amd64\wheel
|
|---|
| 35497 | creating build\bdist.win-amd64\wheel\chimerax
|
|---|
| 35498 | creating build\bdist.win-amd64\wheel\chimerax\swapaa
|
|---|
| 35499 | copying build\lib\chimerax\swapaa\mouse_swapaa.py -> build\bdist.win-amd64\wheel\.\chimerax\swapaa
|
|---|
| 35500 | copying build\lib\chimerax\swapaa\swapaa.png -> build\bdist.win-amd64\wheel\.\chimerax\swapaa
|
|---|
| 35501 | copying build\lib\chimerax\swapaa\swapaa.py -> build\bdist.win-amd64\wheel\.\chimerax\swapaa
|
|---|
| 35502 | copying build\lib\chimerax\swapaa\templates.cif -> build\bdist.win-amd64\wheel\.\chimerax\swapaa
|
|---|
| 35503 | copying build\lib\chimerax\swapaa\templates.py -> build\bdist.win-amd64\wheel\.\chimerax\swapaa
|
|---|
| 35504 | copying build\lib\chimerax\swapaa\__init__.py -> build\bdist.win-amd64\wheel\.\chimerax\swapaa
|
|---|
| 35505 | running install_egg_info
|
|---|
| 35506 | running egg_info
|
|---|
| 35507 | creating ChimeraX_SwapAA.egg-info
|
|---|
| 35508 | writing ChimeraX_SwapAA.egg-info\PKG-INFO
|
|---|
| 35509 | writing dependency_links to ChimeraX_SwapAA.egg-info\dependency_links.txt
|
|---|
| 35510 | writing requirements to ChimeraX_SwapAA.egg-info\requires.txt
|
|---|
| 35511 | writing top-level names to ChimeraX_SwapAA.egg-info\top_level.txt
|
|---|
| 35512 | writing manifest file 'ChimeraX_SwapAA.egg-info\SOURCES.txt'
|
|---|
| 35513 | reading manifest file 'ChimeraX_SwapAA.egg-info\SOURCES.txt'
|
|---|
| 35514 | writing manifest file 'ChimeraX_SwapAA.egg-info\SOURCES.txt'
|
|---|
| 35515 | Copying ChimeraX_SwapAA.egg-info to build\bdist.win-amd64\wheel\.\ChimeraX_SwapAA-2.0.1-py3.11.egg-info
|
|---|
| 35516 | running install_scripts
|
|---|
| 35517 | creating build\bdist.win-amd64\wheel\chimerax_swapaa-2.0.1.dist-info\WHEEL
|
|---|
| 35518 | creating 'dist\chimerax_swapaa-2.0.1-py3-none-any.whl' and adding 'build\bdist.win-amd64\wheel' to it
|
|---|
| 35519 | adding 'chimerax/swapaa/__init__.py'
|
|---|
| 35520 | adding 'chimerax/swapaa/mouse_swapaa.py'
|
|---|
| 35521 | adding 'chimerax/swapaa/swapaa.png'
|
|---|
| 35522 | adding 'chimerax/swapaa/swapaa.py'
|
|---|
| 35523 | adding 'chimerax/swapaa/templates.cif'
|
|---|
| 35524 | adding 'chimerax/swapaa/templates.py'
|
|---|
| 35525 | adding 'chimerax_swapaa-2.0.1.dist-info/METADATA'
|
|---|
| 35526 | adding 'chimerax_swapaa-2.0.1.dist-info/WHEEL'
|
|---|
| 35527 | adding 'chimerax_swapaa-2.0.1.dist-info/top_level.txt'
|
|---|
| 35528 | adding 'chimerax_swapaa-2.0.1.dist-info/RECORD'
|
|---|
| 35529 | removing build\bdist.win-amd64\wheel
|
|---|
| 35530 | Distribution is in .\dist\ChimeraX_SwapAA-2.0.1-py3-none-any.whl
|
|---|
| 35531 | INFO:
|
|---|
| 35532 |
|
|---|
| 35533 | make sync
|
|---|
| 35534 | make[6]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/swapaa'
|
|---|
| 35535 | cp -av dist/*.whl ../../../build/sync
|
|---|
| 35536 | 'dist/chimerax_swapaa-2.0.1-py3-none-any.whl' -> '../../../build/sync/chimerax_swapaa-2.0.1-py3-none-any.whl'
|
|---|
| 35537 | make[6]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/swapaa'
|
|---|
| 35538 | make[5]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/swapaa'
|
|---|
| 35539 | make -C swap_res build
|
|---|
| 35540 | make[5]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/swap_res'
|
|---|
| 35541 | if [ -z "../../../ChimeraX.app/bin/python.exe" ]; then \
|
|---|
| 35542 | echo "missing ChimeraX application's python"; exit 1; \
|
|---|
| 35543 | else \
|
|---|
| 35544 | PYTHONNOUSERSITE=1 ../../../ChimeraX.app/bin/python.exe -I -m chimerax.core --nogui --exit --safemode --cmd "devel build . exit true "; \
|
|---|
| 35545 | fi
|
|---|
| 35546 | INFO:
|
|---|
| 35547 | Executing: devel build . exit true
|
|---|
| 35548 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\setuptools\dist.py:759: SetuptoolsDeprecationWarning: License classifiers are deprecated.
|
|---|
| 35549 | !!
|
|---|
| 35550 |
|
|---|
| 35551 | ********************************************************************************
|
|---|
| 35552 | Please consider removing the following classifiers in favor of a SPDX license expression:
|
|---|
| 35553 |
|
|---|
| 35554 | License :: Free for non-commercial use
|
|---|
| 35555 |
|
|---|
| 35556 | See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details.
|
|---|
| 35557 | ********************************************************************************
|
|---|
| 35558 |
|
|---|
| 35559 | !!
|
|---|
| 35560 | self._finalize_license_expression()
|
|---|
| 35561 | running build
|
|---|
| 35562 | running build_py
|
|---|
| 35563 | creating build\lib\chimerax\swap_res
|
|---|
| 35564 | copying src\cmd.py -> build\lib\chimerax\swap_res
|
|---|
| 35565 | copying src\contextmenu.py -> build\lib\chimerax\swap_res
|
|---|
| 35566 | copying src\settings.py -> build\lib\chimerax\swap_res
|
|---|
| 35567 | copying src\swap_res.py -> build\lib\chimerax\swap_res
|
|---|
| 35568 | copying src\tool.py -> build\lib\chimerax\swap_res
|
|---|
| 35569 | copying src\__init__.py -> build\lib\chimerax\swap_res
|
|---|
| 35570 | running bdist_wheel
|
|---|
| 35571 | installing to build\bdist.win-amd64\wheel
|
|---|
| 35572 | running install
|
|---|
| 35573 | running install_lib
|
|---|
| 35574 | creating build\bdist.win-amd64\wheel
|
|---|
| 35575 | creating build\bdist.win-amd64\wheel\chimerax
|
|---|
| 35576 | creating build\bdist.win-amd64\wheel\chimerax\swap_res
|
|---|
| 35577 | copying build\lib\chimerax\swap_res\cmd.py -> build\bdist.win-amd64\wheel\.\chimerax\swap_res
|
|---|
| 35578 | copying build\lib\chimerax\swap_res\contextmenu.py -> build\bdist.win-amd64\wheel\.\chimerax\swap_res
|
|---|
| 35579 | copying build\lib\chimerax\swap_res\settings.py -> build\bdist.win-amd64\wheel\.\chimerax\swap_res
|
|---|
| 35580 | copying build\lib\chimerax\swap_res\swap_res.py -> build\bdist.win-amd64\wheel\.\chimerax\swap_res
|
|---|
| 35581 | copying build\lib\chimerax\swap_res\tool.py -> build\bdist.win-amd64\wheel\.\chimerax\swap_res
|
|---|
| 35582 | copying build\lib\chimerax\swap_res\__init__.py -> build\bdist.win-amd64\wheel\.\chimerax\swap_res
|
|---|
| 35583 | running install_egg_info
|
|---|
| 35584 | running egg_info
|
|---|
| 35585 | creating ChimeraX_SwapRes.egg-info
|
|---|
| 35586 | writing ChimeraX_SwapRes.egg-info\PKG-INFO
|
|---|
| 35587 | writing dependency_links to ChimeraX_SwapRes.egg-info\dependency_links.txt
|
|---|
| 35588 | writing requirements to ChimeraX_SwapRes.egg-info\requires.txt
|
|---|
| 35589 | writing top-level names to ChimeraX_SwapRes.egg-info\top_level.txt
|
|---|
| 35590 | writing manifest file 'ChimeraX_SwapRes.egg-info\SOURCES.txt'
|
|---|
| 35591 | reading manifest file 'ChimeraX_SwapRes.egg-info\SOURCES.txt'
|
|---|
| 35592 | writing manifest file 'ChimeraX_SwapRes.egg-info\SOURCES.txt'
|
|---|
| 35593 | Copying ChimeraX_SwapRes.egg-info to build\bdist.win-amd64\wheel\.\ChimeraX_SwapRes-2.5.2-py3.11.egg-info
|
|---|
| 35594 | running install_scripts
|
|---|
| 35595 | creating build\bdist.win-amd64\wheel\chimerax_swapres-2.5.2.dist-info\WHEEL
|
|---|
| 35596 | creating 'dist\chimerax_swapres-2.5.2-py3-none-any.whl' and adding 'build\bdist.win-amd64\wheel' to it
|
|---|
| 35597 | adding 'chimerax/swap_res/__init__.py'
|
|---|
| 35598 | adding 'chimerax/swap_res/cmd.py'
|
|---|
| 35599 | adding 'chimerax/swap_res/contextmenu.py'
|
|---|
| 35600 | adding 'chimerax/swap_res/settings.py'
|
|---|
| 35601 | adding 'chimerax/swap_res/swap_res.py'
|
|---|
| 35602 | adding 'chimerax/swap_res/tool.py'
|
|---|
| 35603 | adding 'chimerax_swapres-2.5.2.dist-info/METADATA'
|
|---|
| 35604 | adding 'chimerax_swapres-2.5.2.dist-info/WHEEL'
|
|---|
| 35605 | adding 'chimerax_swapres-2.5.2.dist-info/top_level.txt'
|
|---|
| 35606 | adding 'chimerax_swapres-2.5.2.dist-info/RECORD'
|
|---|
| 35607 | removing build\bdist.win-amd64\wheel
|
|---|
| 35608 | Distribution is in .\dist\ChimeraX_SwapRes-2.5.2-py3-none-any.whl
|
|---|
| 35609 | INFO:
|
|---|
| 35610 |
|
|---|
| 35611 | make sync
|
|---|
| 35612 | make[6]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/swap_res'
|
|---|
| 35613 | cp -av dist/*.whl ../../../build/sync
|
|---|
| 35614 | 'dist/chimerax_swapres-2.5.2-py3-none-any.whl' -> '../../../build/sync/chimerax_swapres-2.5.2-py3-none-any.whl'
|
|---|
| 35615 | make[6]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/swap_res'
|
|---|
| 35616 | make[5]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/swap_res'
|
|---|
| 35617 | make -C tape_measure build
|
|---|
| 35618 | make[5]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/tape_measure'
|
|---|
| 35619 | if [ -z "../../../ChimeraX.app/bin/python.exe" ]; then \
|
|---|
| 35620 | echo "missing ChimeraX application's python"; exit 1; \
|
|---|
| 35621 | else \
|
|---|
| 35622 | PYTHONNOUSERSITE=1 ../../../ChimeraX.app/bin/python.exe -I -m chimerax.core --nogui --exit --safemode --cmd "devel build . exit true "; \
|
|---|
| 35623 | fi
|
|---|
| 35624 | INFO:
|
|---|
| 35625 | Executing: devel build . exit true
|
|---|
| 35626 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\setuptools\dist.py:759: SetuptoolsDeprecationWarning: License classifiers are deprecated.
|
|---|
| 35627 | !!
|
|---|
| 35628 |
|
|---|
| 35629 | ********************************************************************************
|
|---|
| 35630 | Please consider removing the following classifiers in favor of a SPDX license expression:
|
|---|
| 35631 |
|
|---|
| 35632 | License :: Free for non-commercial use
|
|---|
| 35633 |
|
|---|
| 35634 | See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details.
|
|---|
| 35635 | ********************************************************************************
|
|---|
| 35636 |
|
|---|
| 35637 | !!
|
|---|
| 35638 | self._finalize_license_expression()
|
|---|
| 35639 | running build
|
|---|
| 35640 | running build_py
|
|---|
| 35641 | creating build\lib\chimerax\tape_measure
|
|---|
| 35642 | copying src\tape.py -> build\lib\chimerax\tape_measure
|
|---|
| 35643 | copying src\__init__.py -> build\lib\chimerax\tape_measure
|
|---|
| 35644 | copying src\tape.png -> build\lib\chimerax\tape_measure
|
|---|
| 35645 | running bdist_wheel
|
|---|
| 35646 | installing to build\bdist.win-amd64\wheel
|
|---|
| 35647 | running install
|
|---|
| 35648 | running install_lib
|
|---|
| 35649 | creating build\bdist.win-amd64\wheel
|
|---|
| 35650 | creating build\bdist.win-amd64\wheel\chimerax
|
|---|
| 35651 | creating build\bdist.win-amd64\wheel\chimerax\tape_measure
|
|---|
| 35652 | copying build\lib\chimerax\tape_measure\tape.png -> build\bdist.win-amd64\wheel\.\chimerax\tape_measure
|
|---|
| 35653 | copying build\lib\chimerax\tape_measure\tape.py -> build\bdist.win-amd64\wheel\.\chimerax\tape_measure
|
|---|
| 35654 | copying build\lib\chimerax\tape_measure\__init__.py -> build\bdist.win-amd64\wheel\.\chimerax\tape_measure
|
|---|
| 35655 | running install_egg_info
|
|---|
| 35656 | running egg_info
|
|---|
| 35657 | creating ChimeraX_TapeMeasure.egg-info
|
|---|
| 35658 | writing ChimeraX_TapeMeasure.egg-info\PKG-INFO
|
|---|
| 35659 | writing dependency_links to ChimeraX_TapeMeasure.egg-info\dependency_links.txt
|
|---|
| 35660 | writing requirements to ChimeraX_TapeMeasure.egg-info\requires.txt
|
|---|
| 35661 | writing top-level names to ChimeraX_TapeMeasure.egg-info\top_level.txt
|
|---|
| 35662 | writing manifest file 'ChimeraX_TapeMeasure.egg-info\SOURCES.txt'
|
|---|
| 35663 | reading manifest file 'ChimeraX_TapeMeasure.egg-info\SOURCES.txt'
|
|---|
| 35664 | writing manifest file 'ChimeraX_TapeMeasure.egg-info\SOURCES.txt'
|
|---|
| 35665 | Copying ChimeraX_TapeMeasure.egg-info to build\bdist.win-amd64\wheel\.\ChimeraX_TapeMeasure-1.0-py3.11.egg-info
|
|---|
| 35666 | running install_scripts
|
|---|
| 35667 | creating build\bdist.win-amd64\wheel\chimerax_tapemeasure-1.0.dist-info\WHEEL
|
|---|
| 35668 | creating 'dist\chimerax_tapemeasure-1.0-py3-none-any.whl' and adding 'build\bdist.win-amd64\wheel' to it
|
|---|
| 35669 | adding 'chimerax/tape_measure/__init__.py'
|
|---|
| 35670 | adding 'chimerax/tape_measure/tape.png'
|
|---|
| 35671 | adding 'chimerax/tape_measure/tape.py'
|
|---|
| 35672 | adding 'chimerax_tapemeasure-1.0.dist-info/METADATA'
|
|---|
| 35673 | adding 'chimerax_tapemeasure-1.0.dist-info/WHEEL'
|
|---|
| 35674 | adding 'chimerax_tapemeasure-1.0.dist-info/top_level.txt'
|
|---|
| 35675 | adding 'chimerax_tapemeasure-1.0.dist-info/RECORD'
|
|---|
| 35676 | removing build\bdist.win-amd64\wheel
|
|---|
| 35677 | Distribution is in .\dist\ChimeraX_TapeMeasure-1.0-py3-none-any.whl
|
|---|
| 35678 | INFO:
|
|---|
| 35679 |
|
|---|
| 35680 | make sync
|
|---|
| 35681 | make[6]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/tape_measure'
|
|---|
| 35682 | cp -av dist/*.whl ../../../build/sync
|
|---|
| 35683 | 'dist/chimerax_tapemeasure-1.0-py3-none-any.whl' -> '../../../build/sync/chimerax_tapemeasure-1.0-py3-none-any.whl'
|
|---|
| 35684 | make[6]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/tape_measure'
|
|---|
| 35685 | make[5]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/tape_measure'
|
|---|
| 35686 | make -C task_manager build
|
|---|
| 35687 | make[5]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/task_manager'
|
|---|
| 35688 | if [ -z "../../../ChimeraX.app/bin/python.exe" ]; then \
|
|---|
| 35689 | echo "missing ChimeraX application's python"; exit 1; \
|
|---|
| 35690 | else \
|
|---|
| 35691 | PYTHONNOUSERSITE=1 ../../../ChimeraX.app/bin/python.exe -I -m chimerax.core --nogui --exit --safemode --cmd "devel build . exit true "; \
|
|---|
| 35692 | fi
|
|---|
| 35693 | INFO:
|
|---|
| 35694 | Executing: devel build . exit true
|
|---|
| 35695 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\setuptools\config\_apply_pyprojecttoml.py:82: SetuptoolsDeprecationWarning: `project.license` as a TOML table is deprecated
|
|---|
| 35696 | !!
|
|---|
| 35697 |
|
|---|
| 35698 | ********************************************************************************
|
|---|
| 35699 | Please use a simple string containing a SPDX expression for `project.license`. You can also use `project.license-files`. (Both options available on setuptools>=77.0.0).
|
|---|
| 35700 |
|
|---|
| 35701 | By 2026-Feb-18, you need to update your project and remove deprecated calls
|
|---|
| 35702 | or your builds will no longer be supported.
|
|---|
| 35703 |
|
|---|
| 35704 | See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details.
|
|---|
| 35705 | ********************************************************************************
|
|---|
| 35706 |
|
|---|
| 35707 | !!
|
|---|
| 35708 | corresp(dist, value, root_dir)
|
|---|
| 35709 | running build
|
|---|
| 35710 | running build_py
|
|---|
| 35711 | creating build\lib\chimerax\taskmanager
|
|---|
| 35712 | copying src\cmd.py -> build\lib\chimerax\taskmanager
|
|---|
| 35713 | copying src\tool.py -> build\lib\chimerax\taskmanager
|
|---|
| 35714 | copying src\__init__.py -> build\lib\chimerax\taskmanager
|
|---|
| 35715 | running bdist_wheel
|
|---|
| 35716 | installing to build\bdist.win-amd64\wheel
|
|---|
| 35717 | running install
|
|---|
| 35718 | running install_lib
|
|---|
| 35719 | creating build\bdist.win-amd64\wheel
|
|---|
| 35720 | creating build\bdist.win-amd64\wheel\chimerax
|
|---|
| 35721 | creating build\bdist.win-amd64\wheel\chimerax\taskmanager
|
|---|
| 35722 | copying build\lib\chimerax\taskmanager\cmd.py -> build\bdist.win-amd64\wheel\.\chimerax\taskmanager
|
|---|
| 35723 | copying build\lib\chimerax\taskmanager\tool.py -> build\bdist.win-amd64\wheel\.\chimerax\taskmanager
|
|---|
| 35724 | copying build\lib\chimerax\taskmanager\__init__.py -> build\bdist.win-amd64\wheel\.\chimerax\taskmanager
|
|---|
| 35725 | running install_egg_info
|
|---|
| 35726 | running egg_info
|
|---|
| 35727 | creating ChimeraX_TaskManager.egg-info
|
|---|
| 35728 | writing ChimeraX_TaskManager.egg-info\PKG-INFO
|
|---|
| 35729 | writing dependency_links to ChimeraX_TaskManager.egg-info\dependency_links.txt
|
|---|
| 35730 | writing requirements to ChimeraX_TaskManager.egg-info\requires.txt
|
|---|
| 35731 | writing top-level names to ChimeraX_TaskManager.egg-info\top_level.txt
|
|---|
| 35732 | writing manifest file 'ChimeraX_TaskManager.egg-info\SOURCES.txt'
|
|---|
| 35733 | reading manifest file 'ChimeraX_TaskManager.egg-info\SOURCES.txt'
|
|---|
| 35734 | writing manifest file 'ChimeraX_TaskManager.egg-info\SOURCES.txt'
|
|---|
| 35735 | Copying ChimeraX_TaskManager.egg-info to build\bdist.win-amd64\wheel\.\ChimeraX_TaskManager-1.0-py3.11.egg-info
|
|---|
| 35736 | running install_scripts
|
|---|
| 35737 | creating build\bdist.win-amd64\wheel\chimerax_taskmanager-1.0.dist-info\WHEEL
|
|---|
| 35738 | creating 'dist\chimerax_taskmanager-1.0-py3-none-any.whl' and adding 'build\bdist.win-amd64\wheel' to it
|
|---|
| 35739 | adding 'chimerax/taskmanager/__init__.py'
|
|---|
| 35740 | adding 'chimerax/taskmanager/cmd.py'
|
|---|
| 35741 | adding 'chimerax/taskmanager/tool.py'
|
|---|
| 35742 | adding 'chimerax_taskmanager-1.0.dist-info/METADATA'
|
|---|
| 35743 | adding 'chimerax_taskmanager-1.0.dist-info/WHEEL'
|
|---|
| 35744 | adding 'chimerax_taskmanager-1.0.dist-info/top_level.txt'
|
|---|
| 35745 | adding 'chimerax_taskmanager-1.0.dist-info/RECORD'
|
|---|
| 35746 | removing build\bdist.win-amd64\wheel
|
|---|
| 35747 | Distribution is in C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\task_manager\dist\chimerax_taskmanager-1.0-py3-none-any.whl
|
|---|
| 35748 | INFO:
|
|---|
| 35749 |
|
|---|
| 35750 | make sync
|
|---|
| 35751 | make[6]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/task_manager'
|
|---|
| 35752 | cp -av dist/*.whl ../../../build/sync
|
|---|
| 35753 | 'dist/chimerax_taskmanager-1.0-py3-none-any.whl' -> '../../../build/sync/chimerax_taskmanager-1.0-py3-none-any.whl'
|
|---|
| 35754 | make[6]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/task_manager'
|
|---|
| 35755 | make[5]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/task_manager'
|
|---|
| 35756 | make -C test build
|
|---|
| 35757 | make[5]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/test'
|
|---|
| 35758 | if [ -z "../../../ChimeraX.app/bin/python.exe" ]; then \
|
|---|
| 35759 | echo "missing ChimeraX application's python"; exit 1; \
|
|---|
| 35760 | else \
|
|---|
| 35761 | PYTHONNOUSERSITE=1 ../../../ChimeraX.app/bin/python.exe -I -m chimerax.core --nogui --exit --safemode --cmd "devel build . exit true "; \
|
|---|
| 35762 | fi
|
|---|
| 35763 | INFO:
|
|---|
| 35764 | Executing: devel build . exit true
|
|---|
| 35765 | exectest.cpp
|
|---|
| 35766 | Generating code
|
|---|
| 35767 | Finished generating code
|
|---|
| 35768 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\setuptools\dist.py:759: SetuptoolsDeprecationWarning: License classifiers are deprecated.
|
|---|
| 35769 | !!
|
|---|
| 35770 |
|
|---|
| 35771 | ********************************************************************************
|
|---|
| 35772 | Please consider removing the following classifiers in favor of a SPDX license expression:
|
|---|
| 35773 |
|
|---|
| 35774 | License :: Free for non-commercial use
|
|---|
| 35775 |
|
|---|
| 35776 | See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details.
|
|---|
| 35777 | ********************************************************************************
|
|---|
| 35778 |
|
|---|
| 35779 | !!
|
|---|
| 35780 | self._finalize_license_expression()
|
|---|
| 35781 | running build
|
|---|
| 35782 | running build_py
|
|---|
| 35783 | creating build\lib.win-amd64-cpython-311\chimerax\test
|
|---|
| 35784 | copying src\test.py -> build\lib.win-amd64-cpython-311\chimerax\test
|
|---|
| 35785 | copying src\__init__.py -> build\lib.win-amd64-cpython-311\chimerax\test
|
|---|
| 35786 | creating build\lib.win-amd64-cpython-311\chimerax\test\bin
|
|---|
| 35787 | copying src\bin\exectest.exe -> build\lib.win-amd64-cpython-311\chimerax\test\bin
|
|---|
| 35788 | running build_ext
|
|---|
| 35789 | running bdist_wheel
|
|---|
| 35790 | installing to build\bdist.win-amd64\wheel
|
|---|
| 35791 | running install
|
|---|
| 35792 | running install_lib
|
|---|
| 35793 | running build_ext
|
|---|
| 35794 | creating build\bdist.win-amd64\wheel
|
|---|
| 35795 | creating build\bdist.win-amd64\wheel\chimerax
|
|---|
| 35796 | creating build\bdist.win-amd64\wheel\chimerax\test
|
|---|
| 35797 | creating build\bdist.win-amd64\wheel\chimerax\test\bin
|
|---|
| 35798 | copying build\lib.win-amd64-cpython-311\chimerax\test\bin\exectest.exe -> build\bdist.win-amd64\wheel\.\chimerax\test\bin
|
|---|
| 35799 | copying build\lib.win-amd64-cpython-311\chimerax\test\test.py -> build\bdist.win-amd64\wheel\.\chimerax\test
|
|---|
| 35800 | copying build\lib.win-amd64-cpython-311\chimerax\test\__init__.py -> build\bdist.win-amd64\wheel\.\chimerax\test
|
|---|
| 35801 | running install_egg_info
|
|---|
| 35802 | running egg_info
|
|---|
| 35803 | creating ChimeraX_Test.egg-info
|
|---|
| 35804 | writing ChimeraX_Test.egg-info\PKG-INFO
|
|---|
| 35805 | writing dependency_links to ChimeraX_Test.egg-info\dependency_links.txt
|
|---|
| 35806 | writing requirements to ChimeraX_Test.egg-info\requires.txt
|
|---|
| 35807 | writing top-level names to ChimeraX_Test.egg-info\top_level.txt
|
|---|
| 35808 | writing manifest file 'ChimeraX_Test.egg-info\SOURCES.txt'
|
|---|
| 35809 | reading manifest file 'ChimeraX_Test.egg-info\SOURCES.txt'
|
|---|
| 35810 | writing manifest file 'ChimeraX_Test.egg-info\SOURCES.txt'
|
|---|
| 35811 | Copying ChimeraX_Test.egg-info to build\bdist.win-amd64\wheel\.\ChimeraX_Test-1.0-py3.11.egg-info
|
|---|
| 35812 | running install_scripts
|
|---|
| 35813 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\setuptools\command\bdist_wheel.py:103: RuntimeWarning: Config variable 'Py_DEBUG' is unset, Python ABI tag may be incorrect
|
|---|
| 35814 | if get_flag("Py_DEBUG", hasattr(sys, "gettotalrefcount"), warn=(impl == "cp")):
|
|---|
| 35815 | creating build\bdist.win-amd64\wheel\chimerax_test-1.0.dist-info\WHEEL
|
|---|
| 35816 | creating 'dist\chimerax_test-1.0-cp311-cp311-win_amd64.whl' and adding 'build\bdist.win-amd64\wheel' to it
|
|---|
| 35817 | adding 'chimerax/test/__init__.py'
|
|---|
| 35818 | adding 'chimerax/test/test.py'
|
|---|
| 35819 | adding 'chimerax/test/bin/exectest.exe'
|
|---|
| 35820 | adding 'chimerax_test-1.0.dist-info/METADATA'
|
|---|
| 35821 | adding 'chimerax_test-1.0.dist-info/WHEEL'
|
|---|
| 35822 | adding 'chimerax_test-1.0.dist-info/top_level.txt'
|
|---|
| 35823 | adding 'chimerax_test-1.0.dist-info/RECORD'
|
|---|
| 35824 | removing build\bdist.win-amd64\wheel
|
|---|
| 35825 | Distribution is in .\dist\ChimeraX_Test-1.0-cp311-cp311-win_amd64.whl
|
|---|
| 35826 | INFO:
|
|---|
| 35827 |
|
|---|
| 35828 | make sync
|
|---|
| 35829 | make[6]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/test'
|
|---|
| 35830 | cp -av dist/*.whl ../../../build/sync
|
|---|
| 35831 | 'dist/chimerax_test-1.0-cp311-cp311-win_amd64.whl' -> '../../../build/sync/chimerax_test-1.0-cp311-cp311-win_amd64.whl'
|
|---|
| 35832 | make[6]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/test'
|
|---|
| 35833 | make[5]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/test'
|
|---|
| 35834 | make -C toolbar build
|
|---|
| 35835 | make[5]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/toolbar'
|
|---|
| 35836 | if [ -z "../../../ChimeraX.app/bin/python.exe" ]; then \
|
|---|
| 35837 | echo "missing ChimeraX application's python"; exit 1; \
|
|---|
| 35838 | else \
|
|---|
| 35839 | PYTHONNOUSERSITE=1 ../../../ChimeraX.app/bin/python.exe -I -m chimerax.core --nogui --exit --safemode --cmd "devel build . exit true "; \
|
|---|
| 35840 | fi
|
|---|
| 35841 | INFO:
|
|---|
| 35842 | Executing: devel build . exit true
|
|---|
| 35843 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\setuptools\dist.py:759: SetuptoolsDeprecationWarning: License classifiers are deprecated.
|
|---|
| 35844 | !!
|
|---|
| 35845 |
|
|---|
| 35846 | ********************************************************************************
|
|---|
| 35847 | Please consider removing the following classifiers in favor of a SPDX license expression:
|
|---|
| 35848 |
|
|---|
| 35849 | License :: Free for non-commercial use
|
|---|
| 35850 |
|
|---|
| 35851 | See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details.
|
|---|
| 35852 | ********************************************************************************
|
|---|
| 35853 |
|
|---|
| 35854 | !!
|
|---|
| 35855 | self._finalize_license_expression()
|
|---|
| 35856 | running build
|
|---|
| 35857 | running build_py
|
|---|
| 35858 | creating build\lib\chimerax\toolbar
|
|---|
| 35859 | copying src\manager.py -> build\lib\chimerax\toolbar
|
|---|
| 35860 | copying src\providers.py -> build\lib\chimerax\toolbar
|
|---|
| 35861 | copying src\tool.py -> build\lib\chimerax\toolbar
|
|---|
| 35862 | copying src\__init__.py -> build\lib\chimerax\toolbar
|
|---|
| 35863 | copying src\tool.html -> build\lib\chimerax\toolbar
|
|---|
| 35864 | creating build\lib\chimerax\toolbar\icons
|
|---|
| 35865 | copying src\icons\close-box.png -> build\lib\chimerax\toolbar\icons
|
|---|
| 35866 | copying src\icons\close-box.svg -> build\lib\chimerax\toolbar\icons
|
|---|
| 35867 | copying src\icons\content-save.png -> build\lib\chimerax\toolbar\icons
|
|---|
| 35868 | copying src\icons\content-save.svg -> build\lib\chimerax\toolbar\icons
|
|---|
| 35869 | copying src\icons\exit.png -> build\lib\chimerax\toolbar\icons
|
|---|
| 35870 | copying src\icons\file-image.png -> build\lib\chimerax\toolbar\icons
|
|---|
| 35871 | copying src\icons\open-in-app.png -> build\lib\chimerax\toolbar\icons
|
|---|
| 35872 | copying src\icons\open-in-app.svg -> build\lib\chimerax\toolbar\icons
|
|---|
| 35873 | copying src\icons\recentfiles-dark.png -> build\lib\chimerax\toolbar\icons
|
|---|
| 35874 | copying src\icons\recentfiles.png -> build\lib\chimerax\toolbar\icons
|
|---|
| 35875 | copying src\icons\redo-variant.png -> build\lib\chimerax\toolbar\icons
|
|---|
| 35876 | copying src\icons\redo-variant.svg -> build\lib\chimerax\toolbar\icons
|
|---|
| 35877 | copying src\icons\sideview.png -> build\lib\chimerax\toolbar\icons
|
|---|
| 35878 | copying src\icons\undo-variant.png -> build\lib\chimerax\toolbar\icons
|
|---|
| 35879 | copying src\icons\undo-variant.svg -> build\lib\chimerax\toolbar\icons
|
|---|
| 35880 | running bdist_wheel
|
|---|
| 35881 | installing to build\bdist.win-amd64\wheel
|
|---|
| 35882 | running install
|
|---|
| 35883 | running install_lib
|
|---|
| 35884 | creating build\bdist.win-amd64\wheel
|
|---|
| 35885 | creating build\bdist.win-amd64\wheel\chimerax
|
|---|
| 35886 | creating build\bdist.win-amd64\wheel\chimerax\toolbar
|
|---|
| 35887 | creating build\bdist.win-amd64\wheel\chimerax\toolbar\icons
|
|---|
| 35888 | copying build\lib\chimerax\toolbar\icons\close-box.png -> build\bdist.win-amd64\wheel\.\chimerax\toolbar\icons
|
|---|
| 35889 | copying build\lib\chimerax\toolbar\icons\close-box.svg -> build\bdist.win-amd64\wheel\.\chimerax\toolbar\icons
|
|---|
| 35890 | copying build\lib\chimerax\toolbar\icons\content-save.png -> build\bdist.win-amd64\wheel\.\chimerax\toolbar\icons
|
|---|
| 35891 | copying build\lib\chimerax\toolbar\icons\content-save.svg -> build\bdist.win-amd64\wheel\.\chimerax\toolbar\icons
|
|---|
| 35892 | copying build\lib\chimerax\toolbar\icons\exit.png -> build\bdist.win-amd64\wheel\.\chimerax\toolbar\icons
|
|---|
| 35893 | copying build\lib\chimerax\toolbar\icons\file-image.png -> build\bdist.win-amd64\wheel\.\chimerax\toolbar\icons
|
|---|
| 35894 | copying build\lib\chimerax\toolbar\icons\open-in-app.png -> build\bdist.win-amd64\wheel\.\chimerax\toolbar\icons
|
|---|
| 35895 | copying build\lib\chimerax\toolbar\icons\open-in-app.svg -> build\bdist.win-amd64\wheel\.\chimerax\toolbar\icons
|
|---|
| 35896 | copying build\lib\chimerax\toolbar\icons\recentfiles-dark.png -> build\bdist.win-amd64\wheel\.\chimerax\toolbar\icons
|
|---|
| 35897 | copying build\lib\chimerax\toolbar\icons\recentfiles.png -> build\bdist.win-amd64\wheel\.\chimerax\toolbar\icons
|
|---|
| 35898 | copying build\lib\chimerax\toolbar\icons\redo-variant.png -> build\bdist.win-amd64\wheel\.\chimerax\toolbar\icons
|
|---|
| 35899 | copying build\lib\chimerax\toolbar\icons\redo-variant.svg -> build\bdist.win-amd64\wheel\.\chimerax\toolbar\icons
|
|---|
| 35900 | copying build\lib\chimerax\toolbar\icons\sideview.png -> build\bdist.win-amd64\wheel\.\chimerax\toolbar\icons
|
|---|
| 35901 | copying build\lib\chimerax\toolbar\icons\undo-variant.png -> build\bdist.win-amd64\wheel\.\chimerax\toolbar\icons
|
|---|
| 35902 | copying build\lib\chimerax\toolbar\icons\undo-variant.svg -> build\bdist.win-amd64\wheel\.\chimerax\toolbar\icons
|
|---|
| 35903 | copying build\lib\chimerax\toolbar\manager.py -> build\bdist.win-amd64\wheel\.\chimerax\toolbar
|
|---|
| 35904 | copying build\lib\chimerax\toolbar\providers.py -> build\bdist.win-amd64\wheel\.\chimerax\toolbar
|
|---|
| 35905 | copying build\lib\chimerax\toolbar\tool.html -> build\bdist.win-amd64\wheel\.\chimerax\toolbar
|
|---|
| 35906 | copying build\lib\chimerax\toolbar\tool.py -> build\bdist.win-amd64\wheel\.\chimerax\toolbar
|
|---|
| 35907 | copying build\lib\chimerax\toolbar\__init__.py -> build\bdist.win-amd64\wheel\.\chimerax\toolbar
|
|---|
| 35908 | running install_egg_info
|
|---|
| 35909 | running egg_info
|
|---|
| 35910 | creating ChimeraX_Toolbar.egg-info
|
|---|
| 35911 | writing ChimeraX_Toolbar.egg-info\PKG-INFO
|
|---|
| 35912 | writing dependency_links to ChimeraX_Toolbar.egg-info\dependency_links.txt
|
|---|
| 35913 | writing requirements to ChimeraX_Toolbar.egg-info\requires.txt
|
|---|
| 35914 | writing top-level names to ChimeraX_Toolbar.egg-info\top_level.txt
|
|---|
| 35915 | writing manifest file 'ChimeraX_Toolbar.egg-info\SOURCES.txt'
|
|---|
| 35916 | reading manifest file 'ChimeraX_Toolbar.egg-info\SOURCES.txt'
|
|---|
| 35917 | writing manifest file 'ChimeraX_Toolbar.egg-info\SOURCES.txt'
|
|---|
| 35918 | Copying ChimeraX_Toolbar.egg-info to build\bdist.win-amd64\wheel\.\ChimeraX_Toolbar-1.2.3-py3.11.egg-info
|
|---|
| 35919 | running install_scripts
|
|---|
| 35920 | creating build\bdist.win-amd64\wheel\chimerax_toolbar-1.2.3.dist-info\WHEEL
|
|---|
| 35921 | creating 'dist\chimerax_toolbar-1.2.3-py3-none-any.whl' and adding 'build\bdist.win-amd64\wheel' to it
|
|---|
| 35922 | adding 'chimerax/toolbar/__init__.py'
|
|---|
| 35923 | adding 'chimerax/toolbar/manager.py'
|
|---|
| 35924 | adding 'chimerax/toolbar/providers.py'
|
|---|
| 35925 | adding 'chimerax/toolbar/tool.html'
|
|---|
| 35926 | adding 'chimerax/toolbar/tool.py'
|
|---|
| 35927 | adding 'chimerax/toolbar/icons/close-box.png'
|
|---|
| 35928 | adding 'chimerax/toolbar/icons/close-box.svg'
|
|---|
| 35929 | adding 'chimerax/toolbar/icons/content-save.png'
|
|---|
| 35930 | adding 'chimerax/toolbar/icons/content-save.svg'
|
|---|
| 35931 | adding 'chimerax/toolbar/icons/exit.png'
|
|---|
| 35932 | adding 'chimerax/toolbar/icons/file-image.png'
|
|---|
| 35933 | adding 'chimerax/toolbar/icons/open-in-app.png'
|
|---|
| 35934 | adding 'chimerax/toolbar/icons/open-in-app.svg'
|
|---|
| 35935 | adding 'chimerax/toolbar/icons/recentfiles-dark.png'
|
|---|
| 35936 | adding 'chimerax/toolbar/icons/recentfiles.png'
|
|---|
| 35937 | adding 'chimerax/toolbar/icons/redo-variant.png'
|
|---|
| 35938 | adding 'chimerax/toolbar/icons/redo-variant.svg'
|
|---|
| 35939 | adding 'chimerax/toolbar/icons/sideview.png'
|
|---|
| 35940 | adding 'chimerax/toolbar/icons/undo-variant.png'
|
|---|
| 35941 | adding 'chimerax/toolbar/icons/undo-variant.svg'
|
|---|
| 35942 | adding 'chimerax_toolbar-1.2.3.dist-info/METADATA'
|
|---|
| 35943 | adding 'chimerax_toolbar-1.2.3.dist-info/WHEEL'
|
|---|
| 35944 | adding 'chimerax_toolbar-1.2.3.dist-info/top_level.txt'
|
|---|
| 35945 | adding 'chimerax_toolbar-1.2.3.dist-info/RECORD'
|
|---|
| 35946 | removing build\bdist.win-amd64\wheel
|
|---|
| 35947 | Distribution is in .\dist\ChimeraX_Toolbar-1.2.3-py3-none-any.whl
|
|---|
| 35948 | INFO:
|
|---|
| 35949 |
|
|---|
| 35950 | make sync
|
|---|
| 35951 | make[6]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/toolbar'
|
|---|
| 35952 | cp -av dist/*.whl ../../../build/sync
|
|---|
| 35953 | 'dist/chimerax_toolbar-1.2.3-py3-none-any.whl' -> '../../../build/sync/chimerax_toolbar-1.2.3-py3-none-any.whl'
|
|---|
| 35954 | make[6]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/toolbar'
|
|---|
| 35955 | make[5]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/toolbar'
|
|---|
| 35956 | make -C topography build
|
|---|
| 35957 | make[5]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/topography'
|
|---|
| 35958 | if [ -z "../../../ChimeraX.app/bin/python.exe" ]; then \
|
|---|
| 35959 | echo "missing ChimeraX application's python"; exit 1; \
|
|---|
| 35960 | else \
|
|---|
| 35961 | PYTHONNOUSERSITE=1 ../../../ChimeraX.app/bin/python.exe -I -m chimerax.core --nogui --exit --safemode --cmd "devel build . exit true "; \
|
|---|
| 35962 | fi
|
|---|
| 35963 | INFO:
|
|---|
| 35964 | Executing: devel build . exit true
|
|---|
| 35965 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\setuptools\dist.py:759: SetuptoolsDeprecationWarning: License classifiers are deprecated.
|
|---|
| 35966 | !!
|
|---|
| 35967 |
|
|---|
| 35968 | ********************************************************************************
|
|---|
| 35969 | Please consider removing the following classifiers in favor of a SPDX license expression:
|
|---|
| 35970 |
|
|---|
| 35971 | License :: Free for non-commercial use
|
|---|
| 35972 |
|
|---|
| 35973 | See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details.
|
|---|
| 35974 | ********************************************************************************
|
|---|
| 35975 |
|
|---|
| 35976 | !!
|
|---|
| 35977 | self._finalize_license_expression()
|
|---|
| 35978 | running build
|
|---|
| 35979 | running build_py
|
|---|
| 35980 | creating build\lib\chimerax\topography
|
|---|
| 35981 | copying src\toposurf.py -> build\lib\chimerax\topography
|
|---|
| 35982 | copying src\__init__.py -> build\lib\chimerax\topography
|
|---|
| 35983 | running bdist_wheel
|
|---|
| 35984 | installing to build\bdist.win-amd64\wheel
|
|---|
| 35985 | running install
|
|---|
| 35986 | running install_lib
|
|---|
| 35987 | creating build\bdist.win-amd64\wheel
|
|---|
| 35988 | creating build\bdist.win-amd64\wheel\chimerax
|
|---|
| 35989 | creating build\bdist.win-amd64\wheel\chimerax\topography
|
|---|
| 35990 | copying build\lib\chimerax\topography\toposurf.py -> build\bdist.win-amd64\wheel\.\chimerax\topography
|
|---|
| 35991 | copying build\lib\chimerax\topography\__init__.py -> build\bdist.win-amd64\wheel\.\chimerax\topography
|
|---|
| 35992 | running install_egg_info
|
|---|
| 35993 | running egg_info
|
|---|
| 35994 | creating ChimeraX_Topography.egg-info
|
|---|
| 35995 | writing ChimeraX_Topography.egg-info\PKG-INFO
|
|---|
| 35996 | writing dependency_links to ChimeraX_Topography.egg-info\dependency_links.txt
|
|---|
| 35997 | writing requirements to ChimeraX_Topography.egg-info\requires.txt
|
|---|
| 35998 | writing top-level names to ChimeraX_Topography.egg-info\top_level.txt
|
|---|
| 35999 | writing manifest file 'ChimeraX_Topography.egg-info\SOURCES.txt'
|
|---|
| 36000 | reading manifest file 'ChimeraX_Topography.egg-info\SOURCES.txt'
|
|---|
| 36001 | writing manifest file 'ChimeraX_Topography.egg-info\SOURCES.txt'
|
|---|
| 36002 | Copying ChimeraX_Topography.egg-info to build\bdist.win-amd64\wheel\.\ChimeraX_Topography-1.0-py3.11.egg-info
|
|---|
| 36003 | running install_scripts
|
|---|
| 36004 | creating build\bdist.win-amd64\wheel\chimerax_topography-1.0.dist-info\WHEEL
|
|---|
| 36005 | creating 'dist\chimerax_topography-1.0-py3-none-any.whl' and adding 'build\bdist.win-amd64\wheel' to it
|
|---|
| 36006 | adding 'chimerax/topography/__init__.py'
|
|---|
| 36007 | adding 'chimerax/topography/toposurf.py'
|
|---|
| 36008 | adding 'chimerax_topography-1.0.dist-info/METADATA'
|
|---|
| 36009 | adding 'chimerax_topography-1.0.dist-info/WHEEL'
|
|---|
| 36010 | adding 'chimerax_topography-1.0.dist-info/top_level.txt'
|
|---|
| 36011 | adding 'chimerax_topography-1.0.dist-info/RECORD'
|
|---|
| 36012 | removing build\bdist.win-amd64\wheel
|
|---|
| 36013 | Distribution is in .\dist\ChimeraX_Topography-1.0-py3-none-any.whl
|
|---|
| 36014 | INFO:
|
|---|
| 36015 |
|
|---|
| 36016 | make sync
|
|---|
| 36017 | make[6]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/topography'
|
|---|
| 36018 | cp -av dist/*.whl ../../../build/sync
|
|---|
| 36019 | 'dist/chimerax_topography-1.0-py3-none-any.whl' -> '../../../build/sync/chimerax_topography-1.0-py3-none-any.whl'
|
|---|
| 36020 | make[6]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/topography'
|
|---|
| 36021 | make[5]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/topography'
|
|---|
| 36022 | make -C to_quest build
|
|---|
| 36023 | make[5]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/to_quest'
|
|---|
| 36024 | if [ -z "../../../ChimeraX.app/bin/python.exe" ]; then \
|
|---|
| 36025 | echo "missing ChimeraX application's python"; exit 1; \
|
|---|
| 36026 | else \
|
|---|
| 36027 | PYTHONNOUSERSITE=1 ../../../ChimeraX.app/bin/python.exe -I -m chimerax.core --nogui --exit --safemode --cmd "devel build . exit true "; \
|
|---|
| 36028 | fi
|
|---|
| 36029 | INFO:
|
|---|
| 36030 | Executing: devel build . exit true
|
|---|
| 36031 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\setuptools\dist.py:759: SetuptoolsDeprecationWarning: License classifiers are deprecated.
|
|---|
| 36032 | !!
|
|---|
| 36033 |
|
|---|
| 36034 | ********************************************************************************
|
|---|
| 36035 | Please consider removing the following classifiers in favor of a SPDX license expression:
|
|---|
| 36036 |
|
|---|
| 36037 | License :: Free for non-commercial use
|
|---|
| 36038 |
|
|---|
| 36039 | See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details.
|
|---|
| 36040 | ********************************************************************************
|
|---|
| 36041 |
|
|---|
| 36042 | !!
|
|---|
| 36043 | self._finalize_license_expression()
|
|---|
| 36044 | running build
|
|---|
| 36045 | running build_py
|
|---|
| 36046 | creating build\lib\chimerax\to_quest
|
|---|
| 36047 | copying src\toquest.py -> build\lib\chimerax\to_quest
|
|---|
| 36048 | copying src\__init__.py -> build\lib\chimerax\to_quest
|
|---|
| 36049 | running bdist_wheel
|
|---|
| 36050 | installing to build\bdist.win-amd64\wheel
|
|---|
| 36051 | running install
|
|---|
| 36052 | running install_lib
|
|---|
| 36053 | creating build\bdist.win-amd64\wheel
|
|---|
| 36054 | creating build\bdist.win-amd64\wheel\chimerax
|
|---|
| 36055 | creating build\bdist.win-amd64\wheel\chimerax\to_quest
|
|---|
| 36056 | copying build\lib\chimerax\to_quest\toquest.py -> build\bdist.win-amd64\wheel\.\chimerax\to_quest
|
|---|
| 36057 | copying build\lib\chimerax\to_quest\__init__.py -> build\bdist.win-amd64\wheel\.\chimerax\to_quest
|
|---|
| 36058 | running install_egg_info
|
|---|
| 36059 | running egg_info
|
|---|
| 36060 | creating ChimeraX_ToQuest.egg-info
|
|---|
| 36061 | writing ChimeraX_ToQuest.egg-info\PKG-INFO
|
|---|
| 36062 | writing dependency_links to ChimeraX_ToQuest.egg-info\dependency_links.txt
|
|---|
| 36063 | writing requirements to ChimeraX_ToQuest.egg-info\requires.txt
|
|---|
| 36064 | writing top-level names to ChimeraX_ToQuest.egg-info\top_level.txt
|
|---|
| 36065 | writing manifest file 'ChimeraX_ToQuest.egg-info\SOURCES.txt'
|
|---|
| 36066 | reading manifest file 'ChimeraX_ToQuest.egg-info\SOURCES.txt'
|
|---|
| 36067 | writing manifest file 'ChimeraX_ToQuest.egg-info\SOURCES.txt'
|
|---|
| 36068 | Copying ChimeraX_ToQuest.egg-info to build\bdist.win-amd64\wheel\.\ChimeraX_ToQuest-1.0-py3.11.egg-info
|
|---|
| 36069 | running install_scripts
|
|---|
| 36070 | creating build\bdist.win-amd64\wheel\chimerax_toquest-1.0.dist-info\WHEEL
|
|---|
| 36071 | creating 'dist\chimerax_toquest-1.0-py3-none-any.whl' and adding 'build\bdist.win-amd64\wheel' to it
|
|---|
| 36072 | adding 'chimerax/to_quest/__init__.py'
|
|---|
| 36073 | adding 'chimerax/to_quest/toquest.py'
|
|---|
| 36074 | adding 'chimerax_toquest-1.0.dist-info/METADATA'
|
|---|
| 36075 | adding 'chimerax_toquest-1.0.dist-info/WHEEL'
|
|---|
| 36076 | adding 'chimerax_toquest-1.0.dist-info/top_level.txt'
|
|---|
| 36077 | adding 'chimerax_toquest-1.0.dist-info/RECORD'
|
|---|
| 36078 | removing build\bdist.win-amd64\wheel
|
|---|
| 36079 | Distribution is in .\dist\ChimeraX_ToQuest-1.0-py3-none-any.whl
|
|---|
| 36080 | INFO:
|
|---|
| 36081 |
|
|---|
| 36082 | make sync
|
|---|
| 36083 | make[6]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/to_quest'
|
|---|
| 36084 | cp -av dist/*.whl ../../../build/sync
|
|---|
| 36085 | 'dist/chimerax_toquest-1.0-py3-none-any.whl' -> '../../../build/sync/chimerax_toquest-1.0-py3-none-any.whl'
|
|---|
| 36086 | make[6]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/to_quest'
|
|---|
| 36087 | make[5]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/to_quest'
|
|---|
| 36088 | make -C tug build
|
|---|
| 36089 | make[5]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/tug'
|
|---|
| 36090 | if [ -z "../../../ChimeraX.app/bin/python.exe" ]; then \
|
|---|
| 36091 | echo "missing ChimeraX application's python"; exit 1; \
|
|---|
| 36092 | else \
|
|---|
| 36093 | PYTHONNOUSERSITE=1 ../../../ChimeraX.app/bin/python.exe -I -m chimerax.core --nogui --exit --safemode --cmd "devel build . exit true "; \
|
|---|
| 36094 | fi
|
|---|
| 36095 | INFO:
|
|---|
| 36096 | Executing: devel build . exit true
|
|---|
| 36097 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\setuptools\dist.py:759: SetuptoolsDeprecationWarning: License classifiers are deprecated.
|
|---|
| 36098 | !!
|
|---|
| 36099 |
|
|---|
| 36100 | ********************************************************************************
|
|---|
| 36101 | Please consider removing the following classifiers in favor of a SPDX license expression:
|
|---|
| 36102 |
|
|---|
| 36103 | License :: Free for non-commercial use
|
|---|
| 36104 |
|
|---|
| 36105 | See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details.
|
|---|
| 36106 | ********************************************************************************
|
|---|
| 36107 |
|
|---|
| 36108 | !!
|
|---|
| 36109 | self._finalize_license_expression()
|
|---|
| 36110 | running build
|
|---|
| 36111 | running build_py
|
|---|
| 36112 | creating build\lib\chimerax\tug
|
|---|
| 36113 | copying src\minimize.py -> build\lib\chimerax\tug
|
|---|
| 36114 | copying src\tugatoms.py -> build\lib\chimerax\tug
|
|---|
| 36115 | copying src\tugcommand.py -> build\lib\chimerax\tug
|
|---|
| 36116 | copying src\__init__.py -> build\lib\chimerax\tug
|
|---|
| 36117 | copying src\tug.png -> build\lib\chimerax\tug
|
|---|
| 36118 | copying src\minimize.png -> build\lib\chimerax\tug
|
|---|
| 36119 | running bdist_wheel
|
|---|
| 36120 | installing to build\bdist.win-amd64\wheel
|
|---|
| 36121 | running install
|
|---|
| 36122 | running install_lib
|
|---|
| 36123 | creating build\bdist.win-amd64\wheel
|
|---|
| 36124 | creating build\bdist.win-amd64\wheel\chimerax
|
|---|
| 36125 | creating build\bdist.win-amd64\wheel\chimerax\tug
|
|---|
| 36126 | copying build\lib\chimerax\tug\minimize.png -> build\bdist.win-amd64\wheel\.\chimerax\tug
|
|---|
| 36127 | copying build\lib\chimerax\tug\minimize.py -> build\bdist.win-amd64\wheel\.\chimerax\tug
|
|---|
| 36128 | copying build\lib\chimerax\tug\tug.png -> build\bdist.win-amd64\wheel\.\chimerax\tug
|
|---|
| 36129 | copying build\lib\chimerax\tug\tugatoms.py -> build\bdist.win-amd64\wheel\.\chimerax\tug
|
|---|
| 36130 | copying build\lib\chimerax\tug\tugcommand.py -> build\bdist.win-amd64\wheel\.\chimerax\tug
|
|---|
| 36131 | copying build\lib\chimerax\tug\__init__.py -> build\bdist.win-amd64\wheel\.\chimerax\tug
|
|---|
| 36132 | running install_egg_info
|
|---|
| 36133 | running egg_info
|
|---|
| 36134 | creating ChimeraX_Tug.egg-info
|
|---|
| 36135 | writing ChimeraX_Tug.egg-info\PKG-INFO
|
|---|
| 36136 | writing dependency_links to ChimeraX_Tug.egg-info\dependency_links.txt
|
|---|
| 36137 | writing requirements to ChimeraX_Tug.egg-info\requires.txt
|
|---|
| 36138 | writing top-level names to ChimeraX_Tug.egg-info\top_level.txt
|
|---|
| 36139 | writing manifest file 'ChimeraX_Tug.egg-info\SOURCES.txt'
|
|---|
| 36140 | reading manifest file 'ChimeraX_Tug.egg-info\SOURCES.txt'
|
|---|
| 36141 | writing manifest file 'ChimeraX_Tug.egg-info\SOURCES.txt'
|
|---|
| 36142 | Copying ChimeraX_Tug.egg-info to build\bdist.win-amd64\wheel\.\ChimeraX_Tug-1.0.1-py3.11.egg-info
|
|---|
| 36143 | running install_scripts
|
|---|
| 36144 | creating build\bdist.win-amd64\wheel\chimerax_tug-1.0.1.dist-info\WHEEL
|
|---|
| 36145 | creating 'dist\chimerax_tug-1.0.1-py3-none-any.whl' and adding 'build\bdist.win-amd64\wheel' to it
|
|---|
| 36146 | adding 'chimerax/tug/__init__.py'
|
|---|
| 36147 | adding 'chimerax/tug/minimize.png'
|
|---|
| 36148 | adding 'chimerax/tug/minimize.py'
|
|---|
| 36149 | adding 'chimerax/tug/tug.png'
|
|---|
| 36150 | adding 'chimerax/tug/tugatoms.py'
|
|---|
| 36151 | adding 'chimerax/tug/tugcommand.py'
|
|---|
| 36152 | adding 'chimerax_tug-1.0.1.dist-info/METADATA'
|
|---|
| 36153 | adding 'chimerax_tug-1.0.1.dist-info/WHEEL'
|
|---|
| 36154 | adding 'chimerax_tug-1.0.1.dist-info/top_level.txt'
|
|---|
| 36155 | adding 'chimerax_tug-1.0.1.dist-info/RECORD'
|
|---|
| 36156 | removing build\bdist.win-amd64\wheel
|
|---|
| 36157 | Distribution is in .\dist\ChimeraX_Tug-1.0.1-py3-none-any.whl
|
|---|
| 36158 | INFO:
|
|---|
| 36159 |
|
|---|
| 36160 | make sync
|
|---|
| 36161 | make[6]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/tug'
|
|---|
| 36162 | cp -av dist/*.whl ../../../build/sync
|
|---|
| 36163 | 'dist/chimerax_tug-1.0.1-py3-none-any.whl' -> '../../../build/sync/chimerax_tug-1.0.1-py3-none-any.whl'
|
|---|
| 36164 | make[6]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/tug'
|
|---|
| 36165 | make[5]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/tug'
|
|---|
| 36166 | make -C ui build
|
|---|
| 36167 | make[5]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/ui'
|
|---|
| 36168 | sed -e '/===/d' \
|
|---|
| 36169 | -e 's,https:.*html,<a href="&">&</a>.,' \
|
|---|
| 36170 | ../../../copyright.txt | \
|
|---|
| 36171 | sed $'/COPYRIGHT_NOTICE/{r /dev/stdin\nd\n}' \
|
|---|
| 36172 | src/about.html.in > src/about.html \
|
|---|
| 36173 | || (rm src/about.html ; exit 1)
|
|---|
| 36174 | if [ -z "../../../ChimeraX.app/bin/python.exe" ]; then \
|
|---|
| 36175 | echo "missing ChimeraX application's python"; exit 1; \
|
|---|
| 36176 | else \
|
|---|
| 36177 | PYTHONNOUSERSITE=1 ../../../ChimeraX.app/bin/python.exe -I -m chimerax.core --nogui --exit --safemode --cmd "devel build . exit true "; \
|
|---|
| 36178 | fi
|
|---|
| 36179 | INFO:
|
|---|
| 36180 | Executing: devel build . exit true
|
|---|
| 36181 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\setuptools\dist.py:759: SetuptoolsDeprecationWarning: License classifiers are deprecated.
|
|---|
| 36182 | !!
|
|---|
| 36183 |
|
|---|
| 36184 | ********************************************************************************
|
|---|
| 36185 | Please consider removing the following classifiers in favor of a SPDX license expression:
|
|---|
| 36186 |
|
|---|
| 36187 | License :: Free for non-commercial use
|
|---|
| 36188 |
|
|---|
| 36189 | See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details.
|
|---|
| 36190 | ********************************************************************************
|
|---|
| 36191 |
|
|---|
| 36192 | !!
|
|---|
| 36193 | self._finalize_license_expression()
|
|---|
| 36194 | running build
|
|---|
| 36195 | running build_py
|
|---|
| 36196 | creating build\lib\chimerax\ui
|
|---|
| 36197 | copying src\ask.py -> build\lib\chimerax\ui
|
|---|
| 36198 | copying src\cmd.py -> build\lib\chimerax\ui
|
|---|
| 36199 | copying src\core_settings_ui.py -> build\lib\chimerax\ui
|
|---|
| 36200 | copying src\file_history.py -> build\lib\chimerax\ui
|
|---|
| 36201 | copying src\font.py -> build\lib\chimerax\ui
|
|---|
| 36202 | copying src\graphics.py -> build\lib\chimerax\ui
|
|---|
| 36203 | copying src\gui.py -> build\lib\chimerax\ui
|
|---|
| 36204 | copying src\htmltool.py -> build\lib\chimerax\ui
|
|---|
| 36205 | copying src\open_save.py -> build\lib\chimerax\ui
|
|---|
| 36206 | copying src\redirect_logger.py -> build\lib\chimerax\ui
|
|---|
| 36207 | copying src\settings.py -> build\lib\chimerax\ui
|
|---|
| 36208 | copying src\statusbar.py -> build\lib\chimerax\ui
|
|---|
| 36209 | copying src\__init__.py -> build\lib\chimerax\ui
|
|---|
| 36210 | creating build\lib\chimerax\ui\html
|
|---|
| 36211 | copying src\html\utils.py -> build\lib\chimerax\ui\html
|
|---|
| 36212 | copying src\html\__init__.py -> build\lib\chimerax\ui\html
|
|---|
| 36213 | creating build\lib\chimerax\ui\icons
|
|---|
| 36214 | copying src\icons\__init__.py -> build\lib\chimerax\ui\icons
|
|---|
| 36215 | creating build\lib\chimerax\ui\options
|
|---|
| 36216 | copying src\options\containers.py -> build\lib\chimerax\ui\options
|
|---|
| 36217 | copying src\options\options.py -> build\lib\chimerax\ui\options
|
|---|
| 36218 | copying src\options\__init__.py -> build\lib\chimerax\ui\options
|
|---|
| 36219 | creating build\lib\chimerax\ui\widgets
|
|---|
| 36220 | copying src\widgets\citation.py -> build\lib\chimerax\ui\widgets
|
|---|
| 36221 | copying src\widgets\color_button.py -> build\lib\chimerax\ui\widgets
|
|---|
| 36222 | copying src\widgets\composite.py -> build\lib\chimerax\ui\widgets
|
|---|
| 36223 | copying src\widgets\disclosure.py -> build\lib\chimerax\ui\widgets
|
|---|
| 36224 | copying src\widgets\histogram.py -> build\lib\chimerax\ui\widgets
|
|---|
| 36225 | copying src\widgets\htmlview.py -> build\lib\chimerax\ui\widgets
|
|---|
| 36226 | copying src\widgets\item_chooser.py -> build\lib\chimerax\ui\widgets
|
|---|
| 36227 | copying src\widgets\item_table.py -> build\lib\chimerax\ui\widgets
|
|---|
| 36228 | copying src\widgets\palette_chooser.py -> build\lib\chimerax\ui\widgets
|
|---|
| 36229 | copying src\widgets\slider.py -> build\lib\chimerax\ui\widgets
|
|---|
| 36230 | copying src\widgets\tabbedtoolbar.py -> build\lib\chimerax\ui\widgets
|
|---|
| 36231 | copying src\widgets\tricheckbox.py -> build\lib\chimerax\ui\widgets
|
|---|
| 36232 | copying src\widgets\__init__.py -> build\lib\chimerax\ui\widgets
|
|---|
| 36233 | copying src\about.html -> build\lib\chimerax\ui
|
|---|
| 36234 | copying src\splash.jpg -> build\lib\chimerax\ui
|
|---|
| 36235 | copying src\icons\contract1.png -> build\lib\chimerax\ui\icons
|
|---|
| 36236 | copying src\icons\contract2.png -> build\lib\chimerax\ui\icons
|
|---|
| 36237 | copying src\icons\contract3.png -> build\lib\chimerax\ui\icons
|
|---|
| 36238 | copying src\icons\dark_multi.png -> build\lib\chimerax\ui\icons
|
|---|
| 36239 | copying src\icons\Default_PubMed.png -> build\lib\chimerax\ui\icons
|
|---|
| 36240 | copying src\icons\expand1.png -> build\lib\chimerax\ui\icons
|
|---|
| 36241 | copying src\icons\expand2.png -> build\lib\chimerax\ui\icons
|
|---|
| 36242 | copying src\icons\expand3.png -> build\lib\chimerax\ui\icons
|
|---|
| 36243 | copying src\icons\gear.png -> build\lib\chimerax\ui\icons
|
|---|
| 36244 | copying src\icons\half.png -> build\lib\chimerax\ui\icons
|
|---|
| 36245 | copying src\icons\half64.png -> build\lib\chimerax\ui\icons
|
|---|
| 36246 | copying src\icons\hidden.png -> build\lib\chimerax\ui\icons
|
|---|
| 36247 | copying src\icons\lightning_day.png -> build\lib\chimerax\ui\icons
|
|---|
| 36248 | copying src\icons\lightning_night.png -> build\lib\chimerax\ui\icons
|
|---|
| 36249 | copying src\icons\light_multi.png -> build\lib\chimerax\ui\icons
|
|---|
| 36250 | copying src\icons\minus.png -> build\lib\chimerax\ui\icons
|
|---|
| 36251 | copying src\icons\multi.old.png -> build\lib\chimerax\ui\icons
|
|---|
| 36252 | copying src\icons\multi.png -> build\lib\chimerax\ui\icons
|
|---|
| 36253 | copying src\icons\multi16.png -> build\lib\chimerax\ui\icons
|
|---|
| 36254 | copying src\icons\pause.png -> build\lib\chimerax\ui\icons
|
|---|
| 36255 | copying src\icons\pause128.png -> build\lib\chimerax\ui\icons
|
|---|
| 36256 | copying src\icons\play.png -> build\lib\chimerax\ui\icons
|
|---|
| 36257 | copying src\icons\play256.png -> build\lib\chimerax\ui\icons
|
|---|
| 36258 | copying src\icons\record.png -> build\lib\chimerax\ui\icons
|
|---|
| 36259 | copying src\icons\record128.png -> build\lib\chimerax\ui\icons
|
|---|
| 36260 | copying src\icons\red_circle.png -> build\lib\chimerax\ui\icons
|
|---|
| 36261 | copying src\icons\red_square.png -> build\lib\chimerax\ui\icons
|
|---|
| 36262 | copying src\icons\select.png -> build\lib\chimerax\ui\icons
|
|---|
| 36263 | copying src\icons\shown.png -> build\lib\chimerax\ui\icons
|
|---|
| 36264 | copying src\icons\snail.png -> build\lib\chimerax\ui\icons
|
|---|
| 36265 | copying src\icons\stop.png -> build\lib\chimerax\ui\icons
|
|---|
| 36266 | copying src\icons\stop128.png -> build\lib\chimerax\ui\icons
|
|---|
| 36267 | copying src\icons\x.png -> build\lib\chimerax\ui\icons
|
|---|
| 36268 | copying src\html\utils.py -> build\lib\chimerax\ui\html
|
|---|
| 36269 | copying src\html\__init__.py -> build\lib\chimerax\ui\html
|
|---|
| 36270 | creating build\lib\chimerax\ui\html\css
|
|---|
| 36271 | copying src\html\css\bootgrid-1.3.1.min.css -> build\lib\chimerax\ui\html\css
|
|---|
| 36272 | copying src\html\css\bootstrap-3.3.7.css -> build\lib\chimerax\ui\html\css
|
|---|
| 36273 | copying src\html\css\bootstrap-4.4.1.css -> build\lib\chimerax\ui\html\css
|
|---|
| 36274 | copying src\html\css\font-awesome-4.7.0.min.css -> build\lib\chimerax\ui\html\css
|
|---|
| 36275 | creating build\lib\chimerax\ui\html\fonts
|
|---|
| 36276 | copying src\html\fonts\fontawesome-webfont.eot -> build\lib\chimerax\ui\html\fonts
|
|---|
| 36277 | copying src\html\fonts\fontawesome-webfont.svg -> build\lib\chimerax\ui\html\fonts
|
|---|
| 36278 | copying src\html\fonts\fontawesome-webfont.ttf -> build\lib\chimerax\ui\html\fonts
|
|---|
| 36279 | copying src\html\fonts\fontawesome-webfont.woff -> build\lib\chimerax\ui\html\fonts
|
|---|
| 36280 | copying src\html\fonts\fontawesome-webfont.woff2 -> build\lib\chimerax\ui\html\fonts
|
|---|
| 36281 | copying src\html\fonts\glyphicons-halflings-regular.eot -> build\lib\chimerax\ui\html\fonts
|
|---|
| 36282 | copying src\html\fonts\glyphicons-halflings-regular.svg -> build\lib\chimerax\ui\html\fonts
|
|---|
| 36283 | copying src\html\fonts\glyphicons-halflings-regular.ttf -> build\lib\chimerax\ui\html\fonts
|
|---|
| 36284 | copying src\html\fonts\glyphicons-halflings-regular.woff -> build\lib\chimerax\ui\html\fonts
|
|---|
| 36285 | copying src\html\fonts\glyphicons-halflings-regular.woff2 -> build\lib\chimerax\ui\html\fonts
|
|---|
| 36286 | creating build\lib\chimerax\ui\html\js
|
|---|
| 36287 | copying src\html\js\bootgrid-1.3.1.min.js -> build\lib\chimerax\ui\html\js
|
|---|
| 36288 | copying src\html\js\bootstrap-3.3.7.js -> build\lib\chimerax\ui\html\js
|
|---|
| 36289 | copying src\html\js\bootstrap-4.4.1.js -> build\lib\chimerax\ui\html\js
|
|---|
| 36290 | copying src\html\js\jquery-3.3.1.min.js -> build\lib\chimerax\ui\html\js
|
|---|
| 36291 | running bdist_wheel
|
|---|
| 36292 | installing to build\bdist.win-amd64\wheel
|
|---|
| 36293 | running install
|
|---|
| 36294 | running install_lib
|
|---|
| 36295 | creating build\bdist.win-amd64\wheel
|
|---|
| 36296 | creating build\bdist.win-amd64\wheel\chimerax
|
|---|
| 36297 | creating build\bdist.win-amd64\wheel\chimerax\ui
|
|---|
| 36298 | copying build\lib\chimerax\ui\about.html -> build\bdist.win-amd64\wheel\.\chimerax\ui
|
|---|
| 36299 | copying build\lib\chimerax\ui\ask.py -> build\bdist.win-amd64\wheel\.\chimerax\ui
|
|---|
| 36300 | copying build\lib\chimerax\ui\cmd.py -> build\bdist.win-amd64\wheel\.\chimerax\ui
|
|---|
| 36301 | copying build\lib\chimerax\ui\core_settings_ui.py -> build\bdist.win-amd64\wheel\.\chimerax\ui
|
|---|
| 36302 | copying build\lib\chimerax\ui\file_history.py -> build\bdist.win-amd64\wheel\.\chimerax\ui
|
|---|
| 36303 | copying build\lib\chimerax\ui\font.py -> build\bdist.win-amd64\wheel\.\chimerax\ui
|
|---|
| 36304 | copying build\lib\chimerax\ui\graphics.py -> build\bdist.win-amd64\wheel\.\chimerax\ui
|
|---|
| 36305 | copying build\lib\chimerax\ui\gui.py -> build\bdist.win-amd64\wheel\.\chimerax\ui
|
|---|
| 36306 | creating build\bdist.win-amd64\wheel\chimerax\ui\html
|
|---|
| 36307 | creating build\bdist.win-amd64\wheel\chimerax\ui\html\css
|
|---|
| 36308 | copying build\lib\chimerax\ui\html\css\bootgrid-1.3.1.min.css -> build\bdist.win-amd64\wheel\.\chimerax\ui\html\css
|
|---|
| 36309 | copying build\lib\chimerax\ui\html\css\bootstrap-3.3.7.css -> build\bdist.win-amd64\wheel\.\chimerax\ui\html\css
|
|---|
| 36310 | copying build\lib\chimerax\ui\html\css\bootstrap-4.4.1.css -> build\bdist.win-amd64\wheel\.\chimerax\ui\html\css
|
|---|
| 36311 | copying build\lib\chimerax\ui\html\css\font-awesome-4.7.0.min.css -> build\bdist.win-amd64\wheel\.\chimerax\ui\html\css
|
|---|
| 36312 | creating build\bdist.win-amd64\wheel\chimerax\ui\html\fonts
|
|---|
| 36313 | copying build\lib\chimerax\ui\html\fonts\fontawesome-webfont.eot -> build\bdist.win-amd64\wheel\.\chimerax\ui\html\fonts
|
|---|
| 36314 | copying build\lib\chimerax\ui\html\fonts\fontawesome-webfont.svg -> build\bdist.win-amd64\wheel\.\chimerax\ui\html\fonts
|
|---|
| 36315 | copying build\lib\chimerax\ui\html\fonts\fontawesome-webfont.ttf -> build\bdist.win-amd64\wheel\.\chimerax\ui\html\fonts
|
|---|
| 36316 | copying build\lib\chimerax\ui\html\fonts\fontawesome-webfont.woff -> build\bdist.win-amd64\wheel\.\chimerax\ui\html\fonts
|
|---|
| 36317 | copying build\lib\chimerax\ui\html\fonts\fontawesome-webfont.woff2 -> build\bdist.win-amd64\wheel\.\chimerax\ui\html\fonts
|
|---|
| 36318 | copying build\lib\chimerax\ui\html\fonts\glyphicons-halflings-regular.eot -> build\bdist.win-amd64\wheel\.\chimerax\ui\html\fonts
|
|---|
| 36319 | copying build\lib\chimerax\ui\html\fonts\glyphicons-halflings-regular.svg -> build\bdist.win-amd64\wheel\.\chimerax\ui\html\fonts
|
|---|
| 36320 | copying build\lib\chimerax\ui\html\fonts\glyphicons-halflings-regular.ttf -> build\bdist.win-amd64\wheel\.\chimerax\ui\html\fonts
|
|---|
| 36321 | copying build\lib\chimerax\ui\html\fonts\glyphicons-halflings-regular.woff -> build\bdist.win-amd64\wheel\.\chimerax\ui\html\fonts
|
|---|
| 36322 | copying build\lib\chimerax\ui\html\fonts\glyphicons-halflings-regular.woff2 -> build\bdist.win-amd64\wheel\.\chimerax\ui\html\fonts
|
|---|
| 36323 | creating build\bdist.win-amd64\wheel\chimerax\ui\html\js
|
|---|
| 36324 | copying build\lib\chimerax\ui\html\js\bootgrid-1.3.1.min.js -> build\bdist.win-amd64\wheel\.\chimerax\ui\html\js
|
|---|
| 36325 | copying build\lib\chimerax\ui\html\js\bootstrap-3.3.7.js -> build\bdist.win-amd64\wheel\.\chimerax\ui\html\js
|
|---|
| 36326 | copying build\lib\chimerax\ui\html\js\bootstrap-4.4.1.js -> build\bdist.win-amd64\wheel\.\chimerax\ui\html\js
|
|---|
| 36327 | copying build\lib\chimerax\ui\html\js\jquery-3.3.1.min.js -> build\bdist.win-amd64\wheel\.\chimerax\ui\html\js
|
|---|
| 36328 | copying build\lib\chimerax\ui\html\utils.py -> build\bdist.win-amd64\wheel\.\chimerax\ui\html
|
|---|
| 36329 | copying build\lib\chimerax\ui\html\__init__.py -> build\bdist.win-amd64\wheel\.\chimerax\ui\html
|
|---|
| 36330 | copying build\lib\chimerax\ui\htmltool.py -> build\bdist.win-amd64\wheel\.\chimerax\ui
|
|---|
| 36331 | creating build\bdist.win-amd64\wheel\chimerax\ui\icons
|
|---|
| 36332 | copying build\lib\chimerax\ui\icons\contract1.png -> build\bdist.win-amd64\wheel\.\chimerax\ui\icons
|
|---|
| 36333 | copying build\lib\chimerax\ui\icons\contract2.png -> build\bdist.win-amd64\wheel\.\chimerax\ui\icons
|
|---|
| 36334 | copying build\lib\chimerax\ui\icons\contract3.png -> build\bdist.win-amd64\wheel\.\chimerax\ui\icons
|
|---|
| 36335 | copying build\lib\chimerax\ui\icons\dark_multi.png -> build\bdist.win-amd64\wheel\.\chimerax\ui\icons
|
|---|
| 36336 | copying build\lib\chimerax\ui\icons\Default_PubMed.png -> build\bdist.win-amd64\wheel\.\chimerax\ui\icons
|
|---|
| 36337 | copying build\lib\chimerax\ui\icons\expand1.png -> build\bdist.win-amd64\wheel\.\chimerax\ui\icons
|
|---|
| 36338 | copying build\lib\chimerax\ui\icons\expand2.png -> build\bdist.win-amd64\wheel\.\chimerax\ui\icons
|
|---|
| 36339 | copying build\lib\chimerax\ui\icons\expand3.png -> build\bdist.win-amd64\wheel\.\chimerax\ui\icons
|
|---|
| 36340 | copying build\lib\chimerax\ui\icons\gear.png -> build\bdist.win-amd64\wheel\.\chimerax\ui\icons
|
|---|
| 36341 | copying build\lib\chimerax\ui\icons\half.png -> build\bdist.win-amd64\wheel\.\chimerax\ui\icons
|
|---|
| 36342 | copying build\lib\chimerax\ui\icons\half64.png -> build\bdist.win-amd64\wheel\.\chimerax\ui\icons
|
|---|
| 36343 | copying build\lib\chimerax\ui\icons\hidden.png -> build\bdist.win-amd64\wheel\.\chimerax\ui\icons
|
|---|
| 36344 | copying build\lib\chimerax\ui\icons\lightning_day.png -> build\bdist.win-amd64\wheel\.\chimerax\ui\icons
|
|---|
| 36345 | copying build\lib\chimerax\ui\icons\lightning_night.png -> build\bdist.win-amd64\wheel\.\chimerax\ui\icons
|
|---|
| 36346 | copying build\lib\chimerax\ui\icons\light_multi.png -> build\bdist.win-amd64\wheel\.\chimerax\ui\icons
|
|---|
| 36347 | copying build\lib\chimerax\ui\icons\minus.png -> build\bdist.win-amd64\wheel\.\chimerax\ui\icons
|
|---|
| 36348 | copying build\lib\chimerax\ui\icons\multi.old.png -> build\bdist.win-amd64\wheel\.\chimerax\ui\icons
|
|---|
| 36349 | copying build\lib\chimerax\ui\icons\multi.png -> build\bdist.win-amd64\wheel\.\chimerax\ui\icons
|
|---|
| 36350 | copying build\lib\chimerax\ui\icons\multi16.png -> build\bdist.win-amd64\wheel\.\chimerax\ui\icons
|
|---|
| 36351 | copying build\lib\chimerax\ui\icons\pause.png -> build\bdist.win-amd64\wheel\.\chimerax\ui\icons
|
|---|
| 36352 | copying build\lib\chimerax\ui\icons\pause128.png -> build\bdist.win-amd64\wheel\.\chimerax\ui\icons
|
|---|
| 36353 | copying build\lib\chimerax\ui\icons\play.png -> build\bdist.win-amd64\wheel\.\chimerax\ui\icons
|
|---|
| 36354 | copying build\lib\chimerax\ui\icons\play256.png -> build\bdist.win-amd64\wheel\.\chimerax\ui\icons
|
|---|
| 36355 | copying build\lib\chimerax\ui\icons\record.png -> build\bdist.win-amd64\wheel\.\chimerax\ui\icons
|
|---|
| 36356 | copying build\lib\chimerax\ui\icons\record128.png -> build\bdist.win-amd64\wheel\.\chimerax\ui\icons
|
|---|
| 36357 | copying build\lib\chimerax\ui\icons\red_circle.png -> build\bdist.win-amd64\wheel\.\chimerax\ui\icons
|
|---|
| 36358 | copying build\lib\chimerax\ui\icons\red_square.png -> build\bdist.win-amd64\wheel\.\chimerax\ui\icons
|
|---|
| 36359 | copying build\lib\chimerax\ui\icons\select.png -> build\bdist.win-amd64\wheel\.\chimerax\ui\icons
|
|---|
| 36360 | copying build\lib\chimerax\ui\icons\shown.png -> build\bdist.win-amd64\wheel\.\chimerax\ui\icons
|
|---|
| 36361 | copying build\lib\chimerax\ui\icons\snail.png -> build\bdist.win-amd64\wheel\.\chimerax\ui\icons
|
|---|
| 36362 | copying build\lib\chimerax\ui\icons\stop.png -> build\bdist.win-amd64\wheel\.\chimerax\ui\icons
|
|---|
| 36363 | copying build\lib\chimerax\ui\icons\stop128.png -> build\bdist.win-amd64\wheel\.\chimerax\ui\icons
|
|---|
| 36364 | copying build\lib\chimerax\ui\icons\x.png -> build\bdist.win-amd64\wheel\.\chimerax\ui\icons
|
|---|
| 36365 | copying build\lib\chimerax\ui\icons\__init__.py -> build\bdist.win-amd64\wheel\.\chimerax\ui\icons
|
|---|
| 36366 | copying build\lib\chimerax\ui\open_save.py -> build\bdist.win-amd64\wheel\.\chimerax\ui
|
|---|
| 36367 | creating build\bdist.win-amd64\wheel\chimerax\ui\options
|
|---|
| 36368 | copying build\lib\chimerax\ui\options\containers.py -> build\bdist.win-amd64\wheel\.\chimerax\ui\options
|
|---|
| 36369 | copying build\lib\chimerax\ui\options\options.py -> build\bdist.win-amd64\wheel\.\chimerax\ui\options
|
|---|
| 36370 | copying build\lib\chimerax\ui\options\__init__.py -> build\bdist.win-amd64\wheel\.\chimerax\ui\options
|
|---|
| 36371 | copying build\lib\chimerax\ui\redirect_logger.py -> build\bdist.win-amd64\wheel\.\chimerax\ui
|
|---|
| 36372 | copying build\lib\chimerax\ui\settings.py -> build\bdist.win-amd64\wheel\.\chimerax\ui
|
|---|
| 36373 | copying build\lib\chimerax\ui\splash.jpg -> build\bdist.win-amd64\wheel\.\chimerax\ui
|
|---|
| 36374 | copying build\lib\chimerax\ui\statusbar.py -> build\bdist.win-amd64\wheel\.\chimerax\ui
|
|---|
| 36375 | creating build\bdist.win-amd64\wheel\chimerax\ui\widgets
|
|---|
| 36376 | copying build\lib\chimerax\ui\widgets\citation.py -> build\bdist.win-amd64\wheel\.\chimerax\ui\widgets
|
|---|
| 36377 | copying build\lib\chimerax\ui\widgets\color_button.py -> build\bdist.win-amd64\wheel\.\chimerax\ui\widgets
|
|---|
| 36378 | copying build\lib\chimerax\ui\widgets\composite.py -> build\bdist.win-amd64\wheel\.\chimerax\ui\widgets
|
|---|
| 36379 | copying build\lib\chimerax\ui\widgets\disclosure.py -> build\bdist.win-amd64\wheel\.\chimerax\ui\widgets
|
|---|
| 36380 | copying build\lib\chimerax\ui\widgets\histogram.py -> build\bdist.win-amd64\wheel\.\chimerax\ui\widgets
|
|---|
| 36381 | copying build\lib\chimerax\ui\widgets\htmlview.py -> build\bdist.win-amd64\wheel\.\chimerax\ui\widgets
|
|---|
| 36382 | copying build\lib\chimerax\ui\widgets\item_chooser.py -> build\bdist.win-amd64\wheel\.\chimerax\ui\widgets
|
|---|
| 36383 | copying build\lib\chimerax\ui\widgets\item_table.py -> build\bdist.win-amd64\wheel\.\chimerax\ui\widgets
|
|---|
| 36384 | copying build\lib\chimerax\ui\widgets\palette_chooser.py -> build\bdist.win-amd64\wheel\.\chimerax\ui\widgets
|
|---|
| 36385 | copying build\lib\chimerax\ui\widgets\slider.py -> build\bdist.win-amd64\wheel\.\chimerax\ui\widgets
|
|---|
| 36386 | copying build\lib\chimerax\ui\widgets\tabbedtoolbar.py -> build\bdist.win-amd64\wheel\.\chimerax\ui\widgets
|
|---|
| 36387 | copying build\lib\chimerax\ui\widgets\tricheckbox.py -> build\bdist.win-amd64\wheel\.\chimerax\ui\widgets
|
|---|
| 36388 | copying build\lib\chimerax\ui\widgets\__init__.py -> build\bdist.win-amd64\wheel\.\chimerax\ui\widgets
|
|---|
| 36389 | copying build\lib\chimerax\ui\__init__.py -> build\bdist.win-amd64\wheel\.\chimerax\ui
|
|---|
| 36390 | running install_egg_info
|
|---|
| 36391 | running egg_info
|
|---|
| 36392 | creating ChimeraX_UI.egg-info
|
|---|
| 36393 | writing ChimeraX_UI.egg-info\PKG-INFO
|
|---|
| 36394 | writing dependency_links to ChimeraX_UI.egg-info\dependency_links.txt
|
|---|
| 36395 | writing requirements to ChimeraX_UI.egg-info\requires.txt
|
|---|
| 36396 | writing top-level names to ChimeraX_UI.egg-info\top_level.txt
|
|---|
| 36397 | writing manifest file 'ChimeraX_UI.egg-info\SOURCES.txt'
|
|---|
| 36398 | reading manifest file 'ChimeraX_UI.egg-info\SOURCES.txt'
|
|---|
| 36399 | writing manifest file 'ChimeraX_UI.egg-info\SOURCES.txt'
|
|---|
| 36400 | Copying ChimeraX_UI.egg-info to build\bdist.win-amd64\wheel\.\ChimeraX_UI-1.48.3-py3.11.egg-info
|
|---|
| 36401 | running install_scripts
|
|---|
| 36402 | creating build\bdist.win-amd64\wheel\chimerax_ui-1.48.3.dist-info\WHEEL
|
|---|
| 36403 | creating 'dist\chimerax_ui-1.48.3-py3-none-any.whl' and adding 'build\bdist.win-amd64\wheel' to it
|
|---|
| 36404 | adding 'chimerax/ui/__init__.py'
|
|---|
| 36405 | adding 'chimerax/ui/about.html'
|
|---|
| 36406 | adding 'chimerax/ui/ask.py'
|
|---|
| 36407 | adding 'chimerax/ui/cmd.py'
|
|---|
| 36408 | adding 'chimerax/ui/core_settings_ui.py'
|
|---|
| 36409 | adding 'chimerax/ui/file_history.py'
|
|---|
| 36410 | adding 'chimerax/ui/font.py'
|
|---|
| 36411 | adding 'chimerax/ui/graphics.py'
|
|---|
| 36412 | adding 'chimerax/ui/gui.py'
|
|---|
| 36413 | adding 'chimerax/ui/htmltool.py'
|
|---|
| 36414 | adding 'chimerax/ui/open_save.py'
|
|---|
| 36415 | adding 'chimerax/ui/redirect_logger.py'
|
|---|
| 36416 | adding 'chimerax/ui/settings.py'
|
|---|
| 36417 | adding 'chimerax/ui/splash.jpg'
|
|---|
| 36418 | adding 'chimerax/ui/statusbar.py'
|
|---|
| 36419 | adding 'chimerax/ui/html/__init__.py'
|
|---|
| 36420 | adding 'chimerax/ui/html/utils.py'
|
|---|
| 36421 | adding 'chimerax/ui/html/css/bootgrid-1.3.1.min.css'
|
|---|
| 36422 | adding 'chimerax/ui/html/css/bootstrap-3.3.7.css'
|
|---|
| 36423 | adding 'chimerax/ui/html/css/bootstrap-4.4.1.css'
|
|---|
| 36424 | adding 'chimerax/ui/html/css/font-awesome-4.7.0.min.css'
|
|---|
| 36425 | adding 'chimerax/ui/html/fonts/fontawesome-webfont.eot'
|
|---|
| 36426 | adding 'chimerax/ui/html/fonts/fontawesome-webfont.svg'
|
|---|
| 36427 | adding 'chimerax/ui/html/fonts/fontawesome-webfont.ttf'
|
|---|
| 36428 | adding 'chimerax/ui/html/fonts/fontawesome-webfont.woff'
|
|---|
| 36429 | adding 'chimerax/ui/html/fonts/fontawesome-webfont.woff2'
|
|---|
| 36430 | adding 'chimerax/ui/html/fonts/glyphicons-halflings-regular.eot'
|
|---|
| 36431 | adding 'chimerax/ui/html/fonts/glyphicons-halflings-regular.svg'
|
|---|
| 36432 | adding 'chimerax/ui/html/fonts/glyphicons-halflings-regular.ttf'
|
|---|
| 36433 | adding 'chimerax/ui/html/fonts/glyphicons-halflings-regular.woff'
|
|---|
| 36434 | adding 'chimerax/ui/html/fonts/glyphicons-halflings-regular.woff2'
|
|---|
| 36435 | adding 'chimerax/ui/html/js/bootgrid-1.3.1.min.js'
|
|---|
| 36436 | adding 'chimerax/ui/html/js/bootstrap-3.3.7.js'
|
|---|
| 36437 | adding 'chimerax/ui/html/js/bootstrap-4.4.1.js'
|
|---|
| 36438 | adding 'chimerax/ui/html/js/jquery-3.3.1.min.js'
|
|---|
| 36439 | adding 'chimerax/ui/icons/Default_PubMed.png'
|
|---|
| 36440 | adding 'chimerax/ui/icons/__init__.py'
|
|---|
| 36441 | adding 'chimerax/ui/icons/contract1.png'
|
|---|
| 36442 | adding 'chimerax/ui/icons/contract2.png'
|
|---|
| 36443 | adding 'chimerax/ui/icons/contract3.png'
|
|---|
| 36444 | adding 'chimerax/ui/icons/dark_multi.png'
|
|---|
| 36445 | adding 'chimerax/ui/icons/expand1.png'
|
|---|
| 36446 | adding 'chimerax/ui/icons/expand2.png'
|
|---|
| 36447 | adding 'chimerax/ui/icons/expand3.png'
|
|---|
| 36448 | adding 'chimerax/ui/icons/gear.png'
|
|---|
| 36449 | adding 'chimerax/ui/icons/half.png'
|
|---|
| 36450 | adding 'chimerax/ui/icons/half64.png'
|
|---|
| 36451 | adding 'chimerax/ui/icons/hidden.png'
|
|---|
| 36452 | adding 'chimerax/ui/icons/light_multi.png'
|
|---|
| 36453 | adding 'chimerax/ui/icons/lightning_day.png'
|
|---|
| 36454 | adding 'chimerax/ui/icons/lightning_night.png'
|
|---|
| 36455 | adding 'chimerax/ui/icons/minus.png'
|
|---|
| 36456 | adding 'chimerax/ui/icons/multi.old.png'
|
|---|
| 36457 | adding 'chimerax/ui/icons/multi.png'
|
|---|
| 36458 | adding 'chimerax/ui/icons/multi16.png'
|
|---|
| 36459 | adding 'chimerax/ui/icons/pause.png'
|
|---|
| 36460 | adding 'chimerax/ui/icons/pause128.png'
|
|---|
| 36461 | adding 'chimerax/ui/icons/play.png'
|
|---|
| 36462 | adding 'chimerax/ui/icons/play256.png'
|
|---|
| 36463 | adding 'chimerax/ui/icons/record.png'
|
|---|
| 36464 | adding 'chimerax/ui/icons/record128.png'
|
|---|
| 36465 | adding 'chimerax/ui/icons/red_circle.png'
|
|---|
| 36466 | adding 'chimerax/ui/icons/red_square.png'
|
|---|
| 36467 | adding 'chimerax/ui/icons/select.png'
|
|---|
| 36468 | adding 'chimerax/ui/icons/shown.png'
|
|---|
| 36469 | adding 'chimerax/ui/icons/snail.png'
|
|---|
| 36470 | adding 'chimerax/ui/icons/stop.png'
|
|---|
| 36471 | adding 'chimerax/ui/icons/stop128.png'
|
|---|
| 36472 | adding 'chimerax/ui/icons/x.png'
|
|---|
| 36473 | adding 'chimerax/ui/options/__init__.py'
|
|---|
| 36474 | adding 'chimerax/ui/options/containers.py'
|
|---|
| 36475 | adding 'chimerax/ui/options/options.py'
|
|---|
| 36476 | adding 'chimerax/ui/widgets/__init__.py'
|
|---|
| 36477 | adding 'chimerax/ui/widgets/citation.py'
|
|---|
| 36478 | adding 'chimerax/ui/widgets/color_button.py'
|
|---|
| 36479 | adding 'chimerax/ui/widgets/composite.py'
|
|---|
| 36480 | adding 'chimerax/ui/widgets/disclosure.py'
|
|---|
| 36481 | adding 'chimerax/ui/widgets/histogram.py'
|
|---|
| 36482 | adding 'chimerax/ui/widgets/htmlview.py'
|
|---|
| 36483 | adding 'chimerax/ui/widgets/item_chooser.py'
|
|---|
| 36484 | adding 'chimerax/ui/widgets/item_table.py'
|
|---|
| 36485 | adding 'chimerax/ui/widgets/palette_chooser.py'
|
|---|
| 36486 | adding 'chimerax/ui/widgets/slider.py'
|
|---|
| 36487 | adding 'chimerax/ui/widgets/tabbedtoolbar.py'
|
|---|
| 36488 | adding 'chimerax/ui/widgets/tricheckbox.py'
|
|---|
| 36489 | adding 'chimerax_ui-1.48.3.dist-info/METADATA'
|
|---|
| 36490 | adding 'chimerax_ui-1.48.3.dist-info/WHEEL'
|
|---|
| 36491 | adding 'chimerax_ui-1.48.3.dist-info/top_level.txt'
|
|---|
| 36492 | adding 'chimerax_ui-1.48.3.dist-info/RECORD'
|
|---|
| 36493 | removing build\bdist.win-amd64\wheel
|
|---|
| 36494 | Distribution is in .\dist\ChimeraX_UI-1.48.3-py3-none-any.whl
|
|---|
| 36495 | INFO:
|
|---|
| 36496 |
|
|---|
| 36497 | make sync
|
|---|
| 36498 | make[6]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/ui'
|
|---|
| 36499 | cp -av dist/*.whl ../../../build/sync
|
|---|
| 36500 | 'dist/chimerax_ui-1.48.3-py3-none-any.whl' -> '../../../build/sync/chimerax_ui-1.48.3-py3-none-any.whl'
|
|---|
| 36501 | make[6]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/ui'
|
|---|
| 36502 | make[5]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/ui'
|
|---|
| 36503 | make -C umap build
|
|---|
| 36504 | make[5]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/umap'
|
|---|
| 36505 | if [ -z "../../../ChimeraX.app/bin/python.exe" ]; then \
|
|---|
| 36506 | echo "missing ChimeraX application's python"; exit 1; \
|
|---|
| 36507 | else \
|
|---|
| 36508 | PYTHONNOUSERSITE=1 ../../../ChimeraX.app/bin/python.exe -I -m chimerax.core --nogui --exit --safemode --cmd "devel build . exit true "; \
|
|---|
| 36509 | fi
|
|---|
| 36510 | INFO:
|
|---|
| 36511 | Executing: devel build . exit true
|
|---|
| 36512 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\setuptools\dist.py:759: SetuptoolsDeprecationWarning: License classifiers are deprecated.
|
|---|
| 36513 | !!
|
|---|
| 36514 |
|
|---|
| 36515 | ********************************************************************************
|
|---|
| 36516 | Please consider removing the following classifiers in favor of a SPDX license expression:
|
|---|
| 36517 |
|
|---|
| 36518 | License :: Free for non-commercial use
|
|---|
| 36519 |
|
|---|
| 36520 | See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details.
|
|---|
| 36521 | ********************************************************************************
|
|---|
| 36522 |
|
|---|
| 36523 | !!
|
|---|
| 36524 | self._finalize_license_expression()
|
|---|
| 36525 | running build
|
|---|
| 36526 | running build_py
|
|---|
| 36527 | creating build\lib\chimerax\umap
|
|---|
| 36528 | copying src\umap.py -> build\lib\chimerax\umap
|
|---|
| 36529 | copying src\__init__.py -> build\lib\chimerax\umap
|
|---|
| 36530 | running bdist_wheel
|
|---|
| 36531 | installing to build\bdist.win-amd64\wheel
|
|---|
| 36532 | running install
|
|---|
| 36533 | running install_lib
|
|---|
| 36534 | creating build\bdist.win-amd64\wheel
|
|---|
| 36535 | creating build\bdist.win-amd64\wheel\chimerax
|
|---|
| 36536 | creating build\bdist.win-amd64\wheel\chimerax\umap
|
|---|
| 36537 | copying build\lib\chimerax\umap\umap.py -> build\bdist.win-amd64\wheel\.\chimerax\umap
|
|---|
| 36538 | copying build\lib\chimerax\umap\__init__.py -> build\bdist.win-amd64\wheel\.\chimerax\umap
|
|---|
| 36539 | running install_egg_info
|
|---|
| 36540 | running egg_info
|
|---|
| 36541 | creating ChimeraX_Umap.egg-info
|
|---|
| 36542 | writing ChimeraX_Umap.egg-info\PKG-INFO
|
|---|
| 36543 | writing dependency_links to ChimeraX_Umap.egg-info\dependency_links.txt
|
|---|
| 36544 | writing requirements to ChimeraX_Umap.egg-info\requires.txt
|
|---|
| 36545 | writing top-level names to ChimeraX_Umap.egg-info\top_level.txt
|
|---|
| 36546 | writing manifest file 'ChimeraX_Umap.egg-info\SOURCES.txt'
|
|---|
| 36547 | reading manifest file 'ChimeraX_Umap.egg-info\SOURCES.txt'
|
|---|
| 36548 | writing manifest file 'ChimeraX_Umap.egg-info\SOURCES.txt'
|
|---|
| 36549 | Copying ChimeraX_Umap.egg-info to build\bdist.win-amd64\wheel\.\ChimeraX_Umap-1.0-py3.11.egg-info
|
|---|
| 36550 | running install_scripts
|
|---|
| 36551 | creating build\bdist.win-amd64\wheel\chimerax_umap-1.0.dist-info\WHEEL
|
|---|
| 36552 | creating 'dist\chimerax_umap-1.0-py3-none-any.whl' and adding 'build\bdist.win-amd64\wheel' to it
|
|---|
| 36553 | adding 'chimerax/umap/__init__.py'
|
|---|
| 36554 | adding 'chimerax/umap/umap.py'
|
|---|
| 36555 | adding 'chimerax_umap-1.0.dist-info/METADATA'
|
|---|
| 36556 | adding 'chimerax_umap-1.0.dist-info/WHEEL'
|
|---|
| 36557 | adding 'chimerax_umap-1.0.dist-info/top_level.txt'
|
|---|
| 36558 | adding 'chimerax_umap-1.0.dist-info/RECORD'
|
|---|
| 36559 | removing build\bdist.win-amd64\wheel
|
|---|
| 36560 | Distribution is in .\dist\ChimeraX_Umap-1.0-py3-none-any.whl
|
|---|
| 36561 | INFO:
|
|---|
| 36562 |
|
|---|
| 36563 | make sync
|
|---|
| 36564 | make[6]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/umap'
|
|---|
| 36565 | cp -av dist/*.whl ../../../build/sync
|
|---|
| 36566 | 'dist/chimerax_umap-1.0-py3-none-any.whl' -> '../../../build/sync/chimerax_umap-1.0-py3-none-any.whl'
|
|---|
| 36567 | make[6]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/umap'
|
|---|
| 36568 | make[5]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/umap'
|
|---|
| 36569 | make -C uniprot build
|
|---|
| 36570 | make[5]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/uniprot'
|
|---|
| 36571 | if [ -z "../../../ChimeraX.app/bin/python.exe" ]; then \
|
|---|
| 36572 | echo "missing ChimeraX application's python"; exit 1; \
|
|---|
| 36573 | else \
|
|---|
| 36574 | PYTHONNOUSERSITE=1 ../../../ChimeraX.app/bin/python.exe -I -m chimerax.core --nogui --exit --safemode --cmd "devel build . exit true "; \
|
|---|
| 36575 | fi
|
|---|
| 36576 | INFO:
|
|---|
| 36577 | Executing: devel build . exit true
|
|---|
| 36578 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\setuptools\dist.py:759: SetuptoolsDeprecationWarning: License classifiers are deprecated.
|
|---|
| 36579 | !!
|
|---|
| 36580 |
|
|---|
| 36581 | ********************************************************************************
|
|---|
| 36582 | Please consider removing the following classifiers in favor of a SPDX license expression:
|
|---|
| 36583 |
|
|---|
| 36584 | License :: Free for non-commercial use
|
|---|
| 36585 |
|
|---|
| 36586 | See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details.
|
|---|
| 36587 | ********************************************************************************
|
|---|
| 36588 |
|
|---|
| 36589 | !!
|
|---|
| 36590 | self._finalize_license_expression()
|
|---|
| 36591 | running build
|
|---|
| 36592 | running build_py
|
|---|
| 36593 | creating build\lib\chimerax\uniprot
|
|---|
| 36594 | copying src\fetch_uniprot.py -> build\lib\chimerax\uniprot
|
|---|
| 36595 | copying src\__init__.py -> build\lib\chimerax\uniprot
|
|---|
| 36596 | running bdist_wheel
|
|---|
| 36597 | installing to build\bdist.win-amd64\wheel
|
|---|
| 36598 | running install
|
|---|
| 36599 | running install_lib
|
|---|
| 36600 | creating build\bdist.win-amd64\wheel
|
|---|
| 36601 | creating build\bdist.win-amd64\wheel\chimerax
|
|---|
| 36602 | creating build\bdist.win-amd64\wheel\chimerax\uniprot
|
|---|
| 36603 | copying build\lib\chimerax\uniprot\fetch_uniprot.py -> build\bdist.win-amd64\wheel\.\chimerax\uniprot
|
|---|
| 36604 | copying build\lib\chimerax\uniprot\__init__.py -> build\bdist.win-amd64\wheel\.\chimerax\uniprot
|
|---|
| 36605 | running install_egg_info
|
|---|
| 36606 | running egg_info
|
|---|
| 36607 | creating ChimeraX_uniprot.egg-info
|
|---|
| 36608 | writing ChimeraX_uniprot.egg-info\PKG-INFO
|
|---|
| 36609 | writing dependency_links to ChimeraX_uniprot.egg-info\dependency_links.txt
|
|---|
| 36610 | writing requirements to ChimeraX_uniprot.egg-info\requires.txt
|
|---|
| 36611 | writing top-level names to ChimeraX_uniprot.egg-info\top_level.txt
|
|---|
| 36612 | writing manifest file 'ChimeraX_uniprot.egg-info\SOURCES.txt'
|
|---|
| 36613 | reading manifest file 'ChimeraX_uniprot.egg-info\SOURCES.txt'
|
|---|
| 36614 | writing manifest file 'ChimeraX_uniprot.egg-info\SOURCES.txt'
|
|---|
| 36615 | Copying ChimeraX_uniprot.egg-info to build\bdist.win-amd64\wheel\.\ChimeraX_uniprot-2.3.1-py3.11.egg-info
|
|---|
| 36616 | running install_scripts
|
|---|
| 36617 | creating build\bdist.win-amd64\wheel\chimerax_uniprot-2.3.1.dist-info\WHEEL
|
|---|
| 36618 | creating 'dist\chimerax_uniprot-2.3.1-py3-none-any.whl' and adding 'build\bdist.win-amd64\wheel' to it
|
|---|
| 36619 | adding 'chimerax/uniprot/__init__.py'
|
|---|
| 36620 | adding 'chimerax/uniprot/fetch_uniprot.py'
|
|---|
| 36621 | adding 'chimerax_uniprot-2.3.1.dist-info/METADATA'
|
|---|
| 36622 | adding 'chimerax_uniprot-2.3.1.dist-info/WHEEL'
|
|---|
| 36623 | adding 'chimerax_uniprot-2.3.1.dist-info/top_level.txt'
|
|---|
| 36624 | adding 'chimerax_uniprot-2.3.1.dist-info/RECORD'
|
|---|
| 36625 | removing build\bdist.win-amd64\wheel
|
|---|
| 36626 | Distribution is in .\dist\ChimeraX_uniprot-2.3.1-py3-none-any.whl
|
|---|
| 36627 | INFO:
|
|---|
| 36628 |
|
|---|
| 36629 | make sync
|
|---|
| 36630 | make[6]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/uniprot'
|
|---|
| 36631 | cp -av dist/*.whl ../../../build/sync
|
|---|
| 36632 | 'dist/chimerax_uniprot-2.3.1-py3-none-any.whl' -> '../../../build/sync/chimerax_uniprot-2.3.1-py3-none-any.whl'
|
|---|
| 36633 | make[6]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/uniprot'
|
|---|
| 36634 | make[5]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/uniprot'
|
|---|
| 36635 | make -C unit_cell build
|
|---|
| 36636 | make[5]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/unit_cell'
|
|---|
| 36637 | if [ -z "../../../ChimeraX.app/bin/python.exe" ]; then \
|
|---|
| 36638 | echo "missing ChimeraX application's python"; exit 1; \
|
|---|
| 36639 | else \
|
|---|
| 36640 | PYTHONNOUSERSITE=1 ../../../ChimeraX.app/bin/python.exe -I -m chimerax.core --nogui --exit --safemode --cmd "devel build . exit true "; \
|
|---|
| 36641 | fi
|
|---|
| 36642 | INFO:
|
|---|
| 36643 | Executing: devel build . exit true
|
|---|
| 36644 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\setuptools\dist.py:759: SetuptoolsDeprecationWarning: License classifiers are deprecated.
|
|---|
| 36645 | !!
|
|---|
| 36646 |
|
|---|
| 36647 | ********************************************************************************
|
|---|
| 36648 | Please consider removing the following classifiers in favor of a SPDX license expression:
|
|---|
| 36649 |
|
|---|
| 36650 | License :: Free for non-commercial use
|
|---|
| 36651 |
|
|---|
| 36652 | See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details.
|
|---|
| 36653 | ********************************************************************************
|
|---|
| 36654 |
|
|---|
| 36655 | !!
|
|---|
| 36656 | self._finalize_license_expression()
|
|---|
| 36657 | running build
|
|---|
| 36658 | running build_py
|
|---|
| 36659 | creating build\lib\chimerax\unit_cell
|
|---|
| 36660 | copying src\unitcell.py -> build\lib\chimerax\unit_cell
|
|---|
| 36661 | copying src\unitcellcmd.py -> build\lib\chimerax\unit_cell
|
|---|
| 36662 | copying src\unitcellgui.py -> build\lib\chimerax\unit_cell
|
|---|
| 36663 | copying src\__init__.py -> build\lib\chimerax\unit_cell
|
|---|
| 36664 | running bdist_wheel
|
|---|
| 36665 | installing to build\bdist.win-amd64\wheel
|
|---|
| 36666 | running install
|
|---|
| 36667 | running install_lib
|
|---|
| 36668 | creating build\bdist.win-amd64\wheel
|
|---|
| 36669 | creating build\bdist.win-amd64\wheel\chimerax
|
|---|
| 36670 | creating build\bdist.win-amd64\wheel\chimerax\unit_cell
|
|---|
| 36671 | copying build\lib\chimerax\unit_cell\unitcell.py -> build\bdist.win-amd64\wheel\.\chimerax\unit_cell
|
|---|
| 36672 | copying build\lib\chimerax\unit_cell\unitcellcmd.py -> build\bdist.win-amd64\wheel\.\chimerax\unit_cell
|
|---|
| 36673 | copying build\lib\chimerax\unit_cell\unitcellgui.py -> build\bdist.win-amd64\wheel\.\chimerax\unit_cell
|
|---|
| 36674 | copying build\lib\chimerax\unit_cell\__init__.py -> build\bdist.win-amd64\wheel\.\chimerax\unit_cell
|
|---|
| 36675 | running install_egg_info
|
|---|
| 36676 | running egg_info
|
|---|
| 36677 | creating ChimeraX_UnitCell.egg-info
|
|---|
| 36678 | writing ChimeraX_UnitCell.egg-info\PKG-INFO
|
|---|
| 36679 | writing dependency_links to ChimeraX_UnitCell.egg-info\dependency_links.txt
|
|---|
| 36680 | writing requirements to ChimeraX_UnitCell.egg-info\requires.txt
|
|---|
| 36681 | writing top-level names to ChimeraX_UnitCell.egg-info\top_level.txt
|
|---|
| 36682 | writing manifest file 'ChimeraX_UnitCell.egg-info\SOURCES.txt'
|
|---|
| 36683 | reading manifest file 'ChimeraX_UnitCell.egg-info\SOURCES.txt'
|
|---|
| 36684 | writing manifest file 'ChimeraX_UnitCell.egg-info\SOURCES.txt'
|
|---|
| 36685 | Copying ChimeraX_UnitCell.egg-info to build\bdist.win-amd64\wheel\.\ChimeraX_UnitCell-1.0.1-py3.11.egg-info
|
|---|
| 36686 | running install_scripts
|
|---|
| 36687 | creating build\bdist.win-amd64\wheel\chimerax_unitcell-1.0.1.dist-info\WHEEL
|
|---|
| 36688 | creating 'dist\chimerax_unitcell-1.0.1-py3-none-any.whl' and adding 'build\bdist.win-amd64\wheel' to it
|
|---|
| 36689 | adding 'chimerax/unit_cell/__init__.py'
|
|---|
| 36690 | adding 'chimerax/unit_cell/unitcell.py'
|
|---|
| 36691 | adding 'chimerax/unit_cell/unitcellcmd.py'
|
|---|
| 36692 | adding 'chimerax/unit_cell/unitcellgui.py'
|
|---|
| 36693 | adding 'chimerax_unitcell-1.0.1.dist-info/METADATA'
|
|---|
| 36694 | adding 'chimerax_unitcell-1.0.1.dist-info/WHEEL'
|
|---|
| 36695 | adding 'chimerax_unitcell-1.0.1.dist-info/top_level.txt'
|
|---|
| 36696 | adding 'chimerax_unitcell-1.0.1.dist-info/RECORD'
|
|---|
| 36697 | removing build\bdist.win-amd64\wheel
|
|---|
| 36698 | Distribution is in .\dist\ChimeraX_UnitCell-1.0.1-py3-none-any.whl
|
|---|
| 36699 | INFO:
|
|---|
| 36700 |
|
|---|
| 36701 | make sync
|
|---|
| 36702 | make[6]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/unit_cell'
|
|---|
| 36703 | cp -av dist/*.whl ../../../build/sync
|
|---|
| 36704 | 'dist/chimerax_unitcell-1.0.1-py3-none-any.whl' -> '../../../build/sync/chimerax_unitcell-1.0.1-py3-none-any.whl'
|
|---|
| 36705 | make[6]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/unit_cell'
|
|---|
| 36706 | make[5]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/unit_cell'
|
|---|
| 36707 | make -C viewdock build
|
|---|
| 36708 | make[5]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/viewdock'
|
|---|
| 36709 | if [ -z "../../../ChimeraX.app/bin/python.exe" ]; then \
|
|---|
| 36710 | echo "missing ChimeraX application's python"; exit 1; \
|
|---|
| 36711 | else \
|
|---|
| 36712 | PYTHONNOUSERSITE=1 ../../../ChimeraX.app/bin/python.exe -I -m chimerax.core --nogui --exit --safemode --cmd "devel build . exit true "; \
|
|---|
| 36713 | fi
|
|---|
| 36714 | INFO:
|
|---|
| 36715 | Executing: devel build . exit true
|
|---|
| 36716 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\setuptools\dist.py:759: SetuptoolsDeprecationWarning: License classifiers are deprecated.
|
|---|
| 36717 | !!
|
|---|
| 36718 |
|
|---|
| 36719 | ********************************************************************************
|
|---|
| 36720 | Please consider removing the following classifiers in favor of a SPDX license expression:
|
|---|
| 36721 |
|
|---|
| 36722 | License :: Free for non-commercial use
|
|---|
| 36723 |
|
|---|
| 36724 | See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details.
|
|---|
| 36725 | ********************************************************************************
|
|---|
| 36726 |
|
|---|
| 36727 | !!
|
|---|
| 36728 | self._finalize_license_expression()
|
|---|
| 36729 | running build
|
|---|
| 36730 | running build_py
|
|---|
| 36731 | creating build\lib\chimerax\viewdock
|
|---|
| 36732 | copying src\io.py -> build\lib\chimerax\viewdock
|
|---|
| 36733 | copying src\mousemode.py -> build\lib\chimerax\viewdock
|
|---|
| 36734 | copying src\pdbqt.py -> build\lib\chimerax\viewdock
|
|---|
| 36735 | copying src\tool.py -> build\lib\chimerax\viewdock
|
|---|
| 36736 | copying src\__init__.py -> build\lib\chimerax\viewdock
|
|---|
| 36737 | creating build\lib\chimerax\viewdock\icons
|
|---|
| 36738 | copying src\icons\nextdocking.png -> build\lib\chimerax\viewdock\icons
|
|---|
| 36739 | running bdist_wheel
|
|---|
| 36740 | installing to build\bdist.win-amd64\wheel
|
|---|
| 36741 | running install
|
|---|
| 36742 | running install_lib
|
|---|
| 36743 | creating build\bdist.win-amd64\wheel
|
|---|
| 36744 | creating build\bdist.win-amd64\wheel\chimerax
|
|---|
| 36745 | creating build\bdist.win-amd64\wheel\chimerax\viewdock
|
|---|
| 36746 | creating build\bdist.win-amd64\wheel\chimerax\viewdock\icons
|
|---|
| 36747 | copying build\lib\chimerax\viewdock\icons\nextdocking.png -> build\bdist.win-amd64\wheel\.\chimerax\viewdock\icons
|
|---|
| 36748 | copying build\lib\chimerax\viewdock\io.py -> build\bdist.win-amd64\wheel\.\chimerax\viewdock
|
|---|
| 36749 | copying build\lib\chimerax\viewdock\mousemode.py -> build\bdist.win-amd64\wheel\.\chimerax\viewdock
|
|---|
| 36750 | copying build\lib\chimerax\viewdock\pdbqt.py -> build\bdist.win-amd64\wheel\.\chimerax\viewdock
|
|---|
| 36751 | copying build\lib\chimerax\viewdock\tool.py -> build\bdist.win-amd64\wheel\.\chimerax\viewdock
|
|---|
| 36752 | copying build\lib\chimerax\viewdock\__init__.py -> build\bdist.win-amd64\wheel\.\chimerax\viewdock
|
|---|
| 36753 | running install_egg_info
|
|---|
| 36754 | running egg_info
|
|---|
| 36755 | creating ChimeraX_ViewDock.egg-info
|
|---|
| 36756 | writing ChimeraX_ViewDock.egg-info\PKG-INFO
|
|---|
| 36757 | writing dependency_links to ChimeraX_ViewDock.egg-info\dependency_links.txt
|
|---|
| 36758 | writing requirements to ChimeraX_ViewDock.egg-info\requires.txt
|
|---|
| 36759 | writing top-level names to ChimeraX_ViewDock.egg-info\top_level.txt
|
|---|
| 36760 | writing manifest file 'ChimeraX_ViewDock.egg-info\SOURCES.txt'
|
|---|
| 36761 | reading manifest file 'ChimeraX_ViewDock.egg-info\SOURCES.txt'
|
|---|
| 36762 | writing manifest file 'ChimeraX_ViewDock.egg-info\SOURCES.txt'
|
|---|
| 36763 | Copying ChimeraX_ViewDock.egg-info to build\bdist.win-amd64\wheel\.\ChimeraX_ViewDock-1.4.2-py3.11.egg-info
|
|---|
| 36764 | running install_scripts
|
|---|
| 36765 | creating build\bdist.win-amd64\wheel\chimerax_viewdock-1.4.2.dist-info\WHEEL
|
|---|
| 36766 | creating 'dist\chimerax_viewdock-1.4.2-py3-none-any.whl' and adding 'build\bdist.win-amd64\wheel' to it
|
|---|
| 36767 | adding 'chimerax/viewdock/__init__.py'
|
|---|
| 36768 | adding 'chimerax/viewdock/io.py'
|
|---|
| 36769 | adding 'chimerax/viewdock/mousemode.py'
|
|---|
| 36770 | adding 'chimerax/viewdock/pdbqt.py'
|
|---|
| 36771 | adding 'chimerax/viewdock/tool.py'
|
|---|
| 36772 | adding 'chimerax/viewdock/icons/nextdocking.png'
|
|---|
| 36773 | adding 'chimerax_viewdock-1.4.2.dist-info/METADATA'
|
|---|
| 36774 | adding 'chimerax_viewdock-1.4.2.dist-info/WHEEL'
|
|---|
| 36775 | adding 'chimerax_viewdock-1.4.2.dist-info/top_level.txt'
|
|---|
| 36776 | adding 'chimerax_viewdock-1.4.2.dist-info/RECORD'
|
|---|
| 36777 | removing build\bdist.win-amd64\wheel
|
|---|
| 36778 | Distribution is in .\dist\ChimeraX_ViewDock-1.4.2-py3-none-any.whl
|
|---|
| 36779 | INFO:
|
|---|
| 36780 |
|
|---|
| 36781 | make sync
|
|---|
| 36782 | make[6]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/viewdock'
|
|---|
| 36783 | cp -av dist/*.whl ../../../build/sync
|
|---|
| 36784 | 'dist/chimerax_viewdock-1.4.2-py3-none-any.whl' -> '../../../build/sync/chimerax_viewdock-1.4.2-py3-none-any.whl'
|
|---|
| 36785 | make[6]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/viewdock'
|
|---|
| 36786 | make[5]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/viewdock'
|
|---|
| 36787 | make -C viperdb build
|
|---|
| 36788 | make[5]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/viperdb'
|
|---|
| 36789 | if [ -z "../../../ChimeraX.app/bin/python.exe" ]; then \
|
|---|
| 36790 | echo "missing ChimeraX application's python"; exit 1; \
|
|---|
| 36791 | else \
|
|---|
| 36792 | PYTHONNOUSERSITE=1 ../../../ChimeraX.app/bin/python.exe -I -m chimerax.core --nogui --exit --safemode --cmd "devel build . exit true "; \
|
|---|
| 36793 | fi
|
|---|
| 36794 | INFO:
|
|---|
| 36795 | Executing: devel build . exit true
|
|---|
| 36796 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\setuptools\dist.py:759: SetuptoolsDeprecationWarning: License classifiers are deprecated.
|
|---|
| 36797 | !!
|
|---|
| 36798 |
|
|---|
| 36799 | ********************************************************************************
|
|---|
| 36800 | Please consider removing the following classifiers in favor of a SPDX license expression:
|
|---|
| 36801 |
|
|---|
| 36802 | License :: Free for non-commercial use
|
|---|
| 36803 |
|
|---|
| 36804 | See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details.
|
|---|
| 36805 | ********************************************************************************
|
|---|
| 36806 |
|
|---|
| 36807 | !!
|
|---|
| 36808 | self._finalize_license_expression()
|
|---|
| 36809 | running build
|
|---|
| 36810 | running build_py
|
|---|
| 36811 | creating build\lib\chimerax\viperdb
|
|---|
| 36812 | copying src\__init__.py -> build\lib\chimerax\viperdb
|
|---|
| 36813 | running bdist_wheel
|
|---|
| 36814 | installing to build\bdist.win-amd64\wheel
|
|---|
| 36815 | running install
|
|---|
| 36816 | running install_lib
|
|---|
| 36817 | creating build\bdist.win-amd64\wheel
|
|---|
| 36818 | creating build\bdist.win-amd64\wheel\chimerax
|
|---|
| 36819 | creating build\bdist.win-amd64\wheel\chimerax\viperdb
|
|---|
| 36820 | copying build\lib\chimerax\viperdb\__init__.py -> build\bdist.win-amd64\wheel\.\chimerax\viperdb
|
|---|
| 36821 | running install_egg_info
|
|---|
| 36822 | running egg_info
|
|---|
| 36823 | creating ChimeraX_VIPERdb.egg-info
|
|---|
| 36824 | writing ChimeraX_VIPERdb.egg-info\PKG-INFO
|
|---|
| 36825 | writing dependency_links to ChimeraX_VIPERdb.egg-info\dependency_links.txt
|
|---|
| 36826 | writing requirements to ChimeraX_VIPERdb.egg-info\requires.txt
|
|---|
| 36827 | writing top-level names to ChimeraX_VIPERdb.egg-info\top_level.txt
|
|---|
| 36828 | writing manifest file 'ChimeraX_VIPERdb.egg-info\SOURCES.txt'
|
|---|
| 36829 | reading manifest file 'ChimeraX_VIPERdb.egg-info\SOURCES.txt'
|
|---|
| 36830 | writing manifest file 'ChimeraX_VIPERdb.egg-info\SOURCES.txt'
|
|---|
| 36831 | Copying ChimeraX_VIPERdb.egg-info to build\bdist.win-amd64\wheel\.\ChimeraX_VIPERdb-1.0-py3.11.egg-info
|
|---|
| 36832 | running install_scripts
|
|---|
| 36833 | creating build\bdist.win-amd64\wheel\chimerax_viperdb-1.0.dist-info\WHEEL
|
|---|
| 36834 | creating 'dist\chimerax_viperdb-1.0-py3-none-any.whl' and adding 'build\bdist.win-amd64\wheel' to it
|
|---|
| 36835 | adding 'chimerax/viperdb/__init__.py'
|
|---|
| 36836 | adding 'chimerax_viperdb-1.0.dist-info/METADATA'
|
|---|
| 36837 | adding 'chimerax_viperdb-1.0.dist-info/WHEEL'
|
|---|
| 36838 | adding 'chimerax_viperdb-1.0.dist-info/top_level.txt'
|
|---|
| 36839 | adding 'chimerax_viperdb-1.0.dist-info/RECORD'
|
|---|
| 36840 | removing build\bdist.win-amd64\wheel
|
|---|
| 36841 | Distribution is in .\dist\ChimeraX_VIPERdb-1.0-py3-none-any.whl
|
|---|
| 36842 | INFO:
|
|---|
| 36843 |
|
|---|
| 36844 | make sync
|
|---|
| 36845 | make[6]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/viperdb'
|
|---|
| 36846 | cp -av dist/*.whl ../../../build/sync
|
|---|
| 36847 | 'dist/chimerax_viperdb-1.0-py3-none-any.whl' -> '../../../build/sync/chimerax_viperdb-1.0-py3-none-any.whl'
|
|---|
| 36848 | make[6]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/viperdb'
|
|---|
| 36849 | make[5]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/viperdb'
|
|---|
| 36850 | make -C vive build
|
|---|
| 36851 | make[5]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/vive'
|
|---|
| 36852 | if [ -z "../../../ChimeraX.app/bin/python.exe" ]; then \
|
|---|
| 36853 | echo "missing ChimeraX application's python"; exit 1; \
|
|---|
| 36854 | else \
|
|---|
| 36855 | PYTHONNOUSERSITE=1 ../../../ChimeraX.app/bin/python.exe -I -m chimerax.core --nogui --exit --safemode --cmd "devel build . exit true "; \
|
|---|
| 36856 | fi
|
|---|
| 36857 | INFO:
|
|---|
| 36858 | Executing: devel build . exit true
|
|---|
| 36859 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\setuptools\dist.py:759: SetuptoolsDeprecationWarning: License classifiers are deprecated.
|
|---|
| 36860 | !!
|
|---|
| 36861 |
|
|---|
| 36862 | ********************************************************************************
|
|---|
| 36863 | Please consider removing the following classifiers in favor of a SPDX license expression:
|
|---|
| 36864 |
|
|---|
| 36865 | License :: Free for non-commercial use
|
|---|
| 36866 |
|
|---|
| 36867 | See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details.
|
|---|
| 36868 | ********************************************************************************
|
|---|
| 36869 |
|
|---|
| 36870 | !!
|
|---|
| 36871 | self._finalize_license_expression()
|
|---|
| 36872 | running build
|
|---|
| 36873 | running build_py
|
|---|
| 36874 | creating build\lib\chimerax\vive
|
|---|
| 36875 | copying src\openxr.py -> build\lib\chimerax\vive
|
|---|
| 36876 | copying src\passthrough.py -> build\lib\chimerax\vive
|
|---|
| 36877 | copying src\vr.py -> build\lib\chimerax\vive
|
|---|
| 36878 | copying src\xr.py -> build\lib\chimerax\vive
|
|---|
| 36879 | copying src\xr_screens.py -> build\lib\chimerax\vive
|
|---|
| 36880 | copying src\__init__.py -> build\lib\chimerax\vive
|
|---|
| 36881 | copying src\menu_icon.png -> build\lib\chimerax\vive
|
|---|
| 36882 | copying src\no_action.png -> build\lib\chimerax\vive
|
|---|
| 36883 | copying src\command_icon.png -> build\lib\chimerax\vive
|
|---|
| 36884 | running bdist_wheel
|
|---|
| 36885 | installing to build\bdist.win-amd64\wheel
|
|---|
| 36886 | running install
|
|---|
| 36887 | running install_lib
|
|---|
| 36888 | creating build\bdist.win-amd64\wheel
|
|---|
| 36889 | creating build\bdist.win-amd64\wheel\chimerax
|
|---|
| 36890 | creating build\bdist.win-amd64\wheel\chimerax\vive
|
|---|
| 36891 | copying build\lib\chimerax\vive\command_icon.png -> build\bdist.win-amd64\wheel\.\chimerax\vive
|
|---|
| 36892 | copying build\lib\chimerax\vive\menu_icon.png -> build\bdist.win-amd64\wheel\.\chimerax\vive
|
|---|
| 36893 | copying build\lib\chimerax\vive\no_action.png -> build\bdist.win-amd64\wheel\.\chimerax\vive
|
|---|
| 36894 | copying build\lib\chimerax\vive\openxr.py -> build\bdist.win-amd64\wheel\.\chimerax\vive
|
|---|
| 36895 | copying build\lib\chimerax\vive\passthrough.py -> build\bdist.win-amd64\wheel\.\chimerax\vive
|
|---|
| 36896 | copying build\lib\chimerax\vive\vr.py -> build\bdist.win-amd64\wheel\.\chimerax\vive
|
|---|
| 36897 | copying build\lib\chimerax\vive\xr.py -> build\bdist.win-amd64\wheel\.\chimerax\vive
|
|---|
| 36898 | copying build\lib\chimerax\vive\xr_screens.py -> build\bdist.win-amd64\wheel\.\chimerax\vive
|
|---|
| 36899 | copying build\lib\chimerax\vive\__init__.py -> build\bdist.win-amd64\wheel\.\chimerax\vive
|
|---|
| 36900 | running install_egg_info
|
|---|
| 36901 | running egg_info
|
|---|
| 36902 | creating ChimeraX_Vive.egg-info
|
|---|
| 36903 | writing ChimeraX_Vive.egg-info\PKG-INFO
|
|---|
| 36904 | writing dependency_links to ChimeraX_Vive.egg-info\dependency_links.txt
|
|---|
| 36905 | writing requirements to ChimeraX_Vive.egg-info\requires.txt
|
|---|
| 36906 | writing top-level names to ChimeraX_Vive.egg-info\top_level.txt
|
|---|
| 36907 | writing manifest file 'ChimeraX_Vive.egg-info\SOURCES.txt'
|
|---|
| 36908 | reading manifest file 'ChimeraX_Vive.egg-info\SOURCES.txt'
|
|---|
| 36909 | writing manifest file 'ChimeraX_Vive.egg-info\SOURCES.txt'
|
|---|
| 36910 | Copying ChimeraX_Vive.egg-info to build\bdist.win-amd64\wheel\.\ChimeraX_Vive-1.1-py3.11.egg-info
|
|---|
| 36911 | running install_scripts
|
|---|
| 36912 | creating build\bdist.win-amd64\wheel\chimerax_vive-1.1.dist-info\WHEEL
|
|---|
| 36913 | creating 'dist\chimerax_vive-1.1-py3-none-any.whl' and adding 'build\bdist.win-amd64\wheel' to it
|
|---|
| 36914 | adding 'chimerax/vive/__init__.py'
|
|---|
| 36915 | adding 'chimerax/vive/command_icon.png'
|
|---|
| 36916 | adding 'chimerax/vive/menu_icon.png'
|
|---|
| 36917 | adding 'chimerax/vive/no_action.png'
|
|---|
| 36918 | adding 'chimerax/vive/openxr.py'
|
|---|
| 36919 | adding 'chimerax/vive/passthrough.py'
|
|---|
| 36920 | adding 'chimerax/vive/vr.py'
|
|---|
| 36921 | adding 'chimerax/vive/xr.py'
|
|---|
| 36922 | adding 'chimerax/vive/xr_screens.py'
|
|---|
| 36923 | adding 'chimerax_vive-1.1.dist-info/METADATA'
|
|---|
| 36924 | adding 'chimerax_vive-1.1.dist-info/WHEEL'
|
|---|
| 36925 | adding 'chimerax_vive-1.1.dist-info/top_level.txt'
|
|---|
| 36926 | adding 'chimerax_vive-1.1.dist-info/RECORD'
|
|---|
| 36927 | removing build\bdist.win-amd64\wheel
|
|---|
| 36928 | Distribution is in .\dist\ChimeraX_Vive-1.1-py3-none-any.whl
|
|---|
| 36929 | INFO:
|
|---|
| 36930 |
|
|---|
| 36931 | make sync
|
|---|
| 36932 | make[6]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/vive'
|
|---|
| 36933 | cp -av dist/*.whl ../../../build/sync
|
|---|
| 36934 | 'dist/chimerax_vive-1.1-py3-none-any.whl' -> '../../../build/sync/chimerax_vive-1.1-py3-none-any.whl'
|
|---|
| 36935 | make[6]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/vive'
|
|---|
| 36936 | make[5]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/vive'
|
|---|
| 36937 | make -C volume_menu build
|
|---|
| 36938 | make[5]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/volume_menu'
|
|---|
| 36939 | if [ -z "../../../ChimeraX.app/bin/python.exe" ]; then \
|
|---|
| 36940 | echo "missing ChimeraX application's python"; exit 1; \
|
|---|
| 36941 | else \
|
|---|
| 36942 | PYTHONNOUSERSITE=1 ../../../ChimeraX.app/bin/python.exe -I -m chimerax.core --nogui --exit --safemode --cmd "devel build . exit true "; \
|
|---|
| 36943 | fi
|
|---|
| 36944 | INFO:
|
|---|
| 36945 | Executing: devel build . exit true
|
|---|
| 36946 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\setuptools\dist.py:759: SetuptoolsDeprecationWarning: License classifiers are deprecated.
|
|---|
| 36947 | !!
|
|---|
| 36948 |
|
|---|
| 36949 | ********************************************************************************
|
|---|
| 36950 | Please consider removing the following classifiers in favor of a SPDX license expression:
|
|---|
| 36951 |
|
|---|
| 36952 | License :: Free for non-commercial use
|
|---|
| 36953 |
|
|---|
| 36954 | See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details.
|
|---|
| 36955 | ********************************************************************************
|
|---|
| 36956 |
|
|---|
| 36957 | !!
|
|---|
| 36958 | self._finalize_license_expression()
|
|---|
| 36959 | running build
|
|---|
| 36960 | running build_py
|
|---|
| 36961 | creating build\lib\chimerax\volume_menu
|
|---|
| 36962 | copying src\volmenu.py -> build\lib\chimerax\volume_menu
|
|---|
| 36963 | copying src\__init__.py -> build\lib\chimerax\volume_menu
|
|---|
| 36964 | running bdist_wheel
|
|---|
| 36965 | installing to build\bdist.win-amd64\wheel
|
|---|
| 36966 | running install
|
|---|
| 36967 | running install_lib
|
|---|
| 36968 | creating build\bdist.win-amd64\wheel
|
|---|
| 36969 | creating build\bdist.win-amd64\wheel\chimerax
|
|---|
| 36970 | creating build\bdist.win-amd64\wheel\chimerax\volume_menu
|
|---|
| 36971 | copying build\lib\chimerax\volume_menu\volmenu.py -> build\bdist.win-amd64\wheel\.\chimerax\volume_menu
|
|---|
| 36972 | copying build\lib\chimerax\volume_menu\__init__.py -> build\bdist.win-amd64\wheel\.\chimerax\volume_menu
|
|---|
| 36973 | running install_egg_info
|
|---|
| 36974 | running egg_info
|
|---|
| 36975 | creating ChimeraX_VolumeMenu.egg-info
|
|---|
| 36976 | writing ChimeraX_VolumeMenu.egg-info\PKG-INFO
|
|---|
| 36977 | writing dependency_links to ChimeraX_VolumeMenu.egg-info\dependency_links.txt
|
|---|
| 36978 | writing requirements to ChimeraX_VolumeMenu.egg-info\requires.txt
|
|---|
| 36979 | writing top-level names to ChimeraX_VolumeMenu.egg-info\top_level.txt
|
|---|
| 36980 | writing manifest file 'ChimeraX_VolumeMenu.egg-info\SOURCES.txt'
|
|---|
| 36981 | reading manifest file 'ChimeraX_VolumeMenu.egg-info\SOURCES.txt'
|
|---|
| 36982 | writing manifest file 'ChimeraX_VolumeMenu.egg-info\SOURCES.txt'
|
|---|
| 36983 | Copying ChimeraX_VolumeMenu.egg-info to build\bdist.win-amd64\wheel\.\ChimeraX_VolumeMenu-1.0.1-py3.11.egg-info
|
|---|
| 36984 | running install_scripts
|
|---|
| 36985 | creating build\bdist.win-amd64\wheel\chimerax_volumemenu-1.0.1.dist-info\WHEEL
|
|---|
| 36986 | creating 'dist\chimerax_volumemenu-1.0.1-py3-none-any.whl' and adding 'build\bdist.win-amd64\wheel' to it
|
|---|
| 36987 | adding 'chimerax/volume_menu/__init__.py'
|
|---|
| 36988 | adding 'chimerax/volume_menu/volmenu.py'
|
|---|
| 36989 | adding 'chimerax_volumemenu-1.0.1.dist-info/METADATA'
|
|---|
| 36990 | adding 'chimerax_volumemenu-1.0.1.dist-info/WHEEL'
|
|---|
| 36991 | adding 'chimerax_volumemenu-1.0.1.dist-info/top_level.txt'
|
|---|
| 36992 | adding 'chimerax_volumemenu-1.0.1.dist-info/RECORD'
|
|---|
| 36993 | removing build\bdist.win-amd64\wheel
|
|---|
| 36994 | Distribution is in .\dist\ChimeraX_VolumeMenu-1.0.1-py3-none-any.whl
|
|---|
| 36995 | INFO:
|
|---|
| 36996 |
|
|---|
| 36997 | make sync
|
|---|
| 36998 | make[6]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/volume_menu'
|
|---|
| 36999 | cp -av dist/*.whl ../../../build/sync
|
|---|
| 37000 | 'dist/chimerax_volumemenu-1.0.1-py3-none-any.whl' -> '../../../build/sync/chimerax_volumemenu-1.0.1-py3-none-any.whl'
|
|---|
| 37001 | make[6]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/volume_menu'
|
|---|
| 37002 | make[5]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/volume_menu'
|
|---|
| 37003 | make -C vrml build
|
|---|
| 37004 | make[5]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/vrml'
|
|---|
| 37005 | if [ -z "../../../ChimeraX.app/bin/python.exe" ]; then \
|
|---|
| 37006 | echo "missing ChimeraX application's python"; exit 1; \
|
|---|
| 37007 | else \
|
|---|
| 37008 | PYTHONNOUSERSITE=1 ../../../ChimeraX.app/bin/python.exe -I -m chimerax.core --nogui --exit --safemode --cmd "devel build . exit true "; \
|
|---|
| 37009 | fi
|
|---|
| 37010 | INFO:
|
|---|
| 37011 | Executing: devel build . exit true
|
|---|
| 37012 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\setuptools\dist.py:759: SetuptoolsDeprecationWarning: License classifiers are deprecated.
|
|---|
| 37013 | !!
|
|---|
| 37014 |
|
|---|
| 37015 | ********************************************************************************
|
|---|
| 37016 | Please consider removing the following classifiers in favor of a SPDX license expression:
|
|---|
| 37017 |
|
|---|
| 37018 | License :: Free for non-commercial use
|
|---|
| 37019 |
|
|---|
| 37020 | See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details.
|
|---|
| 37021 | ********************************************************************************
|
|---|
| 37022 |
|
|---|
| 37023 | !!
|
|---|
| 37024 | self._finalize_license_expression()
|
|---|
| 37025 | running build
|
|---|
| 37026 | running build_py
|
|---|
| 37027 | creating build\lib\chimerax\vrml
|
|---|
| 37028 | copying src\vrml.py -> build\lib\chimerax\vrml
|
|---|
| 37029 | copying src\__init__.py -> build\lib\chimerax\vrml
|
|---|
| 37030 | running bdist_wheel
|
|---|
| 37031 | installing to build\bdist.win-amd64\wheel
|
|---|
| 37032 | running install
|
|---|
| 37033 | running install_lib
|
|---|
| 37034 | creating build\bdist.win-amd64\wheel
|
|---|
| 37035 | creating build\bdist.win-amd64\wheel\chimerax
|
|---|
| 37036 | creating build\bdist.win-amd64\wheel\chimerax\vrml
|
|---|
| 37037 | copying build\lib\chimerax\vrml\vrml.py -> build\bdist.win-amd64\wheel\.\chimerax\vrml
|
|---|
| 37038 | copying build\lib\chimerax\vrml\__init__.py -> build\bdist.win-amd64\wheel\.\chimerax\vrml
|
|---|
| 37039 | running install_egg_info
|
|---|
| 37040 | running egg_info
|
|---|
| 37041 | creating ChimeraX_vrml.egg-info
|
|---|
| 37042 | writing ChimeraX_vrml.egg-info\PKG-INFO
|
|---|
| 37043 | writing dependency_links to ChimeraX_vrml.egg-info\dependency_links.txt
|
|---|
| 37044 | writing requirements to ChimeraX_vrml.egg-info\requires.txt
|
|---|
| 37045 | writing top-level names to ChimeraX_vrml.egg-info\top_level.txt
|
|---|
| 37046 | writing manifest file 'ChimeraX_vrml.egg-info\SOURCES.txt'
|
|---|
| 37047 | reading manifest file 'ChimeraX_vrml.egg-info\SOURCES.txt'
|
|---|
| 37048 | writing manifest file 'ChimeraX_vrml.egg-info\SOURCES.txt'
|
|---|
| 37049 | Copying ChimeraX_vrml.egg-info to build\bdist.win-amd64\wheel\.\ChimeraX_vrml-1.0-py3.11.egg-info
|
|---|
| 37050 | running install_scripts
|
|---|
| 37051 | creating build\bdist.win-amd64\wheel\chimerax_vrml-1.0.dist-info\WHEEL
|
|---|
| 37052 | creating 'dist\chimerax_vrml-1.0-py3-none-any.whl' and adding 'build\bdist.win-amd64\wheel' to it
|
|---|
| 37053 | adding 'chimerax/vrml/__init__.py'
|
|---|
| 37054 | adding 'chimerax/vrml/vrml.py'
|
|---|
| 37055 | adding 'chimerax_vrml-1.0.dist-info/METADATA'
|
|---|
| 37056 | adding 'chimerax_vrml-1.0.dist-info/WHEEL'
|
|---|
| 37057 | adding 'chimerax_vrml-1.0.dist-info/top_level.txt'
|
|---|
| 37058 | adding 'chimerax_vrml-1.0.dist-info/RECORD'
|
|---|
| 37059 | removing build\bdist.win-amd64\wheel
|
|---|
| 37060 | Distribution is in .\dist\ChimeraX_vrml-1.0-py3-none-any.whl
|
|---|
| 37061 | INFO:
|
|---|
| 37062 |
|
|---|
| 37063 | make sync
|
|---|
| 37064 | make[6]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/vrml'
|
|---|
| 37065 | cp -av dist/*.whl ../../../build/sync
|
|---|
| 37066 | 'dist/chimerax_vrml-1.0-py3-none-any.whl' -> '../../../build/sync/chimerax_vrml-1.0-py3-none-any.whl'
|
|---|
| 37067 | make[6]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/vrml'
|
|---|
| 37068 | make[5]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/vrml'
|
|---|
| 37069 | make -C vtk build
|
|---|
| 37070 | make[5]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/vtk'
|
|---|
| 37071 | if [ -z "../../../ChimeraX.app/bin/python.exe" ]; then \
|
|---|
| 37072 | echo "missing ChimeraX application's python"; exit 1; \
|
|---|
| 37073 | else \
|
|---|
| 37074 | PYTHONNOUSERSITE=1 ../../../ChimeraX.app/bin/python.exe -I -m chimerax.core --nogui --exit --safemode --cmd "devel build . exit true "; \
|
|---|
| 37075 | fi
|
|---|
| 37076 | INFO:
|
|---|
| 37077 | Executing: devel build . exit true
|
|---|
| 37078 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\setuptools\dist.py:759: SetuptoolsDeprecationWarning: License classifiers are deprecated.
|
|---|
| 37079 | !!
|
|---|
| 37080 |
|
|---|
| 37081 | ********************************************************************************
|
|---|
| 37082 | Please consider removing the following classifiers in favor of a SPDX license expression:
|
|---|
| 37083 |
|
|---|
| 37084 | License :: Free for non-commercial use
|
|---|
| 37085 |
|
|---|
| 37086 | See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details.
|
|---|
| 37087 | ********************************************************************************
|
|---|
| 37088 |
|
|---|
| 37089 | !!
|
|---|
| 37090 | self._finalize_license_expression()
|
|---|
| 37091 | running build
|
|---|
| 37092 | running build_py
|
|---|
| 37093 | creating build\lib\chimerax\vtk
|
|---|
| 37094 | copying src\export_vtk.py -> build\lib\chimerax\vtk
|
|---|
| 37095 | copying src\vtk.py -> build\lib\chimerax\vtk
|
|---|
| 37096 | copying src\__init__.py -> build\lib\chimerax\vtk
|
|---|
| 37097 | running bdist_wheel
|
|---|
| 37098 | installing to build\bdist.win-amd64\wheel
|
|---|
| 37099 | running install
|
|---|
| 37100 | running install_lib
|
|---|
| 37101 | creating build\bdist.win-amd64\wheel
|
|---|
| 37102 | creating build\bdist.win-amd64\wheel\chimerax
|
|---|
| 37103 | creating build\bdist.win-amd64\wheel\chimerax\vtk
|
|---|
| 37104 | copying build\lib\chimerax\vtk\export_vtk.py -> build\bdist.win-amd64\wheel\.\chimerax\vtk
|
|---|
| 37105 | copying build\lib\chimerax\vtk\vtk.py -> build\bdist.win-amd64\wheel\.\chimerax\vtk
|
|---|
| 37106 | copying build\lib\chimerax\vtk\__init__.py -> build\bdist.win-amd64\wheel\.\chimerax\vtk
|
|---|
| 37107 | running install_egg_info
|
|---|
| 37108 | running egg_info
|
|---|
| 37109 | creating ChimeraX_VTK.egg-info
|
|---|
| 37110 | writing ChimeraX_VTK.egg-info\PKG-INFO
|
|---|
| 37111 | writing dependency_links to ChimeraX_VTK.egg-info\dependency_links.txt
|
|---|
| 37112 | writing requirements to ChimeraX_VTK.egg-info\requires.txt
|
|---|
| 37113 | writing top-level names to ChimeraX_VTK.egg-info\top_level.txt
|
|---|
| 37114 | writing manifest file 'ChimeraX_VTK.egg-info\SOURCES.txt'
|
|---|
| 37115 | reading manifest file 'ChimeraX_VTK.egg-info\SOURCES.txt'
|
|---|
| 37116 | writing manifest file 'ChimeraX_VTK.egg-info\SOURCES.txt'
|
|---|
| 37117 | Copying ChimeraX_VTK.egg-info to build\bdist.win-amd64\wheel\.\ChimeraX_VTK-1.0-py3.11.egg-info
|
|---|
| 37118 | running install_scripts
|
|---|
| 37119 | creating build\bdist.win-amd64\wheel\chimerax_vtk-1.0.dist-info\WHEEL
|
|---|
| 37120 | creating 'dist\chimerax_vtk-1.0-py3-none-any.whl' and adding 'build\bdist.win-amd64\wheel' to it
|
|---|
| 37121 | adding 'chimerax/vtk/__init__.py'
|
|---|
| 37122 | adding 'chimerax/vtk/export_vtk.py'
|
|---|
| 37123 | adding 'chimerax/vtk/vtk.py'
|
|---|
| 37124 | adding 'chimerax_vtk-1.0.dist-info/METADATA'
|
|---|
| 37125 | adding 'chimerax_vtk-1.0.dist-info/WHEEL'
|
|---|
| 37126 | adding 'chimerax_vtk-1.0.dist-info/top_level.txt'
|
|---|
| 37127 | adding 'chimerax_vtk-1.0.dist-info/RECORD'
|
|---|
| 37128 | removing build\bdist.win-amd64\wheel
|
|---|
| 37129 | Distribution is in .\dist\ChimeraX_VTK-1.0-py3-none-any.whl
|
|---|
| 37130 | INFO:
|
|---|
| 37131 |
|
|---|
| 37132 | make sync
|
|---|
| 37133 | make[6]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/vtk'
|
|---|
| 37134 | cp -av dist/*.whl ../../../build/sync
|
|---|
| 37135 | 'dist/chimerax_vtk-1.0-py3-none-any.whl' -> '../../../build/sync/chimerax_vtk-1.0-py3-none-any.whl'
|
|---|
| 37136 | make[6]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/vtk'
|
|---|
| 37137 | make[5]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/vtk'
|
|---|
| 37138 | make -C wavefront_obj build
|
|---|
| 37139 | make[5]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/wavefront_obj'
|
|---|
| 37140 | if [ -z "../../../ChimeraX.app/bin/python.exe" ]; then \
|
|---|
| 37141 | echo "missing ChimeraX application's python"; exit 1; \
|
|---|
| 37142 | else \
|
|---|
| 37143 | PYTHONNOUSERSITE=1 ../../../ChimeraX.app/bin/python.exe -I -m chimerax.core --nogui --exit --safemode --cmd "devel build . exit true "; \
|
|---|
| 37144 | fi
|
|---|
| 37145 | INFO:
|
|---|
| 37146 | Executing: devel build . exit true
|
|---|
| 37147 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\setuptools\dist.py:759: SetuptoolsDeprecationWarning: License classifiers are deprecated.
|
|---|
| 37148 | !!
|
|---|
| 37149 |
|
|---|
| 37150 | ********************************************************************************
|
|---|
| 37151 | Please consider removing the following classifiers in favor of a SPDX license expression:
|
|---|
| 37152 |
|
|---|
| 37153 | License :: Free for non-commercial use
|
|---|
| 37154 |
|
|---|
| 37155 | See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details.
|
|---|
| 37156 | ********************************************************************************
|
|---|
| 37157 |
|
|---|
| 37158 | !!
|
|---|
| 37159 | self._finalize_license_expression()
|
|---|
| 37160 | running build
|
|---|
| 37161 | running build_py
|
|---|
| 37162 | creating build\lib\chimerax\wavefront_obj
|
|---|
| 37163 | copying src\obj.py -> build\lib\chimerax\wavefront_obj
|
|---|
| 37164 | copying src\__init__.py -> build\lib\chimerax\wavefront_obj
|
|---|
| 37165 | running bdist_wheel
|
|---|
| 37166 | installing to build\bdist.win-amd64\wheel
|
|---|
| 37167 | running install
|
|---|
| 37168 | running install_lib
|
|---|
| 37169 | creating build\bdist.win-amd64\wheel
|
|---|
| 37170 | creating build\bdist.win-amd64\wheel\chimerax
|
|---|
| 37171 | creating build\bdist.win-amd64\wheel\chimerax\wavefront_obj
|
|---|
| 37172 | copying build\lib\chimerax\wavefront_obj\obj.py -> build\bdist.win-amd64\wheel\.\chimerax\wavefront_obj
|
|---|
| 37173 | copying build\lib\chimerax\wavefront_obj\__init__.py -> build\bdist.win-amd64\wheel\.\chimerax\wavefront_obj
|
|---|
| 37174 | running install_egg_info
|
|---|
| 37175 | running egg_info
|
|---|
| 37176 | creating ChimeraX_WavefrontOBJ.egg-info
|
|---|
| 37177 | writing ChimeraX_WavefrontOBJ.egg-info\PKG-INFO
|
|---|
| 37178 | writing dependency_links to ChimeraX_WavefrontOBJ.egg-info\dependency_links.txt
|
|---|
| 37179 | writing requirements to ChimeraX_WavefrontOBJ.egg-info\requires.txt
|
|---|
| 37180 | writing top-level names to ChimeraX_WavefrontOBJ.egg-info\top_level.txt
|
|---|
| 37181 | writing manifest file 'ChimeraX_WavefrontOBJ.egg-info\SOURCES.txt'
|
|---|
| 37182 | reading manifest file 'ChimeraX_WavefrontOBJ.egg-info\SOURCES.txt'
|
|---|
| 37183 | writing manifest file 'ChimeraX_WavefrontOBJ.egg-info\SOURCES.txt'
|
|---|
| 37184 | Copying ChimeraX_WavefrontOBJ.egg-info to build\bdist.win-amd64\wheel\.\ChimeraX_WavefrontOBJ-1.0-py3.11.egg-info
|
|---|
| 37185 | running install_scripts
|
|---|
| 37186 | creating build\bdist.win-amd64\wheel\chimerax_wavefrontobj-1.0.dist-info\WHEEL
|
|---|
| 37187 | creating 'dist\chimerax_wavefrontobj-1.0-py3-none-any.whl' and adding 'build\bdist.win-amd64\wheel' to it
|
|---|
| 37188 | adding 'chimerax/wavefront_obj/__init__.py'
|
|---|
| 37189 | adding 'chimerax/wavefront_obj/obj.py'
|
|---|
| 37190 | adding 'chimerax_wavefrontobj-1.0.dist-info/METADATA'
|
|---|
| 37191 | adding 'chimerax_wavefrontobj-1.0.dist-info/WHEEL'
|
|---|
| 37192 | adding 'chimerax_wavefrontobj-1.0.dist-info/top_level.txt'
|
|---|
| 37193 | adding 'chimerax_wavefrontobj-1.0.dist-info/RECORD'
|
|---|
| 37194 | removing build\bdist.win-amd64\wheel
|
|---|
| 37195 | Distribution is in .\dist\ChimeraX_WavefrontOBJ-1.0-py3-none-any.whl
|
|---|
| 37196 | INFO:
|
|---|
| 37197 |
|
|---|
| 37198 | make sync
|
|---|
| 37199 | make[6]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/wavefront_obj'
|
|---|
| 37200 | cp -av dist/*.whl ../../../build/sync
|
|---|
| 37201 | 'dist/chimerax_wavefrontobj-1.0-py3-none-any.whl' -> '../../../build/sync/chimerax_wavefrontobj-1.0-py3-none-any.whl'
|
|---|
| 37202 | make[6]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/wavefront_obj'
|
|---|
| 37203 | make[5]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/wavefront_obj'
|
|---|
| 37204 | make -C webcam build
|
|---|
| 37205 | make[5]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/webcam'
|
|---|
| 37206 | if [ -z "../../../ChimeraX.app/bin/python.exe" ]; then \
|
|---|
| 37207 | echo "missing ChimeraX application's python"; exit 1; \
|
|---|
| 37208 | else \
|
|---|
| 37209 | PYTHONNOUSERSITE=1 ../../../ChimeraX.app/bin/python.exe -I -m chimerax.core --nogui --exit --safemode --cmd "devel build . exit true "; \
|
|---|
| 37210 | fi
|
|---|
| 37211 | INFO:
|
|---|
| 37212 | Executing: devel build . exit true
|
|---|
| 37213 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\setuptools\dist.py:759: SetuptoolsDeprecationWarning: License classifiers are deprecated.
|
|---|
| 37214 | !!
|
|---|
| 37215 |
|
|---|
| 37216 | ********************************************************************************
|
|---|
| 37217 | Please consider removing the following classifiers in favor of a SPDX license expression:
|
|---|
| 37218 |
|
|---|
| 37219 | License :: Free for non-commercial use
|
|---|
| 37220 |
|
|---|
| 37221 | See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details.
|
|---|
| 37222 | ********************************************************************************
|
|---|
| 37223 |
|
|---|
| 37224 | !!
|
|---|
| 37225 | self._finalize_license_expression()
|
|---|
| 37226 | running build
|
|---|
| 37227 | running build_py
|
|---|
| 37228 | creating build\lib.win-amd64-cpython-311\chimerax\webcam
|
|---|
| 37229 | copying src\camera.py -> build\lib.win-amd64-cpython-311\chimerax\webcam
|
|---|
| 37230 | copying src\webcam.py -> build\lib.win-amd64-cpython-311\chimerax\webcam
|
|---|
| 37231 | copying src\webcam_cpp.py -> build\lib.win-amd64-cpython-311\chimerax\webcam
|
|---|
| 37232 | copying src\__init__.py -> build\lib.win-amd64-cpython-311\chimerax\webcam
|
|---|
| 37233 | running build_ext
|
|---|
| 37234 | building 'chimerax.webcam._webcam' extension
|
|---|
| 37235 | creating build\temp.win-amd64-cpython-311\Release\_webcam
|
|---|
| 37236 | "C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\bin\HostX64\x64\cl.exe" /c /nologo /O2 /W3 /GL /DNDEBUG /MD -DMAJOR_VERSION=0 -DMINOR_VERSION=1 -IC:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\include -IC:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\core\include -IC:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\arrays\include -IC:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\include -IC:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Include "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\ucrt" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\shared" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\um" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\winrt" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\cppwinrt" "-Ic:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include" "-Ic:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\atlmfc\include" "-Ic:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\ucrt" "-Ic:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\shared" "-Ic:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\um" "-Ic:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\winrt" "-Ic:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\cppwinrt" /EHsc /Tp_webcam/pixelformats.cpp /Fobuild\temp.win-amd64-cpython-311\Release\_webcam\pixelformats.obj
|
|---|
| 37237 | pixelformats.cpp
|
|---|
| 37238 | "C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\bin\HostX64\x64\link.exe" /nologo /INCREMENTAL:NO /LTCG /DLL /MANIFEST:EMBED,ID=2 /MANIFESTUAC:NO /LIBPATH:C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\lib /LIBPATH:C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\core\lib /LIBPATH:C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\chimerax\arrays\lib /LIBPATH:C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\libs /LIBPATH:C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin /LIBPATH:C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\PCbuild\amd64 "/LIBPATH:C:\Program Files (x86)\Windows Kits\10\lib\10.0.19041.0\ucrt\x64" "/LIBPATH:C:\Program Files (x86)\Windows Kits\10\lib\10.0.19041.0\um\x64" "/LIBPATH:c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\lib\\x64" "/LIBPATH:c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\atlmfc\lib\\x64" "/LIBPATH:c:\Program Files (x86)\Windows Kits\10\lib\10.0.19041.0\ucrt\x64" "/LIBPATH:c:\Program Files (x86)\Windows Kits\10\lib\10.0.19041.0\um\x64" libarrays.lib /EXPORT:PyInit__webcam build\temp.win-amd64-cpython-311\Release\_webcam\pixelformats.obj /OUT:build\lib.win-amd64-cpython-311\chimerax\webcam\_webcam.cp311-win_amd64.pyd /IMPLIB:build\temp.win-amd64-cpython-311\Release\_webcam\_webcam.cp311-win_amd64.lib
|
|---|
| 37239 | Creating library build\temp.win-amd64-cpython-311\Release\_webcam\_webcam.cp311-win_amd64.lib and object build\temp.win-amd64-cpython-311\Release\_webcam\_webcam.cp311-win_amd64.exp
|
|---|
| 37240 | Generating code
|
|---|
| 37241 | Finished generating code
|
|---|
| 37242 | running bdist_wheel
|
|---|
| 37243 | installing to build\bdist.win-amd64\wheel
|
|---|
| 37244 | running install
|
|---|
| 37245 | running install_lib
|
|---|
| 37246 | running build_ext
|
|---|
| 37247 | creating build\bdist.win-amd64\wheel
|
|---|
| 37248 | creating build\bdist.win-amd64\wheel\chimerax
|
|---|
| 37249 | creating build\bdist.win-amd64\wheel\chimerax\webcam
|
|---|
| 37250 | copying build\lib.win-amd64-cpython-311\chimerax\webcam\camera.py -> build\bdist.win-amd64\wheel\.\chimerax\webcam
|
|---|
| 37251 | copying build\lib.win-amd64-cpython-311\chimerax\webcam\webcam.py -> build\bdist.win-amd64\wheel\.\chimerax\webcam
|
|---|
| 37252 | copying build\lib.win-amd64-cpython-311\chimerax\webcam\webcam_cpp.py -> build\bdist.win-amd64\wheel\.\chimerax\webcam
|
|---|
| 37253 | copying build\lib.win-amd64-cpython-311\chimerax\webcam\_webcam.cp311-win_amd64.pyd -> build\bdist.win-amd64\wheel\.\chimerax\webcam
|
|---|
| 37254 | copying build\lib.win-amd64-cpython-311\chimerax\webcam\__init__.py -> build\bdist.win-amd64\wheel\.\chimerax\webcam
|
|---|
| 37255 | running install_egg_info
|
|---|
| 37256 | running egg_info
|
|---|
| 37257 | creating ChimeraX_WebCam.egg-info
|
|---|
| 37258 | writing ChimeraX_WebCam.egg-info\PKG-INFO
|
|---|
| 37259 | writing dependency_links to ChimeraX_WebCam.egg-info\dependency_links.txt
|
|---|
| 37260 | writing requirements to ChimeraX_WebCam.egg-info\requires.txt
|
|---|
| 37261 | writing top-level names to ChimeraX_WebCam.egg-info\top_level.txt
|
|---|
| 37262 | writing manifest file 'ChimeraX_WebCam.egg-info\SOURCES.txt'
|
|---|
| 37263 | reading manifest file 'ChimeraX_WebCam.egg-info\SOURCES.txt'
|
|---|
| 37264 | writing manifest file 'ChimeraX_WebCam.egg-info\SOURCES.txt'
|
|---|
| 37265 | Copying ChimeraX_WebCam.egg-info to build\bdist.win-amd64\wheel\.\ChimeraX_WebCam-1.0.2-py3.11.egg-info
|
|---|
| 37266 | running install_scripts
|
|---|
| 37267 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\setuptools\command\bdist_wheel.py:103: RuntimeWarning: Config variable 'Py_DEBUG' is unset, Python ABI tag may be incorrect
|
|---|
| 37268 | if get_flag("Py_DEBUG", hasattr(sys, "gettotalrefcount"), warn=(impl == "cp")):
|
|---|
| 37269 | creating build\bdist.win-amd64\wheel\chimerax_webcam-1.0.2.dist-info\WHEEL
|
|---|
| 37270 | creating 'dist\chimerax_webcam-1.0.2-cp311-cp311-win_amd64.whl' and adding 'build\bdist.win-amd64\wheel' to it
|
|---|
| 37271 | adding 'chimerax/webcam/__init__.py'
|
|---|
| 37272 | adding 'chimerax/webcam/_webcam.cp311-win_amd64.pyd'
|
|---|
| 37273 | adding 'chimerax/webcam/camera.py'
|
|---|
| 37274 | adding 'chimerax/webcam/webcam.py'
|
|---|
| 37275 | adding 'chimerax/webcam/webcam_cpp.py'
|
|---|
| 37276 | adding 'chimerax_webcam-1.0.2.dist-info/METADATA'
|
|---|
| 37277 | adding 'chimerax_webcam-1.0.2.dist-info/WHEEL'
|
|---|
| 37278 | adding 'chimerax_webcam-1.0.2.dist-info/top_level.txt'
|
|---|
| 37279 | adding 'chimerax_webcam-1.0.2.dist-info/RECORD'
|
|---|
| 37280 | removing build\bdist.win-amd64\wheel
|
|---|
| 37281 | Distribution is in .\dist\ChimeraX_WebCam-1.0.2-cp311-cp311-win_amd64.whl
|
|---|
| 37282 | INFO:
|
|---|
| 37283 |
|
|---|
| 37284 | make sync
|
|---|
| 37285 | make[6]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/webcam'
|
|---|
| 37286 | cp -av dist/*.whl ../../../build/sync
|
|---|
| 37287 | 'dist/chimerax_webcam-1.0.2-cp311-cp311-win_amd64.whl' -> '../../../build/sync/chimerax_webcam-1.0.2-cp311-cp311-win_amd64.whl'
|
|---|
| 37288 | make[6]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/webcam'
|
|---|
| 37289 | make[5]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/webcam'
|
|---|
| 37290 | make -C webservices build
|
|---|
| 37291 | make[5]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/webservices'
|
|---|
| 37292 | if [ -z "../../../ChimeraX.app/bin/python.exe" ]; then \
|
|---|
| 37293 | echo "missing ChimeraX application's python"; exit 1; \
|
|---|
| 37294 | else \
|
|---|
| 37295 | PYTHONNOUSERSITE=1 ../../../ChimeraX.app/bin/python.exe -I -m chimerax.core --nogui --exit --safemode --cmd "devel build . exit true "; \
|
|---|
| 37296 | fi
|
|---|
| 37297 | INFO:
|
|---|
| 37298 | Executing: devel build . exit true
|
|---|
| 37299 | running build
|
|---|
| 37300 | running build_py
|
|---|
| 37301 | creating build\lib\chimerax\webservices
|
|---|
| 37302 | copying src\cxservices_job.py -> build\lib\chimerax\webservices
|
|---|
| 37303 | copying src\cxservices_utils.py -> build\lib\chimerax\webservices
|
|---|
| 37304 | copying src\httpq.py -> build\lib\chimerax\webservices
|
|---|
| 37305 | copying src\post_form.py -> build\lib\chimerax\webservices
|
|---|
| 37306 | copying src\__init__.py -> build\lib\chimerax\webservices
|
|---|
| 37307 | running bdist_wheel
|
|---|
| 37308 | installing to build\bdist.win-amd64\wheel
|
|---|
| 37309 | running install
|
|---|
| 37310 | running install_lib
|
|---|
| 37311 | creating build\bdist.win-amd64\wheel
|
|---|
| 37312 | creating build\bdist.win-amd64\wheel\chimerax
|
|---|
| 37313 | creating build\bdist.win-amd64\wheel\chimerax\webservices
|
|---|
| 37314 | copying build\lib\chimerax\webservices\cxservices_job.py -> build\bdist.win-amd64\wheel\.\chimerax\webservices
|
|---|
| 37315 | copying build\lib\chimerax\webservices\cxservices_utils.py -> build\bdist.win-amd64\wheel\.\chimerax\webservices
|
|---|
| 37316 | copying build\lib\chimerax\webservices\httpq.py -> build\bdist.win-amd64\wheel\.\chimerax\webservices
|
|---|
| 37317 | copying build\lib\chimerax\webservices\post_form.py -> build\bdist.win-amd64\wheel\.\chimerax\webservices
|
|---|
| 37318 | copying build\lib\chimerax\webservices\__init__.py -> build\bdist.win-amd64\wheel\.\chimerax\webservices
|
|---|
| 37319 | running install_egg_info
|
|---|
| 37320 | running egg_info
|
|---|
| 37321 | creating ChimeraX_WebServices.egg-info
|
|---|
| 37322 | writing ChimeraX_WebServices.egg-info\PKG-INFO
|
|---|
| 37323 | writing dependency_links to ChimeraX_WebServices.egg-info\dependency_links.txt
|
|---|
| 37324 | writing requirements to ChimeraX_WebServices.egg-info\requires.txt
|
|---|
| 37325 | writing top-level names to ChimeraX_WebServices.egg-info\top_level.txt
|
|---|
| 37326 | writing manifest file 'ChimeraX_WebServices.egg-info\SOURCES.txt'
|
|---|
| 37327 | reading manifest file 'ChimeraX_WebServices.egg-info\SOURCES.txt'
|
|---|
| 37328 | writing manifest file 'ChimeraX_WebServices.egg-info\SOURCES.txt'
|
|---|
| 37329 | Copying ChimeraX_WebServices.egg-info to build\bdist.win-amd64\wheel\.\ChimeraX_WebServices-1.1.5-py3.11.egg-info
|
|---|
| 37330 | running install_scripts
|
|---|
| 37331 | creating build\bdist.win-amd64\wheel\chimerax_webservices-1.1.5.dist-info\WHEEL
|
|---|
| 37332 | creating 'dist\chimerax_webservices-1.1.5-py3-none-any.whl' and adding 'build\bdist.win-amd64\wheel' to it
|
|---|
| 37333 | adding 'chimerax/webservices/__init__.py'
|
|---|
| 37334 | adding 'chimerax/webservices/cxservices_job.py'
|
|---|
| 37335 | adding 'chimerax/webservices/cxservices_utils.py'
|
|---|
| 37336 | adding 'chimerax/webservices/httpq.py'
|
|---|
| 37337 | adding 'chimerax/webservices/post_form.py'
|
|---|
| 37338 | adding 'chimerax_webservices-1.1.5.dist-info/METADATA'
|
|---|
| 37339 | adding 'chimerax_webservices-1.1.5.dist-info/WHEEL'
|
|---|
| 37340 | adding 'chimerax_webservices-1.1.5.dist-info/top_level.txt'
|
|---|
| 37341 | adding 'chimerax_webservices-1.1.5.dist-info/RECORD'
|
|---|
| 37342 | removing build\bdist.win-amd64\wheel
|
|---|
| 37343 | Distribution is in C:\cygwin64\home\goddard\ucsf\chimerax\src\bundles\webservices\dist\chimerax_webservices-1.1.5-py3-none-any.whl
|
|---|
| 37344 | INFO:
|
|---|
| 37345 |
|
|---|
| 37346 | make sync
|
|---|
| 37347 | make[6]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/webservices'
|
|---|
| 37348 | cp -av dist/*.whl ../../../build/sync
|
|---|
| 37349 | 'dist/chimerax_webservices-1.1.5-py3-none-any.whl' -> '../../../build/sync/chimerax_webservices-1.1.5-py3-none-any.whl'
|
|---|
| 37350 | make[6]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/webservices'
|
|---|
| 37351 | make[5]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/webservices'
|
|---|
| 37352 | make -C zone build
|
|---|
| 37353 | make[5]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/zone'
|
|---|
| 37354 | if [ -z "../../../ChimeraX.app/bin/python.exe" ]; then \
|
|---|
| 37355 | echo "missing ChimeraX application's python"; exit 1; \
|
|---|
| 37356 | else \
|
|---|
| 37357 | PYTHONNOUSERSITE=1 ../../../ChimeraX.app/bin/python.exe -I -m chimerax.core --nogui --exit --safemode --cmd "devel build . exit true "; \
|
|---|
| 37358 | fi
|
|---|
| 37359 | INFO:
|
|---|
| 37360 | Executing: devel build . exit true
|
|---|
| 37361 | C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Lib\site-packages\setuptools\dist.py:759: SetuptoolsDeprecationWarning: License classifiers are deprecated.
|
|---|
| 37362 | !!
|
|---|
| 37363 |
|
|---|
| 37364 | ********************************************************************************
|
|---|
| 37365 | Please consider removing the following classifiers in favor of a SPDX license expression:
|
|---|
| 37366 |
|
|---|
| 37367 | License :: Free for non-commercial use
|
|---|
| 37368 |
|
|---|
| 37369 | See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details.
|
|---|
| 37370 | ********************************************************************************
|
|---|
| 37371 |
|
|---|
| 37372 | !!
|
|---|
| 37373 | self._finalize_license_expression()
|
|---|
| 37374 | running build
|
|---|
| 37375 | running build_py
|
|---|
| 37376 | creating build\lib\chimerax\zone
|
|---|
| 37377 | copying src\zone.py -> build\lib\chimerax\zone
|
|---|
| 37378 | copying src\__init__.py -> build\lib\chimerax\zone
|
|---|
| 37379 | copying src\zone.png -> build\lib\chimerax\zone
|
|---|
| 37380 | running bdist_wheel
|
|---|
| 37381 | installing to build\bdist.win-amd64\wheel
|
|---|
| 37382 | running install
|
|---|
| 37383 | running install_lib
|
|---|
| 37384 | creating build\bdist.win-amd64\wheel
|
|---|
| 37385 | creating build\bdist.win-amd64\wheel\chimerax
|
|---|
| 37386 | creating build\bdist.win-amd64\wheel\chimerax\zone
|
|---|
| 37387 | copying build\lib\chimerax\zone\zone.png -> build\bdist.win-amd64\wheel\.\chimerax\zone
|
|---|
| 37388 | copying build\lib\chimerax\zone\zone.py -> build\bdist.win-amd64\wheel\.\chimerax\zone
|
|---|
| 37389 | copying build\lib\chimerax\zone\__init__.py -> build\bdist.win-amd64\wheel\.\chimerax\zone
|
|---|
| 37390 | running install_egg_info
|
|---|
| 37391 | running egg_info
|
|---|
| 37392 | creating ChimeraX_Zone.egg-info
|
|---|
| 37393 | writing ChimeraX_Zone.egg-info\PKG-INFO
|
|---|
| 37394 | writing dependency_links to ChimeraX_Zone.egg-info\dependency_links.txt
|
|---|
| 37395 | writing requirements to ChimeraX_Zone.egg-info\requires.txt
|
|---|
| 37396 | writing top-level names to ChimeraX_Zone.egg-info\top_level.txt
|
|---|
| 37397 | writing manifest file 'ChimeraX_Zone.egg-info\SOURCES.txt'
|
|---|
| 37398 | reading manifest file 'ChimeraX_Zone.egg-info\SOURCES.txt'
|
|---|
| 37399 | writing manifest file 'ChimeraX_Zone.egg-info\SOURCES.txt'
|
|---|
| 37400 | Copying ChimeraX_Zone.egg-info to build\bdist.win-amd64\wheel\.\ChimeraX_Zone-1.0.1-py3.11.egg-info
|
|---|
| 37401 | running install_scripts
|
|---|
| 37402 | creating build\bdist.win-amd64\wheel\chimerax_zone-1.0.1.dist-info\WHEEL
|
|---|
| 37403 | creating 'dist\chimerax_zone-1.0.1-py3-none-any.whl' and adding 'build\bdist.win-amd64\wheel' to it
|
|---|
| 37404 | adding 'chimerax/zone/__init__.py'
|
|---|
| 37405 | adding 'chimerax/zone/zone.png'
|
|---|
| 37406 | adding 'chimerax/zone/zone.py'
|
|---|
| 37407 | adding 'chimerax_zone-1.0.1.dist-info/METADATA'
|
|---|
| 37408 | adding 'chimerax_zone-1.0.1.dist-info/WHEEL'
|
|---|
| 37409 | adding 'chimerax_zone-1.0.1.dist-info/top_level.txt'
|
|---|
| 37410 | adding 'chimerax_zone-1.0.1.dist-info/RECORD'
|
|---|
| 37411 | removing build\bdist.win-amd64\wheel
|
|---|
| 37412 | Distribution is in .\dist\ChimeraX_Zone-1.0.1-py3-none-any.whl
|
|---|
| 37413 | INFO:
|
|---|
| 37414 |
|
|---|
| 37415 | make sync
|
|---|
| 37416 | make[6]: Entering directory '/home/goddard/ucsf/chimerax/src/bundles/zone'
|
|---|
| 37417 | cp -av dist/*.whl ../../../build/sync
|
|---|
| 37418 | 'dist/chimerax_zone-1.0.1-py3-none-any.whl' -> '../../../build/sync/chimerax_zone-1.0.1-py3-none-any.whl'
|
|---|
| 37419 | make[6]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/zone'
|
|---|
| 37420 | make[5]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles/zone'
|
|---|
| 37421 | make[4]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles'
|
|---|
| 37422 | cd /home/goddard/ucsf/chimerax/build/sync && /home/goddard/ucsf/chimerax/ChimeraX.app/bin/python.exe -I -m pip install --upgrade --upgrade-strategy only-if-needed *.whl
|
|---|
| 37423 | Processing c:\cygwin64\home\goddard\ucsf\chimerax\build\sync\chimerax_addcharge-1.5.20-py3-none-any.whl
|
|---|
| 37424 | Processing c:\cygwin64\home\goddard\ucsf\chimerax\build\sync\chimerax_addh-2.2.7-py3-none-any.whl
|
|---|
| 37425 | Processing c:\cygwin64\home\goddard\ucsf\chimerax\build\sync\chimerax_alignmentalgorithms-2.0.2-cp311-cp311-win_amd64.whl
|
|---|
| 37426 | Processing c:\cygwin64\home\goddard\ucsf\chimerax\build\sync\chimerax_alignmenthdrs-3.6.1-cp311-cp311-win_amd64.whl
|
|---|
| 37427 | Processing c:\cygwin64\home\goddard\ucsf\chimerax\build\sync\chimerax_alignmentmatrices-2.1-py3-none-any.whl
|
|---|
| 37428 | Processing c:\cygwin64\home\goddard\ucsf\chimerax\build\sync\chimerax_alignments-3.0.2-py3-none-any.whl
|
|---|
| 37429 | Processing c:\cygwin64\home\goddard\ucsf\chimerax\build\sync\chimerax_alphafold-1.0.1-py3-none-any.whl
|
|---|
| 37430 | Processing c:\cygwin64\home\goddard\ucsf\chimerax\build\sync\chimerax_altlocexplorer-1.1.2-py3-none-any.whl
|
|---|
| 37431 | Processing c:\cygwin64\home\goddard\ucsf\chimerax\build\sync\chimerax_amberinfo-1.0-py3-none-any.whl
|
|---|
| 37432 | Processing c:\cygwin64\home\goddard\ucsf\chimerax\build\sync\chimerax_aniso-1.3.2-py3-none-any.whl
|
|---|
| 37433 | Processing c:\cygwin64\home\goddard\ucsf\chimerax\build\sync\chimerax_arrays-1.1-cp311-cp311-win_amd64.whl
|
|---|
| 37434 | Processing c:\cygwin64\home\goddard\ucsf\chimerax\build\sync\chimerax_atomic-1.60.17-cp311-cp311-win_amd64.whl
|
|---|
| 37435 | Processing c:\cygwin64\home\goddard\ucsf\chimerax\build\sync\chimerax_atomiclibrary-14.2-cp311-cp311-win_amd64.whl
|
|---|
| 37436 | Processing c:\cygwin64\home\goddard\ucsf\chimerax\build\sync\chimerax_atomsearch-2.0.1-cp311-cp311-win_amd64.whl
|
|---|
| 37437 | Processing c:\cygwin64\home\goddard\ucsf\chimerax\build\sync\chimerax_axesplanes-2.4-py3-none-any.whl
|
|---|
| 37438 | Processing c:\cygwin64\home\goddard\ucsf\chimerax\build\sync\chimerax_basicactions-1.1.3-py3-none-any.whl
|
|---|
| 37439 | Processing c:\cygwin64\home\goddard\ucsf\chimerax\build\sync\chimerax_bild-1.0-py3-none-any.whl
|
|---|
| 37440 | Processing c:\cygwin64\home\goddard\ucsf\chimerax\build\sync\chimerax_blastprotein-3.0.0-py3-none-any.whl
|
|---|
| 37441 | Processing c:\cygwin64\home\goddard\ucsf\chimerax\build\sync\chimerax_boltz-1.1-py3-none-any.whl
|
|---|
| 37442 | Processing c:\cygwin64\home\goddard\ucsf\chimerax\build\sync\chimerax_bondrot-2.0.4-py3-none-any.whl
|
|---|
| 37443 | Processing c:\cygwin64\home\goddard\ucsf\chimerax\build\sync\chimerax_bugreporter-1.0.2-py3-none-any.whl
|
|---|
| 37444 | Processing c:\cygwin64\home\goddard\ucsf\chimerax\build\sync\chimerax_buildstructure-2.13.1-py3-none-any.whl
|
|---|
| 37445 | Processing c:\cygwin64\home\goddard\ucsf\chimerax\build\sync\chimerax_bumps-1.0-py3-none-any.whl
|
|---|
| 37446 | Processing c:\cygwin64\home\goddard\ucsf\chimerax\build\sync\chimerax_bundlebuilder-1.6.0-py3-none-any.whl
|
|---|
| 37447 | Processing c:\cygwin64\home\goddard\ucsf\chimerax\build\sync\chimerax_buttonpanel-1.0.1-py3-none-any.whl
|
|---|
| 37448 | Processing c:\cygwin64\home\goddard\ucsf\chimerax\build\sync\chimerax_cagebuilder-1.0.1-py3-none-any.whl
|
|---|
| 37449 | Processing c:\cygwin64\home\goddard\ucsf\chimerax\build\sync\chimerax_cellpack-1.0-py3-none-any.whl
|
|---|
| 37450 | Processing c:\cygwin64\home\goddard\ucsf\chimerax\build\sync\chimerax_centroids-1.4-py3-none-any.whl
|
|---|
| 37451 | Processing c:\cygwin64\home\goddard\ucsf\chimerax\build\sync\chimerax_changechains-1.1-py3-none-any.whl
|
|---|
| 37452 | Processing c:\cygwin64\home\goddard\ucsf\chimerax\build\sync\chimerax_checkwaters-1.5-py3-none-any.whl
|
|---|
| 37453 | Processing c:\cygwin64\home\goddard\ucsf\chimerax\build\sync\chimerax_chemgroup-2.0.2-cp311-cp311-win_amd64.whl
|
|---|
| 37454 | Processing c:\cygwin64\home\goddard\ucsf\chimerax\build\sync\chimerax_clashes-2.3-py3-none-any.whl
|
|---|
| 37455 | Processing c:\cygwin64\home\goddard\ucsf\chimerax\build\sync\chimerax_coloractions-1.0.5-py3-none-any.whl
|
|---|
| 37456 | Processing c:\cygwin64\home\goddard\ucsf\chimerax\build\sync\chimerax_colorglobe-1.0-py3-none-any.whl
|
|---|
| 37457 | Processing c:\cygwin64\home\goddard\ucsf\chimerax\build\sync\chimerax_colorkey-1.5.8-py3-none-any.whl
|
|---|
| 37458 | Processing c:\cygwin64\home\goddard\ucsf\chimerax\build\sync\chimerax_commandline-1.3.0-py3-none-any.whl
|
|---|
| 37459 | Processing c:\cygwin64\home\goddard\ucsf\chimerax\build\sync\chimerax_connectstructure-2.0.1-cp311-cp311-win_amd64.whl
|
|---|
| 37460 | Processing c:\cygwin64\home\goddard\ucsf\chimerax\build\sync\chimerax_contacts-1.0.1-py3-none-any.whl
|
|---|
| 37461 | Processing c:\cygwin64\home\goddard\ucsf\chimerax\build\sync\chimerax_core-1.11.dev202509231826-cp311-cp311-win_amd64.whl
|
|---|
| 37462 | Processing c:\cygwin64\home\goddard\ucsf\chimerax\build\sync\chimerax_coreformats-1.2-py3-none-any.whl
|
|---|
| 37463 | Processing c:\cygwin64\home\goddard\ucsf\chimerax\build\sync\chimerax_coulombic-1.4.5-cp311-cp311-win_amd64.whl
|
|---|
| 37464 | Processing c:\cygwin64\home\goddard\ucsf\chimerax\build\sync\chimerax_crosslinks-1.0-py3-none-any.whl
|
|---|
| 37465 | Processing c:\cygwin64\home\goddard\ucsf\chimerax\build\sync\chimerax_crystal-1.0-py3-none-any.whl
|
|---|
| 37466 | Processing c:\cygwin64\home\goddard\ucsf\chimerax\build\sync\chimerax_crystalcontacts-1.0.1-py3-none-any.whl
|
|---|
| 37467 | Processing c:\cygwin64\home\goddard\ucsf\chimerax\build\sync\chimerax_dataformats-1.2.4-py3-none-any.whl
|
|---|
| 37468 | Processing c:\cygwin64\home\goddard\ucsf\chimerax\build\sync\chimerax_dicom-1.2.7-py3-none-any.whl
|
|---|
| 37469 | Processing c:\cygwin64\home\goddard\ucsf\chimerax\build\sync\chimerax_distmonitor-1.4.2-py3-none-any.whl
|
|---|
| 37470 | Processing c:\cygwin64\home\goddard\ucsf\chimerax\build\sync\chimerax_dockprep-1.1.4-py3-none-any.whl
|
|---|
| 37471 | Processing c:\cygwin64\home\goddard\ucsf\chimerax\build\sync\chimerax_dssp-2.0-cp311-cp311-win_amd64.whl
|
|---|
| 37472 | Processing c:\cygwin64\home\goddard\ucsf\chimerax\build\sync\chimerax_emdb_sff-1.0-py3-none-any.whl
|
|---|
| 37473 | Processing c:\cygwin64\home\goddard\ucsf\chimerax\build\sync\chimerax_esmfold-1.0-py3-none-any.whl
|
|---|
| 37474 | Processing c:\cygwin64\home\goddard\ucsf\chimerax\build\sync\chimerax_filehistory-1.0.1-py3-none-any.whl
|
|---|
| 37475 | Processing c:\cygwin64\home\goddard\ucsf\chimerax\build\sync\chimerax_functionkey-1.0.1-py3-none-any.whl
|
|---|
| 37476 | Processing c:\cygwin64\home\goddard\ucsf\chimerax\build\sync\chimerax_geometry-1.3-cp311-cp311-win_amd64.whl
|
|---|
| 37477 | Processing c:\cygwin64\home\goddard\ucsf\chimerax\build\sync\chimerax_gltf-1.0-py3-none-any.whl
|
|---|
| 37478 | Processing c:\cygwin64\home\goddard\ucsf\chimerax\build\sync\chimerax_graphics-1.4.1-cp311-cp311-win_amd64.whl
|
|---|
| 37479 | Processing c:\cygwin64\home\goddard\ucsf\chimerax\build\sync\chimerax_hbonds-2.5.3-py3-none-any.whl
|
|---|
| 37480 | Processing c:\cygwin64\home\goddard\ucsf\chimerax\build\sync\chimerax_help-1.3-py3-none-any.whl
|
|---|
| 37481 | Processing c:\cygwin64\home\goddard\ucsf\chimerax\build\sync\chimerax_hkcage-1.3-py3-none-any.whl
|
|---|
| 37482 | Processing c:\cygwin64\home\goddard\ucsf\chimerax\build\sync\chimerax_ihm-1.1-py3-none-any.whl
|
|---|
| 37483 | Processing c:\cygwin64\home\goddard\ucsf\chimerax\build\sync\chimerax_imageformats-1.2-py3-none-any.whl
|
|---|
| 37484 | Processing c:\cygwin64\home\goddard\ucsf\chimerax\build\sync\chimerax_imod-1.0-py3-none-any.whl
|
|---|
| 37485 | Processing c:\cygwin64\home\goddard\ucsf\chimerax\build\sync\chimerax_io-1.0.4-py3-none-any.whl
|
|---|
| 37486 | Processing c:\cygwin64\home\goddard\ucsf\chimerax\build\sync\chimerax_itemsinspection-1.0.1-py3-none-any.whl
|
|---|
| 37487 | Processing c:\cygwin64\home\goddard\ucsf\chimerax\build\sync\chimerax_iupac-1.0-py3-none-any.whl
|
|---|
| 37488 | Processing c:\cygwin64\home\goddard\ucsf\chimerax\build\sync\chimerax_kvfinder-1.7.1-py3-none-any.whl
|
|---|
| 37489 | Processing c:\cygwin64\home\goddard\ucsf\chimerax\build\sync\chimerax_label-1.2-py3-none-any.whl
|
|---|
| 37490 | Processing c:\cygwin64\home\goddard\ucsf\chimerax\build\sync\chimerax_listinfo-1.2.2-py3-none-any.whl
|
|---|
| 37491 | Processing c:\cygwin64\home\goddard\ucsf\chimerax\build\sync\chimerax_log-1.2.1-py3-none-any.whl
|
|---|
| 37492 | Processing c:\cygwin64\home\goddard\ucsf\chimerax\build\sync\chimerax_lookingglass-1.1-py3-none-any.whl
|
|---|
| 37493 | Processing c:\cygwin64\home\goddard\ucsf\chimerax\build\sync\chimerax_maestro-1.9.2-py3-none-any.whl
|
|---|
| 37494 | Processing c:\cygwin64\home\goddard\ucsf\chimerax\build\sync\chimerax_map-1.3-cp311-cp311-win_amd64.whl
|
|---|
| 37495 | Processing c:\cygwin64\home\goddard\ucsf\chimerax\build\sync\chimerax_mapdata-2.0-py3-none-any.whl
|
|---|
| 37496 | Processing c:\cygwin64\home\goddard\ucsf\chimerax\build\sync\chimerax_maperaser-1.0.1-py3-none-any.whl
|
|---|
| 37497 | Processing c:\cygwin64\home\goddard\ucsf\chimerax\build\sync\chimerax_mapfilter-2.0.1-py3-none-any.whl
|
|---|
| 37498 | Processing c:\cygwin64\home\goddard\ucsf\chimerax\build\sync\chimerax_mapfit-2.0-py3-none-any.whl
|
|---|
| 37499 | Processing c:\cygwin64\home\goddard\ucsf\chimerax\build\sync\chimerax_mapseries-2.1.1-py3-none-any.whl
|
|---|
| 37500 | Processing c:\cygwin64\home\goddard\ucsf\chimerax\build\sync\chimerax_markers-1.0.1-py3-none-any.whl
|
|---|
| 37501 | Processing c:\cygwin64\home\goddard\ucsf\chimerax\build\sync\chimerax_mask-1.0.2-cp311-cp311-win_amd64.whl
|
|---|
| 37502 | Processing c:\cygwin64\home\goddard\ucsf\chimerax\build\sync\chimerax_matchmaker-2.2.2-py3-none-any.whl
|
|---|
| 37503 | Processing c:\cygwin64\home\goddard\ucsf\chimerax\build\sync\chimerax_mcopy-1.0-py3-none-any.whl
|
|---|
| 37504 | Processing c:\cygwin64\home\goddard\ucsf\chimerax\build\sync\chimerax_mdcrds-2.17.1-cp311-cp311-win_amd64.whl
|
|---|
| 37505 | Processing c:\cygwin64\home\goddard\ucsf\chimerax\build\sync\chimerax_medicaltoolbar-1.1-py3-none-any.whl
|
|---|
| 37506 | Processing c:\cygwin64\home\goddard\ucsf\chimerax\build\sync\chimerax_meeting-1.0.1-py3-none-any.whl
|
|---|
| 37507 | Processing c:\cygwin64\home\goddard\ucsf\chimerax\build\sync\chimerax_minimize-1.2-py3-none-any.whl
|
|---|
| 37508 | Processing c:\cygwin64\home\goddard\ucsf\chimerax\build\sync\chimerax_mlp-1.1.1-cp311-cp311-win_amd64.whl
|
|---|
| 37509 | Processing c:\cygwin64\home\goddard\ucsf\chimerax\build\sync\chimerax_mmcif-2.16-cp311-cp311-win_amd64.whl
|
|---|
| 37510 | Processing c:\cygwin64\home\goddard\ucsf\chimerax\build\sync\chimerax_mmtf-2.2-cp311-cp311-win_amd64.whl
|
|---|
| 37511 | Processing c:\cygwin64\home\goddard\ucsf\chimerax\build\sync\chimerax_modelarchive-1.0-py3-none-any.whl
|
|---|
| 37512 | Processing c:\cygwin64\home\goddard\ucsf\chimerax\build\sync\chimerax_modeller-1.5.22-py3-none-any.whl
|
|---|
| 37513 | Processing c:\cygwin64\home\goddard\ucsf\chimerax\build\sync\chimerax_modelpanel-1.6-py3-none-any.whl
|
|---|
| 37514 | Processing c:\cygwin64\home\goddard\ucsf\chimerax\build\sync\chimerax_modelseries-1.0.1-py3-none-any.whl
|
|---|
| 37515 | Processing c:\cygwin64\home\goddard\ucsf\chimerax\build\sync\chimerax_mol2-2.0.3-py3-none-any.whl
|
|---|
| 37516 | Processing c:\cygwin64\home\goddard\ucsf\chimerax\build\sync\chimerax_mole-1.0-py3-none-any.whl
|
|---|
| 37517 | Processing c:\cygwin64\home\goddard\ucsf\chimerax\build\sync\chimerax_morph-1.0.2-cp311-cp311-win_amd64.whl
|
|---|
| 37518 | Processing c:\cygwin64\home\goddard\ucsf\chimerax\build\sync\chimerax_mousemodes-1.2-py3-none-any.whl
|
|---|
| 37519 | Processing c:\cygwin64\home\goddard\ucsf\chimerax\build\sync\chimerax_movie-1.0.1-py3-none-any.whl
|
|---|
| 37520 | Processing c:\cygwin64\home\goddard\ucsf\chimerax\build\sync\chimerax_mutationscores-1.0-py3-none-any.whl
|
|---|
| 37521 | Processing c:\cygwin64\home\goddard\ucsf\chimerax\build\sync\chimerax_neuron-1.0-py3-none-any.whl
|
|---|
| 37522 | Processing c:\cygwin64\home\goddard\ucsf\chimerax\build\sync\chimerax_nifti-1.2-py3-none-any.whl
|
|---|
| 37523 | Processing c:\cygwin64\home\goddard\ucsf\chimerax\build\sync\chimerax_nmrstar-1.0.2-py3-none-any.whl
|
|---|
| 37524 | Processing c:\cygwin64\home\goddard\ucsf\chimerax\build\sync\chimerax_nrrd-1.2-py3-none-any.whl
|
|---|
| 37525 | Processing c:\cygwin64\home\goddard\ucsf\chimerax\build\sync\chimerax_nucleotides-2.0.3-py3-none-any.whl
|
|---|
| 37526 | Processing c:\cygwin64\home\goddard\ucsf\chimerax\build\sync\chimerax_opencommand-1.15.1-py3-none-any.whl
|
|---|
| 37527 | Processing c:\cygwin64\home\goddard\ucsf\chimerax\build\sync\chimerax_orthopick-1.0.1-py3-none-any.whl
|
|---|
| 37528 | Processing c:\cygwin64\home\goddard\ucsf\chimerax\build\sync\chimerax_pdb-2.7.11-cp311-cp311-win_amd64.whl
|
|---|
| 37529 | Processing c:\cygwin64\home\goddard\ucsf\chimerax\build\sync\chimerax_pdbbio-1.0.1-py3-none-any.whl
|
|---|
| 37530 | Processing c:\cygwin64\home\goddard\ucsf\chimerax\build\sync\chimerax_pdblibrary-1.0.5-cp311-cp311-win_amd64.whl
|
|---|
| 37531 | Processing c:\cygwin64\home\goddard\ucsf\chimerax\build\sync\chimerax_pdbmatrices-1.0-py3-none-any.whl
|
|---|
| 37532 | Processing c:\cygwin64\home\goddard\ucsf\chimerax\build\sync\chimerax_pickblobs-1.0.1-py3-none-any.whl
|
|---|
| 37533 | Processing c:\cygwin64\home\goddard\ucsf\chimerax\build\sync\chimerax_positions-1.0-py3-none-any.whl
|
|---|
| 37534 | Processing c:\cygwin64\home\goddard\ucsf\chimerax\build\sync\chimerax_presetmgr-1.1.3-py3-none-any.whl
|
|---|
| 37535 | Processing c:\cygwin64\home\goddard\ucsf\chimerax\build\sync\chimerax_profilegrids-1.4-cp311-cp311-win_amd64.whl
|
|---|
| 37536 | Processing c:\cygwin64\home\goddard\ucsf\chimerax\build\sync\chimerax_pubchem-2.2-py3-none-any.whl
|
|---|
| 37537 | Processing c:\cygwin64\home\goddard\ucsf\chimerax\build\sync\chimerax_readpbonds-1.0.1-py3-none-any.whl
|
|---|
| 37538 | Processing c:\cygwin64\home\goddard\ucsf\chimerax\build\sync\chimerax_registration-1.1.2-py3-none-any.whl
|
|---|
| 37539 | Processing c:\cygwin64\home\goddard\ucsf\chimerax\build\sync\chimerax_remotecontrol-1.0-py3-none-any.whl
|
|---|
| 37540 | Processing c:\cygwin64\home\goddard\ucsf\chimerax\build\sync\chimerax_renderbyattr-1.6.5-py3-none-any.whl
|
|---|
| 37541 | Processing c:\cygwin64\home\goddard\ucsf\chimerax\build\sync\chimerax_renumberresidues-1.1-py3-none-any.whl
|
|---|
| 37542 | Processing c:\cygwin64\home\goddard\ucsf\chimerax\build\sync\chimerax_residuefit-1.0.1-py3-none-any.whl
|
|---|
| 37543 | Processing c:\cygwin64\home\goddard\ucsf\chimerax\build\sync\chimerax_restserver-1.3.1-py3-none-any.whl
|
|---|
| 37544 | Processing c:\cygwin64\home\goddard\ucsf\chimerax\build\sync\chimerax_rnalayout-1.0-py3-none-any.whl
|
|---|
| 37545 | Processing c:\cygwin64\home\goddard\ucsf\chimerax\build\sync\chimerax_rotamerlibmgr-4.0-py3-none-any.whl
|
|---|
| 37546 | Processing c:\cygwin64\home\goddard\ucsf\chimerax\build\sync\chimerax_rotamerlibsdunbrack-2.0-py3-none-any.whl
|
|---|
| 37547 | Processing c:\cygwin64\home\goddard\ucsf\chimerax\build\sync\chimerax_rotamerlibsdynameomics-2.0-py3-none-any.whl
|
|---|
| 37548 | Processing c:\cygwin64\home\goddard\ucsf\chimerax\build\sync\chimerax_rotamerlibsrichardson-2.0-py3-none-any.whl
|
|---|
| 37549 | Processing c:\cygwin64\home\goddard\ucsf\chimerax\build\sync\chimerax_savecommand-1.5.2-py3-none-any.whl
|
|---|
| 37550 | Processing c:\cygwin64\home\goddard\ucsf\chimerax\build\sync\chimerax_scenes-0.2.2-py3-none-any.whl
|
|---|
| 37551 | Processing c:\cygwin64\home\goddard\ucsf\chimerax\build\sync\chimerax_schememgr-1.0-py3-none-any.whl
|
|---|
| 37552 | Processing c:\cygwin64\home\goddard\ucsf\chimerax\build\sync\chimerax_sdf-2.0.3-py3-none-any.whl
|
|---|
| 37553 | Processing c:\cygwin64\home\goddard\ucsf\chimerax\build\sync\chimerax_segger-1.0-py3-none-any.whl
|
|---|
| 37554 | Processing c:\cygwin64\home\goddard\ucsf\chimerax\build\sync\chimerax_segment-1.0.1-cp311-cp311-win_amd64.whl
|
|---|
| 37555 | Processing c:\cygwin64\home\goddard\ucsf\chimerax\build\sync\chimerax_segmentations-3.5.7-py3-none-any.whl
|
|---|
| 37556 | Processing c:\cygwin64\home\goddard\ucsf\chimerax\build\sync\chimerax_selinspector-1.0-py3-none-any.whl
|
|---|
| 37557 | Processing c:\cygwin64\home\goddard\ucsf\chimerax\build\sync\chimerax_seqview-2.17.2-py3-none-any.whl
|
|---|
| 37558 | Processing c:\cygwin64\home\goddard\ucsf\chimerax\build\sync\chimerax_shape-1.1-py3-none-any.whl
|
|---|
| 37559 | Processing c:\cygwin64\home\goddard\ucsf\chimerax\build\sync\chimerax_shell-1.0.1-py3-none-any.whl
|
|---|
| 37560 | Processing c:\cygwin64\home\goddard\ucsf\chimerax\build\sync\chimerax_shortcuts-1.2.1-py3-none-any.whl
|
|---|
| 37561 | Processing c:\cygwin64\home\goddard\ucsf\chimerax\build\sync\chimerax_showsequences-1.0.3-py3-none-any.whl
|
|---|
| 37562 | Processing c:\cygwin64\home\goddard\ucsf\chimerax\build\sync\chimerax_sideview-1.0.1-py3-none-any.whl
|
|---|
| 37563 | Processing c:\cygwin64\home\goddard\ucsf\chimerax\build\sync\chimerax_similarstructures-1.0.1-py3-none-any.whl
|
|---|
| 37564 | Processing c:\cygwin64\home\goddard\ucsf\chimerax\build\sync\chimerax_smiles-2.1.2-py3-none-any.whl
|
|---|
| 37565 | Processing c:\cygwin64\home\goddard\ucsf\chimerax\build\sync\chimerax_smoothlines-1.0-py3-none-any.whl
|
|---|
| 37566 | Processing c:\cygwin64\home\goddard\ucsf\chimerax\build\sync\chimerax_spacenavigator-1.0-cp311-cp311-win_amd64.whl
|
|---|
| 37567 | Processing c:\cygwin64\home\goddard\ucsf\chimerax\build\sync\chimerax_stdcommands-1.19.1-py3-none-any.whl
|
|---|
| 37568 | Processing c:\cygwin64\home\goddard\ucsf\chimerax\build\sync\chimerax_stl-1.0.1-cp311-cp311-win_amd64.whl
|
|---|
| 37569 | Processing c:\cygwin64\home\goddard\ucsf\chimerax\build\sync\chimerax_storm-1.0-py3-none-any.whl
|
|---|
| 37570 | Processing c:\cygwin64\home\goddard\ucsf\chimerax\build\sync\chimerax_structmeasure-1.2.1-py3-none-any.whl
|
|---|
| 37571 | Processing c:\cygwin64\home\goddard\ucsf\chimerax\build\sync\chimerax_struts-1.0.1-py3-none-any.whl
|
|---|
| 37572 | Processing c:\cygwin64\home\goddard\ucsf\chimerax\build\sync\chimerax_surface-1.0.1-cp311-cp311-win_amd64.whl
|
|---|
| 37573 | Processing c:\cygwin64\home\goddard\ucsf\chimerax\build\sync\chimerax_swapaa-2.0.1-py3-none-any.whl
|
|---|
| 37574 | Processing c:\cygwin64\home\goddard\ucsf\chimerax\build\sync\chimerax_swapres-2.5.2-py3-none-any.whl
|
|---|
| 37575 | Processing c:\cygwin64\home\goddard\ucsf\chimerax\build\sync\chimerax_tapemeasure-1.0-py3-none-any.whl
|
|---|
| 37576 | Processing c:\cygwin64\home\goddard\ucsf\chimerax\build\sync\chimerax_taskmanager-1.0-py3-none-any.whl
|
|---|
| 37577 | Processing c:\cygwin64\home\goddard\ucsf\chimerax\build\sync\chimerax_test-1.0-cp311-cp311-win_amd64.whl
|
|---|
| 37578 | Processing c:\cygwin64\home\goddard\ucsf\chimerax\build\sync\chimerax_toolbar-1.2.3-py3-none-any.whl
|
|---|
| 37579 | Processing c:\cygwin64\home\goddard\ucsf\chimerax\build\sync\chimerax_toolshedutils-1.2.4-py3-none-any.whl
|
|---|
| 37580 | Processing c:\cygwin64\home\goddard\ucsf\chimerax\build\sync\chimerax_topography-1.0-py3-none-any.whl
|
|---|
| 37581 | Processing c:\cygwin64\home\goddard\ucsf\chimerax\build\sync\chimerax_toquest-1.0-py3-none-any.whl
|
|---|
| 37582 | Processing c:\cygwin64\home\goddard\ucsf\chimerax\build\sync\chimerax_tug-1.0.1-py3-none-any.whl
|
|---|
| 37583 | Processing c:\cygwin64\home\goddard\ucsf\chimerax\build\sync\chimerax_ui-1.48.3-py3-none-any.whl
|
|---|
| 37584 | Processing c:\cygwin64\home\goddard\ucsf\chimerax\build\sync\chimerax_umap-1.0-py3-none-any.whl
|
|---|
| 37585 | Processing c:\cygwin64\home\goddard\ucsf\chimerax\build\sync\chimerax_uniprot-2.3.1-py3-none-any.whl
|
|---|
| 37586 | Processing c:\cygwin64\home\goddard\ucsf\chimerax\build\sync\chimerax_unitcell-1.0.1-py3-none-any.whl
|
|---|
| 37587 | Processing c:\cygwin64\home\goddard\ucsf\chimerax\build\sync\chimerax_viewdock-1.4.2-py3-none-any.whl
|
|---|
| 37588 | Processing c:\cygwin64\home\goddard\ucsf\chimerax\build\sync\chimerax_viperdb-1.0-py3-none-any.whl
|
|---|
| 37589 | Processing c:\cygwin64\home\goddard\ucsf\chimerax\build\sync\chimerax_vive-1.1-py3-none-any.whl
|
|---|
| 37590 | Processing c:\cygwin64\home\goddard\ucsf\chimerax\build\sync\chimerax_volumemenu-1.0.1-py3-none-any.whl
|
|---|
| 37591 | Processing c:\cygwin64\home\goddard\ucsf\chimerax\build\sync\chimerax_vrml-1.0-py3-none-any.whl
|
|---|
| 37592 | Processing c:\cygwin64\home\goddard\ucsf\chimerax\build\sync\chimerax_vtk-1.0-py3-none-any.whl
|
|---|
| 37593 | Processing c:\cygwin64\home\goddard\ucsf\chimerax\build\sync\chimerax_wavefrontobj-1.0-py3-none-any.whl
|
|---|
| 37594 | Processing c:\cygwin64\home\goddard\ucsf\chimerax\build\sync\chimerax_webcam-1.0.2-cp311-cp311-win_amd64.whl
|
|---|
| 37595 | Processing c:\cygwin64\home\goddard\ucsf\chimerax\build\sync\chimerax_webservices-1.1.5-py3-none-any.whl
|
|---|
| 37596 | Processing c:\cygwin64\home\goddard\ucsf\chimerax\build\sync\chimerax_zone-1.0.1-py3-none-any.whl
|
|---|
| 37597 | Collecting sfftk-rw~=0.8.1 (from chimerax-emdb-sff==1.0)
|
|---|
| 37598 | Using cached sfftk_rw-0.8.1-py3-none-any.whl.metadata (3.0 kB)
|
|---|
| 37599 | Collecting pynmrstar~=3.0 (from chimerax-nmrstar==1.0.2)
|
|---|
| 37600 | Downloading pynmrstar-3.3.6-cp311-cp311-win_amd64.whl.metadata (2.7 kB)
|
|---|
| 37601 | Requirement already satisfied: qtconsole>=4.2.1 in c:\cygwin64\home\goddard\ucsf\chimerax\chimerax.app\bin\lib\site-packages (from chimerax-shell==1.0.1) (5.7.0)
|
|---|
| 37602 | Requirement already satisfied: wheel_filename~=1.2 in c:\cygwin64\home\goddard\ucsf\chimerax\chimerax.app\bin\lib\site-packages (from chimerax-toolshedutils==1.2.4) (1.4.2)
|
|---|
| 37603 | Requirement already satisfied: requests<=3,>=2.21.0 in c:\cygwin64\home\goddard\ucsf\chimerax\chimerax.app\bin\lib\site-packages (from pynmrstar~=3.0->chimerax-nmrstar==1.0.2) (2.32.5)
|
|---|
| 37604 | Requirement already satisfied: charset_normalizer<4,>=2 in c:\cygwin64\home\goddard\ucsf\chimerax\chimerax.app\bin\lib\site-packages (from requests<=3,>=2.21.0->pynmrstar~=3.0->chimerax-nmrstar==1.0.2) (3.4.3)
|
|---|
| 37605 | Requirement already satisfied: idna<4,>=2.5 in c:\cygwin64\home\goddard\ucsf\chimerax\chimerax.app\bin\lib\site-packages (from requests<=3,>=2.21.0->pynmrstar~=3.0->chimerax-nmrstar==1.0.2) (3.10)
|
|---|
| 37606 | Requirement already satisfied: urllib3<3,>=1.21.1 in c:\cygwin64\home\goddard\ucsf\chimerax\chimerax.app\bin\lib\site-packages (from requests<=3,>=2.21.0->pynmrstar~=3.0->chimerax-nmrstar==1.0.2) (2.5.0)
|
|---|
| 37607 | Requirement already satisfied: certifi>=2017.4.17 in c:\cygwin64\home\goddard\ucsf\chimerax\chimerax.app\bin\lib\site-packages (from requests<=3,>=2.21.0->pynmrstar~=3.0->chimerax-nmrstar==1.0.2) (2025.8.3)
|
|---|
| 37608 | Requirement already satisfied: six in c:\cygwin64\home\goddard\ucsf\chimerax\chimerax.app\bin\lib\site-packages (from sfftk-rw~=0.8.1->chimerax-emdb-sff==1.0) (1.17.0)
|
|---|
| 37609 | Requirement already satisfied: numpy in c:\cygwin64\home\goddard\ucsf\chimerax\chimerax.app\bin\lib\site-packages (from sfftk-rw~=0.8.1->chimerax-emdb-sff==1.0) (1.26.4)
|
|---|
| 37610 | Requirement already satisfied: lxml in c:\cygwin64\home\goddard\ucsf\chimerax\chimerax.app\bin\lib\site-packages (from sfftk-rw~=0.8.1->chimerax-emdb-sff==1.0) (6.0.2)
|
|---|
| 37611 | Collecting h5py (from sfftk-rw~=0.8.1->chimerax-emdb-sff==1.0)
|
|---|
| 37612 | Using cached h5py-3.14.0-cp311-cp311-win_amd64.whl.metadata (2.7 kB)
|
|---|
| 37613 | Collecting RandomWords (from sfftk-rw~=0.8.1->chimerax-emdb-sff==1.0)
|
|---|
| 37614 | Using cached RandomWords-0.4.0-py3-none-any.whl
|
|---|
| 37615 | Requirement already satisfied: traitlets!=5.2.1,!=5.2.2 in c:\cygwin64\home\goddard\ucsf\chimerax\chimerax.app\bin\lib\site-packages (from qtconsole>=4.2.1->chimerax-shell==1.0.1) (5.14.3)
|
|---|
| 37616 | Requirement already satisfied: jupyter_core in c:\cygwin64\home\goddard\ucsf\chimerax\chimerax.app\bin\lib\site-packages (from qtconsole>=4.2.1->chimerax-shell==1.0.1) (5.8.1)
|
|---|
| 37617 | Requirement already satisfied: jupyter_client>=4.1 in c:\cygwin64\home\goddard\ucsf\chimerax\chimerax.app\bin\lib\site-packages (from qtconsole>=4.2.1->chimerax-shell==1.0.1) (8.6.3)
|
|---|
| 37618 | Requirement already satisfied: pygments in c:\cygwin64\home\goddard\ucsf\chimerax\chimerax.app\bin\lib\site-packages (from qtconsole>=4.2.1->chimerax-shell==1.0.1) (2.18.0)
|
|---|
| 37619 | Requirement already satisfied: ipykernel>=4.1 in c:\cygwin64\home\goddard\ucsf\chimerax\chimerax.app\bin\lib\site-packages (from qtconsole>=4.2.1->chimerax-shell==1.0.1) (6.30.1)
|
|---|
| 37620 | Requirement already satisfied: ipython_pygments_lexers in c:\cygwin64\home\goddard\ucsf\chimerax\chimerax.app\bin\lib\site-packages (from qtconsole>=4.2.1->chimerax-shell==1.0.1) (1.1.1)
|
|---|
| 37621 | Requirement already satisfied: qtpy>=2.4.0 in c:\cygwin64\home\goddard\ucsf\chimerax\chimerax.app\bin\lib\site-packages (from qtconsole>=4.2.1->chimerax-shell==1.0.1) (2.4.3)
|
|---|
| 37622 | Requirement already satisfied: packaging in c:\cygwin64\home\goddard\ucsf\chimerax\chimerax.app\bin\lib\site-packages (from qtconsole>=4.2.1->chimerax-shell==1.0.1) (25.0)
|
|---|
| 37623 | Requirement already satisfied: comm>=0.1.1 in c:\cygwin64\home\goddard\ucsf\chimerax\chimerax.app\bin\lib\site-packages (from ipykernel>=4.1->qtconsole>=4.2.1->chimerax-shell==1.0.1) (0.2.3)
|
|---|
| 37624 | Requirement already satisfied: debugpy>=1.6.5 in c:\cygwin64\home\goddard\ucsf\chimerax\chimerax.app\bin\lib\site-packages (from ipykernel>=4.1->qtconsole>=4.2.1->chimerax-shell==1.0.1) (1.8.17)
|
|---|
| 37625 | Requirement already satisfied: ipython>=7.23.1 in c:\cygwin64\home\goddard\ucsf\chimerax\chimerax.app\bin\lib\site-packages (from ipykernel>=4.1->qtconsole>=4.2.1->chimerax-shell==1.0.1) (9.5.0)
|
|---|
| 37626 | Requirement already satisfied: matplotlib-inline>=0.1 in c:\cygwin64\home\goddard\ucsf\chimerax\chimerax.app\bin\lib\site-packages (from ipykernel>=4.1->qtconsole>=4.2.1->chimerax-shell==1.0.1) (0.1.7)
|
|---|
| 37627 | Requirement already satisfied: nest-asyncio>=1.4 in c:\cygwin64\home\goddard\ucsf\chimerax\chimerax.app\bin\lib\site-packages (from ipykernel>=4.1->qtconsole>=4.2.1->chimerax-shell==1.0.1) (1.6.0)
|
|---|
| 37628 | Requirement already satisfied: psutil>=5.7 in c:\cygwin64\home\goddard\ucsf\chimerax\chimerax.app\bin\lib\site-packages (from ipykernel>=4.1->qtconsole>=4.2.1->chimerax-shell==1.0.1) (7.0.0)
|
|---|
| 37629 | Requirement already satisfied: pyzmq>=25 in c:\cygwin64\home\goddard\ucsf\chimerax\chimerax.app\bin\lib\site-packages (from ipykernel>=4.1->qtconsole>=4.2.1->chimerax-shell==1.0.1) (27.1.0)
|
|---|
| 37630 | Requirement already satisfied: tornado>=6.2 in c:\cygwin64\home\goddard\ucsf\chimerax\chimerax.app\bin\lib\site-packages (from ipykernel>=4.1->qtconsole>=4.2.1->chimerax-shell==1.0.1) (6.5.2)
|
|---|
| 37631 | Requirement already satisfied: colorama in c:\cygwin64\home\goddard\ucsf\chimerax\chimerax.app\bin\lib\site-packages (from ipython>=7.23.1->ipykernel>=4.1->qtconsole>=4.2.1->chimerax-shell==1.0.1) (0.4.6)
|
|---|
| 37632 | Requirement already satisfied: decorator in c:\cygwin64\home\goddard\ucsf\chimerax\chimerax.app\bin\lib\site-packages (from ipython>=7.23.1->ipykernel>=4.1->qtconsole>=4.2.1->chimerax-shell==1.0.1) (5.2.1)
|
|---|
| 37633 | Requirement already satisfied: jedi>=0.16 in c:\cygwin64\home\goddard\ucsf\chimerax\chimerax.app\bin\lib\site-packages (from ipython>=7.23.1->ipykernel>=4.1->qtconsole>=4.2.1->chimerax-shell==1.0.1) (0.19.2)
|
|---|
| 37634 | Requirement already satisfied: prompt_toolkit<3.1.0,>=3.0.41 in c:\cygwin64\home\goddard\ucsf\chimerax\chimerax.app\bin\lib\site-packages (from ipython>=7.23.1->ipykernel>=4.1->qtconsole>=4.2.1->chimerax-shell==1.0.1) (3.0.52)
|
|---|
| 37635 | Requirement already satisfied: stack_data in c:\cygwin64\home\goddard\ucsf\chimerax\chimerax.app\bin\lib\site-packages (from ipython>=7.23.1->ipykernel>=4.1->qtconsole>=4.2.1->chimerax-shell==1.0.1) (0.6.3)
|
|---|
| 37636 | Requirement already satisfied: typing_extensions>=4.6 in c:\cygwin64\home\goddard\ucsf\chimerax\chimerax.app\bin\lib\site-packages (from ipython>=7.23.1->ipykernel>=4.1->qtconsole>=4.2.1->chimerax-shell==1.0.1) (4.15.0)
|
|---|
| 37637 | Requirement already satisfied: wcwidth in c:\cygwin64\home\goddard\ucsf\chimerax\chimerax.app\bin\lib\site-packages (from prompt_toolkit<3.1.0,>=3.0.41->ipython>=7.23.1->ipykernel>=4.1->qtconsole>=4.2.1->chimerax-shell==1.0.1) (0.2.14)
|
|---|
| 37638 | Requirement already satisfied: parso<0.9.0,>=0.8.4 in c:\cygwin64\home\goddard\ucsf\chimerax\chimerax.app\bin\lib\site-packages (from jedi>=0.16->ipython>=7.23.1->ipykernel>=4.1->qtconsole>=4.2.1->chimerax-shell==1.0.1) (0.8.5)
|
|---|
| 37639 | Requirement already satisfied: python-dateutil>=2.8.2 in c:\cygwin64\home\goddard\ucsf\chimerax\chimerax.app\bin\lib\site-packages (from jupyter_client>=4.1->qtconsole>=4.2.1->chimerax-shell==1.0.1) (2.9.0.post0)
|
|---|
| 37640 | Requirement already satisfied: platformdirs>=2.5 in c:\cygwin64\home\goddard\ucsf\chimerax\chimerax.app\bin\lib\site-packages (from jupyter_core->qtconsole>=4.2.1->chimerax-shell==1.0.1) (4.4.0)
|
|---|
| 37641 | Requirement already satisfied: pywin32>=300 in c:\cygwin64\home\goddard\ucsf\chimerax\chimerax.app\bin\lib\site-packages (from jupyter_core->qtconsole>=4.2.1->chimerax-shell==1.0.1) (311)
|
|---|
| 37642 | Requirement already satisfied: executing>=1.2.0 in c:\cygwin64\home\goddard\ucsf\chimerax\chimerax.app\bin\lib\site-packages (from stack_data->ipython>=7.23.1->ipykernel>=4.1->qtconsole>=4.2.1->chimerax-shell==1.0.1) (2.2.1)
|
|---|
| 37643 | Requirement already satisfied: asttokens>=2.1.0 in c:\cygwin64\home\goddard\ucsf\chimerax\chimerax.app\bin\lib\site-packages (from stack_data->ipython>=7.23.1->ipykernel>=4.1->qtconsole>=4.2.1->chimerax-shell==1.0.1) (3.0.0)
|
|---|
| 37644 | Requirement already satisfied: pure-eval in c:\cygwin64\home\goddard\ucsf\chimerax\chimerax.app\bin\lib\site-packages (from stack_data->ipython>=7.23.1->ipykernel>=4.1->qtconsole>=4.2.1->chimerax-shell==1.0.1) (0.2.3)
|
|---|
| 37645 | chimerax-arrays is already installed with the same version as the provided wheel. Use --force-reinstall to force an installation of the wheel.
|
|---|
| 37646 | chimerax-atomiclibrary is already installed with the same version as the provided wheel. Use --force-reinstall to force an installation of the wheel.
|
|---|
| 37647 | chimerax-core is already installed with the same version as the provided wheel. Use --force-reinstall to force an installation of the wheel.
|
|---|
| 37648 | chimerax-geometry is already installed with the same version as the provided wheel. Use --force-reinstall to force an installation of the wheel.
|
|---|
| 37649 | chimerax-graphics is already installed with the same version as the provided wheel. Use --force-reinstall to force an installation of the wheel.
|
|---|
| 37650 | chimerax-pdblibrary is already installed with the same version as the provided wheel. Use --force-reinstall to force an installation of the wheel.
|
|---|
| 37651 | chimerax-atomsearch is already installed with the same version as the provided wheel. Use --force-reinstall to force an installation of the wheel.
|
|---|
| 37652 | chimerax-bundlebuilder is already installed with the same version as the provided wheel. Use --force-reinstall to force an installation of the wheel.
|
|---|
| 37653 | chimerax-toolshedutils is already installed with the same version as the provided wheel. Use --force-reinstall to force an installation of the wheel.
|
|---|
| 37654 | Downloading pynmrstar-3.3.6-cp311-cp311-win_amd64.whl (411 kB)
|
|---|
| 37655 | Using cached sfftk_rw-0.8.1-py3-none-any.whl (315 kB)
|
|---|
| 37656 | Using cached h5py-3.14.0-cp311-cp311-win_amd64.whl (2.9 MB)
|
|---|
| 37657 | Installing collected packages: RandomWords, h5py, sfftk-rw, pynmrstar, chimerax-webservices, chimerax-umap, chimerax-toquest, chimerax-test, chimerax-smoothlines, chimerax-similarstructures, chimerax-segment, chimerax-schememgr, chimerax-rotamerlibmgr, chimerax-restserver, chimerax-remotecontrol, chimerax-presetmgr, chimerax-movie, chimerax-mcopy, chimerax-listinfo, chimerax-io, chimerax-boltz, chimerax-amberinfo, chimerax-struts, chimerax-spacenavigator, chimerax-shape, chimerax-rotamerlibsrichardson, chimerax-rotamerlibsdynameomics, chimerax-rotamerlibsdunbrack, chimerax-imod, chimerax-dssp, chimerax-crystal, chimerax-connectstructure, chimerax-webcam, chimerax-vive, chimerax-mousemodes, chimerax-lookingglass, chimerax-mapseries, chimerax-mapfilter, chimerax-mapfit, chimerax-map, chimerax-pdb, chimerax-mmcif, chimerax-itemsinspection, chimerax-distmonitor, chimerax-stdcommands, chimerax-selinspector, chimerax-savecommand, chimerax-opencommand, chimerax-ui, chimerax-surface, chimerax-dataformats, chimerax-chemgroup, chimerax-nucleotides, chimerax-mapdata, chimerax-hbonds, chimerax-clashes, chimerax-swapres, chimerax-bondrot, chimerax-atomic, chimerax-alignmentmatrices, chimerax-alignmentalgorithms, chimerax-addh, chimerax-sdf, chimerax-mol2, chimerax-label, chimerax-buildstructure, chimerax-axesplanes, chimerax-alignments, chimerax-alignmenthdrs, chimerax-addcharge, chimerax-zone, chimerax-tug, chimerax-structmeasure, chimerax-smiles, chimerax-shortcuts, chimerax-mdcrds, chimerax-markers, chimerax-help, chimerax-dockprep, chimerax-contacts, chimerax-colorkey, chimerax-alphafold, chimerax-wavefrontobj, chimerax-vtk, chimerax-vrml, chimerax-volumemenu, chimerax-viperdb, chimerax-viewdock, chimerax-unitcell, chimerax-uniprot, chimerax-topography, chimerax-toolbar, chimerax-taskmanager, chimerax-tapemeasure, chimerax-swapaa, chimerax-storm, chimerax-stl, chimerax-sideview, chimerax-showsequences, chimerax-shell, chimerax-seqview, chimerax-segmentations, chimerax-segger, chimerax-scenes, chimerax-rnalayout, chimerax-residuefit, chimerax-renumberresidues, chimerax-renderbyattr, chimerax-registration, chimerax-readpbonds, chimerax-pubchem, chimerax-profilegrids, chimerax-positions, chimerax-pickblobs, chimerax-pdbmatrices, chimerax-pdbbio, chimerax-orthopick, chimerax-nrrd, chimerax-nmrstar, chimerax-nifti, chimerax-neuron, chimerax-mutationscores, chimerax-morph, chimerax-mole, chimerax-modelseries, chimerax-modelpanel, chimerax-modeller, chimerax-modelarchive, chimerax-mmtf, chimerax-mlp, chimerax-minimize, chimerax-meeting, chimerax-medicaltoolbar, chimerax-matchmaker, chimerax-mask, chimerax-maperaser, chimerax-maestro, chimerax-log, chimerax-kvfinder, chimerax-iupac, chimerax-imageformats, chimerax-ihm, chimerax-hkcage, chimerax-gltf, chimerax-functionkey, chimerax-filehistory, chimerax-esmfold, chimerax-emdb-sff, chimerax-dicom, chimerax-crystalcontacts, chimerax-crosslinks, chimerax-coulombic, chimerax-coreformats, chimerax-commandline, chimerax-colorglobe, chimerax-coloractions, chimerax-checkwaters, chimerax-changechains, chimerax-centroids, chimerax-cellpack, chimerax-cagebuilder, chimerax-buttonpanel, chimerax-bumps, chimerax-bugreporter, chimerax-blastprotein, chimerax-bild, chimerax-basicactions, chimerax-aniso, chimerax-altlocexplorer
|
|---|
| 37658 | WARNING: The script sff.exe is installed in 'C:\cygwin64\home\goddard\ucsf\chimerax\ChimeraX.app\bin\Scripts' which is not on PATH.
|
|---|
| 37659 | Consider adding this directory to PATH or, if you prefer to suppress this warning, use --no-warn-script-location.
|
|---|
| 37660 |
|
|---|
| 37661 | Successfully installed RandomWords-0.4.0 chimerax-addcharge-1.5.20 chimerax-addh-2.2.7 chimerax-alignmentalgorithms-2.0.2 chimerax-alignmenthdrs-3.6.1 chimerax-alignmentmatrices-2.1 chimerax-alignments-3.0.2 chimerax-alphafold-1.0.1 chimerax-altlocexplorer-1.1.2 chimerax-amberinfo-1.0 chimerax-aniso-1.3.2 chimerax-atomic-1.60.17 chimerax-axesplanes-2.4 chimerax-basicactions-1.1.3 chimerax-bild-1.0 chimerax-blastprotein-3.0.0 chimerax-boltz-1.1 chimerax-bondrot-2.0.4 chimerax-bugreporter-1.0.2 chimerax-buildstructure-2.13.1 chimerax-bumps-1.0 chimerax-buttonpanel-1.0.1 chimerax-cagebuilder-1.0.1 chimerax-cellpack-1.0 chimerax-centroids-1.4 chimerax-changechains-1.1 chimerax-checkwaters-1.5 chimerax-chemgroup-2.0.2 chimerax-clashes-2.3 chimerax-coloractions-1.0.5 chimerax-colorglobe-1.0 chimerax-colorkey-1.5.8 chimerax-commandline-1.3.0 chimerax-connectstructure-2.0.1 chimerax-contacts-1.0.1 chimerax-coreformats-1.2 chimerax-coulombic-1.4.5 chimerax-crosslinks-1.0 chimerax-crystal-1.0 chimerax-crystalcontacts-1.0.1 chimerax-dataformats-1.2.4 chimerax-dicom-1.2.7 chimerax-distmonitor-1.4.2 chimerax-dockprep-1.1.4 chimerax-dssp-2.0 chimerax-emdb-sff-1.0 chimerax-esmfold-1.0 chimerax-filehistory-1.0.1 chimerax-functionkey-1.0.1 chimerax-gltf-1.0 chimerax-hbonds-2.5.3 chimerax-help-1.3 chimerax-hkcage-1.3 chimerax-ihm-1.1 chimerax-imageformats-1.2 chimerax-imod-1.0 chimerax-io-1.0.4 chimerax-itemsinspection-1.0.1 chimerax-iupac-1.0 chimerax-kvfinder-1.7.1 chimerax-label-1.2 chimerax-listinfo-1.2.2 chimerax-log-1.2.1 chimerax-lookingglass-1.1 chimerax-maestro-1.9.2 chimerax-map-1.3 chimerax-mapdata-2.0 chimerax-maperaser-1.0.1 chimerax-mapfilter-2.0.1 chimerax-mapfit-2.0 chimerax-mapseries-2.1.1 chimerax-markers-1.0.1 chimerax-mask-1.0.2 chimerax-matchmaker-2.2.2 chimerax-mcopy-1.0 chimerax-mdcrds-2.17.1 chimerax-medicaltoolbar-1.1 chimerax-meeting-1.0.1 chimerax-minimize-1.2 chimerax-mlp-1.1.1 chimerax-mmcif-2.16 chimerax-mmtf-2.2 chimerax-modelarchive-1.0 chimerax-modeller-1.5.22 chimerax-modelpanel-1.6 chimerax-modelseries-1.0.1 chimerax-mol2-2.0.3 chimerax-mole-1.0 chimerax-morph-1.0.2 chimerax-mousemodes-1.2 chimerax-movie-1.0.1 chimerax-mutationscores-1.0 chimerax-neuron-1.0 chimerax-nifti-1.2 chimerax-nmrstar-1.0.2 chimerax-nrrd-1.2 chimerax-nucleotides-2.0.3 chimerax-opencommand-1.15.1 chimerax-orthopick-1.0.1 chimerax-pdb-2.7.11 chimerax-pdbbio-1.0.1 chimerax-pdbmatrices-1.0 chimerax-pickblobs-1.0.1 chimerax-positions-1.0 chimerax-presetmgr-1.1.3 chimerax-profilegrids-1.4 chimerax-pubchem-2.2 chimerax-readpbonds-1.0.1 chimerax-registration-1.1.2 chimerax-remotecontrol-1.0 chimerax-renderbyattr-1.6.5 chimerax-renumberresidues-1.1 chimerax-residuefit-1.0.1 chimerax-restserver-1.3.1 chimerax-rnalayout-1.0 chimerax-rotamerlibmgr-4.0 chimerax-rotamerlibsdunbrack-2.0 chimerax-rotamerlibsdynameomics-2.0 chimerax-rotamerlibsrichardson-2.0 chimerax-savecommand-1.5.2 chimerax-scenes-0.2.2 chimerax-schememgr-1.0 chimerax-sdf-2.0.3 chimerax-segger-1.0 chimerax-segment-1.0.1 chimerax-segmentations-3.5.7 chimerax-selinspector-1.0 chimerax-seqview-2.17.2 chimerax-shape-1.1 chimerax-shell-1.0.1 chimerax-shortcuts-1.2.1 chimerax-showsequences-1.0.3 chimerax-sideview-1.0.1 chimerax-similarstructures-1.0.1 chimerax-smiles-2.1.2 chimerax-smoothlines-1.0 chimerax-spacenavigator-1.0 chimerax-stdcommands-1.19.1 chimerax-stl-1.0.1 chimerax-storm-1.0 chimerax-structmeasure-1.2.1 chimerax-struts-1.0.1 chimerax-surface-1.0.1 chimerax-swapaa-2.0.1 chimerax-swapres-2.5.2 chimerax-tapemeasure-1.0 chimerax-taskmanager-1.0 chimerax-test-1.0 chimerax-toolbar-1.2.3 chimerax-topography-1.0 chimerax-toquest-1.0 chimerax-tug-1.0.1 chimerax-ui-1.48.3 chimerax-umap-1.0 chimerax-uniprot-2.3.1 chimerax-unitcell-1.0.1 chimerax-viewdock-1.4.2 chimerax-viperdb-1.0 chimerax-vive-1.1 chimerax-volumemenu-1.0.1 chimerax-vrml-1.0 chimerax-vtk-1.0 chimerax-wavefrontobj-1.0 chimerax-webcam-1.0.2 chimerax-webservices-1.1.5 chimerax-zone-1.0.1 h5py-3.14.0 pynmrstar-3.3.6 sfftk-rw-0.8.1
|
|---|
| 37662 | /home/goddard/ucsf/chimerax/ChimeraX.app/bin/python.exe -I -m chimerax.core --exit --nogui --silent --cmd "toolshed reload installed"
|
|---|
| 37663 | make[3]: Leaving directory '/home/goddard/ucsf/chimerax/src/bundles'
|
|---|
| 37664 | make -C apps install
|
|---|
| 37665 | make[3]: Entering directory '/home/goddard/ucsf/chimerax/src/apps'
|
|---|
| 37666 | make -C ChimeraX install
|
|---|
| 37667 | make[4]: Entering directory '/home/goddard/ucsf/chimerax/src/apps/ChimeraX'
|
|---|
| 37668 | cl -nologo -EHa -GR -GF -MD -Ox -W2 -I'C:/cygwin64/home/goddard/ucsf/chimerax/build/include' -I'C:/cygwin64/home/goddard/ucsf/chimerax/build/include/python3.11' -c launcher.c
|
|---|
| 37669 | launcher.c
|
|---|
| 37670 | sed -e 's/YEAR/2025/' -e 's/CHIMERAX_VERSION/1.11.dev202509231826/' -e 's/CHIMERAX_PRODUCT/1,11,0,0/' -e 's/CHIMERAX_FLAGS/VS_FF_PRERELEASE/' < icon.rc.in > icon.rc || (rm icon.rc ; exit 1)
|
|---|
| 37671 | convert ChimeraX-icon512.png -resize 256x256 \
|
|---|
| 37672 | -alpha Background -compress zip \
|
|---|
| 37673 | -define icon:auto-resize=256,128,96,64,48,32,24,16 \
|
|---|
| 37674 | ChimeraX.ico
|
|---|
| 37675 | rc -i . -Foicon.obj icon.rc
|
|---|
| 37676 | Microsoft (R) Windows (R) Resource Compiler Version 10.0.10011.16384
|
|---|
| 37677 |
|
|---|
| 37678 | Copyright (C) Microsoft Corporation. All rights reserved.
|
|---|
| 37679 |
|
|---|
| 37680 |
|
|---|
| 37681 | make real-install DESKTOP=1
|
|---|
| 37682 | make[5]: Entering directory '/home/goddard/ucsf/chimerax/src/apps/ChimeraX'
|
|---|
| 37683 | cl -nologo -EHa -GR -GF -MD -Ox -W2 -I'C:/cygwin64/home/goddard/ucsf/chimerax/build/include' -I'C:/cygwin64/home/goddard/ucsf/chimerax/build/include/python3.11' -c main_desktop.c
|
|---|
| 37684 | main_desktop.c
|
|---|
| 37685 | cl -nologo -EHa -GR -GF -MD -Zc:inline,rvalueCast,strictStrings -wd4251 -Ox -W2 -F2097152 -FeChimeraX.exe launcher.obj main_desktop.obj icon.obj -link -LIBPATH:'C:/cygwin64/home/goddard/ucsf/chimerax/build/lib' python311.lib; if [ -e ChimeraX.exe.manifest ]; then mt -nologo -manifest ChimeraX.exe.manifest -outputresource:ChimeraX.exe\;1 ; fi
|
|---|
| 37686 | Creating library ChimeraX.lib and object ChimeraX.exp
|
|---|
| 37687 | /home/goddard/ucsf/chimerax/prereqs/win32/rsync.convert -rlptWv ChimeraX.exe /home/goddard/ucsf/chimerax/build/bin
|
|---|
| 37688 | sending incremental file list
|
|---|
| 37689 | ChimeraX.exe
|
|---|
| 37690 |
|
|---|
| 37691 | sent 189,060 bytes received 35 bytes 378,190.00 bytes/sec
|
|---|
| 37692 | total size is 188,928 speedup is 1.00
|
|---|
| 37693 | if [ -d "/home/goddard/ucsf/chimerax/ChimeraX.app" ]; then \
|
|---|
| 37694 | /home/goddard/ucsf/chimerax/prereqs/win32/rsync.convert -rlptWv ChimeraX.exe /home/goddard/ucsf/chimerax/ChimeraX.app/bin; \
|
|---|
| 37695 | fi
|
|---|
| 37696 | sending incremental file list
|
|---|
| 37697 | ChimeraX.exe
|
|---|
| 37698 |
|
|---|
| 37699 | sent 189,060 bytes received 35 bytes 378,190.00 bytes/sec
|
|---|
| 37700 | total size is 188,928 speedup is 1.00
|
|---|
| 37701 | make[5]: Leaving directory '/home/goddard/ucsf/chimerax/src/apps/ChimeraX'
|
|---|
| 37702 | make real-install DESKTOP=0
|
|---|
| 37703 | make[5]: Entering directory '/home/goddard/ucsf/chimerax/src/apps/ChimeraX'
|
|---|
| 37704 | cl -nologo -EHa -GR -GF -MD -Ox -W2 -I'C:/cygwin64/home/goddard/ucsf/chimerax/build/include' -I'C:/cygwin64/home/goddard/ucsf/chimerax/build/include/python3.11' -c main_console.c
|
|---|
| 37705 | main_console.c
|
|---|
| 37706 | cl -nologo -EHa -GR -GF -MD -Zc:inline,rvalueCast,strictStrings -wd4251 -Ox -W2 -F2097152 -FeChimeraX-console.exe launcher.obj main_console.obj icon.obj -link -LIBPATH:'C:/cygwin64/home/goddard/ucsf/chimerax/build/lib' python311.lib; if [ -e ChimeraX-console.exe.manifest ]; then mt -nologo -manifest ChimeraX-console.exe.manifest -outputresource:ChimeraX-console.exe\;1 ; fi
|
|---|
| 37707 | Creating library ChimeraX-console.lib and object ChimeraX-console.exp
|
|---|
| 37708 | /home/goddard/ucsf/chimerax/prereqs/win32/rsync.convert -rlptWv ChimeraX-console.exe /home/goddard/ucsf/chimerax/build/bin
|
|---|
| 37709 | sending incremental file list
|
|---|
| 37710 | ChimeraX-console.exe
|
|---|
| 37711 |
|
|---|
| 37712 | sent 189,069 bytes received 35 bytes 378,208.00 bytes/sec
|
|---|
| 37713 | total size is 188,928 speedup is 1.00
|
|---|
| 37714 | if [ -d "/home/goddard/ucsf/chimerax/ChimeraX.app" ]; then \
|
|---|
| 37715 | /home/goddard/ucsf/chimerax/prereqs/win32/rsync.convert -rlptWv ChimeraX-console.exe /home/goddard/ucsf/chimerax/ChimeraX.app/bin; \
|
|---|
| 37716 | fi
|
|---|
| 37717 | sending incremental file list
|
|---|
| 37718 | ChimeraX-console.exe
|
|---|
| 37719 |
|
|---|
| 37720 | sent 189,069 bytes received 35 bytes 378,208.00 bytes/sec
|
|---|
| 37721 | total size is 188,928 speedup is 1.00
|
|---|
| 37722 | make[5]: Leaving directory '/home/goddard/ucsf/chimerax/src/apps/ChimeraX'
|
|---|
| 37723 | /home/goddard/ucsf/chimerax/prereqs/win32/rsync.convert -rlptWv ChimeraX-icon.svg ChimeraX-icon512.png ChimeraX.ico /home/goddard/ucsf/chimerax/build/bin/share
|
|---|
| 37724 | sending incremental file list
|
|---|
| 37725 | ChimeraX-icon.svg
|
|---|
| 37726 | ChimeraX-icon512.png
|
|---|
| 37727 | ChimeraX.ico
|
|---|
| 37728 |
|
|---|
| 37729 | sent 252,153 bytes received 73 bytes 504,452.00 bytes/sec
|
|---|
| 37730 | total size is 251,877 speedup is 1.00
|
|---|
| 37731 | if [ -d "/home/goddard/ucsf/chimerax/ChimeraX.app" ]; then \
|
|---|
| 37732 | /home/goddard/ucsf/chimerax/prereqs/win32/rsync.convert -rlptWv ChimeraX-icon.svg ChimeraX-icon512.png ChimeraX.ico /home/goddard/ucsf/chimerax/ChimeraX.app/bin/share; \
|
|---|
| 37733 | fi
|
|---|
| 37734 | sending incremental file list
|
|---|
| 37735 | ChimeraX-icon.svg
|
|---|
| 37736 | ChimeraX-icon512.png
|
|---|
| 37737 | ChimeraX.ico
|
|---|
| 37738 |
|
|---|
| 37739 | sent 252,153 bytes received 73 bytes 504,452.00 bytes/sec
|
|---|
| 37740 | total size is 251,877 speedup is 1.00
|
|---|
| 37741 | make[4]: Leaving directory '/home/goddard/ucsf/chimerax/src/apps/ChimeraX'
|
|---|
| 37742 | make -C structcomp install
|
|---|
| 37743 | make[4]: Entering directory '/home/goddard/ucsf/chimerax/src/apps/structcomp'
|
|---|
| 37744 | sed -e 's,APP_NAME,ChimeraX,' \
|
|---|
| 37745 | -e 's,OS_BIN,bin,' \
|
|---|
| 37746 | -e 's,MOD_NAME,structcomp,' \
|
|---|
| 37747 | < ../moduleapp/mod_app.sh.in > structcomp.sh
|
|---|
| 37748 | chmod +x structcomp.sh
|
|---|
| 37749 | SUFFIX=""; \
|
|---|
| 37750 | if [ ! -d structcomp ]; then \
|
|---|
| 37751 | SUFFIX=".py"; \
|
|---|
| 37752 | fi; \
|
|---|
| 37753 | if [ -f structcomp$SUFFIX ]; then \
|
|---|
| 37754 | /home/goddard/ucsf/chimerax/prereqs/win32/rsync.convert -rlptWv structcomp$SUFFIX /home/goddard/ucsf/chimerax/build/bin/Lib/site-packages/chimerax; \
|
|---|
| 37755 | fi; \
|
|---|
| 37756 | /home/goddard/ucsf/chimerax/prereqs/win32/rsync.convert -rlptWv structcomp.sh /home/goddard/ucsf/chimerax/build/bin/structcomp; \
|
|---|
| 37757 | if [ -d "/home/goddard/ucsf/chimerax/ChimeraX.app" ]; then \
|
|---|
| 37758 | if [ -f structcomp$SUFFIX ]; then \
|
|---|
| 37759 | /home/goddard/ucsf/chimerax/prereqs/win32/rsync.convert -rlptWv structcomp$SUFFIX /home/goddard/ucsf/chimerax/ChimeraX.app/bin/Lib/site-packages/chimerax; \
|
|---|
| 37760 | fi; \
|
|---|
| 37761 | /home/goddard/ucsf/chimerax/prereqs/win32/rsync.convert -rlptWv structcomp.sh /home/goddard/ucsf/chimerax/ChimeraX.app/bin/structcomp; \
|
|---|
| 37762 | fi
|
|---|
| 37763 | sending incremental file list
|
|---|
| 37764 | structcomp.py
|
|---|
| 37765 |
|
|---|
| 37766 | sent 15,619 bytes received 35 bytes 31,308.00 bytes/sec
|
|---|
| 37767 | total size is 15,521 speedup is 0.99
|
|---|
| 37768 | sending incremental file list
|
|---|
| 37769 | structcomp.sh
|
|---|
| 37770 |
|
|---|
| 37771 | sent 1,856 bytes received 35 bytes 3,782.00 bytes/sec
|
|---|
| 37772 | total size is 1,758 speedup is 0.93
|
|---|
| 37773 | sending incremental file list
|
|---|
| 37774 | structcomp.py
|
|---|
| 37775 |
|
|---|
| 37776 | sent 15,619 bytes received 35 bytes 31,308.00 bytes/sec
|
|---|
| 37777 | total size is 15,521 speedup is 0.99
|
|---|
| 37778 | sending incremental file list
|
|---|
| 37779 | structcomp.sh
|
|---|
| 37780 |
|
|---|
| 37781 | sent 1,856 bytes received 35 bytes 3,782.00 bytes/sec
|
|---|
| 37782 | total size is 1,758 speedup is 0.93
|
|---|
| 37783 | make[4]: Leaving directory '/home/goddard/ucsf/chimerax/src/apps/structcomp'
|
|---|
| 37784 | make[3]: Leaving directory '/home/goddard/ucsf/chimerax/src/apps'
|
|---|
| 37785 | make -C examples install
|
|---|
| 37786 | make[3]: Entering directory '/home/goddard/ucsf/chimerax/src/examples'
|
|---|
| 37787 | make[3]: Nothing to be done for 'install'.
|
|---|
| 37788 | make[3]: Leaving directory '/home/goddard/ucsf/chimerax/src/examples'
|
|---|
| 37789 | make[2]: Leaving directory '/home/goddard/ucsf/chimerax/src'
|
|---|
| 37790 | make -C docs install
|
|---|
| 37791 | make[2]: Entering directory '/home/goddard/ucsf/chimerax/docs'
|
|---|
| 37792 | /home/goddard/ucsf/chimerax/ChimeraX.app/bin/python.exe -I -c 'from importlib.metadata import entry_points; (ep,*_) = entry_points(name="rst2html5"); main = ep.load(); main()' \
|
|---|
| 37793 | --no-xml-declaration \
|
|---|
| 37794 | --smart-quotes=alt \
|
|---|
| 37795 | --stylesheet-path=license.css \
|
|---|
| 37796 | license.rst \
|
|---|
| 37797 | | sed -e 's/\o342\o200\o234/\“/g' \
|
|---|
| 37798 | -e 's/\o342\o200\o235/\”/g' \
|
|---|
| 37799 | -e "s/\o342\o200\o231/'/g" \
|
|---|
| 37800 | > license.html || (rm license.html ; exit 1)
|
|---|
| 37801 | /home/goddard/ucsf/chimerax/ChimeraX.app/bin/python.exe -I -m pip install html2text
|
|---|
| 37802 | Requirement already satisfied: html2text in c:\cygwin64\home\goddard\ucsf\chimerax\chimerax.app\bin\lib\site-packages (2025.4.15)
|
|---|
| 37803 | /home/goddard/ucsf/chimerax/ChimeraX.app/bin/Scripts/html2text.exe --body-width=0 license.html > license.txt
|
|---|
| 37804 | if [ -d "/home/goddard/ucsf/chimerax/ChimeraX.app" ]; then \
|
|---|
| 37805 | /home/goddard/ucsf/chimerax/ChimeraX.app/bin/python.exe -I make_embedded.py openmm ffmpeg; \
|
|---|
| 37806 | fi
|
|---|
| 37807 | cp -p *-license.txt licenses
|
|---|
| 37808 | make -C devel install
|
|---|
| 37809 | make[3]: Entering directory '/home/goddard/ucsf/chimerax/docs/devel'
|
|---|
| 37810 | rm -rf _build/* conf.py index.rst _static/cxlinks.js __pycache__ _static/devdocs.css \
|
|---|
| 37811 | apps chimerax modules
|
|---|
| 37812 | sed -e 's/PYTHON_VERSION/3.11/' \
|
|---|
| 37813 | -e 's/CHIMERAX_VERSION/1.11/' \
|
|---|
| 37814 | -e 's/CHX_FULL_VERSION/1.11/' \
|
|---|
| 37815 | < conf.py.in > conf.py
|
|---|
| 37816 | sed '/===/d' /home/goddard/ucsf/chimerax/copyright.txt | \
|
|---|
| 37817 | sed $'/COPYRIGHT_NOTICE/{r /dev/stdin\nd\n}' \
|
|---|
| 37818 | index.rst.in > index.rst
|
|---|
| 37819 | mkdir -p _static
|
|---|
| 37820 | cp ../js/cxlinks.js _static/cxlinks.js
|
|---|
| 37821 | cp ../css/devdocs.css _static/devdocs.css
|
|---|
| 37822 | # This code path handles a built ChimeraX, for the Plato build
|
|---|
| 37823 | # system or on a user's local machine. On readthedocs, the
|
|---|
| 37824 | # symlinks are made in Makefile.readthedocs
|
|---|
| 37825 | if [ -d /home/goddard/ucsf/chimerax/ChimeraX.app/bin/Lib/site-packages ]; then \
|
|---|
| 37826 | ln -s /home/goddard/ucsf/chimerax/ChimeraX.app/bin/Lib/site-packages/chimerax chimerax ; \
|
|---|
| 37827 | INTERNAL_CHIMERAX=1 /home/goddard/ucsf/chimerax/utils/build/doc_symlinks.sh ; \
|
|---|
| 37828 | fi
|
|---|
| 37829 | /home/goddard/ucsf/chimerax/ChimeraX.app/bin/python.exe -I 'C:/cygwin64/home/goddard/ucsf/chimerax/ChimeraX.app/bin/Scripts/sphinx-build.exe' -b html -d _build/doctrees . _build/html
|
|---|
| 37830 | [01mRunning Sphinx v8.2.3[39;49;00m
|
|---|
| 37831 | [01mloading translations [en]... [39;49;00mdone
|
|---|
| 37832 | [01mmaking output directory... [39;49;00mdone
|
|---|
| 37833 | Converting `source_suffix = '.rst'` to `source_suffix = {'.rst': 'restructuredtext'}`.
|
|---|
| 37834 | loading intersphinx inventory 'matplotlib' from https://matplotlib.org/stable/objects.inv ...
|
|---|
| 37835 | loading intersphinx inventory 'numpy' from https://numpy.org/doc/stable/objects.inv ...
|
|---|
| 37836 | loading intersphinx inventory 'python' from https://docs.python.org/3.11/objects.inv ...
|
|---|
| 37837 | loading intersphinx inventory 'scipy' from https://docs.scipy.org/doc/scipy/objects.inv ...
|
|---|
| 37838 | loading intersphinx inventory 'sphinx' from https://www.sphinx-doc.org/en/master/objects.inv ...
|
|---|
| 37839 | loading intersphinx inventory 'setuptools' from https://setuptools.pypa.io/en/latest/objects.inv ...
|
|---|
| 37840 | loading intersphinx inventory 'pillow' from https://pillow.readthedocs.io/en/latest/objects.inv ...
|
|---|
| 37841 | [autosummary] generating autosummary for: applications.rst, building.rst, bundles.rst, classes.rst, command_style.rst, conventions.rst, core.rst, cpplibs.rst, data_interface.rst, dependencies.rst, ..., tutorials\tutorial_presets.rst, tutorials\tutorial_read_format.rst, tutorials\tutorial_save_format.rst, tutorials\tutorial_selector.rst, tutorials\tutorial_tool.rst, tutorials\tutorial_tool_html.rst, tutorials\tutorial_tool_qt.rst, user_interface.rst, well_known_triggers.rst, writing_bundles.rst
|
|---|
| 37842 | [01mbuilding [mo]: [39;49;00mtargets for 0 po files that are out of date
|
|---|
| 37843 | [01mwriting output... [39;49;00m
|
|---|
| 37844 | [01mbuilding [html]: [39;49;00mtargets for 35 source files that are out of date
|
|---|
| 37845 | [01mupdating environment: [39;49;00m[new config] 35 added, 0 changed, 0 removed
|
|---|
| 37846 | [2K[01mreading sources... [39;49;00m[ 3%] [35mapplications[39;49;00m
|
|---|
| 37847 | [2K[01mreading sources... [39;49;00m[ 6%] [35mbuilding[39;49;00m
|
|---|
| 37848 | [2K[01mreading sources... [39;49;00m[ 9%] [35mbundles[39;49;00m
|
|---|
| 37849 | [2K[01mreading sources... [39;49;00m[ 11%] [35mclasses[39;49;00m
|
|---|
| 37850 | [2K[01mreading sources... [39;49;00m[ 14%] [35mcommand_style[39;49;00m
|
|---|
| 37851 | [2K[01mreading sources... [39;49;00m[ 17%] [35mconventions[39;49;00m
|
|---|
| 37852 | [2K[01mreading sources... [39;49;00m[ 20%] [35mcore[39;49;00m
|
|---|
| 37853 | [2K[01mreading sources... [39;49;00m[ 23%] [35mcpplibs[39;49;00m
|
|---|
| 37854 | [2K[01mreading sources... [39;49;00m[ 26%] [35mdata_interface[39;49;00m
|
|---|
| 37855 | [2K[01mreading sources... [39;49;00m[ 29%] [35mdependencies[39;49;00m
|
|---|
| 37856 | [2K[01mreading sources... [39;49;00m[ 31%] [35menvironment[39;49;00m
|
|---|
| 37857 | [2K[01mreading sources... [39;49;00m[ 34%] [35mgetcode[39;49;00m
|
|---|
| 37858 | [2K[01mreading sources... [39;49;00m[ 37%] [35mides_debugging_profiling[39;49;00m
|
|---|
| 37859 | [2K[01mreading sources... [39;49;00m[ 40%] [35mindex[39;49;00m
|
|---|
| 37860 | [2K[01mreading sources... [39;49;00m[ 43%] [35minfrastructure[39;49;00m
|
|---|
| 37861 | [2K[01mreading sources... [39;49;00m[ 46%] [35mmodules[39;49;00m
|
|---|
| 37862 | [2K[01mreading sources... [39;49;00m[ 49%] [35mprereqs[39;49;00m
|
|---|
| 37863 | [2K[01mreading sources... [39;49;00m[ 51%] [35msupported_api[39;49;00m
|
|---|
| 37864 | [2K[01mreading sources... [39;49;00m[ 54%] [35mtesting/main[39;49;00m
|
|---|
| 37865 | [2K[01mreading sources... [39;49;00m[ 57%] [35mtutorials/bundle_info[39;49;00m
|
|---|
| 37866 | [2K[01mreading sources... [39;49;00m[ 60%] [35mtutorials/introduction[39;49;00m
|
|---|
| 37867 | [2K[01mreading sources... [39;49;00m[ 63%] [35mtutorials/pyproject[39;49;00m
|
|---|
| 37868 | [2K[01mreading sources... [39;49;00m[ 66%] [35mtutorials/tutorial_command[39;49;00m
|
|---|
| 37869 | [2K[01mreading sources... [39;49;00m[ 69%] [35mtutorials/tutorial_fetch[39;49;00m
|
|---|
| 37870 | [2K[01mreading sources... [39;49;00m[ 71%] [35mtutorials/tutorial_hello[39;49;00m
|
|---|
| 37871 | [2K[01mreading sources... [39;49;00m[ 74%] [35mtutorials/tutorial_presets[39;49;00m
|
|---|
| 37872 | [2K[01mreading sources... [39;49;00m[ 77%] [35mtutorials/tutorial_read_format[39;49;00m
|
|---|
| 37873 | [2K[01mreading sources... [39;49;00m[ 80%] [35mtutorials/tutorial_save_format[39;49;00m
|
|---|
| 37874 | [2K[01mreading sources... [39;49;00m[ 83%] [35mtutorials/tutorial_selector[39;49;00m
|
|---|
| 37875 | [2K[01mreading sources... [39;49;00m[ 86%] [35mtutorials/tutorial_tool[39;49;00m
|
|---|
| 37876 | [2K[01mreading sources... [39;49;00m[ 89%] [35mtutorials/tutorial_tool_html[39;49;00m
|
|---|
| 37877 | [2K[01mreading sources... [39;49;00m[ 91%] [35mtutorials/tutorial_tool_qt[39;49;00m
|
|---|
| 37878 | [2K[01mreading sources... [39;49;00m[ 94%] [35muser_interface[39;49;00m
|
|---|
| 37879 | [2K[01mreading sources... [39;49;00m[ 97%] [35mwell_known_triggers[39;49;00m
|
|---|
| 37880 | [2K[01mreading sources... [39;49;00m[100%] [35mwriting_bundles[39;49;00m
|
|---|
| 37881 |
|
|---|
| 37882 | [91mC:\cygwin64\home\goddard\ucsf\chimerax\docs\devel\applications.rst:29: WARNING: toctree contains reference to nonexisting document 'apps/ChimeraX/ChimeraX' [toc.not_readable][39;49;00m
|
|---|
| 37883 | [91mC:\cygwin64\home\goddard\ucsf\chimerax\docs\devel\applications.rst:29: WARNING: toctree contains reference to nonexisting document 'apps/moduleapp/moduleapp' [toc.not_readable][39;49;00m
|
|---|
| 37884 | [91mC:\cygwin64\home\goddard\ucsf\chimerax\docs\devel\data_interface.rst:43: WARNING: toctree contains reference to nonexisting document 'modules/core/commands/commands' [toc.not_readable][39;49;00m
|
|---|
| 37885 | [91mC:\cygwin64\home\goddard\ucsf\chimerax\docs\devel\data_interface.rst:43: WARNING: toctree contains reference to nonexisting document 'modules/core/data_events' [toc.not_readable][39;49;00m
|
|---|
| 37886 | [91mC:\cygwin64\home\goddard\ucsf\chimerax\docs\devel\data_interface.rst:43: WARNING: toctree contains reference to nonexisting document 'modules/core/objects' [toc.not_readable][39;49;00m
|
|---|
| 37887 | [91mC:\cygwin64\home\goddard\ucsf\chimerax\docs\devel\data_interface.rst:43: WARNING: toctree contains reference to nonexisting document 'modules/core/session' [toc.not_readable][39;49;00m
|
|---|
| 37888 | [91mC:\cygwin64\home\goddard\ucsf\chimerax\docs\devel\data_interface.rst:43: WARNING: toctree contains reference to nonexisting document 'modules/core/triggerset' [toc.not_readable][39;49;00m
|
|---|
| 37889 | [91mC:\cygwin64\home\goddard\ucsf\chimerax\docs\devel\data_interface.rst:43: WARNING: toctree contains reference to nonexisting document 'modules/core/scripting' [toc.not_readable][39;49;00m
|
|---|
| 37890 | [91mC:\cygwin64\home\goddard\ucsf\chimerax\docs\devel\data_interface.rst:61: WARNING: toctree contains reference to nonexisting document 'modules/mmcif/mmcif' [toc.not_readable][39;49;00m
|
|---|
| 37891 | [91mC:\cygwin64\home\goddard\ucsf\chimerax\docs\devel\data_interface.rst:61: WARNING: toctree contains reference to nonexisting document 'modules/atomic/pdbio' [toc.not_readable][39;49;00m
|
|---|
| 37892 | [91mC:\cygwin64\home\goddard\ucsf\chimerax\docs\devel\data_interface.rst:71: WARNING: toctree contains reference to nonexisting document 'modules/geometry/geometry' [toc.not_readable][39;49;00m
|
|---|
| 37893 | [91mC:\cygwin64\home\goddard\ucsf\chimerax\docs\devel\data_interface.rst:71: WARNING: toctree contains reference to nonexisting document 'modules/graphics/graphics' [toc.not_readable][39;49;00m
|
|---|
| 37894 | [91mC:\cygwin64\home\goddard\ucsf\chimerax\docs\devel\index.rst:42: WARNING: toctree contains reference to nonexisting document 'apps/ChimeraX/ChimeraX' [toc.not_readable][39;49;00m
|
|---|
| 37895 | [91mC:\cygwin64\home\goddard\ucsf\chimerax\docs\devel\index.rst:58: WARNING: toctree contains reference to nonexisting document 'modules/core/commands/user_commands' [toc.not_readable][39;49;00m
|
|---|
| 37896 | [91mC:\cygwin64\home\goddard\ucsf\chimerax\docs\devel\infrastructure.rst:24: WARNING: toctree contains reference to nonexisting document 'modules/core/tools' [toc.not_readable][39;49;00m
|
|---|
| 37897 | [91mC:\cygwin64\home\goddard\ucsf\chimerax\docs\devel\infrastructure.rst:24: WARNING: toctree contains reference to nonexisting document 'modules/core/toolshed' [toc.not_readable][39;49;00m
|
|---|
| 37898 | [91mC:\cygwin64\home\goddard\ucsf\chimerax\docs\devel\infrastructure.rst:24: WARNING: toctree contains reference to nonexisting document 'modules/core/tasks' [toc.not_readable][39;49;00m
|
|---|
| 37899 | [91mC:\cygwin64\home\goddard\ucsf\chimerax\docs\devel\infrastructure.rst:24: WARNING: toctree contains reference to nonexisting document 'modules/core/logger' [toc.not_readable][39;49;00m
|
|---|
| 37900 | [91mC:\cygwin64\home\goddard\ucsf\chimerax\docs\devel\infrastructure.rst:24: WARNING: toctree contains reference to nonexisting document 'modules/core/history' [toc.not_readable][39;49;00m
|
|---|
| 37901 | [91mC:\cygwin64\home\goddard\ucsf\chimerax\docs\devel\infrastructure.rst:24: WARNING: toctree contains reference to nonexisting document 'modules/core/safesave' [toc.not_readable][39;49;00m
|
|---|
| 37902 | [91mC:\cygwin64\home\goddard\ucsf\chimerax\docs\devel\infrastructure.rst:24: WARNING: toctree contains reference to nonexisting document 'modules/core/serialize' [toc.not_readable][39;49;00m
|
|---|
| 37903 | [91mC:\cygwin64\home\goddard\ucsf\chimerax\docs\devel\infrastructure.rst:24: WARNING: toctree contains reference to nonexisting document 'modules/core/orderedset' [toc.not_readable][39;49;00m
|
|---|
| 37904 | [91mC:\cygwin64\home\goddard\ucsf\chimerax\docs\devel\infrastructure.rst:24: WARNING: toctree contains reference to nonexisting document 'modules/core/utils' [toc.not_readable][39;49;00m
|
|---|
| 37905 | [91mC:\cygwin64\home\goddard\ucsf\chimerax\docs\devel\infrastructure.rst:24: WARNING: toctree contains reference to nonexisting document 'modules/core/configfile' [toc.not_readable][39;49;00m
|
|---|
| 37906 | [91mC:\cygwin64\home\goddard\ucsf\chimerax\docs\devel\modules.rst:23: WARNING: toctree contains reference to nonexisting document 'modules/atomic/atomic' [toc.not_readable][39;49;00m
|
|---|
| 37907 | [91mC:\cygwin64\home\goddard\ucsf\chimerax\docs\devel\modules.rst:23: WARNING: toctree contains reference to nonexisting document 'modules/mmcif/mmcif' [toc.not_readable][39;49;00m
|
|---|
| 37908 | [91mC:\cygwin64\home\goddard\ucsf\chimerax\docs\devel\modules.rst:23: WARNING: toctree contains reference to nonexisting document 'modules/atomic/pdbio' [toc.not_readable][39;49;00m
|
|---|
| 37909 | [91mC:\cygwin64\home\goddard\ucsf\chimerax\docs\devel\modules.rst:39: WARNING: toctree contains reference to nonexisting document 'modules/core/commands/commands' [toc.not_readable][39;49;00m
|
|---|
| 37910 | [91mC:\cygwin64\home\goddard\ucsf\chimerax\docs\devel\modules.rst:39: WARNING: toctree contains reference to nonexisting document 'modules/core/tools' [toc.not_readable][39;49;00m
|
|---|
| 37911 | [91mC:\cygwin64\home\goddard\ucsf\chimerax\docs\devel\modules.rst:39: WARNING: toctree contains reference to nonexisting document 'modules/core/toolshed' [toc.not_readable][39;49;00m
|
|---|
| 37912 | [91mC:\cygwin64\home\goddard\ucsf\chimerax\docs\devel\modules.rst:50: WARNING: toctree contains reference to nonexisting document 'modules/core/models' [toc.not_readable][39;49;00m
|
|---|
| 37913 | [91mC:\cygwin64\home\goddard\ucsf\chimerax\docs\devel\modules.rst:50: WARNING: toctree contains reference to nonexisting document 'modules/core/objects' [toc.not_readable][39;49;00m
|
|---|
| 37914 | [91mC:\cygwin64\home\goddard\ucsf\chimerax\docs\devel\modules.rst:50: WARNING: toctree contains reference to nonexisting document 'modules/core/session' [toc.not_readable][39;49;00m
|
|---|
| 37915 | [91mC:\cygwin64\home\goddard\ucsf\chimerax\docs\devel\modules.rst:61: WARNING: toctree contains reference to nonexisting document 'modules/core/fetch' [toc.not_readable][39;49;00m
|
|---|
| 37916 | [91mC:\cygwin64\home\goddard\ucsf\chimerax\docs\devel\modules.rst:61: WARNING: toctree contains reference to nonexisting document 'modules/core/history' [toc.not_readable][39;49;00m
|
|---|
| 37917 | [91mC:\cygwin64\home\goddard\ucsf\chimerax\docs\devel\modules.rst:61: WARNING: toctree contains reference to nonexisting document 'modules/core/safesave' [toc.not_readable][39;49;00m
|
|---|
| 37918 | [91mC:\cygwin64\home\goddard\ucsf\chimerax\docs\devel\modules.rst:61: WARNING: toctree contains reference to nonexisting document 'modules/core/serialize' [toc.not_readable][39;49;00m
|
|---|
| 37919 | [91mC:\cygwin64\home\goddard\ucsf\chimerax\docs\devel\modules.rst:61: WARNING: toctree contains reference to nonexisting document 'modules/core/settings' [toc.not_readable][39;49;00m
|
|---|
| 37920 | [91mC:\cygwin64\home\goddard\ucsf\chimerax\docs\devel\modules.rst:76: WARNING: toctree contains reference to nonexisting document 'modules/core/data_events' [toc.not_readable][39;49;00m
|
|---|
| 37921 | [91mC:\cygwin64\home\goddard\ucsf\chimerax\docs\devel\modules.rst:76: WARNING: toctree contains reference to nonexisting document 'modules/core/logger' [toc.not_readable][39;49;00m
|
|---|
| 37922 | [91mC:\cygwin64\home\goddard\ucsf\chimerax\docs\devel\modules.rst:76: WARNING: toctree contains reference to nonexisting document 'modules/core/tasks' [toc.not_readable][39;49;00m
|
|---|
| 37923 | [91mC:\cygwin64\home\goddard\ucsf\chimerax\docs\devel\modules.rst:76: WARNING: toctree contains reference to nonexisting document 'modules/core/triggerset' [toc.not_readable][39;49;00m
|
|---|
| 37924 | [91mC:\cygwin64\home\goddard\ucsf\chimerax\docs\devel\modules.rst:89: WARNING: toctree contains reference to nonexisting document 'modules/core/orderedset' [toc.not_readable][39;49;00m
|
|---|
| 37925 | [91mC:\cygwin64\home\goddard\ucsf\chimerax\docs\devel\modules.rst:89: WARNING: toctree contains reference to nonexisting document 'modules/core/utils' [toc.not_readable][39;49;00m
|
|---|
| 37926 | [91mC:\cygwin64\home\goddard\ucsf\chimerax\docs\devel\modules.rst:99: WARNING: toctree contains reference to nonexisting document 'modules/io/io' [toc.not_readable][39;49;00m
|
|---|
| 37927 | [91mC:\cygwin64\home\goddard\ucsf\chimerax\docs\devel\modules.rst:107: WARNING: toctree contains reference to nonexisting document 'modules/geometry/geometry' [toc.not_readable][39;49;00m
|
|---|
| 37928 | [91mC:\cygwin64\home\goddard\ucsf\chimerax\docs\devel\modules.rst:116: WARNING: toctree contains reference to nonexisting document 'modules/graphics/graphics' [toc.not_readable][39;49;00m
|
|---|
| 37929 | [91mC:\cygwin64\home\goddard\ucsf\chimerax\docs\devel\modules.rst:124: WARNING: toctree contains reference to nonexisting document 'modules/open_command/open' [toc.not_readable][39;49;00m
|
|---|
| 37930 | [91mC:\cygwin64\home\goddard\ucsf\chimerax\docs\devel\modules.rst:124: WARNING: toctree contains reference to nonexisting document 'modules/save_command/save' [toc.not_readable][39;49;00m
|
|---|
| 37931 | [91mC:\cygwin64\home\goddard\ucsf\chimerax\docs\devel\modules.rst:135: WARNING: toctree contains reference to nonexisting document 'modules/surface/surface' [toc.not_readable][39;49;00m
|
|---|
| 37932 | [91mC:\cygwin64\home\goddard\ucsf\chimerax\docs\devel\modules.rst:144: WARNING: toctree contains reference to nonexisting document 'modules/ui/gui' [toc.not_readable][39;49;00m
|
|---|
| 37933 | [91mC:\cygwin64\home\goddard\ucsf\chimerax\docs\devel\modules.rst:144: WARNING: toctree contains reference to nonexisting document 'modules/scheme_mgr/scheme_mgr' [toc.not_readable][39;49;00m
|
|---|
| 37934 | [91mC:\cygwin64\home\goddard\ucsf\chimerax\docs\devel\modules.rst:144: WARNING: toctree contains reference to nonexisting document 'modules/toolbar/toolbar' [toc.not_readable][39;49;00m
|
|---|
| 37935 | [91mC:\cygwin64\home\goddard\ucsf\chimerax\docs\devel\modules.rst:156: WARNING: toctree contains reference to nonexisting document 'modules/map/map' [toc.not_readable][39;49;00m
|
|---|
| 37936 | [91mC:\cygwin64\home\goddard\ucsf\chimerax\docs\devel\modules.rst:156: WARNING: toctree contains reference to nonexisting document 'modules/map_fit/fitmap' [toc.not_readable][39;49;00m
|
|---|
| 37937 | [91mC:\cygwin64\home\goddard\ucsf\chimerax\docs\devel\modules.rst:156: WARNING: toctree contains reference to nonexisting document 'modules/segment/segment' [toc.not_readable][39;49;00m
|
|---|
| 37938 | [91mC:\cygwin64\home\goddard\ucsf\chimerax\docs\devel\user_interface.rst:28: WARNING: toctree contains reference to nonexisting document 'modules/core/commands/commands' [toc.not_readable][39;49;00m
|
|---|
| 37939 | [91mC:\cygwin64\home\goddard\ucsf\chimerax\docs\devel\user_interface.rst:28: WARNING: toctree contains reference to nonexisting document 'modules/ui/gui' [toc.not_readable][39;49;00m
|
|---|
| 37940 | [91mC:\cygwin64\home\goddard\ucsf\chimerax\docs\devel\user_interface.rst:28: WARNING: toctree contains reference to nonexisting document 'modules/core/settings' [toc.not_readable][39;49;00m
|
|---|
| 37941 | [01mlooking for now-outdated files... [39;49;00mnone found
|
|---|
| 37942 | [01mpickling environment... [39;49;00mdone
|
|---|
| 37943 | [01mchecking consistency... [39;49;00mC:\cygwin64\home\goddard\ucsf\chimerax\docs\devel\conventions.rst: document is referenced in multiple toctrees: ['core', 'index'], selecting: index <- conventions
|
|---|
| 37944 | done
|
|---|
| 37945 | [01mpreparing documents... [39;49;00mdone
|
|---|
| 37946 | [01mcopying assets... [39;49;00m
|
|---|
| 37947 | [01mcopying static files... [39;49;00m
|
|---|
| 37948 | Writing evaluated template result to C:\cygwin64\home\goddard\ucsf\chimerax\docs\devel\_build\html\_static\basic.css
|
|---|
| 37949 | Writing evaluated template result to C:\cygwin64\home\goddard\ucsf\chimerax\docs\devel\_build\html\_static\documentation_options.js
|
|---|
| 37950 | Writing evaluated template result to C:\cygwin64\home\goddard\ucsf\chimerax\docs\devel\_build\html\_static\language_data.js
|
|---|
| 37951 | Writing evaluated template result to C:\cygwin64\home\goddard\ucsf\chimerax\docs\devel\_build\html\_static\classic.css
|
|---|
| 37952 | Writing evaluated template result to C:\cygwin64\home\goddard\ucsf\chimerax\docs\devel\_build\html\_static\sidebar.js
|
|---|
| 37953 | [01mcopying static files: [39;49;00mdone
|
|---|
| 37954 | [01mcopying extra files... [39;49;00m
|
|---|
| 37955 | [01mcopying extra files: [39;49;00mdone
|
|---|
| 37956 | [01mcopying assets: [39;49;00mdone
|
|---|
| 37957 | [2K[01mwriting output... [39;49;00m[ 3%] [32mapplications[39;49;00m
|
|---|
| 37958 | [2K[01mwriting output... [39;49;00m[ 6%] [32mbuilding[39;49;00m
|
|---|
| 37959 | [2K[01mwriting output... [39;49;00m[ 9%] [32mbundles[39;49;00m
|
|---|
| 37960 | [2K[01mwriting output... [39;49;00m[ 11%] [32mclasses[39;49;00m
|
|---|
| 37961 | [2K[01mwriting output... [39;49;00m[ 14%] [32mcommand_style[39;49;00m
|
|---|
| 37962 | [2K[01mwriting output... [39;49;00m[ 17%] [32mconventions[39;49;00m
|
|---|
| 37963 | [2K[01mwriting output... [39;49;00m[ 20%] [32mcore[39;49;00m
|
|---|
| 37964 | [2K[01mwriting output... [39;49;00m[ 23%] [32mcpplibs[39;49;00m
|
|---|
| 37965 | [2K[01mwriting output... [39;49;00m[ 26%] [32mdata_interface[39;49;00m
|
|---|
| 37966 | [2K[01mwriting output... [39;49;00m[ 29%] [32mdependencies[39;49;00m
|
|---|
| 37967 | [2K[01mwriting output... [39;49;00m[ 31%] [32menvironment[39;49;00m
|
|---|
| 37968 | [2K[01mwriting output... [39;49;00m[ 34%] [32mgetcode[39;49;00m
|
|---|
| 37969 | [2K[01mwriting output... [39;49;00m[ 37%] [32mides_debugging_profiling[39;49;00m
|
|---|
| 37970 | [2K[01mwriting output... [39;49;00m[ 40%] [32mindex[39;49;00m
|
|---|
| 37971 | [2K[01mwriting output... [39;49;00m[ 43%] [32minfrastructure[39;49;00m
|
|---|
| 37972 | [2K[01mwriting output... [39;49;00m[ 46%] [32mmodules[39;49;00m
|
|---|
| 37973 | [2K[01mwriting output... [39;49;00m[ 49%] [32mprereqs[39;49;00m
|
|---|
| 37974 | [2K[01mwriting output... [39;49;00m[ 51%] [32msupported_api[39;49;00m
|
|---|
| 37975 | [2K[01mwriting output... [39;49;00m[ 54%] [32mtesting/main[39;49;00m
|
|---|
| 37976 | [2K[01mwriting output... [39;49;00m[ 57%] [32mtutorials/bundle_info[39;49;00m
|
|---|
| 37977 | [2K[01mwriting output... [39;49;00m[ 60%] [32mtutorials/introduction[39;49;00m
|
|---|
| 37978 | [2K[01mwriting output... [39;49;00m[ 63%] [32mtutorials/pyproject[39;49;00m
|
|---|
| 37979 | [2K[01mwriting output... [39;49;00m[ 66%] [32mtutorials/tutorial_command[39;49;00m
|
|---|
| 37980 | [2K[01mwriting output... [39;49;00m[ 69%] [32mtutorials/tutorial_fetch[39;49;00m
|
|---|
| 37981 | [2K[01mwriting output... [39;49;00m[ 71%] [32mtutorials/tutorial_hello[39;49;00m
|
|---|
| 37982 | [2K[01mwriting output... [39;49;00m[ 74%] [32mtutorials/tutorial_presets[39;49;00m
|
|---|
| 37983 | [2K[01mwriting output... [39;49;00m[ 77%] [32mtutorials/tutorial_read_format[39;49;00m
|
|---|
| 37984 | [2K[01mwriting output... [39;49;00m[ 80%] [32mtutorials/tutorial_save_format[39;49;00m
|
|---|
| 37985 | [2K[01mwriting output... [39;49;00m[ 83%] [32mtutorials/tutorial_selector[39;49;00m
|
|---|
| 37986 | [2K[01mwriting output... [39;49;00m[ 86%] [32mtutorials/tutorial_tool[39;49;00m
|
|---|
| 37987 | [2K[01mwriting output... [39;49;00m[ 89%] [32mtutorials/tutorial_tool_html[39;49;00m
|
|---|
| 37988 | [2K[01mwriting output... [39;49;00m[ 91%] [32mtutorials/tutorial_tool_qt[39;49;00m
|
|---|
| 37989 | [2K[01mwriting output... [39;49;00m[ 94%] [32muser_interface[39;49;00m
|
|---|
| 37990 | [2K[01mwriting output... [39;49;00m[ 97%] [32mwell_known_triggers[39;49;00m
|
|---|
| 37991 | [2K[01mwriting output... [39;49;00m[100%] [32mwriting_bundles[39;49;00m
|
|---|
| 37992 |
|
|---|
| 37993 | [91mC:\cygwin64\home\goddard\ucsf\chimerax\docs\devel\core.rst:20: WARNING: unknown document: 'modules/core/tools' [ref.doc][39;49;00m
|
|---|
| 37994 | [91mC:\cygwin64\home\goddard\ucsf\chimerax\docs\devel\data_interface.rst:21: WARNING: unknown document: 'modules/atomic/atomic' [ref.doc][39;49;00m
|
|---|
| 37995 | [91mC:\cygwin64\home\goddard\ucsf\chimerax\docs\devel\data_interface.rst:32: WARNING: unknown document: 'modules/core/triggerset' [ref.doc][39;49;00m
|
|---|
| 37996 | [91mC:\cygwin64\home\goddard\ucsf\chimerax\docs\devel\data_interface.rst:83: WARNING: unknown document: 'cpp/mmcif/readcif/api' [ref.doc][39;49;00m
|
|---|
| 37997 | [91mC:\cygwin64\home\goddard\ucsf\chimerax\docs\devel\index.rst:78: WARNING: unknown document: 'license' [ref.doc][39;49;00m
|
|---|
| 37998 | [91mC:\cygwin64\home\goddard\ucsf\chimerax\docs\devel\tutorials\bundle_info.rst:881: WARNING: undefined label: 'type annotations' [ref.ref][39;49;00m
|
|---|
| 37999 | [91mC:\cygwin64\home\goddard\ucsf\chimerax\docs\devel\tutorials\bundle_info.rst:956: WARNING: undefined label: 'type annotations' [ref.ref][39;49;00m
|
|---|
| 38000 | [91mC:\cygwin64\home\goddard\ucsf\chimerax\docs\devel\tutorials\bundle_info.rst:1065: WARNING: undefined label: 'type annotations' [ref.ref][39;49;00m
|
|---|
| 38001 | [91mC:\cygwin64\home\goddard\ucsf\chimerax\docs\devel\tutorials\tutorial_fetch.rst:151: WARNING: undefined label: 'type annotations' [ref.ref][39;49;00m
|
|---|
| 38002 | [91mC:\cygwin64\home\goddard\ucsf\chimerax\docs\devel\tutorials\tutorial_read_format.rst:150: WARNING: undefined label: 'type annotations' [ref.ref][39;49;00m
|
|---|
| 38003 | [91mC:\cygwin64\home\goddard\ucsf\chimerax\docs\devel\tutorials\tutorial_save_format.rst:167: WARNING: undefined label: 'type annotations' [ref.ref][39;49;00m
|
|---|
| 38004 | [91mC:\cygwin64\home\goddard\ucsf\chimerax\docs\devel\tutorials\tutorial_tool_qt.rst:346: WARNING: undefined label: 'option_widgets' [ref.ref][39;49;00m
|
|---|
| 38005 | [91mC:\cygwin64\home\goddard\ucsf\chimerax\docs\devel\tutorials\tutorial_tool_qt.rst:354: WARNING: undefined label: 'python_data_tables' [ref.ref][39;49;00m
|
|---|
| 38006 | [91mC:\cygwin64\home\goddard\ucsf\chimerax\docs\devel\well_known_triggers.rst:20: WARNING: unknown document: 'modules/core/triggerset' [ref.doc][39;49;00m
|
|---|
| 38007 | [91mC:\cygwin64\home\goddard\ucsf\chimerax\docs\devel\well_known_triggers.rst:62: WARNING: unknown document: 'modules/atomic/atomic' [ref.doc][39;49;00m
|
|---|
| 38008 | [91mC:\cygwin64\home\goddard\ucsf\chimerax\docs\devel\well_known_triggers.rst:233: WARNING: unknown document: 'modules/core/settings' [ref.doc][39;49;00m
|
|---|
| 38009 | [01mgenerating indices... [39;49;00mgenindex done
|
|---|
| 38010 | [01mwriting additional pages... [39;49;00msearch done
|
|---|
| 38011 | [01mdumping search index in English (code: en)... [39;49;00mdone
|
|---|
| 38012 | [01mdumping object inventory... [39;49;00mdone
|
|---|
| 38013 | [01mbuild succeeded, 75 warnings.[39;49;00m
|
|---|
| 38014 |
|
|---|
| 38015 | The HTML pages are in _build\html.
|
|---|
| 38016 |
|
|---|
| 38017 | Build finished. The HTML pages are in _build/html.
|
|---|
| 38018 | if [ ! -d "/home/goddard/ucsf/chimerax/ChimeraX.app/bin/share/docs/devel" ]; then mkdir -p /home/goddard/ucsf/chimerax/ChimeraX.app/bin/share/docs/devel; fi
|
|---|
| 38019 | /home/goddard/ucsf/chimerax/prereqs/win32/rsync.convert -rlptWv _build/html/ /home/goddard/ucsf/chimerax/ChimeraX.app/bin/share/docs/devel
|
|---|
| 38020 | sending incremental file list
|
|---|
| 38021 | .buildinfo
|
|---|
| 38022 | applications.html
|
|---|
| 38023 | building.html
|
|---|
| 38024 | bundles.html
|
|---|
| 38025 | classes.html
|
|---|
| 38026 | command_style.html
|
|---|
| 38027 | conventions.html
|
|---|
| 38028 | core.html
|
|---|
| 38029 | cpplibs.html
|
|---|
| 38030 | data_interface.html
|
|---|
| 38031 | dependencies.html
|
|---|
| 38032 | environment.html
|
|---|
| 38033 | genindex.html
|
|---|
| 38034 | getcode.html
|
|---|
| 38035 | ides_debugging_profiling.html
|
|---|
| 38036 | index.html
|
|---|
| 38037 | infrastructure.html
|
|---|
| 38038 | modules.html
|
|---|
| 38039 | objects.inv
|
|---|
| 38040 | prereqs.html
|
|---|
| 38041 | search.html
|
|---|
| 38042 | searchindex.js
|
|---|
| 38043 | supported_api.html
|
|---|
| 38044 | user_interface.html
|
|---|
| 38045 | well_known_triggers.html
|
|---|
| 38046 | writing_bundles.html
|
|---|
| 38047 | _sources/
|
|---|
| 38048 | _sources/applications.rst.txt
|
|---|
| 38049 | _sources/building.rst.txt
|
|---|
| 38050 | _sources/bundles.rst.txt
|
|---|
| 38051 | _sources/classes.rst.txt
|
|---|
| 38052 | _sources/command_style.rst.txt
|
|---|
| 38053 | _sources/conventions.rst.txt
|
|---|
| 38054 | _sources/core.rst.txt
|
|---|
| 38055 | _sources/cpplibs.rst.txt
|
|---|
| 38056 | _sources/data_interface.rst.txt
|
|---|
| 38057 | _sources/dependencies.rst.txt
|
|---|
| 38058 | _sources/environment.rst.txt
|
|---|
| 38059 | _sources/getcode.rst.txt
|
|---|
| 38060 | _sources/ides_debugging_profiling.rst.txt
|
|---|
| 38061 | _sources/index.rst.txt
|
|---|
| 38062 | _sources/infrastructure.rst.txt
|
|---|
| 38063 | _sources/modules.rst.txt
|
|---|
| 38064 | _sources/prereqs.rst.txt
|
|---|
| 38065 | _sources/supported_api.rst.txt
|
|---|
| 38066 | _sources/user_interface.rst.txt
|
|---|
| 38067 | _sources/well_known_triggers.rst.txt
|
|---|
| 38068 | _sources/writing_bundles.rst.txt
|
|---|
| 38069 | _sources/testing/
|
|---|
| 38070 | _sources/testing/main.rst.txt
|
|---|
| 38071 | _sources/tutorials/
|
|---|
| 38072 | _sources/tutorials/bundle_info.rst.txt
|
|---|
| 38073 | _sources/tutorials/introduction.rst.txt
|
|---|
| 38074 | _sources/tutorials/pyproject.rst.txt
|
|---|
| 38075 | _sources/tutorials/tutorial_command.rst.txt
|
|---|
| 38076 | _sources/tutorials/tutorial_fetch.rst.txt
|
|---|
| 38077 | _sources/tutorials/tutorial_hello.rst.txt
|
|---|
| 38078 | _sources/tutorials/tutorial_presets.rst.txt
|
|---|
| 38079 | _sources/tutorials/tutorial_read_format.rst.txt
|
|---|
| 38080 | _sources/tutorials/tutorial_save_format.rst.txt
|
|---|
| 38081 | _sources/tutorials/tutorial_selector.rst.txt
|
|---|
| 38082 | _sources/tutorials/tutorial_tool.rst.txt
|
|---|
| 38083 | _sources/tutorials/tutorial_tool_html.rst.txt
|
|---|
| 38084 | _sources/tutorials/tutorial_tool_qt.rst.txt
|
|---|
| 38085 | _static/
|
|---|
| 38086 | _static/ChimeraX-icon.svg
|
|---|
| 38087 | _static/basic.css
|
|---|
| 38088 | _static/classic.css
|
|---|
| 38089 | _static/cxlinks.js
|
|---|
| 38090 | _static/devdocs.css
|
|---|
| 38091 | _static/doctools.js
|
|---|
| 38092 | _static/documentation_options.js
|
|---|
| 38093 | _static/file.png
|
|---|
| 38094 | _static/language_data.js
|
|---|
| 38095 | _static/minus.png
|
|---|
| 38096 | _static/plus.png
|
|---|
| 38097 | _static/pygments.css
|
|---|
| 38098 | _static/searchtools.js
|
|---|
| 38099 | _static/sidebar.js
|
|---|
| 38100 | _static/sphinx_highlight.js
|
|---|
| 38101 | testing/
|
|---|
| 38102 | testing/main.html
|
|---|
| 38103 | tutorials/
|
|---|
| 38104 | tutorials/bundle_info.html
|
|---|
| 38105 | tutorials/introduction.html
|
|---|
| 38106 | tutorials/pyproject.html
|
|---|
| 38107 | tutorials/tutorial_command.html
|
|---|
| 38108 | tutorials/tutorial_fetch.html
|
|---|
| 38109 | tutorials/tutorial_hello.html
|
|---|
| 38110 | tutorials/tutorial_presets.html
|
|---|
| 38111 | tutorials/tutorial_read_format.html
|
|---|
| 38112 | tutorials/tutorial_save_format.html
|
|---|
| 38113 | tutorials/tutorial_selector.html
|
|---|
| 38114 | tutorials/tutorial_tool.html
|
|---|
| 38115 | tutorials/tutorial_tool_html.html
|
|---|
| 38116 | tutorials/tutorial_tool_qt.html
|
|---|
| 38117 |
|
|---|
| 38118 | sent 1,448,384 bytes received 1,770 bytes 966,769.33 bytes/sec
|
|---|
| 38119 | total size is 1,441,507 speedup is 0.99
|
|---|
| 38120 | make[3]: Leaving directory '/home/goddard/ucsf/chimerax/docs/devel'
|
|---|
| 38121 | make -C pdbimages install
|
|---|
| 38122 | make[3]: Entering directory '/home/goddard/ucsf/chimerax/docs/pdbimages'
|
|---|
| 38123 | if [ ! -d "/home/goddard/ucsf/chimerax/ChimeraX.app/bin/share/docs/pdbimages" ]; then mkdir -p /home/goddard/ucsf/chimerax/ChimeraX.app/bin/share/docs/pdbimages; fi
|
|---|
| 38124 | /home/goddard/ucsf/chimerax/prereqs/win32/rsync.convert -rlptWv index.html tiled.jpg /home/goddard/ucsf/chimerax/ChimeraX.app/bin/share/docs/pdbimages
|
|---|
| 38125 | sending incremental file list
|
|---|
| 38126 | index.html
|
|---|
| 38127 | tiled.jpg
|
|---|
| 38128 |
|
|---|
| 38129 | sent 113,166 bytes received 54 bytes 226,440.00 bytes/sec
|
|---|
| 38130 | total size is 112,984 speedup is 1.00
|
|---|
| 38131 | make[3]: Leaving directory '/home/goddard/ucsf/chimerax/docs/pdbimages'
|
|---|
| 38132 | make -C quickstart install
|
|---|
| 38133 | make[3]: Entering directory '/home/goddard/ucsf/chimerax/docs/quickstart'
|
|---|
| 38134 | if [ ! -d "/home/goddard/ucsf/chimerax/ChimeraX.app/bin/share/docs/quickstart" ]; then mkdir -p /home/goddard/ucsf/chimerax/ChimeraX.app/bin/share/docs/quickstart; fi
|
|---|
| 38135 | /home/goddard/ucsf/chimerax/prereqs/win32/rsync.convert -rlptWv index.html images /home/goddard/ucsf/chimerax/ChimeraX.app/bin/share/docs/quickstart
|
|---|
| 38136 | sending incremental file list
|
|---|
| 38137 | index.html
|
|---|
| 38138 | images/
|
|---|
| 38139 | images/1a0m.png
|
|---|
| 38140 | images/1grl.png
|
|---|
| 38141 | images/assembly.png
|
|---|
| 38142 | images/assembly3.png
|
|---|
| 38143 | images/chimerax.png
|
|---|
| 38144 | images/color.png
|
|---|
| 38145 | images/colorchain.png
|
|---|
| 38146 | images/contacts.png
|
|---|
| 38147 | images/eds_1a0m.png
|
|---|
| 38148 | images/emdb1080.png
|
|---|
| 38149 | images/emdb1273.png
|
|---|
| 38150 | images/enclose.png
|
|---|
| 38151 | images/fitmap.png
|
|---|
| 38152 | images/flat.png
|
|---|
| 38153 | images/grayscale.png
|
|---|
| 38154 | images/handfit.png
|
|---|
| 38155 | images/level.png
|
|---|
| 38156 | images/lightfull.png
|
|---|
| 38157 | images/litmap.png
|
|---|
| 38158 | images/molmap.png
|
|---|
| 38159 | images/mouselevel.png
|
|---|
| 38160 | images/open.png
|
|---|
| 38161 | images/pentamer.png
|
|---|
| 38162 | images/ribbon.png
|
|---|
| 38163 | images/ribbons.png
|
|---|
| 38164 | images/select.png
|
|---|
| 38165 | images/shift.png
|
|---|
| 38166 | images/spin.mp4
|
|---|
| 38167 | images/spin.ogv
|
|---|
| 38168 | images/stick.png
|
|---|
| 38169 | images/surface.png
|
|---|
| 38170 | images/undisplay.png
|
|---|
| 38171 | images/uparrow.png
|
|---|
| 38172 | images/view.png
|
|---|
| 38173 | images/view3.png
|
|---|
| 38174 | images/view3nice.png
|
|---|
| 38175 | images/vopsub.png
|
|---|
| 38176 | images/vopsub2.png
|
|---|
| 38177 | images/water.png
|
|---|
| 38178 | images/zone.png
|
|---|
| 38179 |
|
|---|
| 38180 | sent 5,982,318 bytes received 807 bytes 11,966,250.00 bytes/sec
|
|---|
| 38181 | total size is 5,978,306 speedup is 1.00
|
|---|
| 38182 | make[3]: Leaving directory '/home/goddard/ucsf/chimerax/docs/quickstart'
|
|---|
| 38183 | make -C user install
|
|---|
| 38184 | make[3]: Entering directory '/home/goddard/ucsf/chimerax/docs/user'
|
|---|
| 38185 | make -C tools install
|
|---|
| 38186 | make[4]: Entering directory '/home/goddard/ucsf/chimerax/docs/user/tools'
|
|---|
| 38187 | if [ ! -d "/home/goddard/ucsf/chimerax/ChimeraX.app/bin/share/docs/user/tools/mouse-icons" ]; then mkdir -p /home/goddard/ucsf/chimerax/ChimeraX.app/bin/share/docs/user/tools/mouse-icons; fi
|
|---|
| 38188 | /home/goddard/ucsf/chimerax/prereqs/win32/rsync.convert -rlptWv /home/goddard/ucsf/chimerax/src/bundles/mouse_modes/src/icons/*.png /home/goddard/ucsf/chimerax/src/bundles/bond_rot/src/bondrot.png /home/goddard/ucsf/chimerax/src/bundles/struct_measure/src/distance.png /home/goddard/ucsf/chimerax/src/bundles/label/src/label.png /home/goddard/ucsf/chimerax/src/bundles/color_key/src/icons/ckiconvertical.png /home/goddard/ucsf/chimerax/src/bundles/label/src/movelabel.png /home/goddard/ucsf/chimerax/src/bundles/map/src/icons/*.png /home/goddard/ucsf/chimerax/src/bundles/map_series/src/vseries.png /home/goddard/ucsf/chimerax/src/bundles/markers/src/icons/*.png /home/goddard/ucsf/chimerax/src/bundles/orthopick/src/icons/*.png /home/goddard/ucsf/chimerax/src/bundles/segmentations/src/icons/*small.svg /home/goddard/ucsf/chimerax/src/bundles/std_commands/src/coordset.png /home/goddard/ucsf/chimerax/src/bundles/swapaa/src/swapaa.png /home/goddard/ucsf/chimerax/src/bundles/tug/src/minimize.png /home/goddard/ucsf/chimerax/src/bundles/tug/src/tug.png /home/goddard/ucsf/chimerax/src/bundles/zone/src/zone.png /home/goddard/ucsf/chimerax/src/bundles/pick_blobs/src/pickblobs.png /home/goddard/ucsf/chimerax/src/bundles/map_eraser/src/eraser.png /home/goddard/ucsf/chimerax/src/bundles/tape_measure/src/tape.png /home/goddard/ucsf/chimerax/src/bundles/viewdockx/src/nextdocking.png /home/goddard/ucsf/chimerax/ChimeraX.app/bin/share/docs/user/tools/mouse-icons
|
|---|
| 38189 | sending incremental file list
|
|---|
| 38190 | ball.png
|
|---|
| 38191 | bondrot.png
|
|---|
| 38192 | center.png
|
|---|
| 38193 | ckiconvertical.png
|
|---|
| 38194 | clip.png
|
|---|
| 38195 | clip_wht.png
|
|---|
| 38196 | cliprot.png
|
|---|
| 38197 | cliprot_wht.png
|
|---|
| 38198 | contour.png
|
|---|
| 38199 | coordset.png
|
|---|
| 38200 | crop.png
|
|---|
| 38201 | delete.png
|
|---|
| 38202 | distance.png
|
|---|
| 38203 | eraser.png
|
|---|
| 38204 | label.png
|
|---|
| 38205 | link.png
|
|---|
| 38206 | marker.png
|
|---|
| 38207 | marker2.png
|
|---|
| 38208 | maximum.png
|
|---|
| 38209 | minimize.png
|
|---|
| 38210 | mouse_small.svg
|
|---|
| 38211 | move.png
|
|---|
| 38212 | move_atoms.png
|
|---|
| 38213 | move_h2o.png
|
|---|
| 38214 | move_picked_model.png
|
|---|
| 38215 | movelabel.png
|
|---|
| 38216 | moveplanes.png
|
|---|
| 38217 | nextdocking.png
|
|---|
| 38218 | orthopick.png
|
|---|
| 38219 | pickblobs.png
|
|---|
| 38220 | pivot.png
|
|---|
| 38221 | plane.png
|
|---|
| 38222 | point.png
|
|---|
| 38223 | resize.png
|
|---|
| 38224 | right_controller_small.svg
|
|---|
| 38225 | rotate.png
|
|---|
| 38226 | rotate_atoms.png
|
|---|
| 38227 | rotate_h2o.png
|
|---|
| 38228 | rotatesel.png
|
|---|
| 38229 | rotateslab.png
|
|---|
| 38230 | select.png
|
|---|
| 38231 | surface.png
|
|---|
| 38232 | swapaa.png
|
|---|
| 38233 | tape.png
|
|---|
| 38234 | translate.png
|
|---|
| 38235 | tug.png
|
|---|
| 38236 | vseries.png
|
|---|
| 38237 | windowing.png
|
|---|
| 38238 | zone.png
|
|---|
| 38239 | zoom.png
|
|---|
| 38240 |
|
|---|
| 38241 | sent 533,382 bytes received 966 bytes 1,068,696.00 bytes/sec
|
|---|
| 38242 | total size is 530,063 speedup is 0.99
|
|---|
| 38243 | if [ ! -d "/home/goddard/ucsf/chimerax/ChimeraX.app/bin/share/docs/user/tools/shortcut-icons" ]; then mkdir -p /home/goddard/ucsf/chimerax/ChimeraX.app/bin/share/docs/user/tools/shortcut-icons; fi
|
|---|
| 38244 | /home/goddard/ucsf/chimerax/prereqs/win32/rsync.convert -rlptWv /home/goddard/ucsf/chimerax/src/bundles/shortcuts/src/icons/*.png /home/goddard/ucsf/chimerax/src/bundles/shortcuts/src/icons/*.svg /home/goddard/ucsf/chimerax/ChimeraX.app/bin/share/docs/user/tools/shortcut-icons
|
|---|
| 38245 | sending incremental file list
|
|---|
| 38246 | airways.png
|
|---|
| 38247 | atomhide-dark.png
|
|---|
| 38248 | atomhide.png
|
|---|
| 38249 | atomshow.png
|
|---|
| 38250 | ball.png
|
|---|
| 38251 | bfactor.png
|
|---|
| 38252 | blackbg.png
|
|---|
| 38253 | brain.png
|
|---|
| 38254 | camera.png
|
|---|
| 38255 | chest.png
|
|---|
| 38256 | colorbychain.png
|
|---|
| 38257 | colorbyelement.png
|
|---|
| 38258 | colorrandom.png
|
|---|
| 38259 | colorzone.png
|
|---|
| 38260 | cubeoutline.png
|
|---|
| 38261 | diffmap.png
|
|---|
| 38262 | dust.png
|
|---|
| 38263 | ear.png
|
|---|
| 38264 | esp.png
|
|---|
| 38265 | fitmap.png
|
|---|
| 38266 | flat.png
|
|---|
| 38267 | fulllight.png
|
|---|
| 38268 | fullvolume.png
|
|---|
| 38269 | graybg.png
|
|---|
| 38270 | hbonds.png
|
|---|
| 38271 | hbondsflat.png
|
|---|
| 38272 | hbondsflathide.png
|
|---|
| 38273 | hbondshide.png
|
|---|
| 38274 | hidemap.png
|
|---|
| 38275 | hydrophobicity.png
|
|---|
| 38276 | icecube.png
|
|---|
| 38277 | initialcurve.png
|
|---|
| 38278 | interfaces.png
|
|---|
| 38279 | lock.png
|
|---|
| 38280 | mapimage.png
|
|---|
| 38281 | mapsurf.png
|
|---|
| 38282 | mesh.png
|
|---|
| 38283 | orient-dark.png
|
|---|
| 38284 | orient.png
|
|---|
| 38285 | orthoplanes.png
|
|---|
| 38286 | outlinebox.png
|
|---|
| 38287 | perpslice.png
|
|---|
| 38288 | plane.png
|
|---|
| 38289 | polymer.png
|
|---|
| 38290 | rainbow.png
|
|---|
| 38291 | raycasting.svg
|
|---|
| 38292 | ribbon.png
|
|---|
| 38293 | ribhide-dark.png
|
|---|
| 38294 | ribhide.png
|
|---|
| 38295 | ribshow.png
|
|---|
| 38296 | sequence.png
|
|---|
| 38297 | shadow.png
|
|---|
| 38298 | showmap.png
|
|---|
| 38299 | silhouette-dark.png
|
|---|
| 38300 | silhouette.png
|
|---|
| 38301 | simplelight.png
|
|---|
| 38302 | slab.png
|
|---|
| 38303 | smooth.png
|
|---|
| 38304 | softlight.png
|
|---|
| 38305 | sphere.png
|
|---|
| 38306 | step1.png
|
|---|
| 38307 | step2.png
|
|---|
| 38308 | step4.png
|
|---|
| 38309 | stick.png
|
|---|
| 38310 | surf.png
|
|---|
| 38311 | surfhide-dark.png
|
|---|
| 38312 | surfhide.png
|
|---|
| 38313 | surfshow.png
|
|---|
| 38314 | video.png
|
|---|
| 38315 | viewall-dark.png
|
|---|
| 38316 | viewall.png
|
|---|
| 38317 | viewsel-dark.png
|
|---|
| 38318 | viewsel.png
|
|---|
| 38319 | volzone.png
|
|---|
| 38320 | vr.png
|
|---|
| 38321 | whitebg.png
|
|---|
| 38322 | xr.png
|
|---|
| 38323 | xyzslice.png
|
|---|
| 38324 |
|
|---|
| 38325 | sent 654,940 bytes received 1,498 bytes 1,312,876.00 bytes/sec
|
|---|
| 38326 | total size is 649,729 speedup is 0.99
|
|---|
| 38327 | if [ ! -d "/home/goddard/ucsf/chimerax/ChimeraX.app/bin/share/docs/user/tools/toolbar-icons" ]; then mkdir -p /home/goddard/ucsf/chimerax/ChimeraX.app/bin/share/docs/user/tools/toolbar-icons; fi
|
|---|
| 38328 | /home/goddard/ucsf/chimerax/prereqs/win32/rsync.convert -rlptWv /home/goddard/ucsf/chimerax/src/bundles/toolbar/src/icons/*.png /home/goddard/ucsf/chimerax/src/bundles/medical_toolbar/src/icons/opendicom.png /home/goddard/ucsf/chimerax/src/bundles/sel_inspector/src/icons/magnifying-glass.png /home/goddard/ucsf/chimerax/ChimeraX.app/bin/share/docs/user/tools/toolbar-icons
|
|---|
| 38329 | sending incremental file list
|
|---|
| 38330 | close-box.png
|
|---|
| 38331 | content-save.png
|
|---|
| 38332 | exit.png
|
|---|
| 38333 | file-image.png
|
|---|
| 38334 | magnifying-glass.png
|
|---|
| 38335 | open-in-app.png
|
|---|
| 38336 | opendicom.png
|
|---|
| 38337 | recentfiles-dark.png
|
|---|
| 38338 | recentfiles.png
|
|---|
| 38339 | redo-variant.png
|
|---|
| 38340 | sideview.png
|
|---|
| 38341 | undo-variant.png
|
|---|
| 38342 |
|
|---|
| 38343 | sent 37,061 bytes received 244 bytes 74,610.00 bytes/sec
|
|---|
| 38344 | total size is 36,195 speedup is 0.97
|
|---|
| 38345 | if [ ! -d "/home/goddard/ucsf/chimerax/ChimeraX.app/bin/share/docs/user/tools/nuc-icons" ]; then mkdir -p /home/goddard/ucsf/chimerax/ChimeraX.app/bin/share/docs/user/tools/nuc-icons; fi
|
|---|
| 38346 | /home/goddard/ucsf/chimerax/prereqs/win32/rsync.convert -rlptWv /home/goddard/ucsf/chimerax/src/bundles/nucleotides/src/icons/*.png /home/goddard/ucsf/chimerax/ChimeraX.app/bin/share/docs/user/tools/nuc-icons
|
|---|
| 38347 | sending incremental file list
|
|---|
| 38348 | nuc-atoms.png
|
|---|
| 38349 | nuc-box.png
|
|---|
| 38350 | nuc-color.png
|
|---|
| 38351 | nuc-elli.png
|
|---|
| 38352 | nuc-fill.png
|
|---|
| 38353 | nuc-ladder.png
|
|---|
| 38354 | nuc-muff.png
|
|---|
| 38355 | nuc-slab.png
|
|---|
| 38356 | nuc-stubs.png
|
|---|
| 38357 | nuc-tube.png
|
|---|
| 38358 |
|
|---|
| 38359 | sent 68,328 bytes received 206 bytes 137,068.00 bytes/sec
|
|---|
| 38360 | total size is 67,657 speedup is 0.99
|
|---|
| 38361 | if [ ! -d "/home/goddard/ucsf/chimerax/ChimeraX.app/bin/share/docs/user/tools/basic-icons" ]; then mkdir -p /home/goddard/ucsf/chimerax/ChimeraX.app/bin/share/docs/user/tools/basic-icons; fi
|
|---|
| 38362 | /home/goddard/ucsf/chimerax/prereqs/win32/rsync.convert -rlptWv /home/goddard/ucsf/chimerax/src/bundles/basic_actions/src/lib/*.svg /home/goddard/ucsf/chimerax/ChimeraX.app/bin/share/docs/user/tools/basic-icons
|
|---|
| 38363 | sending incremental file list
|
|---|
| 38364 | colorpicker.svg
|
|---|
| 38365 | hide.svg
|
|---|
| 38366 | show.svg
|
|---|
| 38367 |
|
|---|
| 38368 | sent 202,336 bytes received 73 bytes 404,818.00 bytes/sec
|
|---|
| 38369 | total size is 202,087 speedup is 1.00
|
|---|
| 38370 | if [ ! -d "/home/goddard/ucsf/chimerax/ChimeraX.app/bin/share/docs/user/tools/ui-icons" ]; then mkdir -p /home/goddard/ucsf/chimerax/ChimeraX.app/bin/share/docs/user/tools/ui-icons; fi
|
|---|
| 38371 | /home/goddard/ucsf/chimerax/prereqs/win32/rsync.convert -rlptWv /home/goddard/ucsf/chimerax/src/bundles/ui/src/icons/*.png /home/goddard/ucsf/chimerax/ChimeraX.app/bin/share/docs/user/tools/ui-icons
|
|---|
| 38372 | sending incremental file list
|
|---|
| 38373 | Default_PubMed.png
|
|---|
| 38374 | contract1.png
|
|---|
| 38375 | contract2.png
|
|---|
| 38376 | contract3.png
|
|---|
| 38377 | dark_multi.png
|
|---|
| 38378 | expand1.png
|
|---|
| 38379 | expand2.png
|
|---|
| 38380 | expand3.png
|
|---|
| 38381 | gear.png
|
|---|
| 38382 | half.png
|
|---|
| 38383 | half64.png
|
|---|
| 38384 | hidden.png
|
|---|
| 38385 | light_multi.png
|
|---|
| 38386 | lightning_day.png
|
|---|
| 38387 | lightning_night.png
|
|---|
| 38388 | minus.png
|
|---|
| 38389 | multi.old.png
|
|---|
| 38390 | multi.png
|
|---|
| 38391 | multi16.png
|
|---|
| 38392 | pause.png
|
|---|
| 38393 | pause128.png
|
|---|
| 38394 | play.png
|
|---|
| 38395 | play256.png
|
|---|
| 38396 | record.png
|
|---|
| 38397 | record128.png
|
|---|
| 38398 | red_circle.png
|
|---|
| 38399 | red_square.png
|
|---|
| 38400 | select.png
|
|---|
| 38401 | shown.png
|
|---|
| 38402 | snail.png
|
|---|
| 38403 | stop.png
|
|---|
| 38404 | stop128.png
|
|---|
| 38405 | x.png
|
|---|
| 38406 |
|
|---|
| 38407 | sent 50,644 bytes received 643 bytes 102,574.00 bytes/sec
|
|---|
| 38408 | total size is 48,502 speedup is 0.95
|
|---|
| 38409 | if [ ! -d "/home/goddard/ucsf/chimerax/ChimeraX.app/bin/share/docs/user/tools" ]; then mkdir -p /home/goddard/ucsf/chimerax/ChimeraX.app/bin/share/docs/user/tools; fi
|
|---|
| 38410 | /home/goddard/ucsf/chimerax/prereqs/win32/rsync.convert -rlptWv addcharges.html addhydrogens.html alphafold.html altlocexplorer.html angles.html axesplanes.html basicactions.html blastprotein.html boltz.html buildstructure.html cagebuilder.html changechains.html checkwaters.html clashes.html cli.html coloractions.html colorkey.html colorzone.html crystalcontacts.html densitymaps.html dicombrowser.html dicommetadata.html distances.html dockprep.html downloaddicom.html esmfold.html filehistory.html findcavities.html fitmap.html fitsegments.html foldseek.html graphics.html hbonds.html helpviewer.html hidedust.html iconbars.html inspector.html log.html mapcoords.html maperaser.html mapfilter.html mapstats.html markerplacement.html markers.html matchmaker.html measureblobs.html measurevolume.html medicalimage.html meeting.html modeller.html modelloops.html modelpanel.html moldisplay.html mousemodes.html nucdisplay.html orthopick.html profilegrid.html registration.html render.html renumber.html rotamers.html scalebar.html segment.html segmentations.html sendtoquest.html sequenceviewer.html sideview.html surfacecolor.html surfacezone.html taskmanager.html thermalellipsoids.html toolbar.html unitcell.html viewdock.html volumeviewer.html 1bzm-others-screenshot.png 3eebB-dx-screenshot.png 7lcj.png altloc-explorer.png checkwaters.png clusters-1gvz-af.png create_segmentation.png dicombrowser.png move_cursor.png objectlist.png orthopick.png profilegrid.png regionbrowser.png resize_cursor.png rotamer-list.png segmentation.png segmentations.png sequences.png sideview.png tcia1.png tcia2.png tcia3.png tcia4.png torsions.png uniprot-features.png worms.png /home/goddard/ucsf/chimerax/ChimeraX.app/bin/share/docs/user/tools
|
|---|
| 38411 | sending incremental file list
|
|---|
| 38412 | 1bzm-others-screenshot.png
|
|---|
| 38413 | 3eebB-dx-screenshot.png
|
|---|
| 38414 | 7lcj.png
|
|---|
| 38415 | addcharges.html
|
|---|
| 38416 | addhydrogens.html
|
|---|
| 38417 | alphafold.html
|
|---|
| 38418 | altloc-explorer.png
|
|---|
| 38419 | altlocexplorer.html
|
|---|
| 38420 | angles.html
|
|---|
| 38421 | axesplanes.html
|
|---|
| 38422 | basicactions.html
|
|---|
| 38423 | blastprotein.html
|
|---|
| 38424 | boltz.html
|
|---|
| 38425 | buildstructure.html
|
|---|
| 38426 | cagebuilder.html
|
|---|
| 38427 | changechains.html
|
|---|
| 38428 | checkwaters.html
|
|---|
| 38429 | checkwaters.png
|
|---|
| 38430 | clashes.html
|
|---|
| 38431 | cli.html
|
|---|
| 38432 | clusters-1gvz-af.png
|
|---|
| 38433 | coloractions.html
|
|---|
| 38434 | colorkey.html
|
|---|
| 38435 | colorzone.html
|
|---|
| 38436 | create_segmentation.png
|
|---|
| 38437 | crystalcontacts.html
|
|---|
| 38438 | densitymaps.html
|
|---|
| 38439 | dicombrowser.html
|
|---|
| 38440 | dicombrowser.png
|
|---|
| 38441 | dicommetadata.html
|
|---|
| 38442 | distances.html
|
|---|
| 38443 | dockprep.html
|
|---|
| 38444 | downloaddicom.html
|
|---|
| 38445 | esmfold.html
|
|---|
| 38446 | filehistory.html
|
|---|
| 38447 | findcavities.html
|
|---|
| 38448 | fitmap.html
|
|---|
| 38449 | fitsegments.html
|
|---|
| 38450 | foldseek.html
|
|---|
| 38451 | graphics.html
|
|---|
| 38452 | hbonds.html
|
|---|
| 38453 | helpviewer.html
|
|---|
| 38454 | hidedust.html
|
|---|
| 38455 | iconbars.html
|
|---|
| 38456 | inspector.html
|
|---|
| 38457 | log.html
|
|---|
| 38458 | mapcoords.html
|
|---|
| 38459 | maperaser.html
|
|---|
| 38460 | mapfilter.html
|
|---|
| 38461 | mapstats.html
|
|---|
| 38462 | markerplacement.html
|
|---|
| 38463 | markers.html
|
|---|
| 38464 | matchmaker.html
|
|---|
| 38465 | measureblobs.html
|
|---|
| 38466 | measurevolume.html
|
|---|
| 38467 | medicalimage.html
|
|---|
| 38468 | meeting.html
|
|---|
| 38469 | modeller.html
|
|---|
| 38470 | modelloops.html
|
|---|
| 38471 | modelpanel.html
|
|---|
| 38472 | moldisplay.html
|
|---|
| 38473 | mousemodes.html
|
|---|
| 38474 | move_cursor.png
|
|---|
| 38475 | nucdisplay.html
|
|---|
| 38476 | objectlist.png
|
|---|
| 38477 | orthopick.html
|
|---|
| 38478 | orthopick.png
|
|---|
| 38479 | profilegrid.html
|
|---|
| 38480 | profilegrid.png
|
|---|
| 38481 | regionbrowser.png
|
|---|
| 38482 | registration.html
|
|---|
| 38483 | render.html
|
|---|
| 38484 | renumber.html
|
|---|
| 38485 | resize_cursor.png
|
|---|
| 38486 | rotamer-list.png
|
|---|
| 38487 | rotamers.html
|
|---|
| 38488 | scalebar.html
|
|---|
| 38489 | segment.html
|
|---|
| 38490 | segmentation.png
|
|---|
| 38491 | segmentations.html
|
|---|
| 38492 | segmentations.png
|
|---|
| 38493 | sendtoquest.html
|
|---|
| 38494 | sequences.png
|
|---|
| 38495 | sequenceviewer.html
|
|---|
| 38496 | sideview.html
|
|---|
| 38497 | sideview.png
|
|---|
| 38498 | surfacecolor.html
|
|---|
| 38499 | surfacezone.html
|
|---|
| 38500 | taskmanager.html
|
|---|
| 38501 | tcia1.png
|
|---|
| 38502 | tcia2.png
|
|---|
| 38503 | tcia3.png
|
|---|
| 38504 | tcia4.png
|
|---|
| 38505 | thermalellipsoids.html
|
|---|
| 38506 | toolbar.html
|
|---|
| 38507 | torsions.png
|
|---|
| 38508 | uniprot-features.png
|
|---|
| 38509 | unitcell.html
|
|---|
| 38510 | viewdock.html
|
|---|
| 38511 | volumeviewer.html
|
|---|
| 38512 | worms.png
|
|---|
| 38513 |
|
|---|
| 38514 | sent 4,391,456 bytes received 1,935 bytes 8,786,782.00 bytes/sec
|
|---|
| 38515 | total size is 4,383,667 speedup is 1.00
|
|---|
| 38516 | make[4]: Leaving directory '/home/goddard/ucsf/chimerax/docs/user/tools'
|
|---|
| 38517 | make -C dicom install
|
|---|
| 38518 | make[4]: Entering directory '/home/goddard/ucsf/chimerax/docs/user/dicom'
|
|---|
| 38519 | if [ ! -d "/home/goddard/ucsf/chimerax/ChimeraX.app/bin/share/docs/user/dicom" ]; then mkdir -p /home/goddard/ucsf/chimerax/ChimeraX.app/bin/share/docs/user/dicom; fi
|
|---|
| 38520 | /home/goddard/ucsf/chimerax/prereqs/win32/rsync.convert -rlptWv dicom.html screenshot1.png screenshot2.png screenshot3.png /home/goddard/ucsf/chimerax/ChimeraX.app/bin/share/docs/user/dicom
|
|---|
| 38521 | sending incremental file list
|
|---|
| 38522 | dicom.html
|
|---|
| 38523 | screenshot1.png
|
|---|
| 38524 | screenshot2.png
|
|---|
| 38525 | screenshot3.png
|
|---|
| 38526 |
|
|---|
| 38527 | sent 824,949 bytes received 92 bytes 1,650,082.00 bytes/sec
|
|---|
| 38528 | total size is 824,481 speedup is 1.00
|
|---|
| 38529 | make[4]: Leaving directory '/home/goddard/ucsf/chimerax/docs/user/dicom'
|
|---|
| 38530 | make -C tutorials install
|
|---|
| 38531 | make[4]: Entering directory '/home/goddard/ucsf/chimerax/docs/user/tutorials'
|
|---|
| 38532 | if [ ! -d "/home/goddard/ucsf/chimerax/ChimeraX.app/bin/share/docs/user/tutorials" ]; then mkdir -p /home/goddard/ucsf/chimerax/ChimeraX.app/bin/share/docs/user/tutorials; fi
|
|---|
| 38533 | /home/goddard/ucsf/chimerax/prereqs/win32/rsync.convert -rlptWv binding-sites.html bind1.png bind2.png bind3.png bind4.png bind5.png bind6.png dicom-vr2.png dicom-vr3.png dicom-vr6.png mlpclip.png /home/goddard/ucsf/chimerax/ChimeraX.app/bin/share/docs/user/tutorials
|
|---|
| 38534 | sending incremental file list
|
|---|
| 38535 | bind1.png
|
|---|
| 38536 | bind2.png
|
|---|
| 38537 | bind3.png
|
|---|
| 38538 | bind4.png
|
|---|
| 38539 | bind5.png
|
|---|
| 38540 | bind6.png
|
|---|
| 38541 | binding-sites.html
|
|---|
| 38542 | dicom-vr2.png
|
|---|
| 38543 | dicom-vr3.png
|
|---|
| 38544 | dicom-vr6.png
|
|---|
| 38545 | mlpclip.png
|
|---|
| 38546 |
|
|---|
| 38547 | sent 1,600,629 bytes received 225 bytes 3,201,708.00 bytes/sec
|
|---|
| 38548 | total size is 1,599,554 speedup is 1.00
|
|---|
| 38549 | make[4]: Leaving directory '/home/goddard/ucsf/chimerax/docs/user/tutorials'
|
|---|
| 38550 | if [ ! -d "/home/goddard/ucsf/chimerax/ChimeraX.app/bin/share/docs/user" ]; then mkdir -p /home/goddard/ucsf/chimerax/ChimeraX.app/bin/share/docs/user; fi
|
|---|
| 38551 | /home/goddard/ucsf/chimerax/prereqs/win32/rsync.convert -rlptWv advantages.html atomtypes.html attributes.html autostyle.html dicom-quickref.html fetch.html findseq.html general.html hierarchy.html hydrophobicity.html images.html index.html markers.html measurements.html menu.html modelinfo.html movies.html options.html preferences.html pseudobonds.html radii.html selectcontacts.html selection.html startup.html trajectories.html vr.html vrphone.html window.html userdocs.css commands formats ambient.png blimp.png contacts.png crispr.png density-icons.png flypore.png graphics-icons.png hb3window.png home-icons.png icon-clover.png marker-icons.png medical-icons.png molecule-icons.png mouse-icons.png nuc-icons.png triangled.png triangler.png undock.png x.png ChimeraX-docs-icon.svg ChimeraX-home-icon.svg ChimeraX-icon.svg vive.jpg flypore.cxc kyte-doolittle_hydrophobicity.cxc /home/goddard/ucsf/chimerax/ChimeraX.app/bin/share/docs/user
|
|---|
| 38552 | sending incremental file list
|
|---|
| 38553 | ChimeraX-docs-icon.svg
|
|---|
| 38554 | ChimeraX-home-icon.svg
|
|---|
| 38555 | ChimeraX-icon.svg
|
|---|
| 38556 | advantages.html
|
|---|
| 38557 | ambient.png
|
|---|
| 38558 | atomtypes.html
|
|---|
| 38559 | attributes.html
|
|---|
| 38560 | autostyle.html
|
|---|
| 38561 | blimp.png
|
|---|
| 38562 | contacts.png
|
|---|
| 38563 | crispr.png
|
|---|
| 38564 | density-icons.png
|
|---|
| 38565 | dicom-quickref.html
|
|---|
| 38566 | fetch.html
|
|---|
| 38567 | findseq.html
|
|---|
| 38568 | flypore.cxc
|
|---|
| 38569 | flypore.png
|
|---|
| 38570 | general.html
|
|---|
| 38571 | graphics-icons.png
|
|---|
| 38572 | hb3window.png
|
|---|
| 38573 | hierarchy.html
|
|---|
| 38574 | home-icons.png
|
|---|
| 38575 | hydrophobicity.html
|
|---|
| 38576 | icon-clover.png
|
|---|
| 38577 | images.html
|
|---|
| 38578 | index.html
|
|---|
| 38579 | kyte-doolittle_hydrophobicity.cxc
|
|---|
| 38580 | marker-icons.png
|
|---|
| 38581 | markers.html
|
|---|
| 38582 | measurements.html
|
|---|
| 38583 | medical-icons.png
|
|---|
| 38584 | menu.html
|
|---|
| 38585 | modelinfo.html
|
|---|
| 38586 | molecule-icons.png
|
|---|
| 38587 | mouse-icons.png
|
|---|
| 38588 | movies.html
|
|---|
| 38589 | nuc-icons.png
|
|---|
| 38590 | options.html
|
|---|
| 38591 | preferences.html
|
|---|
| 38592 | pseudobonds.html
|
|---|
| 38593 | radii.html
|
|---|
| 38594 | selectcontacts.html
|
|---|
| 38595 | selection.html
|
|---|
| 38596 | startup.html
|
|---|
| 38597 | trajectories.html
|
|---|
| 38598 | triangled.png
|
|---|
| 38599 | triangler.png
|
|---|
| 38600 | undock.png
|
|---|
| 38601 | userdocs.css
|
|---|
| 38602 | vive.jpg
|
|---|
| 38603 | vr.html
|
|---|
| 38604 | vrphone.html
|
|---|
| 38605 | window.html
|
|---|
| 38606 | x.png
|
|---|
| 38607 | commands/
|
|---|
| 38608 | commands/2dlabels.html
|
|---|
| 38609 | commands/addcharge.html
|
|---|
| 38610 | commands/addh.html
|
|---|
| 38611 | commands/alias.html
|
|---|
| 38612 | commands/align.html
|
|---|
| 38613 | commands/alphafold.html
|
|---|
| 38614 | commands/altlocs.html
|
|---|
| 38615 | commands/amino-coloring.cxc
|
|---|
| 38616 | commands/angle.html
|
|---|
| 38617 | commands/aniso.html
|
|---|
| 38618 | commands/atomspec-diffsum.html
|
|---|
| 38619 | commands/atomspec.html
|
|---|
| 38620 | commands/blastprotein.html
|
|---|
| 38621 | commands/boltz.html
|
|---|
| 38622 | commands/bond.html
|
|---|
| 38623 | commands/box.png
|
|---|
| 38624 | commands/build.html
|
|---|
| 38625 | commands/bumps.html
|
|---|
| 38626 | commands/bumps.png
|
|---|
| 38627 | commands/buttonpanel.html
|
|---|
| 38628 | commands/buttonpanel.png
|
|---|
| 38629 | commands/camera.html
|
|---|
| 38630 | commands/cartoon.html
|
|---|
| 38631 | commands/cd.html
|
|---|
| 38632 | commands/changechains.html
|
|---|
| 38633 | commands/chirality.html
|
|---|
| 38634 | commands/clashes.html
|
|---|
| 38635 | commands/clip.html
|
|---|
| 38636 | commands/close.html
|
|---|
| 38637 | commands/cofr.html
|
|---|
| 38638 | commands/color.html
|
|---|
| 38639 | commands/colornames.html
|
|---|
| 38640 | commands/colortables.html
|
|---|
| 38641 | commands/combine.html
|
|---|
| 38642 | commands/contacts.png
|
|---|
| 38643 | commands/coordset.html
|
|---|
| 38644 | commands/coulombic.html
|
|---|
| 38645 | commands/crossfade.html
|
|---|
| 38646 | commands/crosslinks.html
|
|---|
| 38647 | commands/crystalcontacts.html
|
|---|
| 38648 | commands/cylinders.png
|
|---|
| 38649 | commands/defattr.html
|
|---|
| 38650 | commands/define.html
|
|---|
| 38651 | commands/delete.html
|
|---|
| 38652 | commands/devel.html
|
|---|
| 38653 | commands/device.html
|
|---|
| 38654 | commands/distance.html
|
|---|
| 38655 | commands/dockprep.html
|
|---|
| 38656 | commands/dssp.html
|
|---|
| 38657 | commands/ecm-coloring.cxc
|
|---|
| 38658 | commands/ellipsoid.png
|
|---|
| 38659 | commands/esmfold.html
|
|---|
| 38660 | commands/exit.html
|
|---|
| 38661 | commands/fill.png
|
|---|
| 38662 | commands/fitmap.html
|
|---|
| 38663 | commands/fly.html
|
|---|
| 38664 | commands/foldseek.html
|
|---|
| 38665 | commands/getcrd.html
|
|---|
| 38666 | commands/graphics.html
|
|---|
| 38667 | commands/hbonds.html
|
|---|
| 38668 | commands/help.html
|
|---|
| 38669 | commands/histogram.png
|
|---|
| 38670 | commands/hkcage.html
|
|---|
| 38671 | commands/info.html
|
|---|
| 38672 | commands/interfaces.html
|
|---|
| 38673 | commands/key.html
|
|---|
| 38674 | commands/kvfinder.html
|
|---|
| 38675 | commands/label.html
|
|---|
| 38676 | commands/ladder.png
|
|---|
| 38677 | commands/licorice.png
|
|---|
| 38678 | commands/lighting.html
|
|---|
| 38679 | commands/log.html
|
|---|
| 38680 | commands/mapcolors.png
|
|---|
| 38681 | commands/marker.html
|
|---|
| 38682 | commands/matchmaker.html
|
|---|
| 38683 | commands/material.html
|
|---|
| 38684 | commands/mcopy.html
|
|---|
| 38685 | commands/measure.html
|
|---|
| 38686 | commands/meeting.html
|
|---|
| 38687 | commands/minimize.html
|
|---|
| 38688 | commands/mlp.html
|
|---|
| 38689 | commands/modelcif.html
|
|---|
| 38690 | commands/modeller.html
|
|---|
| 38691 | commands/molmap.html
|
|---|
| 38692 | commands/morph.html
|
|---|
| 38693 | commands/move.html
|
|---|
| 38694 | commands/movie.html
|
|---|
| 38695 | commands/mseries.html
|
|---|
| 38696 | commands/muffler.png
|
|---|
| 38697 | commands/mutationlabel.png
|
|---|
| 38698 | commands/mutationscores.html
|
|---|
| 38699 | commands/name.html
|
|---|
| 38700 | commands/nucleotides.html
|
|---|
| 38701 | commands/nucrib.png
|
|---|
| 38702 | commands/open.html
|
|---|
| 38703 | commands/palette.html
|
|---|
| 38704 | commands/palettes.html
|
|---|
| 38705 | commands/pbond.html
|
|---|
| 38706 | commands/perframe.html
|
|---|
| 38707 | commands/pointspec.html
|
|---|
| 38708 | commands/prc.png
|
|---|
| 38709 | commands/preset.html
|
|---|
| 38710 | commands/pwd.html
|
|---|
| 38711 | commands/registration.html
|
|---|
| 38712 | commands/remotecontrol.html
|
|---|
| 38713 | commands/rename.html
|
|---|
| 38714 | commands/renumber.html
|
|---|
| 38715 | commands/resfit.html
|
|---|
| 38716 | commands/resplot.png
|
|---|
| 38717 | commands/rmsd.html
|
|---|
| 38718 | commands/rna.html
|
|---|
| 38719 | commands/rock.html
|
|---|
| 38720 | commands/roll.html
|
|---|
| 38721 | commands/runscript.html
|
|---|
| 38722 | commands/save.html
|
|---|
| 38723 | commands/scalebar.html
|
|---|
| 38724 | commands/scatterplot.png
|
|---|
| 38725 | commands/segger.html
|
|---|
| 38726 | commands/segmentation.html
|
|---|
| 38727 | commands/segmentations.html
|
|---|
| 38728 | commands/select.html
|
|---|
| 38729 | commands/seqspec.html
|
|---|
| 38730 | commands/sequence.html
|
|---|
| 38731 | commands/set.html
|
|---|
| 38732 | commands/setattr.html
|
|---|
| 38733 | commands/shape.html
|
|---|
| 38734 | commands/shapely-coloring.cxc
|
|---|
| 38735 | commands/show.html
|
|---|
| 38736 | commands/similarstructures.html
|
|---|
| 38737 | commands/size.html
|
|---|
| 38738 | commands/slab.png
|
|---|
| 38739 | commands/smoothlines.html
|
|---|
| 38740 | commands/snapshot.html
|
|---|
| 38741 | commands/split.html
|
|---|
| 38742 | commands/stop.html
|
|---|
| 38743 | commands/struts.html
|
|---|
| 38744 | commands/stubs.png
|
|---|
| 38745 | commands/style.html
|
|---|
| 38746 | commands/style1.png
|
|---|
| 38747 | commands/surface-diagram.png
|
|---|
| 38748 | commands/surface.html
|
|---|
| 38749 | commands/swapaa.html
|
|---|
| 38750 | commands/swapna.html
|
|---|
| 38751 | commands/sym.html
|
|---|
| 38752 | commands/symbols.html
|
|---|
| 38753 | commands/taskman.html
|
|---|
| 38754 | commands/tile.html
|
|---|
| 38755 | commands/toolshed.html
|
|---|
| 38756 | commands/topography.html
|
|---|
| 38757 | commands/torsion.html
|
|---|
| 38758 | commands/transparency.html
|
|---|
| 38759 | commands/tug.html
|
|---|
| 38760 | commands/turn.html
|
|---|
| 38761 | commands/ui.html
|
|---|
| 38762 | commands/undo.html
|
|---|
| 38763 | commands/unitcell.html
|
|---|
| 38764 | commands/usage.html
|
|---|
| 38765 | commands/usageconventions.html
|
|---|
| 38766 | commands/version.html
|
|---|
| 38767 | commands/view.html
|
|---|
| 38768 | commands/volume.html
|
|---|
| 38769 | commands/vseries.html
|
|---|
| 38770 | commands/wait.html
|
|---|
| 38771 | commands/windowsize.html
|
|---|
| 38772 | commands/wobble.html
|
|---|
| 38773 | commands/zone.html
|
|---|
| 38774 | commands/zoom.html
|
|---|
| 38775 | formats/
|
|---|
| 38776 | formats/XYZ-axes.bild
|
|---|
| 38777 | formats/bild.html
|
|---|
| 38778 | formats/clustgroups.html
|
|---|
| 38779 | formats/defattr.html
|
|---|
| 38780 | formats/dock4.mol2
|
|---|
| 38781 | formats/example.bild
|
|---|
| 38782 | formats/getarea-121p.txt
|
|---|
| 38783 | formats/hhHydrophobicity.defattr
|
|---|
| 38784 | formats/imod.html
|
|---|
| 38785 | formats/kdHydrophobicity.defattr
|
|---|
| 38786 | formats/mfHydrophobicity.defattr
|
|---|
| 38787 | formats/midasrad.defattr
|
|---|
| 38788 | formats/mutationcsv.html
|
|---|
| 38789 | formats/pdbintro.html
|
|---|
| 38790 | formats/percentExposed.defattr
|
|---|
| 38791 | formats/positions.html
|
|---|
| 38792 | formats/scf.html
|
|---|
| 38793 | formats/sff.html
|
|---|
| 38794 | formats/sms.html
|
|---|
| 38795 | formats/storm.html
|
|---|
| 38796 | formats/ttHydrophobicity.defattr
|
|---|
| 38797 | formats/vtk.html
|
|---|
| 38798 | formats/wwHydrophobicity.defattr
|
|---|
| 38799 |
|
|---|
| 38800 | sent 5,794,946 bytes received 4,672 bytes 11,599,236.00 bytes/sec
|
|---|
| 38801 | total size is 5,777,564 speedup is 1.00
|
|---|
| 38802 | make[3]: Leaving directory '/home/goddard/ucsf/chimerax/docs/user'
|
|---|
| 38803 | make -C js install
|
|---|
| 38804 | make[3]: Entering directory '/home/goddard/ucsf/chimerax/docs/js'
|
|---|
| 38805 | if [ ! -d "/home/goddard/ucsf/chimerax/ChimeraX.app/bin/share/docs/js" ]; then mkdir -p /home/goddard/ucsf/chimerax/ChimeraX.app/bin/share/docs/js; fi
|
|---|
| 38806 | /home/goddard/ucsf/chimerax/prereqs/win32/rsync.convert -rlptWv cxlinks.js /home/goddard/ucsf/chimerax/ChimeraX.app/bin/share/docs/js
|
|---|
| 38807 | sending incremental file list
|
|---|
| 38808 | cxlinks.js
|
|---|
| 38809 |
|
|---|
| 38810 | sent 888 bytes received 35 bytes 1,846.00 bytes/sec
|
|---|
| 38811 | total size is 793 speedup is 0.86
|
|---|
| 38812 | make[3]: Leaving directory '/home/goddard/ucsf/chimerax/docs/js'
|
|---|
| 38813 | if [ ! -d "/home/goddard/ucsf/chimerax/ChimeraX.app/bin/share/docs" ]; then mkdir -p /home/goddard/ucsf/chimerax/ChimeraX.app/bin/share/docs; fi
|
|---|
| 38814 | /home/goddard/ucsf/chimerax/prereqs/win32/rsync.convert -rlptWv contact.html credits.html embedded.html index.html license.html licensing.html morerefs.html presentations.html troubleshoot.html webservices.html license.html embedded.html licenses videos /home/goddard/ucsf/chimerax/ChimeraX.app/bin/share/docs
|
|---|
| 38815 | sending incremental file list
|
|---|
| 38816 | contact.html
|
|---|
| 38817 | credits.html
|
|---|
| 38818 | embedded.html
|
|---|
| 38819 | index.html
|
|---|
| 38820 | license.html
|
|---|
| 38821 | licensing.html
|
|---|
| 38822 | morerefs.html
|
|---|
| 38823 | presentations.html
|
|---|
| 38824 | troubleshoot.html
|
|---|
| 38825 | webservices.html
|
|---|
| 38826 | licenses/
|
|---|
| 38827 | licenses/Cython-COPYING.txt
|
|---|
| 38828 | licenses/Jinja2-LICENSE.txt
|
|---|
| 38829 | licenses/MarkupSafe-LICENSE.txt
|
|---|
| 38830 | licenses/PyQt6-Qt6-LICENSE.txt
|
|---|
| 38831 | licenses/PyQt6-WebEngine-Qt6-LICENSE.txt
|
|---|
| 38832 | licenses/PyQt6_sip-LICENSE.txt
|
|---|
| 38833 | licenses/Pygments-LICENSE.txt
|
|---|
| 38834 | licenses/QtPy-LICENSE.txt
|
|---|
| 38835 | licenses/RandomWords-LICENSE.txt
|
|---|
| 38836 | licenses/alabaster-LICENSE.rst
|
|---|
| 38837 | licenses/appdirs-LICENSE.txt
|
|---|
| 38838 | licenses/asttokens-LICENSE.txt
|
|---|
| 38839 | licenses/babel-LICENSE.txt
|
|---|
| 38840 | licenses/basictypes-license.txt
|
|---|
| 38841 | licenses/beautifulsoup4-LICENSE.txt
|
|---|
| 38842 | licenses/blockdiag-LICENSE.txt
|
|---|
| 38843 | licenses/blosc2-LICENSE.txt
|
|---|
| 38844 | licenses/certifi-LICENSE.txt
|
|---|
| 38845 | licenses/cftime-LICENSE.txt
|
|---|
| 38846 | licenses/charset-normalizer-LICENSE.txt
|
|---|
| 38847 | licenses/colorama-LICENSE.txt
|
|---|
| 38848 | licenses/comm-LICENSE.txt
|
|---|
| 38849 | licenses/comtypes-LICENSE.txt
|
|---|
| 38850 | licenses/contourpy-LICENSE.txt
|
|---|
| 38851 | licenses/coverage-LICENSE.txt
|
|---|
| 38852 | licenses/cpp-peglib-license.txt
|
|---|
| 38853 | licenses/cycler-LICENSE.txt
|
|---|
| 38854 | licenses/debugpy-LICENSE.txt
|
|---|
| 38855 | licenses/decorator-LICENSE.txt
|
|---|
| 38856 | licenses/docutils-COPYING.txt
|
|---|
| 38857 | licenses/executing-LICENSE.txt
|
|---|
| 38858 | licenses/ffmpeg-LICENSE.html
|
|---|
| 38859 | licenses/filelock-LICENSE.txt
|
|---|
| 38860 | licenses/fonttools-LICENSE.txt
|
|---|
| 38861 | licenses/funcparserlib-LICENSE.txt
|
|---|
| 38862 | licenses/glfw-LICENSE.txt
|
|---|
| 38863 | licenses/grako-LICENSE.txt
|
|---|
| 38864 | licenses/idna-LICENSE.md
|
|---|
| 38865 | licenses/ihm-LICENSE.txt
|
|---|
| 38866 | licenses/imagecodecs-LICENSE.txt
|
|---|
| 38867 | licenses/imagesize-LICENSE.rst
|
|---|
| 38868 | licenses/iniconfig-LICENSE.txt
|
|---|
| 38869 | licenses/ipykernel-LICENSE.txt
|
|---|
| 38870 | licenses/ipython-LICENSE.txt
|
|---|
| 38871 | licenses/ipython_pygments_lexers-LICENSE.txt
|
|---|
| 38872 | licenses/ipywidgets-LICENSE.txt
|
|---|
| 38873 | licenses/jedi-LICENSE.txt
|
|---|
| 38874 | licenses/jupyter_client-LICENSE.txt
|
|---|
| 38875 | licenses/jupyterlab_widgets-LICENSE.txt
|
|---|
| 38876 | licenses/kiwisolver-LICENSE.txt
|
|---|
| 38877 | licenses/line_profiler-LICENSE.txt
|
|---|
| 38878 | licenses/lxml-LICENSE.txt
|
|---|
| 38879 | licenses/lz4-LICENSE.txt
|
|---|
| 38880 | licenses/matplotlib-LICENSE.txt
|
|---|
| 38881 | licenses/matplotlib-inline-LICENSE.txt
|
|---|
| 38882 | licenses/msgpack-COPYING.txt
|
|---|
| 38883 | licenses/ndindex-LICENSE.txt
|
|---|
| 38884 | licenses/nest-asyncio-LICENSE.txt
|
|---|
| 38885 | licenses/netCDF4-LICENSE.txt
|
|---|
| 38886 | licenses/networkx-LICENSE.txt
|
|---|
| 38887 | licenses/nibabel-COPYING.txt
|
|---|
| 38888 | licenses/nptyping-LICENSE.txt
|
|---|
| 38889 | licenses/numpy-LICENSE.txt
|
|---|
| 38890 | licenses/openvr-LICENSE.txt
|
|---|
| 38891 | licenses/packaging-LICENSE.txt
|
|---|
| 38892 | licenses/parso-LICENSE.txt
|
|---|
| 38893 | licenses/pep517-LICENSE.txt
|
|---|
| 38894 | licenses/pkginfo-LICENSE.txt
|
|---|
| 38895 | licenses/platformdirs-LICENSE.txt
|
|---|
| 38896 | licenses/pluggy-LICENSE.txt
|
|---|
| 38897 | licenses/prompt_toolkit-LICENSE.txt
|
|---|
| 38898 | licenses/psutil-LICENSE.txt
|
|---|
| 38899 | licenses/pure_eval-LICENSE.txt
|
|---|
| 38900 | licenses/py-cpuinfo-LICENSE.txt
|
|---|
| 38901 | licenses/pycollada-COPYING.txt
|
|---|
| 38902 | licenses/pydicom-LICENSE.txt
|
|---|
| 38903 | licenses/pynmrstar-LICENSE.txt
|
|---|
| 38904 | licenses/pynrrd-LICENSE.txt
|
|---|
| 38905 | licenses/pyopenxr-LICENSE.txt
|
|---|
| 38906 | licenses/pyproject_hooks-LICENSE.txt
|
|---|
| 38907 | licenses/pytest-LICENSE.txt
|
|---|
| 38908 | licenses/pytest-cov-LICENSE.txt
|
|---|
| 38909 | licenses/python-dateutil-LICENSE.txt
|
|---|
| 38910 | licenses/pytz-LICENSE.txt
|
|---|
| 38911 | licenses/pyzmq-LICENSE.md
|
|---|
| 38912 | licenses/qtconsole-LICENSE.txt
|
|---|
| 38913 | licenses/requests-LICENSE.txt
|
|---|
| 38914 | licenses/scipy-LICENSE.txt
|
|---|
| 38915 | licenses/sfftk-rw-LICENSE.txt
|
|---|
| 38916 | licenses/six-LICENSE.txt
|
|---|
| 38917 | licenses/snowballstemmer-COPYING.txt
|
|---|
| 38918 | licenses/sortedcontainers-LICENSE.txt
|
|---|
| 38919 | licenses/soupsieve-LICENSE.md
|
|---|
| 38920 | licenses/sphinx-autodoc-typehints-LICENSE.txt
|
|---|
| 38921 | licenses/sphinxcontrib-blockdiag-LICENSE.txt
|
|---|
| 38922 | licenses/sphinxcontrib-jsmath-LICENSE.txt
|
|---|
| 38923 | licenses/stack-data-LICENSE.txt
|
|---|
| 38924 | licenses/superqt-LICENSE.txt
|
|---|
| 38925 | licenses/tables-LICENSE.txt
|
|---|
| 38926 | licenses/tcia_utils-LICENSE.txt
|
|---|
| 38927 | licenses/tifffile-LICENSE.txt
|
|---|
| 38928 | licenses/tinyarray-LICENSE.rst
|
|---|
| 38929 | licenses/tornado-LICENSE.txt
|
|---|
| 38930 | licenses/traitlets-LICENSE.txt
|
|---|
| 38931 | licenses/tzdata-LICENSE.txt
|
|---|
| 38932 | licenses/wcwidth-LICENSE.txt
|
|---|
| 38933 | licenses/webcolors-LICENSE.txt
|
|---|
| 38934 | licenses/wheel-LICENSE.txt
|
|---|
| 38935 | licenses/wheel-filename-LICENSE.txt
|
|---|
| 38936 | licenses/widgetsnbextension-LICENSE.txt
|
|---|
| 38937 | videos/
|
|---|
| 38938 | videos/index.html
|
|---|
| 38939 | videos/images/
|
|---|
| 38940 | videos/images/af_contacts.jpg
|
|---|
| 38941 | videos/images/af_multimer.jpg
|
|---|
| 38942 | videos/images/alphafold_assembly.jpg
|
|---|
| 38943 | videos/images/alphafold_fetch.jpg
|
|---|
| 38944 | videos/images/alphafold_fit.jpg
|
|---|
| 38945 | videos/images/alphafold_pae.jpg
|
|---|
| 38946 | videos/images/alphafold_pae_sbgrid.jpg
|
|---|
| 38947 | videos/images/alphafold_predict.jpg
|
|---|
| 38948 | videos/images/alphafold_run.jpg
|
|---|
| 38949 | videos/images/alphafold_sbgrid.jpg
|
|---|
| 38950 | videos/images/ar.jpg
|
|---|
| 38951 | videos/images/blender.jpg
|
|---|
| 38952 | videos/images/boltz.jpg
|
|---|
| 38953 | videos/images/boltz_affinity.jpg
|
|---|
| 38954 | videos/images/boltz_ligands.jpg
|
|---|
| 38955 | videos/images/ca_rmsd.jpg
|
|---|
| 38956 | videos/images/chimerax_colabfold.jpg
|
|---|
| 38957 | videos/images/colabfold_a100.jpg
|
|---|
| 38958 | videos/images/colorem.jpg
|
|---|
| 38959 | videos/images/corona.jpg
|
|---|
| 38960 | videos/images/crm1.jpg
|
|---|
| 38961 | videos/images/dicomvr.jpg
|
|---|
| 38962 | videos/images/ferritin.jpg
|
|---|
| 38963 | videos/images/fitting.jpg
|
|---|
| 38964 | videos/images/isolde1.jpg
|
|---|
| 38965 | videos/images/isolde2.jpg
|
|---|
| 38966 | videos/images/localres.jpg
|
|---|
| 38967 | videos/images/moviemaking.jpg
|
|---|
| 38968 | videos/images/multiwfn.jpg
|
|---|
| 38969 | videos/images/nanobody.jpg
|
|---|
| 38970 | videos/images/opioids.jpg
|
|---|
| 38971 | videos/images/pharmchem.jpg
|
|---|
| 38972 | videos/images/rmsd_color.jpg
|
|---|
| 38973 | videos/images/tug.jpg
|
|---|
| 38974 | videos/images/zone.jpg
|
|---|
| 38975 |
|
|---|
| 38976 | sent 1,526,513 bytes received 3,004 bytes 1,019,678.00 bytes/sec
|
|---|
| 38977 | total size is 1,567,991 speedup is 1.03
|
|---|
| 38978 | make[2]: Leaving directory '/home/goddard/ucsf/chimerax/docs'
|
|---|
| 38979 | /home/goddard/ucsf/chimerax/ChimeraX.app/bin/python.exe -I utils/clean_app.py
|
|---|
| 38980 | /home/goddard/ucsf/chimerax/ChimeraX.app/bin/python.exe -I -m pip check
|
|---|
| 38981 | No broken requirements found.
|
|---|
| 38982 | Finished install at Tue Sep 23 12:16:16 PDT 2025
|
|---|
| 38983 | make[1]: Leaving directory '/home/goddard/ucsf/chimerax'
|
|---|