Skip to content

Instantly share code, notes, and snippets.

@thomasaarholt
Created January 22, 2021 13:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save thomasaarholt/34f5712b07b5bee119d649808961f37c to your computer and use it in GitHub Desktop.
Save thomasaarholt/34f5712b07b5bee119d649808961f37c to your computer and use it in GitHub Desktop.
Error from pytetgen
$ pip install pytetgen
Collecting pytetgen
Using cached pytetgen-0.1.4.tar.gz (392 kB)
Building wheels for collected packages: pytetgen
Building wheel for pytetgen (setup.py) ... error
ERROR: Command errored out with exit status 1:
command: 'C:\Users\thomasaar\Miniconda3\envs\py38\python.exe' -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'C:\\Users\\thomasaar\\AppData\\Local\\Temp\\pip-install-xphrb4j7\\pytetgen_dc8134ee876b4f18b1a1373353bd0c09\\setup.py'"'"'; __file__='"'"'C:\\Users\\thomasaar\\AppData\\Local\\Temp\\pip-install-xphrb4j7\\pytetgen_dc8134ee876b4f18b1a1373353bd0c09\\setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' bdist_wheel -d 'C:\Users\thomasaar\AppData\Local\Temp\pip-wheel-igdis3c8'
cwd: C:\Users\thomasaar\AppData\Local\Temp\pip-install-xphrb4j7\pytetgen_dc8134ee876b4f18b1a1373353bd0c09\
Complete output (339 lines):
running bdist_wheel
running build
running build_py
package init file 'pytetgen\__init__.py' not found (or not a regular file)
running build_ext
skipping 'pytetgen\pytetgen.cpp' Cython extension (up-to-date)
building 'pytetgen' extension
creating build
creating build\temp.win-amd64-3.8
creating build\temp.win-amd64-3.8\Release
creating build\temp.win-amd64-3.8\Release\pytetgen
C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.28.29333\bin\HostX86\x64\cl.exe /c /nologo /Ox /W3 /GL /DNDEBUG /MD -IC:\Users\thomasaar\Miniconda3\envs\py38\lib\site-packages\numpy\core\include -IC:\Users\thomasaar\Miniconda3\envs\py38\include -IC:\Users\thomasaar\Miniconda3\envs\py38\include "-IC:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.28.29333\ATLMFC\include" "-IC:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.28.29333\include" "-IC:\Program Files (x86)\Windows Kits\NETFXSDK\4.8\include\um" "-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.27.29110\include" "-IC:\Program Files (x86)\Windows Kits\10\Include\10.0.19041.0\um" -IC:\Users\thomasaar\Documents\github\pthreads-w32-2-9-1-release\Pre-built.2\include /EHsc /Tppytetgen/tetgen.cxx /Fobuild\temp.win-amd64-3.8\Release\pytetgen/tetgen.obj -g0 -O0 -DTETLIBRARY
cl : Command line warning D9002 : ignoring unknown option '-g0'
cl : Command line warning D9002 : ignoring unknown option '-O0'
tetgen.cxx
pytetgen/tetgen.cxx(202): 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.
pytetgen/tetgen.cxx(203): 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.
pytetgen/tetgen.cxx(206): 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.
pytetgen/tetgen.cxx(279): 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.
pytetgen/tetgen.cxx(280): 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.
pytetgen/tetgen.cxx(282): 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.
pytetgen/tetgen.cxx(361): 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.
pytetgen/tetgen.cxx(362): 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.
pytetgen/tetgen.cxx(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.
pytetgen/tetgen.cxx(457): 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.
pytetgen/tetgen.cxx(458): 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.
pytetgen/tetgen.cxx(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.
pytetgen/tetgen.cxx(564): 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.
pytetgen/tetgen.cxx(565): 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.
pytetgen/tetgen.cxx(578): 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.
pytetgen/tetgen.cxx(579): 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.
pytetgen/tetgen.cxx(567): 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.
pytetgen/tetgen.cxx(625): 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.
pytetgen/tetgen.cxx(626): 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.
pytetgen/tetgen.cxx(627): 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.
pytetgen/tetgen.cxx(747): 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.
pytetgen/tetgen.cxx(748): 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.
pytetgen/tetgen.cxx(749): 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.
pytetgen/tetgen.cxx(821): 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.
pytetgen/tetgen.cxx(822): 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.
pytetgen/tetgen.cxx(823): 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.
pytetgen/tetgen.cxx(824): 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.
pytetgen/tetgen.cxx(829): 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.
pytetgen/tetgen.cxx(832): 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.
pytetgen/tetgen.cxx(1238): 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.
pytetgen/tetgen.cxx(1231): 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.
pytetgen/tetgen.cxx(1241): 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.
pytetgen/tetgen.cxx(1259): 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.
pytetgen/tetgen.cxx(1400): 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.
pytetgen/tetgen.cxx(1393): 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.
pytetgen/tetgen.cxx(1403): 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.
pytetgen/tetgen.cxx(1616): 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.
pytetgen/tetgen.cxx(1609): 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.
pytetgen/tetgen.cxx(1619): 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.
pytetgen/tetgen.cxx(1749): 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.
pytetgen/tetgen.cxx(1742): 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.
pytetgen/tetgen.cxx(1752): 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.
pytetgen/tetgen.cxx(2110): 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.
pytetgen/tetgen.cxx(2120): 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.
pytetgen/tetgen.cxx(2130): 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.
pytetgen/tetgen.cxx(2103): 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.
pytetgen/tetgen.cxx(2112): 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.
pytetgen/tetgen.cxx(2128): 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.
pytetgen/tetgen.cxx(2134): 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.
pytetgen/tetgen.cxx(2197): 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.
pytetgen/tetgen.cxx(2404): 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.
pytetgen/tetgen.cxx(2406): 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.
pytetgen/tetgen.cxx(2430): 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.
pytetgen/tetgen.cxx(2432): 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.
pytetgen/tetgen.cxx(2456): 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.
pytetgen/tetgen.cxx(2458): 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.
pytetgen/tetgen.cxx(2503): 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.
pytetgen/tetgen.cxx(2505): 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.
pytetgen/tetgen.cxx(2532): 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.
pytetgen/tetgen.cxx(2534): 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.
pytetgen/tetgen.cxx(2560): 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.
pytetgen/tetgen.cxx(2562): 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.
pytetgen/tetgen.cxx(2595): 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.
pytetgen/tetgen.cxx(2597): 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.
pytetgen/tetgen.cxx(2693): 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.
pytetgen/tetgen.cxx(2695): 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.
pytetgen/tetgen.cxx(2988): 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.
pytetgen/tetgen.cxx(2989): 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.
pytetgen/tetgen.cxx(2994): 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.
pytetgen/tetgen.cxx(2995): 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.
pytetgen/tetgen.cxx(3188): warning C4244: '=': conversion from 'double' to 'int', possible loss of data
pytetgen/tetgen.cxx(3384): 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.
pytetgen/tetgen.cxx(3501): 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.
pytetgen/tetgen.cxx(3522): 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.
pytetgen/tetgen.cxx(3524): 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.
pytetgen/tetgen.cxx(3525): 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.
pytetgen/tetgen.cxx(3533): 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.
pytetgen/tetgen.cxx(3534): 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.
pytetgen/tetgen.cxx(3536): 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.
pytetgen/tetgen.cxx(3537): 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.
pytetgen/tetgen.cxx(2999): 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.
pytetgen/tetgen.cxx(3530): 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.
pytetgen/tetgen.cxx(11144): warning C4244: '=': conversion from 'double' to 'int', possible loss of data
pytetgen/tetgen.cxx(27296): warning C4477: 'printf' : format string '%lx' requires an argument of type 'unsigned long', but variadic argument 1 has type 'uintptr_t'
pytetgen/tetgen.cxx(27296): note: consider using '%llx' in the format string
pytetgen/tetgen.cxx(27296): note: consider using '%Ix' in the format string
pytetgen/tetgen.cxx(27296): note: consider using '%I64x' in the format string
pytetgen/tetgen.cxx(27299): warning C4477: 'printf' : format string '%lx' requires an argument of type 'unsigned long', but variadic argument 1 has type 'uintptr_t'
pytetgen/tetgen.cxx(27299): note: consider using '%llx' in the format string
pytetgen/tetgen.cxx(27299): note: consider using '%Ix' in the format string
pytetgen/tetgen.cxx(27299): note: consider using '%I64x' in the format string
pytetgen/tetgen.cxx(27307): warning C4477: 'printf' : format string '%lx' requires an argument of type 'unsigned long', but variadic argument 1 has type 'uintptr_t'
pytetgen/tetgen.cxx(27307): note: consider using '%llx' in the format string
pytetgen/tetgen.cxx(27307): note: consider using '%Ix' in the format string
pytetgen/tetgen.cxx(27307): note: consider using '%I64x' in the format string
pytetgen/tetgen.cxx(27310): warning C4477: 'printf' : format string '%lx' requires an argument of type 'unsigned long', but variadic argument 1 has type 'uintptr_t'
pytetgen/tetgen.cxx(27310): note: consider using '%llx' in the format string
pytetgen/tetgen.cxx(27310): note: consider using '%Ix' in the format string
pytetgen/tetgen.cxx(27310): note: consider using '%I64x' in the format string
pytetgen/tetgen.cxx(27319): warning C4477: 'printf' : format string '%lx' requires an argument of type 'unsigned long', but variadic argument 1 has type 'uintptr_t'
pytetgen/tetgen.cxx(27319): note: consider using '%llx' in the format string
pytetgen/tetgen.cxx(27319): note: consider using '%Ix' in the format string
pytetgen/tetgen.cxx(27319): note: consider using '%I64x' in the format string
pytetgen/tetgen.cxx(27322): warning C4477: 'printf' : format string '%lx' requires an argument of type 'unsigned long', but variadic argument 1 has type 'uintptr_t'
pytetgen/tetgen.cxx(27322): note: consider using '%llx' in the format string
pytetgen/tetgen.cxx(27322): note: consider using '%Ix' in the format string
pytetgen/tetgen.cxx(27322): note: consider using '%I64x' in the format string
pytetgen/tetgen.cxx(27336): warning C4477: 'printf' : format string '%lx' requires an argument of type 'unsigned long', but variadic argument 1 has type 'uintptr_t'
pytetgen/tetgen.cxx(27336): note: consider using '%llx' in the format string
pytetgen/tetgen.cxx(27336): note: consider using '%Ix' in the format string
pytetgen/tetgen.cxx(27336): note: consider using '%I64x' in the format string
pytetgen/tetgen.cxx(27339): warning C4477: 'printf' : format string '%lx' requires an argument of type 'unsigned long', but variadic argument 1 has type 'uintptr_t'
pytetgen/tetgen.cxx(27339): note: consider using '%llx' in the format string
pytetgen/tetgen.cxx(27339): note: consider using '%Ix' in the format string
pytetgen/tetgen.cxx(27339): note: consider using '%I64x' in the format string
pytetgen/tetgen.cxx(27345): warning C4477: 'printf' : format string '%lx' requires an argument of type 'unsigned long', but variadic argument 1 has type 'uintptr_t'
pytetgen/tetgen.cxx(27345): note: consider using '%llx' in the format string
pytetgen/tetgen.cxx(27345): note: consider using '%Ix' in the format string
pytetgen/tetgen.cxx(27345): note: consider using '%I64x' in the format string
pytetgen/tetgen.cxx(27348): warning C4477: 'printf' : format string '%lx' requires an argument of type 'unsigned long', but variadic argument 1 has type 'uintptr_t'
pytetgen/tetgen.cxx(27348): note: consider using '%llx' in the format string
pytetgen/tetgen.cxx(27348): note: consider using '%Ix' in the format string
pytetgen/tetgen.cxx(27348): note: consider using '%I64x' in the format string
pytetgen/tetgen.cxx(27362): warning C4477: 'printf' : format string '%lx' requires an argument of type 'unsigned long', but variadic argument 1 has type 'uintptr_t'
pytetgen/tetgen.cxx(27362): note: consider using '%llx' in the format string
pytetgen/tetgen.cxx(27362): note: consider using '%Ix' in the format string
pytetgen/tetgen.cxx(27362): note: consider using '%I64x' in the format string
pytetgen/tetgen.cxx(27365): warning C4477: 'printf' : format string '%lx' requires an argument of type 'unsigned long', but variadic argument 1 has type 'uintptr_t'
pytetgen/tetgen.cxx(27365): note: consider using '%llx' in the format string
pytetgen/tetgen.cxx(27365): note: consider using '%Ix' in the format string
pytetgen/tetgen.cxx(27365): note: consider using '%I64x' in the format string
pytetgen/tetgen.cxx(27371): warning C4477: 'printf' : format string '%lx' requires an argument of type 'unsigned long', but variadic argument 1 has type 'uintptr_t'
pytetgen/tetgen.cxx(27371): note: consider using '%llx' in the format string
pytetgen/tetgen.cxx(27371): note: consider using '%Ix' in the format string
pytetgen/tetgen.cxx(27371): note: consider using '%I64x' in the format string
pytetgen/tetgen.cxx(27374): warning C4477: 'printf' : format string '%lx' requires an argument of type 'unsigned long', but variadic argument 1 has type 'uintptr_t'
pytetgen/tetgen.cxx(27374): note: consider using '%llx' in the format string
pytetgen/tetgen.cxx(27374): note: consider using '%Ix' in the format string
pytetgen/tetgen.cxx(27374): note: consider using '%I64x' in the format string
pytetgen/tetgen.cxx(27384): warning C4477: 'printf' : format string '%lx' requires an argument of type 'unsigned long', but variadic argument 1 has type 'uintptr_t'
pytetgen/tetgen.cxx(27384): note: consider using '%llx' in the format string
pytetgen/tetgen.cxx(27384): note: consider using '%Ix' in the format string
pytetgen/tetgen.cxx(27384): note: consider using '%I64x' in the format string
pytetgen/tetgen.cxx(27387): warning C4477: 'printf' : format string '%lx' requires an argument of type 'unsigned long', but variadic argument 1 has type 'uintptr_t'
pytetgen/tetgen.cxx(27387): note: consider using '%llx' in the format string
pytetgen/tetgen.cxx(27387): note: consider using '%Ix' in the format string
pytetgen/tetgen.cxx(27387): note: consider using '%I64x' in the format string
pytetgen/tetgen.cxx(27399): warning C4477: 'printf' : format string '%lx' requires an argument of type 'unsigned long', but variadic argument 1 has type 'uintptr_t'
pytetgen/tetgen.cxx(27399): note: consider using '%llx' in the format string
pytetgen/tetgen.cxx(27399): note: consider using '%Ix' in the format string
pytetgen/tetgen.cxx(27399): note: consider using '%I64x' in the format string
pytetgen/tetgen.cxx(27402): warning C4477: 'printf' : format string '%lx' requires an argument of type 'unsigned long', but variadic argument 1 has type 'uintptr_t'
pytetgen/tetgen.cxx(27402): note: consider using '%llx' in the format string
pytetgen/tetgen.cxx(27402): note: consider using '%Ix' in the format string
pytetgen/tetgen.cxx(27402): note: consider using '%I64x' in the format string
pytetgen/tetgen.cxx(27484): warning C4477: 'printf' : format string '%lx' requires an argument of type 'unsigned long', but variadic argument 1 has type 'uintptr_t'
pytetgen/tetgen.cxx(27484): note: consider using '%llx' in the format string
pytetgen/tetgen.cxx(27484): note: consider using '%Ix' in the format string
pytetgen/tetgen.cxx(27484): note: consider using '%I64x' in the format string
pytetgen/tetgen.cxx(27484): warning C4477: 'printf' : format string '%lx' requires an argument of type 'unsigned long', but variadic argument 6 has type 'uintptr_t'
pytetgen/tetgen.cxx(27484): note: consider using '%llx' in the format string
pytetgen/tetgen.cxx(27484): note: consider using '%Ix' in the format string
pytetgen/tetgen.cxx(27484): note: consider using '%I64x' in the format string
pytetgen/tetgen.cxx(27497): warning C4477: 'printf' : format string '%lx' requires an argument of type 'unsigned long', but variadic argument 1 has type 'uintptr_t'
pytetgen/tetgen.cxx(27497): note: consider using '%llx' in the format string
pytetgen/tetgen.cxx(27497): note: consider using '%Ix' in the format string
pytetgen/tetgen.cxx(27497): note: consider using '%I64x' in the format string
pytetgen/tetgen.cxx(27502): warning C4477: 'printf' : format string '%lx' requires an argument of type 'unsigned long', but variadic argument 1 has type 'uintptr_t'
pytetgen/tetgen.cxx(27502): note: consider using '%llx' in the format string
pytetgen/tetgen.cxx(27502): note: consider using '%Ix' in the format string
pytetgen/tetgen.cxx(27502): note: consider using '%I64x' in the format string
pytetgen/tetgen.cxx(27521): warning C4477: 'printf' : format string '%lx' requires an argument of type 'unsigned long', but variadic argument 1 has type 'uintptr_t'
pytetgen/tetgen.cxx(27521): note: consider using '%llx' in the format string
pytetgen/tetgen.cxx(27521): note: consider using '%Ix' in the format string
pytetgen/tetgen.cxx(27521): note: consider using '%I64x' in the format string
pytetgen/tetgen.cxx(27521): warning C4477: 'printf' : format string '%lx' requires an argument of type 'unsigned long', but variadic argument 6 has type 'uintptr_t'
pytetgen/tetgen.cxx(27521): note: consider using '%llx' in the format string
pytetgen/tetgen.cxx(27521): note: consider using '%Ix' in the format string
pytetgen/tetgen.cxx(27521): note: consider using '%I64x' in the format string
pytetgen/tetgen.cxx(27538): warning C4477: 'printf' : format string '%lx' requires an argument of type 'unsigned long', but variadic argument 5 has type 'uintptr_t'
pytetgen/tetgen.cxx(27538): note: consider using '%llx' in the format string
pytetgen/tetgen.cxx(27538): note: consider using '%Ix' in the format string
pytetgen/tetgen.cxx(27538): note: consider using '%I64x' in the format string
pytetgen/tetgen.cxx(27547): warning C4477: 'printf' : format string '%lx' requires an argument of type 'unsigned long', but variadic argument 5 has type 'uintptr_t'
pytetgen/tetgen.cxx(27547): note: consider using '%llx' in the format string
pytetgen/tetgen.cxx(27547): note: consider using '%Ix' in the format string
pytetgen/tetgen.cxx(27547): note: consider using '%I64x' in the format string
pytetgen/tetgen.cxx(27593): warning C4477: 'printf' : format string '%lx' requires an argument of type 'unsigned long', but variadic argument 5 has type 'uintptr_t'
pytetgen/tetgen.cxx(27593): note: consider using '%llx' in the format string
pytetgen/tetgen.cxx(27593): note: consider using '%Ix' in the format string
pytetgen/tetgen.cxx(27593): note: consider using '%I64x' in the format string
pytetgen/tetgen.cxx(27613): warning C4477: 'printf' : format string '%lx' requires an argument of type 'unsigned long', but variadic argument 4 has type 'uintptr_t'
pytetgen/tetgen.cxx(27613): note: consider using '%llx' in the format string
pytetgen/tetgen.cxx(27613): note: consider using '%Ix' in the format string
pytetgen/tetgen.cxx(27613): note: consider using '%I64x' in the format string
pytetgen/tetgen.cxx(28357): 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.
pytetgen/tetgen.cxx(28363): 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.
pytetgen/tetgen.cxx(28869): 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.
pytetgen/tetgen.cxx(28870): 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.
pytetgen/tetgen.cxx(28889): 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.
pytetgen/tetgen.cxx(29063): 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.
pytetgen/tetgen.cxx(29064): 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.
pytetgen/tetgen.cxx(29110): 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.
pytetgen/tetgen.cxx(29111): 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.
pytetgen/tetgen.cxx(29076): 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.
pytetgen/tetgen.cxx(29123): 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.
pytetgen/tetgen.cxx(29200): 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.
pytetgen/tetgen.cxx(29201): 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.
pytetgen/tetgen.cxx(29217): 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.
pytetgen/tetgen.cxx(29355): 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.
pytetgen/tetgen.cxx(29356): 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.
pytetgen/tetgen.cxx(29529): 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.
pytetgen/tetgen.cxx(29530): 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.
pytetgen/tetgen.cxx(29371): 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.
pytetgen/tetgen.cxx(29540): 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.
pytetgen/tetgen.cxx(29576): 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.
pytetgen/tetgen.cxx(29577): 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.
pytetgen/tetgen.cxx(29589): 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.
pytetgen/tetgen.cxx(29680): 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.
pytetgen/tetgen.cxx(29681): 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.
pytetgen/tetgen.cxx(29693): 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.
pytetgen/tetgen.cxx(29867): 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.
pytetgen/tetgen.cxx(29868): 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.
pytetgen/tetgen.cxx(30060): 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.
pytetgen/tetgen.cxx(30061): 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.
pytetgen/tetgen.cxx(30087): 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.
pytetgen/tetgen.cxx(30088): 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.
pytetgen/tetgen.cxx(29895): 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.
pytetgen/tetgen.cxx(30071): 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.
pytetgen/tetgen.cxx(30098): 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.
pytetgen/tetgen.cxx(30145): 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.
pytetgen/tetgen.cxx(30146): 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.
pytetgen/tetgen.cxx(30158): 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.
pytetgen/tetgen.cxx(30287): 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.
pytetgen/tetgen.cxx(30288): 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.
pytetgen/tetgen.cxx(30302): 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.
pytetgen/tetgen.cxx(30397): 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.
pytetgen/tetgen.cxx(30398): 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.
pytetgen/tetgen.cxx(30499): 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.
pytetgen/tetgen.cxx(30500): 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.
pytetgen/tetgen.cxx(30601): 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.
pytetgen/tetgen.cxx(30602): 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.
pytetgen/tetgen.cxx(30715): 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.
pytetgen/tetgen.cxx(30716): 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.
pytetgen/tetgen.cxx(30447): 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.
pytetgen/tetgen.cxx(30512): 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.
pytetgen/tetgen.cxx(30614): 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.
pytetgen/tetgen.cxx(30728): 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.
pytetgen/tetgen.cxx(30852): 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.
pytetgen/tetgen.cxx(30854): 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.
pytetgen/tetgen.cxx(30856): 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.
pytetgen/tetgen.cxx(30858): 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.
pytetgen/tetgen.cxx(30859): 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.
pytetgen/tetgen.cxx(30860): 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.
pytetgen/tetgen.cxx(30865): 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.
pytetgen/tetgen.cxx(30955): 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.
pytetgen/tetgen.cxx(30957): 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.
pytetgen/tetgen.cxx(30959): 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.
pytetgen/tetgen.cxx(30961): 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.
pytetgen/tetgen.cxx(30966): 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.
pytetgen/tetgen.cxx(31118): 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.
pytetgen/tetgen.cxx(31120): 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.
pytetgen/tetgen.cxx(31122): 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.
pytetgen/tetgen.cxx(31124): 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.
pytetgen/tetgen.cxx(31129): 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.
C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.28.29333\bin\HostX86\x64\cl.exe /c /nologo /Ox /W3 /GL /DNDEBUG /MD -IC:\Users\thomasaar\Miniconda3\envs\py38\lib\site-packages\numpy\core\include -IC:\Users\thomasaar\Miniconda3\envs\py38\include -IC:\Users\thomasaar\Miniconda3\envs\py38\include "-IC:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.28.29333\ATLMFC\include" "-IC:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.28.29333\include" "-IC:\Program Files (x86)\Windows Kits\NETFXSDK\4.8\include\um" "-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.27.29110\include" "-IC:\Program Files (x86)\Windows Kits\10\Include\10.0.19041.0\um" -IC:\Users\thomasaar\Documents\github\pthreads-w32-2-9-1-release\Pre-built.2\include /EHsc /Tppytetgen/predicates.cxx /Fobuild\temp.win-amd64-3.8\Release\pytetgen/predicates.obj -g0 -O0 -DTETLIBRARY
cl : Command line warning D9002 : ignoring unknown option '-g0'
cl : Command line warning D9002 : ignoring unknown option '-O0'
predicates.cxx
C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.28.29333\bin\HostX86\x64\cl.exe /c /nologo /Ox /W3 /GL /DNDEBUG /MD -IC:\Users\thomasaar\Miniconda3\envs\py38\lib\site-packages\numpy\core\include -IC:\Users\thomasaar\Miniconda3\envs\py38\include -IC:\Users\thomasaar\Miniconda3\envs\py38\include "-IC:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.28.29333\ATLMFC\include" "-IC:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.28.29333\include" "-IC:\Program Files (x86)\Windows Kits\NETFXSDK\4.8\include\um" "-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.27.29110\include" "-IC:\Program Files (x86)\Windows Kits\10\Include\10.0.19041.0\um" -IC:\Users\thomasaar\Documents\github\pthreads-w32-2-9-1-release\Pre-built.2\include /EHsc /Tppytetgen\pytetgen.cpp /Fobuild\temp.win-amd64-3.8\Release\pytetgen\pytetgen.obj -g0 -O0 -DTETLIBRARY
cl : Command line warning D9002 : ignoring unknown option '-g0'
cl : Command line warning D9002 : ignoring unknown option '-O0'
pytetgen.cpp
C:\Users\thomasaar\Miniconda3\envs\py38\lib\site-packages\numpy\core\include\numpy\npy_1_7_deprecated_api.h(14) : Warning Msg: Using deprecated NumPy API, disable it with #define NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION
pytetgen\pytetgen.cpp(22867): warning C4996: '_typeobject::tp_print': deprecated in 3.8
pytetgen\pytetgen.cpp(22871): warning C4996: '_typeobject::tp_print': deprecated in 3.8
pytetgen\pytetgen.cpp(22875): warning C4996: '_typeobject::tp_print': deprecated in 3.8
pytetgen\pytetgen.cpp(22881): warning C4996: '_typeobject::tp_print': deprecated in 3.8
pytetgen\pytetgen.cpp(22885): warning C4996: '_typeobject::tp_print': deprecated in 3.8
pytetgen\pytetgen.cpp(22896): warning C4996: '_typeobject::tp_print': deprecated in 3.8
pytetgen\pytetgen.cpp(22905): warning C4996: '_typeobject::tp_print': deprecated in 3.8
pytetgen\pytetgen.cpp(24965): error C2039: 'exc_type': is not a member of '_ts'
C:\Users\thomasaar\Miniconda3\envs\py38\include\cpython/pystate.h(51): note: see declaration of '_ts'
pytetgen\pytetgen.cpp(24966): error C2039: 'exc_value': is not a member of '_ts'
C:\Users\thomasaar\Miniconda3\envs\py38\include\cpython/pystate.h(51): note: see declaration of '_ts'
pytetgen\pytetgen.cpp(24967): error C2039: 'exc_traceback': is not a member of '_ts'
C:\Users\thomasaar\Miniconda3\envs\py38\include\cpython/pystate.h(51): note: see declaration of '_ts'
pytetgen\pytetgen.cpp(24974): error C2039: 'exc_type': is not a member of '_ts'
C:\Users\thomasaar\Miniconda3\envs\py38\include\cpython/pystate.h(51): note: see declaration of '_ts'
pytetgen\pytetgen.cpp(24975): error C2039: 'exc_value': is not a member of '_ts'
C:\Users\thomasaar\Miniconda3\envs\py38\include\cpython/pystate.h(51): note: see declaration of '_ts'
pytetgen\pytetgen.cpp(24976): error C2039: 'exc_traceback': is not a member of '_ts'
C:\Users\thomasaar\Miniconda3\envs\py38\include\cpython/pystate.h(51): note: see declaration of '_ts'
pytetgen\pytetgen.cpp(24977): error C2039: 'exc_type': is not a member of '_ts'
C:\Users\thomasaar\Miniconda3\envs\py38\include\cpython/pystate.h(51): note: see declaration of '_ts'
pytetgen\pytetgen.cpp(24978): error C2039: 'exc_value': is not a member of '_ts'
C:\Users\thomasaar\Miniconda3\envs\py38\include\cpython/pystate.h(51): note: see declaration of '_ts'
pytetgen\pytetgen.cpp(24979): error C2039: 'exc_traceback': is not a member of '_ts'
C:\Users\thomasaar\Miniconda3\envs\py38\include\cpython/pystate.h(51): note: see declaration of '_ts'
pytetgen\pytetgen.cpp(25034): error C2039: 'exc_type': is not a member of '_ts'
C:\Users\thomasaar\Miniconda3\envs\py38\include\cpython/pystate.h(51): note: see declaration of '_ts'
pytetgen\pytetgen.cpp(25035): error C2039: 'exc_value': is not a member of '_ts'
C:\Users\thomasaar\Miniconda3\envs\py38\include\cpython/pystate.h(51): note: see declaration of '_ts'
pytetgen\pytetgen.cpp(25036): error C2039: 'exc_traceback': is not a member of '_ts'
C:\Users\thomasaar\Miniconda3\envs\py38\include\cpython/pystate.h(51): note: see declaration of '_ts'
pytetgen\pytetgen.cpp(25037): error C2039: 'exc_type': is not a member of '_ts'
C:\Users\thomasaar\Miniconda3\envs\py38\include\cpython/pystate.h(51): note: see declaration of '_ts'
pytetgen\pytetgen.cpp(25038): error C2039: 'exc_value': is not a member of '_ts'
C:\Users\thomasaar\Miniconda3\envs\py38\include\cpython/pystate.h(51): note: see declaration of '_ts'
pytetgen\pytetgen.cpp(25039): error C2039: 'exc_traceback': is not a member of '_ts'
C:\Users\thomasaar\Miniconda3\envs\py38\include\cpython/pystate.h(51): note: see declaration of '_ts'
pytetgen\pytetgen.cpp(25061): error C2039: 'exc_type': is not a member of '_ts'
C:\Users\thomasaar\Miniconda3\envs\py38\include\cpython/pystate.h(51): note: see declaration of '_ts'
pytetgen\pytetgen.cpp(25062): error C2039: 'exc_value': is not a member of '_ts'
C:\Users\thomasaar\Miniconda3\envs\py38\include\cpython/pystate.h(51): note: see declaration of '_ts'
pytetgen\pytetgen.cpp(25063): error C2039: 'exc_traceback': is not a member of '_ts'
C:\Users\thomasaar\Miniconda3\envs\py38\include\cpython/pystate.h(51): note: see declaration of '_ts'
pytetgen\pytetgen.cpp(25064): error C2039: 'exc_type': is not a member of '_ts'
C:\Users\thomasaar\Miniconda3\envs\py38\include\cpython/pystate.h(51): note: see declaration of '_ts'
pytetgen\pytetgen.cpp(25065): error C2039: 'exc_value': is not a member of '_ts'
C:\Users\thomasaar\Miniconda3\envs\py38\include\cpython/pystate.h(51): note: see declaration of '_ts'
pytetgen\pytetgen.cpp(25066): error C2039: 'exc_traceback': is not a member of '_ts'
C:\Users\thomasaar\Miniconda3\envs\py38\include\cpython/pystate.h(51): note: see declaration of '_ts'
error: command 'C:\\Program Files (x86)\\Microsoft Visual Studio\\2019\\Community\\VC\\Tools\\MSVC\\14.28.29333\\bin\\HostX86\\x64\\cl.exe' failed with exit status 2
----------------------------------------
ERROR: Failed building wheel for pytetgen
Running setup.py clean for pytetgen
Failed to build pytetgen
Installing collected packages: pytetgen
Running setup.py install for pytetgen ... error
ERROR: Command errored out with exit status 1:
command: 'C:\Users\thomasaar\Miniconda3\envs\py38\python.exe' -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'C:\\Users\\thomasaar\\AppData\\Local\\Temp\\pip-install-xphrb4j7\\pytetgen_dc8134ee876b4f18b1a1373353bd0c09\\setup.py'"'"'; __file__='"'"'C:\\Users\\thomasaar\\AppData\\Local\\Temp\\pip-install-xphrb4j7\\pytetgen_dc8134ee876b4f18b1a1373353bd0c09\\setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' install --record 'C:\Users\thomasaar\AppData\Local\Temp\pip-record-_uxf6pi6\install-record.txt' --single-version-externally-managed --compile --install-headers 'C:\Users\thomasaar\Miniconda3\envs\py38\Include\pytetgen'
cwd: C:\Users\thomasaar\AppData\Local\Temp\pip-install-xphrb4j7\pytetgen_dc8134ee876b4f18b1a1373353bd0c09\
Complete output (339 lines):
running install
running build
running build_py
package init file 'pytetgen\__init__.py' not found (or not a regular file)
running build_ext
skipping 'pytetgen\pytetgen.cpp' Cython extension (up-to-date)
building 'pytetgen' extension
creating build
creating build\temp.win-amd64-3.8
creating build\temp.win-amd64-3.8\Release
creating build\temp.win-amd64-3.8\Release\pytetgen
C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.28.29333\bin\HostX86\x64\cl.exe /c /nologo /Ox /W3 /GL /DNDEBUG /MD -IC:\Users\thomasaar\Miniconda3\envs\py38\lib\site-packages\numpy\core\include -IC:\Users\thomasaar\Miniconda3\envs\py38\include -IC:\Users\thomasaar\Miniconda3\envs\py38\include "-IC:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.28.29333\ATLMFC\include" "-IC:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.28.29333\include" "-IC:\Program Files (x86)\Windows Kits\NETFXSDK\4.8\include\um" "-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.27.29110\include" "-IC:\Program Files (x86)\Windows Kits\10\Include\10.0.19041.0\um" -IC:\Users\thomasaar\Documents\github\pthreads-w32-2-9-1-release\Pre-built.2\include /EHsc /Tppytetgen/tetgen.cxx /Fobuild\temp.win-amd64-3.8\Release\pytetgen/tetgen.obj -g0 -O0 -DTETLIBRARY
cl : Command line warning D9002 : ignoring unknown option '-g0'
cl : Command line warning D9002 : ignoring unknown option '-O0'
tetgen.cxx
pytetgen/tetgen.cxx(202): 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.
pytetgen/tetgen.cxx(203): 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.
pytetgen/tetgen.cxx(206): 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.
pytetgen/tetgen.cxx(279): 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.
pytetgen/tetgen.cxx(280): 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.
pytetgen/tetgen.cxx(282): 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.
pytetgen/tetgen.cxx(361): 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.
pytetgen/tetgen.cxx(362): 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.
pytetgen/tetgen.cxx(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.
pytetgen/tetgen.cxx(457): 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.
pytetgen/tetgen.cxx(458): 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.
pytetgen/tetgen.cxx(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.
pytetgen/tetgen.cxx(564): 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.
pytetgen/tetgen.cxx(565): 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.
pytetgen/tetgen.cxx(578): 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.
pytetgen/tetgen.cxx(579): 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.
pytetgen/tetgen.cxx(567): 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.
pytetgen/tetgen.cxx(625): 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.
pytetgen/tetgen.cxx(626): 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.
pytetgen/tetgen.cxx(627): 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.
pytetgen/tetgen.cxx(747): 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.
pytetgen/tetgen.cxx(748): 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.
pytetgen/tetgen.cxx(749): 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.
pytetgen/tetgen.cxx(821): 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.
pytetgen/tetgen.cxx(822): 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.
pytetgen/tetgen.cxx(823): 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.
pytetgen/tetgen.cxx(824): 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.
pytetgen/tetgen.cxx(829): 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.
pytetgen/tetgen.cxx(832): 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.
pytetgen/tetgen.cxx(1238): 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.
pytetgen/tetgen.cxx(1231): 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.
pytetgen/tetgen.cxx(1241): 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.
pytetgen/tetgen.cxx(1259): 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.
pytetgen/tetgen.cxx(1400): 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.
pytetgen/tetgen.cxx(1393): 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.
pytetgen/tetgen.cxx(1403): 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.
pytetgen/tetgen.cxx(1616): 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.
pytetgen/tetgen.cxx(1609): 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.
pytetgen/tetgen.cxx(1619): 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.
pytetgen/tetgen.cxx(1749): 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.
pytetgen/tetgen.cxx(1742): 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.
pytetgen/tetgen.cxx(1752): 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.
pytetgen/tetgen.cxx(2110): 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.
pytetgen/tetgen.cxx(2120): 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.
pytetgen/tetgen.cxx(2130): 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.
pytetgen/tetgen.cxx(2103): 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.
pytetgen/tetgen.cxx(2112): 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.
pytetgen/tetgen.cxx(2128): 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.
pytetgen/tetgen.cxx(2134): 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.
pytetgen/tetgen.cxx(2197): 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.
pytetgen/tetgen.cxx(2404): 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.
pytetgen/tetgen.cxx(2406): 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.
pytetgen/tetgen.cxx(2430): 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.
pytetgen/tetgen.cxx(2432): 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.
pytetgen/tetgen.cxx(2456): 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.
pytetgen/tetgen.cxx(2458): 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.
pytetgen/tetgen.cxx(2503): 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.
pytetgen/tetgen.cxx(2505): 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.
pytetgen/tetgen.cxx(2532): 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.
pytetgen/tetgen.cxx(2534): 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.
pytetgen/tetgen.cxx(2560): 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.
pytetgen/tetgen.cxx(2562): 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.
pytetgen/tetgen.cxx(2595): 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.
pytetgen/tetgen.cxx(2597): 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.
pytetgen/tetgen.cxx(2693): 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.
pytetgen/tetgen.cxx(2695): 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.
pytetgen/tetgen.cxx(2988): 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.
pytetgen/tetgen.cxx(2989): 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.
pytetgen/tetgen.cxx(2994): 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.
pytetgen/tetgen.cxx(2995): 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.
pytetgen/tetgen.cxx(3188): warning C4244: '=': conversion from 'double' to 'int', possible loss of data
pytetgen/tetgen.cxx(3384): 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.
pytetgen/tetgen.cxx(3501): 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.
pytetgen/tetgen.cxx(3522): 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.
pytetgen/tetgen.cxx(3524): 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.
pytetgen/tetgen.cxx(3525): 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.
pytetgen/tetgen.cxx(3533): 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.
pytetgen/tetgen.cxx(3534): 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.
pytetgen/tetgen.cxx(3536): 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.
pytetgen/tetgen.cxx(3537): 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.
pytetgen/tetgen.cxx(2999): 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.
pytetgen/tetgen.cxx(3530): 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.
pytetgen/tetgen.cxx(11144): warning C4244: '=': conversion from 'double' to 'int', possible loss of data
pytetgen/tetgen.cxx(27296): warning C4477: 'printf' : format string '%lx' requires an argument of type 'unsigned long', but variadic argument 1 has type 'uintptr_t'
pytetgen/tetgen.cxx(27296): note: consider using '%llx' in the format string
pytetgen/tetgen.cxx(27296): note: consider using '%Ix' in the format string
pytetgen/tetgen.cxx(27296): note: consider using '%I64x' in the format string
pytetgen/tetgen.cxx(27299): warning C4477: 'printf' : format string '%lx' requires an argument of type 'unsigned long', but variadic argument 1 has type 'uintptr_t'
pytetgen/tetgen.cxx(27299): note: consider using '%llx' in the format string
pytetgen/tetgen.cxx(27299): note: consider using '%Ix' in the format string
pytetgen/tetgen.cxx(27299): note: consider using '%I64x' in the format string
pytetgen/tetgen.cxx(27307): warning C4477: 'printf' : format string '%lx' requires an argument of type 'unsigned long', but variadic argument 1 has type 'uintptr_t'
pytetgen/tetgen.cxx(27307): note: consider using '%llx' in the format string
pytetgen/tetgen.cxx(27307): note: consider using '%Ix' in the format string
pytetgen/tetgen.cxx(27307): note: consider using '%I64x' in the format string
pytetgen/tetgen.cxx(27310): warning C4477: 'printf' : format string '%lx' requires an argument of type 'unsigned long', but variadic argument 1 has type 'uintptr_t'
pytetgen/tetgen.cxx(27310): note: consider using '%llx' in the format string
pytetgen/tetgen.cxx(27310): note: consider using '%Ix' in the format string
pytetgen/tetgen.cxx(27310): note: consider using '%I64x' in the format string
pytetgen/tetgen.cxx(27319): warning C4477: 'printf' : format string '%lx' requires an argument of type 'unsigned long', but variadic argument 1 has type 'uintptr_t'
pytetgen/tetgen.cxx(27319): note: consider using '%llx' in the format string
pytetgen/tetgen.cxx(27319): note: consider using '%Ix' in the format string
pytetgen/tetgen.cxx(27319): note: consider using '%I64x' in the format string
pytetgen/tetgen.cxx(27322): warning C4477: 'printf' : format string '%lx' requires an argument of type 'unsigned long', but variadic argument 1 has type 'uintptr_t'
pytetgen/tetgen.cxx(27322): note: consider using '%llx' in the format string
pytetgen/tetgen.cxx(27322): note: consider using '%Ix' in the format string
pytetgen/tetgen.cxx(27322): note: consider using '%I64x' in the format string
pytetgen/tetgen.cxx(27336): warning C4477: 'printf' : format string '%lx' requires an argument of type 'unsigned long', but variadic argument 1 has type 'uintptr_t'
pytetgen/tetgen.cxx(27336): note: consider using '%llx' in the format string
pytetgen/tetgen.cxx(27336): note: consider using '%Ix' in the format string
pytetgen/tetgen.cxx(27336): note: consider using '%I64x' in the format string
pytetgen/tetgen.cxx(27339): warning C4477: 'printf' : format string '%lx' requires an argument of type 'unsigned long', but variadic argument 1 has type 'uintptr_t'
pytetgen/tetgen.cxx(27339): note: consider using '%llx' in the format string
pytetgen/tetgen.cxx(27339): note: consider using '%Ix' in the format string
pytetgen/tetgen.cxx(27339): note: consider using '%I64x' in the format string
pytetgen/tetgen.cxx(27345): warning C4477: 'printf' : format string '%lx' requires an argument of type 'unsigned long', but variadic argument 1 has type 'uintptr_t'
pytetgen/tetgen.cxx(27345): note: consider using '%llx' in the format string
pytetgen/tetgen.cxx(27345): note: consider using '%Ix' in the format string
pytetgen/tetgen.cxx(27345): note: consider using '%I64x' in the format string
pytetgen/tetgen.cxx(27348): warning C4477: 'printf' : format string '%lx' requires an argument of type 'unsigned long', but variadic argument 1 has type 'uintptr_t'
pytetgen/tetgen.cxx(27348): note: consider using '%llx' in the format string
pytetgen/tetgen.cxx(27348): note: consider using '%Ix' in the format string
pytetgen/tetgen.cxx(27348): note: consider using '%I64x' in the format string
pytetgen/tetgen.cxx(27362): warning C4477: 'printf' : format string '%lx' requires an argument of type 'unsigned long', but variadic argument 1 has type 'uintptr_t'
pytetgen/tetgen.cxx(27362): note: consider using '%llx' in the format string
pytetgen/tetgen.cxx(27362): note: consider using '%Ix' in the format string
pytetgen/tetgen.cxx(27362): note: consider using '%I64x' in the format string
pytetgen/tetgen.cxx(27365): warning C4477: 'printf' : format string '%lx' requires an argument of type 'unsigned long', but variadic argument 1 has type 'uintptr_t'
pytetgen/tetgen.cxx(27365): note: consider using '%llx' in the format string
pytetgen/tetgen.cxx(27365): note: consider using '%Ix' in the format string
pytetgen/tetgen.cxx(27365): note: consider using '%I64x' in the format string
pytetgen/tetgen.cxx(27371): warning C4477: 'printf' : format string '%lx' requires an argument of type 'unsigned long', but variadic argument 1 has type 'uintptr_t'
pytetgen/tetgen.cxx(27371): note: consider using '%llx' in the format string
pytetgen/tetgen.cxx(27371): note: consider using '%Ix' in the format string
pytetgen/tetgen.cxx(27371): note: consider using '%I64x' in the format string
pytetgen/tetgen.cxx(27374): warning C4477: 'printf' : format string '%lx' requires an argument of type 'unsigned long', but variadic argument 1 has type 'uintptr_t'
pytetgen/tetgen.cxx(27374): note: consider using '%llx' in the format string
pytetgen/tetgen.cxx(27374): note: consider using '%Ix' in the format string
pytetgen/tetgen.cxx(27374): note: consider using '%I64x' in the format string
pytetgen/tetgen.cxx(27384): warning C4477: 'printf' : format string '%lx' requires an argument of type 'unsigned long', but variadic argument 1 has type 'uintptr_t'
pytetgen/tetgen.cxx(27384): note: consider using '%llx' in the format string
pytetgen/tetgen.cxx(27384): note: consider using '%Ix' in the format string
pytetgen/tetgen.cxx(27384): note: consider using '%I64x' in the format string
pytetgen/tetgen.cxx(27387): warning C4477: 'printf' : format string '%lx' requires an argument of type 'unsigned long', but variadic argument 1 has type 'uintptr_t'
pytetgen/tetgen.cxx(27387): note: consider using '%llx' in the format string
pytetgen/tetgen.cxx(27387): note: consider using '%Ix' in the format string
pytetgen/tetgen.cxx(27387): note: consider using '%I64x' in the format string
pytetgen/tetgen.cxx(27399): warning C4477: 'printf' : format string '%lx' requires an argument of type 'unsigned long', but variadic argument 1 has type 'uintptr_t'
pytetgen/tetgen.cxx(27399): note: consider using '%llx' in the format string
pytetgen/tetgen.cxx(27399): note: consider using '%Ix' in the format string
pytetgen/tetgen.cxx(27399): note: consider using '%I64x' in the format string
pytetgen/tetgen.cxx(27402): warning C4477: 'printf' : format string '%lx' requires an argument of type 'unsigned long', but variadic argument 1 has type 'uintptr_t'
pytetgen/tetgen.cxx(27402): note: consider using '%llx' in the format string
pytetgen/tetgen.cxx(27402): note: consider using '%Ix' in the format string
pytetgen/tetgen.cxx(27402): note: consider using '%I64x' in the format string
pytetgen/tetgen.cxx(27484): warning C4477: 'printf' : format string '%lx' requires an argument of type 'unsigned long', but variadic argument 1 has type 'uintptr_t'
pytetgen/tetgen.cxx(27484): note: consider using '%llx' in the format string
pytetgen/tetgen.cxx(27484): note: consider using '%Ix' in the format string
pytetgen/tetgen.cxx(27484): note: consider using '%I64x' in the format string
pytetgen/tetgen.cxx(27484): warning C4477: 'printf' : format string '%lx' requires an argument of type 'unsigned long', but variadic argument 6 has type 'uintptr_t'
pytetgen/tetgen.cxx(27484): note: consider using '%llx' in the format string
pytetgen/tetgen.cxx(27484): note: consider using '%Ix' in the format string
pytetgen/tetgen.cxx(27484): note: consider using '%I64x' in the format string
pytetgen/tetgen.cxx(27497): warning C4477: 'printf' : format string '%lx' requires an argument of type 'unsigned long', but variadic argument 1 has type 'uintptr_t'
pytetgen/tetgen.cxx(27497): note: consider using '%llx' in the format string
pytetgen/tetgen.cxx(27497): note: consider using '%Ix' in the format string
pytetgen/tetgen.cxx(27497): note: consider using '%I64x' in the format string
pytetgen/tetgen.cxx(27502): warning C4477: 'printf' : format string '%lx' requires an argument of type 'unsigned long', but variadic argument 1 has type 'uintptr_t'
pytetgen/tetgen.cxx(27502): note: consider using '%llx' in the format string
pytetgen/tetgen.cxx(27502): note: consider using '%Ix' in the format string
pytetgen/tetgen.cxx(27502): note: consider using '%I64x' in the format string
pytetgen/tetgen.cxx(27521): warning C4477: 'printf' : format string '%lx' requires an argument of type 'unsigned long', but variadic argument 1 has type 'uintptr_t'
pytetgen/tetgen.cxx(27521): note: consider using '%llx' in the format string
pytetgen/tetgen.cxx(27521): note: consider using '%Ix' in the format string
pytetgen/tetgen.cxx(27521): note: consider using '%I64x' in the format string
pytetgen/tetgen.cxx(27521): warning C4477: 'printf' : format string '%lx' requires an argument of type 'unsigned long', but variadic argument 6 has type 'uintptr_t'
pytetgen/tetgen.cxx(27521): note: consider using '%llx' in the format string
pytetgen/tetgen.cxx(27521): note: consider using '%Ix' in the format string
pytetgen/tetgen.cxx(27521): note: consider using '%I64x' in the format string
pytetgen/tetgen.cxx(27538): warning C4477: 'printf' : format string '%lx' requires an argument of type 'unsigned long', but variadic argument 5 has type 'uintptr_t'
pytetgen/tetgen.cxx(27538): note: consider using '%llx' in the format string
pytetgen/tetgen.cxx(27538): note: consider using '%Ix' in the format string
pytetgen/tetgen.cxx(27538): note: consider using '%I64x' in the format string
pytetgen/tetgen.cxx(27547): warning C4477: 'printf' : format string '%lx' requires an argument of type 'unsigned long', but variadic argument 5 has type 'uintptr_t'
pytetgen/tetgen.cxx(27547): note: consider using '%llx' in the format string
pytetgen/tetgen.cxx(27547): note: consider using '%Ix' in the format string
pytetgen/tetgen.cxx(27547): note: consider using '%I64x' in the format string
pytetgen/tetgen.cxx(27593): warning C4477: 'printf' : format string '%lx' requires an argument of type 'unsigned long', but variadic argument 5 has type 'uintptr_t'
pytetgen/tetgen.cxx(27593): note: consider using '%llx' in the format string
pytetgen/tetgen.cxx(27593): note: consider using '%Ix' in the format string
pytetgen/tetgen.cxx(27593): note: consider using '%I64x' in the format string
pytetgen/tetgen.cxx(27613): warning C4477: 'printf' : format string '%lx' requires an argument of type 'unsigned long', but variadic argument 4 has type 'uintptr_t'
pytetgen/tetgen.cxx(27613): note: consider using '%llx' in the format string
pytetgen/tetgen.cxx(27613): note: consider using '%Ix' in the format string
pytetgen/tetgen.cxx(27613): note: consider using '%I64x' in the format string
pytetgen/tetgen.cxx(28357): 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.
pytetgen/tetgen.cxx(28363): 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.
pytetgen/tetgen.cxx(28869): 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.
pytetgen/tetgen.cxx(28870): 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.
pytetgen/tetgen.cxx(28889): 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.
pytetgen/tetgen.cxx(29063): 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.
pytetgen/tetgen.cxx(29064): 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.
pytetgen/tetgen.cxx(29110): 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.
pytetgen/tetgen.cxx(29111): 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.
pytetgen/tetgen.cxx(29076): 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.
pytetgen/tetgen.cxx(29123): 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.
pytetgen/tetgen.cxx(29200): 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.
pytetgen/tetgen.cxx(29201): 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.
pytetgen/tetgen.cxx(29217): 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.
pytetgen/tetgen.cxx(29355): 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.
pytetgen/tetgen.cxx(29356): 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.
pytetgen/tetgen.cxx(29529): 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.
pytetgen/tetgen.cxx(29530): 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.
pytetgen/tetgen.cxx(29371): 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.
pytetgen/tetgen.cxx(29540): 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.
pytetgen/tetgen.cxx(29576): 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.
pytetgen/tetgen.cxx(29577): 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.
pytetgen/tetgen.cxx(29589): 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.
pytetgen/tetgen.cxx(29680): 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.
pytetgen/tetgen.cxx(29681): 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.
pytetgen/tetgen.cxx(29693): 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.
pytetgen/tetgen.cxx(29867): 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.
pytetgen/tetgen.cxx(29868): 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.
pytetgen/tetgen.cxx(30060): 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.
pytetgen/tetgen.cxx(30061): 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.
pytetgen/tetgen.cxx(30087): 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.
pytetgen/tetgen.cxx(30088): 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.
pytetgen/tetgen.cxx(29895): 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.
pytetgen/tetgen.cxx(30071): 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.
pytetgen/tetgen.cxx(30098): 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.
pytetgen/tetgen.cxx(30145): 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.
pytetgen/tetgen.cxx(30146): 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.
pytetgen/tetgen.cxx(30158): 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.
pytetgen/tetgen.cxx(30287): 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.
pytetgen/tetgen.cxx(30288): 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.
pytetgen/tetgen.cxx(30302): 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.
pytetgen/tetgen.cxx(30397): 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.
pytetgen/tetgen.cxx(30398): 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.
pytetgen/tetgen.cxx(30499): 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.
pytetgen/tetgen.cxx(30500): 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.
pytetgen/tetgen.cxx(30601): 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.
pytetgen/tetgen.cxx(30602): 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.
pytetgen/tetgen.cxx(30715): 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.
pytetgen/tetgen.cxx(30716): 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.
pytetgen/tetgen.cxx(30447): 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.
pytetgen/tetgen.cxx(30512): 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.
pytetgen/tetgen.cxx(30614): 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.
pytetgen/tetgen.cxx(30728): 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.
pytetgen/tetgen.cxx(30852): 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.
pytetgen/tetgen.cxx(30854): 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.
pytetgen/tetgen.cxx(30856): 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.
pytetgen/tetgen.cxx(30858): 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.
pytetgen/tetgen.cxx(30859): 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.
pytetgen/tetgen.cxx(30860): 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.
pytetgen/tetgen.cxx(30865): 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.
pytetgen/tetgen.cxx(30955): 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.
pytetgen/tetgen.cxx(30957): 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.
pytetgen/tetgen.cxx(30959): 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.
pytetgen/tetgen.cxx(30961): 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.
pytetgen/tetgen.cxx(30966): 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.
pytetgen/tetgen.cxx(31118): 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.
pytetgen/tetgen.cxx(31120): 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.
pytetgen/tetgen.cxx(31122): 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.
pytetgen/tetgen.cxx(31124): 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.
pytetgen/tetgen.cxx(31129): 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.
C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.28.29333\bin\HostX86\x64\cl.exe /c /nologo /Ox /W3 /GL /DNDEBUG /MD -IC:\Users\thomasaar\Miniconda3\envs\py38\lib\site-packages\numpy\core\include -IC:\Users\thomasaar\Miniconda3\envs\py38\include -IC:\Users\thomasaar\Miniconda3\envs\py38\include "-IC:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.28.29333\ATLMFC\include" "-IC:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.28.29333\include" "-IC:\Program Files (x86)\Windows Kits\NETFXSDK\4.8\include\um" "-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.27.29110\include" "-IC:\Program Files (x86)\Windows Kits\10\Include\10.0.19041.0\um" -IC:\Users\thomasaar\Documents\github\pthreads-w32-2-9-1-release\Pre-built.2\include /EHsc /Tppytetgen/predicates.cxx /Fobuild\temp.win-amd64-3.8\Release\pytetgen/predicates.obj -g0 -O0 -DTETLIBRARY
cl : Command line warning D9002 : ignoring unknown option '-g0'
cl : Command line warning D9002 : ignoring unknown option '-O0'
predicates.cxx
C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.28.29333\bin\HostX86\x64\cl.exe /c /nologo /Ox /W3 /GL /DNDEBUG /MD -IC:\Users\thomasaar\Miniconda3\envs\py38\lib\site-packages\numpy\core\include -IC:\Users\thomasaar\Miniconda3\envs\py38\include -IC:\Users\thomasaar\Miniconda3\envs\py38\include "-IC:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.28.29333\ATLMFC\include" "-IC:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.28.29333\include" "-IC:\Program Files (x86)\Windows Kits\NETFXSDK\4.8\include\um" "-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.27.29110\include" "-IC:\Program Files (x86)\Windows Kits\10\Include\10.0.19041.0\um" -IC:\Users\thomasaar\Documents\github\pthreads-w32-2-9-1-release\Pre-built.2\include /EHsc /Tppytetgen\pytetgen.cpp /Fobuild\temp.win-amd64-3.8\Release\pytetgen\pytetgen.obj -g0 -O0 -DTETLIBRARY
cl : Command line warning D9002 : ignoring unknown option '-g0'
cl : Command line warning D9002 : ignoring unknown option '-O0'
pytetgen.cpp
C:\Users\thomasaar\Miniconda3\envs\py38\lib\site-packages\numpy\core\include\numpy\npy_1_7_deprecated_api.h(14) : Warning Msg: Using deprecated NumPy API, disable it with #define NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION
pytetgen\pytetgen.cpp(22867): warning C4996: '_typeobject::tp_print': deprecated in 3.8
pytetgen\pytetgen.cpp(22871): warning C4996: '_typeobject::tp_print': deprecated in 3.8
pytetgen\pytetgen.cpp(22875): warning C4996: '_typeobject::tp_print': deprecated in 3.8
pytetgen\pytetgen.cpp(22881): warning C4996: '_typeobject::tp_print': deprecated in 3.8
pytetgen\pytetgen.cpp(22885): warning C4996: '_typeobject::tp_print': deprecated in 3.8
pytetgen\pytetgen.cpp(22896): warning C4996: '_typeobject::tp_print': deprecated in 3.8
pytetgen\pytetgen.cpp(22905): warning C4996: '_typeobject::tp_print': deprecated in 3.8
pytetgen\pytetgen.cpp(24965): error C2039: 'exc_type': is not a member of '_ts'
C:\Users\thomasaar\Miniconda3\envs\py38\include\cpython/pystate.h(51): note: see declaration of '_ts'
pytetgen\pytetgen.cpp(24966): error C2039: 'exc_value': is not a member of '_ts'
C:\Users\thomasaar\Miniconda3\envs\py38\include\cpython/pystate.h(51): note: see declaration of '_ts'
pytetgen\pytetgen.cpp(24967): error C2039: 'exc_traceback': is not a member of '_ts'
C:\Users\thomasaar\Miniconda3\envs\py38\include\cpython/pystate.h(51): note: see declaration of '_ts'
pytetgen\pytetgen.cpp(24974): error C2039: 'exc_type': is not a member of '_ts'
C:\Users\thomasaar\Miniconda3\envs\py38\include\cpython/pystate.h(51): note: see declaration of '_ts'
pytetgen\pytetgen.cpp(24975): error C2039: 'exc_value': is not a member of '_ts'
C:\Users\thomasaar\Miniconda3\envs\py38\include\cpython/pystate.h(51): note: see declaration of '_ts'
pytetgen\pytetgen.cpp(24976): error C2039: 'exc_traceback': is not a member of '_ts'
C:\Users\thomasaar\Miniconda3\envs\py38\include\cpython/pystate.h(51): note: see declaration of '_ts'
pytetgen\pytetgen.cpp(24977): error C2039: 'exc_type': is not a member of '_ts'
C:\Users\thomasaar\Miniconda3\envs\py38\include\cpython/pystate.h(51): note: see declaration of '_ts'
pytetgen\pytetgen.cpp(24978): error C2039: 'exc_value': is not a member of '_ts'
C:\Users\thomasaar\Miniconda3\envs\py38\include\cpython/pystate.h(51): note: see declaration of '_ts'
pytetgen\pytetgen.cpp(24979): error C2039: 'exc_traceback': is not a member of '_ts'
C:\Users\thomasaar\Miniconda3\envs\py38\include\cpython/pystate.h(51): note: see declaration of '_ts'
pytetgen\pytetgen.cpp(25034): error C2039: 'exc_type': is not a member of '_ts'
C:\Users\thomasaar\Miniconda3\envs\py38\include\cpython/pystate.h(51): note: see declaration of '_ts'
pytetgen\pytetgen.cpp(25035): error C2039: 'exc_value': is not a member of '_ts'
C:\Users\thomasaar\Miniconda3\envs\py38\include\cpython/pystate.h(51): note: see declaration of '_ts'
pytetgen\pytetgen.cpp(25036): error C2039: 'exc_traceback': is not a member of '_ts'
C:\Users\thomasaar\Miniconda3\envs\py38\include\cpython/pystate.h(51): note: see declaration of '_ts'
pytetgen\pytetgen.cpp(25037): error C2039: 'exc_type': is not a member of '_ts'
C:\Users\thomasaar\Miniconda3\envs\py38\include\cpython/pystate.h(51): note: see declaration of '_ts'
pytetgen\pytetgen.cpp(25038): error C2039: 'exc_value': is not a member of '_ts'
C:\Users\thomasaar\Miniconda3\envs\py38\include\cpython/pystate.h(51): note: see declaration of '_ts'
pytetgen\pytetgen.cpp(25039): error C2039: 'exc_traceback': is not a member of '_ts'
C:\Users\thomasaar\Miniconda3\envs\py38\include\cpython/pystate.h(51): note: see declaration of '_ts'
pytetgen\pytetgen.cpp(25061): error C2039: 'exc_type': is not a member of '_ts'
C:\Users\thomasaar\Miniconda3\envs\py38\include\cpython/pystate.h(51): note: see declaration of '_ts'
pytetgen\pytetgen.cpp(25062): error C2039: 'exc_value': is not a member of '_ts'
C:\Users\thomasaar\Miniconda3\envs\py38\include\cpython/pystate.h(51): note: see declaration of '_ts'
pytetgen\pytetgen.cpp(25063): error C2039: 'exc_traceback': is not a member of '_ts'
C:\Users\thomasaar\Miniconda3\envs\py38\include\cpython/pystate.h(51): note: see declaration of '_ts'
pytetgen\pytetgen.cpp(25064): error C2039: 'exc_type': is not a member of '_ts'
C:\Users\thomasaar\Miniconda3\envs\py38\include\cpython/pystate.h(51): note: see declaration of '_ts'
pytetgen\pytetgen.cpp(25065): error C2039: 'exc_value': is not a member of '_ts'
C:\Users\thomasaar\Miniconda3\envs\py38\include\cpython/pystate.h(51): note: see declaration of '_ts'
pytetgen\pytetgen.cpp(25066): error C2039: 'exc_traceback': is not a member of '_ts'
C:\Users\thomasaar\Miniconda3\envs\py38\include\cpython/pystate.h(51): note: see declaration of '_ts'
error: command 'C:\\Program Files (x86)\\Microsoft Visual Studio\\2019\\Community\\VC\\Tools\\MSVC\\14.28.29333\\bin\\HostX86\\x64\\cl.exe' failed with exit status 2
----------------------------------------
ERROR: Command errored out with exit status 1: 'C:\Users\thomasaar\Miniconda3\envs\py38\python.exe' -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'C:\\Users\\thomasaar\\AppData\\Local\\Temp\\pip-install-xphrb4j7\\pytetgen_dc8134ee876b4f18b1a1373353bd0c09\\setup.py'"'"'; __file__='"'"'C:\\Users\\thomasaar\\AppData\\Local\\Temp\\pip-install-xphrb4j7\\pytetgen_dc8134ee876b4f18b1a1373353bd0c09\\setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' install --record 'C:\Users\thomasaar\AppData\Local\Temp\pip-record-_uxf6pi6\install-record.txt' --single-version-externally-managed --compile --install-headers 'C:\Users\thomasaar\Miniconda3\envs\py38\Include\pytetgen' Check the logs for full command output.(py38)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment